[CP-1072] Fix issues in harness test for DeviceInfo Fixed regexp’s for gitVersion, serialNumer. Fixed invalid escape sequence in regexp.
[EGD-8258] Fix directory name in config scripts For the bootscript.sh and run_runner_docker script to run, the directory name for common_scripts_lib must be spelled correctly.
[CP-1073] Stack overflow in utils::filesystem::generateRandomId Allocating large objects on heap Moved out generateRandomId() to utils namespace
[MOS-103] Fix broken texts in onboarding windows Fix broken texts in onboarding windows.
[EGD-8162] Allow importing audio profile settings from json file Update Audio/Profiles README.md
[MOS-154] Update commit message check Added new project to the check
[CP-1005] Macflash tool to flash Pure on macOS Added macflash.sh and macflash_setup.sh scripts
[EGD-8254] Fix Default interval is set to None Fix meditation timer default interval is set to none Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
[EGD-8256] Fix crash on quotes with empty database fixed crash when quotes set is empty at first quotes selection
[EGD-8218] PhoneLock timer fix on return from emergency PhoneLock timer fix on return from emergency.
[EGD-8251] Add DrawCommand unit test Added test for drawing the vector image
[CP-1048] Database instance mix-up in predefinedQuotesDB backup code Used proper instance of quotes DB to backup.
[EGD-8247][EGD-8249][EGD-8250] Fix of Quotes UI minor bugs fix for invalid window transitions, list update and quote display on wallpaper
[EGD-7359] Remove 0 connection frequency for message only mode When Offline/Message only mode is set, Pure should log into the network to send and download messages based on connection frequency. The default option was set to 0, which meant that message only mode was not working at all.
[EGD-8246] Fix of quotes unit tests simple fix for randomly failing unittests
[EGD-8203] Add URC counter and csq poll mode Added CSQ notifications counter and CSQ poll mode. It will help to reduce current cosnuption in case of variable signal.
[EGD-8212] Fixes for quotes edit UI minor fixes to conform with given design
[EGD-8227] Refactor quotes db refactoring of quotes db layout to conform with given requirements
[EGD-8225] Fix incorrect logs of Power Manager Efficiency After a longer time (~ 14 hours), the Power Manager Efficiency logs showed incorrect values.
[EGD-8192] Deinit of hardware owned by Event manager Hardware de-initialization at the pre-close shutdown stage to turn off all hardware beforehand.