[EGD-5372] Fix callog UI issues
small issues in callog UI fixed
[EGD-7299] Fixed bt call crash
Fixed crash occurring during bluetooth call
if there was bluetooth device being turned off.
[EGD-7779] Dark mode translations
Added translations for dark mode feature.
[EGD-7589] Fixed service antenna stuckin in offline mode
It fixes service antenna stucking in Locked state due to
initalisation in Offline mode.
[EGD-7779] Dark mode implemented
Experimental dark mode feature implemented.
[EGD-7857] Renamed BottomBar to NavBar
Renamed BottomBar to NavBar.
[EGD-7297] Fix callog icons
swap of icons with 2 color ones
[BH-1074] Homescreen flow update
Updated homescreen flow.
[EGD-7753] Predefined upadter and bootloader versions in cmake
So that we would be able to select proper Uptader and Bootloader
as well as modify them in configuration on demand
[BH-1080] Fix Bgsounds timeout and volume
The following commit provides a fix for:
* BH-1080: bug appeard only in case off timer's
auto turn off set to off. THe OnStopCallback
passed to async stop request was not processed due
to recieving Failed RetCode, which is expected in
singleShot mode. Since there is no need for calling
BGSoundsPlayer::stop on timeout in singleShot mode,
the check was transfered to presenter's onFinished
method.
* BH-1079: user could set Volume to 0. System-wdie
min volume is 0 so there was presenter-level check added
to restrict minimal Volume value to 1.
[EGD-7852] Fix batteryr screens switch
fix of switch from dead/charging battery screens
[EGD-7849] Enabled sensitive data in dev build
Sensitive data are enabled by default in developer build.
[EGD-7849] Fixed compilation with sensitive logs
Fixed compilation with sensitive data flag being turned on.
[BH-1083] Fix TimeListItem on inputEvent crush
TimeSetFmtSpinner is misbehaving when editing timeFormat
after the object was created. Pass timeFormat in a constructor
[BH-1083] Fix bedtime app navigation
Prevent bedtime ItemProvider from consuming an inputEvent
when current bedtime setting is on.
[CP-755] Audio assets missing after restoring user data
Incorrectly populated multimedia.db backup with quotes.db contents
was restored causing audio assets not available.
Additionally, multimedia.db is not needed as part of backup,
so it's now removed from backed up user data.
[EGD-7813] Option Window titles localizations fix
Option Window titles localizations fix.
[EGD-7188] MMI window style fixed
This fixes issues with displaying texts
[EGD-7528] Fix for removing SMS drafts
SMS drafts are now properly removed.
They will not be displayed anymore once the SMS is sent from the thread.