[MOS-1063] Fix device freeze after onboarding in Spanish Fix of the issue that Pure would freeze before displaying the last onboarding screen if the language set during onboarding was Spanish.
[MOS-1062] Update texts in onboarding * Update share capital value in EULA. * Update copy on final onboarding screen. * Minor line break fixes.
[MOS-1061] Fix screen backlight flash when turning off Fix of the issue that screen backlight would sometimes flash lightly when the phone is turning off.
[CP-2156] Fixed no response when editing a contact to have the same number as another Fixed no response on Center side when editing a contact to have the same number as another contact in phonebook. Added a duplicate number to the response body.
[BH-000] Update Harmony changelog Update Harmony changelog after MuditaOS 2.5.0 release.
[BH-1839] Improved fonts - Removed unused 190 px font - Added new 32px bold and light & 170px regular fonts - Added a new colon for the 170px font
[BH-1874] Fix underline appearing when setting alarm time Fix of the issue that underline appeared under hours value when setting alarm time with knob down (alarm disabled) after previous confirmation of the alarm time.
[BH-1871] Fix popup formatting for vertical home screen layout Graphics in pop-ups for vertical layout were shifted to the left
[BH-1870] Fix displaying the menu after deep press on main screen Add double checking debouncing timer with reference GPT timer to eliminate incorrect behavior on deep press after exiting WFI
[BH-1863] Fix deleted file popup showing in Relaxation * Fix of the issue that 'File has been deleted' popup would show in Relaxation app at the end of playback if the playback was paused at least once, even though the file wasn't actually deleted. * Added very basic audio decoder error handling and propagation mechanism. * Minor refactor around several audio-related parts.
[BH-1636] Add low battery info when the power nap is activated Below the 10% battery level threshold, we remind the user to recharge the battery to be sure that the alarm will ring.
[BH-1867][BH-1868] Fix alarm rings after deactivation Fix the function that it's responsible for disabling the snooze alarm. After snoozing the alarm and deactivating the alarm device shouldn't ring.
[BH-1865] Remove redundant cursor in alarm edit mode Fix for the issue that after BH-1636 hour value in alarm edit mode was displayed with a cursor below it, which was inconsistent with the design.
[BH-1842] Fix dependabot alerts GitHub's dependabot suggests we might be using outdated and vulnerable python libraries. This commit updates our requirements to use more recent verions of some of the libraries.
[BH-1636] Add low battery info when the alarm is activated Below the 10% battery level threshold, we remind the user to recharge the battery to be sure that the alarm will ring.
[BH-1833] Fix debug after watchdog config change Fix of the issue that waiting for RTWDOG unlock bit to be set after issuing unlock command caused the debug to crash immediately after the OS started.
[BH-1833] Enable RTWDOG in WFI mode * Fixed initial RTWDOG config procedure, which put watchdog module in some non-deterministic state due to not waiting after unlock request and config change, what prevented the watchdog to be reconfigured later in the OS. * Configured RTWDOG to continue running in WFI to prevent potential freezes caused by CPU not being woken up by periodic RTC interrupt.
[BH-1635] Fix for low battery notification on the home screen 2 Now the low battery warning window is visible for 6 seconds.
[BH-1657][BH-1833][BH-1854] Add WFI and SDRAM self-refresh mode * Added mechanism enabling CPU to enter WFI mode when the OS is in idle, what results in large power consumption reduction. * Added mechanism to switch SDRAM to self-refresh mode before entering WFI, what resulted in further power consumption reduction.
[BH-1637] Add low battery screen before using the application If the battery is discharged below 10%, the user gets a notification before using the meditation and relaxation application.