[MOS-670] Change clang-format AlwaysBreakTemplateDeclarations to Yes Add --all and --fix-all options to style-check-hook
[MOS-515] Fix freezing on the on-boarding screen The synchronization of the application startup has been improved.
[MOS-302] Fix application switching During the incoming call apps apps instead of going to background were closed, thus phone lock context were lost. Now apps are being moved to the background as they supposed to be
[MOS-484] Fix freezes on the screen with the logo Sometimes the Mudita logo screen was still visible even though the phone turned on and initialized properly.
[MOS-419] Removed AbortCall as popup and fixed tethering poup Removed dead code causing harm Moved tethering to call logic
[MOS-453] Fix HF on Low Battery Notification Fix in action handling in ApplicationManager
[MOS-392] Increase the stack size for tasks Increased stack for: ApplicationSpecialInput, FileIndexer and ApplicationManager
[BH-1449] Fix gui/eink dependencies * Dependencies between service-gui and service-eink have been correctly defined. * System close routine was replaced with the sequential one which should solve many bell issues. * It also fixes BH-1406 and BH-1442. * Fixed some weird CMake issues in module-audio and several other modules. * Fixed service-gui closing routine * Removed unneeded messages/states from service-gui/eink. * Enhanced app-mgr closing routine. Fixed closing action handling.
[BH-1442] Eliminate race on shutdown screen There is another race still possible, but far less likely
[BH-1432] Split Language Display Handling Separate implementations of handleDisplayLanguageChanged()
[MOS-282] Librarisation of services and test service * options work a bit better ,now services and apps are selectable by option in cmake * test service example added * major documentation for module-services * documentation for project configs and logs Co-authored-by: Bartosz Cichocki <sp2fet@gmail.com> Co-authored-by: Mateusz Piesta <mateusz.piesta@mudita.com>
[MOS-296] Merge remote-tracking branch 'origin/stable' Merge stable Harmony branch into merge wip branch
[MOS-245] Fix errant spaces It appears in the past a major edit was made but had used a regex to change some text which resulted in an errant space between the enumuneration/struct/class name and the scope resolution operator. These errant spaces have been removed.
[CP-1021] Add token field to Device Info API Generating a device unique id Returning device token generated from device unique id in DeviceInfo Added test for device token in test_devic_info.py
[BH-1315] Change homescreen mechanism Backend for changable homescreen layouts
[EGD-8227] Refactor quotes db refactoring of quotes db layout to conform with given requirements
[CP-1007] Add API for rebooting to USB MSC mode It will allow to reboot the device to USB MSC mode without need to interact with a physical keyboard.
[EGD-8193] Revert proper system shutdown durign update This reverts commit cc15dfdc3ef665d6a2e444b2e315cfc5e120a6f4. Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
[EGD-8193] Proper system shutdown durign update Made sure all services are deinitialized properly
[BH-1389] Catch2 unit tests optimization Removed redundant recompilation of catch2 main resulted in over 20% speed up of unit tests compilation.