[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.
[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-7420] Phonebook multiple numbers selector
Added Phonebook multiple number selector.
[EGD-7956] Fix DMA issue on tx modem data
Fix DMA issue on tx modem data
Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
[EGD-8191] Magnetometer deinitialisation
We stop reading from the magnetometer
during the system shutdown procedure
[EGD-8193] Revert proper system shutdown durign update
This reverts commit cc15dfdc3ef665d6a2e444b2e315cfc5e120a6f4.
Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
[EGD-8162] Allow importing audio profile settings from json file
This allows for imporing the audio profile setitngs, including
EQ settings from the json file, thus allowing modification of
those setitngs without the need of recompiling the source code.