[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-7857] Renamed BottomBar to NavBar Renamed BottomBar to NavBar.
[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.
[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.
[BH-1058] New summary screens New summary screens
[BH-1075] Add spanish and french Adds spanish and french translations for Bell.
[BH-1061] Onboarding GUI updates Welcome screen update [BH-1011] Language selection adjustments. [BH-1046] Wrong time format while counting down Snooze time.
[BH-1009] Change name of background sounds [BH-1047] Alarm settings - copy change in settings [BH-1052] Alarm activated/deactivated - copy change [BH-1056] Functionalities names - updates [BH-1062] Goodbye screen - update [BH-1068] Copy change(auto turn instead of timer)
[BH-1078] Fix BGSounds bugs The following commit fixes: * BH-1078 and BH-1082 issues that were caused by the 30s-auto-main-screen return. The solution is made in consistency with BellMain application (auto-return is turned off for selected windows). * BH-1080 wrong title issue: title for timer select screen was updated in English.json. * BH-1079 minimal value for the backgroud sounds' audio was changed from 0 to 1.
[EGD-7738] Fix modem reset Fixed modem reset procedur so now it will not stuck in cellular init on factory fresh phone. Also removed T3/T4 board recognition.
[BH-1036] Fix confirmation & welcome screens after factory reset Fix confifmation & welcome screens after factory reset
[BH-1038] Alarm Activated/Deactivated Popup Align Proper alignment of Alarm Activated and Alarm Deactivated Popup
[BH-1016] Battery Level Range Translation Display fluent charging level percentage
[BH-999] Background Sounds Application UI Fixes Fixed Background Sounds App UI according to specification