[MOS-109] Add current measurement scope added current measurement transfer over logs to plot it on PC side
[MOS-114] Frequency scalling skip 12MHz Level Skip 12MHz freq level in the scaller
[MOS-114] CPU frequency scalling improvements Add minimal frequency ~4Mhz, more aggressive CPU freq optimizations. Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
[MOS-104] Fix calllog responsivness with large number of contacts Determined 3 reasons of lag 1. each calllog app opening is sending db::query::calllog::SetAllRead which marks all calllog database entries as read and send CRUD notification to application and hence the list view is rebuilt at least twice for each app opening. After deeper investigation it seems like dead feature (at least not covered in GUI) and I am going to disable it. 2. DBServiceAPI::MatchContactByPhoneNumber requested for empty string (private number) take really long time (above 1s). 3. DBServiceAPI::MatchContactByPhoneNumber took about time 150-200ms This patch fixes only issues 1. and 2. Number 3. requires further investigation and is consider as separate issue. After mentioned fixes calllog is pretty responsive but requires ~2s for each app start or page change.
[MOS-111] Battery status bar update restrictions Battery status bar update restrictions.
[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