[EGD-6809] Block building unrebased commit Added blocking commits that are out of date
Merge branch 'stable' - release v0.66.1
changelog: add changelog for v0.66.1
[BH-364] Move TPLIB magic_enum to separate dir Changed submodule directory and updated cmake scripts and include paths
[EGD-5762] Add documentation to AutoLock functionality This PR provides documentation for automatic lock functionality
[EGD-6338] Fix NAT widget visibility Make sure that NAT (Network Access Technology) widget is visible on top bar ONLY during call.
[EGD-6737] Fix light curve for auto FL brightness Light curve for automatic frontlight brightness adjustment changed to decrease brightness with increasing ambient lighting luminescence.
[EGD-6536] Settings API guideline added Guideline explaining how should Settings object be used
[EGD-6799] Cleanup audio device interface This refactoring removes invalid interface dependencies of the original AudioDevice implementation: - move things characteristic to RT1051AudioCodec to audio::codec - remove dead methods - make start/stop optional and codec configuration independent - add more convenient way to get supported formats Signed-off-by: Marcin Smoczyński <smoczynski.marcin@gmail.com>
[EGD-6746] Use new SimCard implementation Switch to SimCard implementation provided by previous commit
[EGD-6770] ListView onPageElement rebuild page jump added ListView onPageElement rebuild page jump added.
[EGD-5915] Fix parse boot.json boot.json should't be modified by the MuditaOS and it also causes issue with broken boot.json after update Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
[EGD-6767] Disable WALL mechanism in the DB Wall mechanism is not needed due to the littlefs fail proofs safety. It causes a lot of troubles in the frame recovery and unnessesry increases io bandwidth Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
[EGD-6728] Documentation cleanup Cleanup acc. to guidelines created in EGD-6632.
[BH-351] Simulator input handling Add Keyboard binding for Linux Bell simulator
[EGD-6715] Add third party CMakeLists.txt ownership This file is owned by BSP.
[BH-358] Add Move TPLIB (CRC32) to separate directory Change directory location and update CMAKE
Merge branch 'stable' - release v0.65.1
changelog: add changelog for v0.65.1
[EGD-6773] Added light BarGraph type and updated UpdateProgress Added light BarGraph type and updated UpdateProgress Window.