[BH-1538] Stats info widget Created statistics info widget.
[MOS-645] Fix Mudita Center synchronization fail Sometimes the user was unable to connect to the Mudita Center due to sync errors
[MOS-421] Add state refresh when BT automatically turns off Added code to update BT power state when it automatically turns off due to inactivity.
[MOS-598] Improved keyboard responsiveness Add sentinel that increases and hold the CPU frequency after a button press event
[MOS-499] Improve lock screen power consumption Power on the e-ink only when it is needed e.g. fast or deep refresh. Update battery percentage only when discharging.
[MOS-635] Bump updater version for Pure Changed downloaded version of updater, 1.5.2 allows to downgrade MuditaOS.
[MOS-601] Disable debug timer in DisplayLightWindow The timer is responsible for refreshing debug options which interferes with navigation strings of other windows until it is stopped when window is destroyed.
[MOS-421] Fix BT state first rendering off Fix of the issue that after entering bluetooth settings power state is shown as off at first, even though bluetooth is turned on.
[MOS-573] RT1051 and linux documentation Created readme about files in directories. Also added documentation on how to add or update syscalls wrappers.
[BH-1356] Meditation stats backend Added meditation statc backend. Added temporary widget for testing purposes and corresponding modules (meditation stats presenter, window,model).
[BH-1515] Bedtime reminder notification issue fixed formatting issues
[BH-1515] Bedtime reminder notification issue AbstractAlarmAction execute method takes Record as paremeter to pass it to action Bedtime abstraction extended to keep own EvetContainer and hadle needed actions(push,clear ... and so on) Fixed an issue where cpp file was added by #include directive New fuction added to test/CMakeLists.txt to add manually prepared target to test siute googletest-service-time-alarm-operations source moved to library and than linked in to googletest-service-time-bell-alarm-operations
[CP-563] Return correct threadID after adding new message After adding new message via Messages EP API, threadID field was always 0, which was incorrect.
[MOS-600] Fix RF button hold leaves alarm ringing Fix of the issue that long press of right function button causes alarm popup window to close, but alarm is still ringing. The only way to turn it off was to power off the phone.
[MOS-612] Fix typos about incoming calls Ditto
[BH-1542] Fixed colon width Fixed colon width
[MOS-514] Fix crash on entering PIN settings Fix of the issue that entering 'PIN settings' window before SIM card was ready caused the crash of the system.
[MOS-591] Improve and unify vscode ide support Make cmake build paths for the cmake extension the same as the ones used when building from command line and consistent with added tasks. Add configure (cmake) and build (ninja) tasks. Add/fix/improve launch configurations (for rt1051 cortex-debug extension is required). Fix cpp properties to allow vscode finding headers and symbols. Side note. There is a bug in arm-none-eabi-gdb 10 and 11 preventing comfortable debugging of muditaos with and without vscode (internal error in bt or info stack). Switching to arm-none-eabi-gdb 12.1 solves this issue. gdb-multiarch 12.0.9 works as well.
[MOS-589] Fix torch driver Perform turn-off torch in only one place. Before writing or reading i2c make sure the torch is power supplied. Change old C-style cast to reinterpret_cast.
[MOS-593] Fix backup issues with DB Backup had some issues when filesystem was not clearly closed. After that, sqlite was not commiting the transaction while doing VACUUM INTO query, which caused fail on the next query. Fixed by commiting the transaction when there's any ongoing one during backup.