[BH-1102] Fix bottom text formatting
Make bottom text as RichText in BellSideListItem
[BH-950] Fix snooze settings "back" behaviour
Pressing back on "off" fields causes correct "back" instead of "success"
[BH-1089] Fix onbarding info screens text
Info screens texts are visible now on onboarding idle
[BH-1073] Add missing asset debug flag
Because Harmony uses Pure components,
a lot of debug infromation is generated
with missing assets. Therefore, we need mechanism
to stop those messages for release before refactor
of shared window components is done.
[EGD-7791] Meditation layout fix
Fixed layout in meditation app, so it now renders as it should.
Also small fix for MP is included (EGD-7848).
[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