[BH-1536] Remove unneeded compilation flags Removed -Wno-unused-variable from module-bsp. Fixed issues that were reported after removing it. Removed unneeded compile flags from rt1051 cmake file.
[BH-1537] Countdown presenter mods Introduced minor changes to the meditation countdown presenter. Among others, replaced settings pointer with already existing alarm model. Fixed incorrect delay time when set to None.
[BH-1518] Change start delay range Meditation application's start delay range was changed according to the new requirements.
[BH-1519] Shared alarm model instance Alarm model was moved to the bell-specific application class. By doing this, each application will have access to its unique and private instance of the model. Later, it can be propagated to the specific presenters etc. The next step should be to use only the one instance of the alarm model and propagate it to the each application.
[MOS-559] Fix phone unlock after mode change Correction of the previous fix addressing this issue. Previous idea didn't work when popup tried to display in application other than ApplicationDesktop
[MOS-23] Back button works as save button in Notes Removed the auto-save facility from Notes as it was lacking any configuration and worked in unwanted moment(s).
[MOS-298] HALize ServiceEink Add HAL to ServiceEink Remove dead code from Linux eink substitute Fix LUTS.bin refresh problems on simulator
[MOS-571] Bump updater version for Pure Needed to apply fix from updater
[BH-1522] Meditation pause and finish design adjustments Pause icon on the same window as progress Prevent progress from stepping during pause Adjust meditation finished window to design
[BH-1352] Meditation countdown Meditation countdown
[MOS-561] Minimal documentation on how update works Added minimal documentation on upate: - how it works - what is the arhitecture behind
[MOS-559] Fix unlock when phone started not in Connected mode Fix of the issue that when phone was started in mode different than Connected, next mode changed resulted in bypassing of the lock.
[MOS-572] Add sfdisk do docker image Needed for package build via docker image
[BH-1522] Meditation - new circular progress layout Rework meditation progress layout
[MOS-574] Fix GCC12 port Add missing include file.
[MOS-560] Parameter calibration for URC pooling mode In reporting mode, if we receive more than 4 URCs in the last 15 minutes, we will switch to the pooling mode immediately
[MOS-549] Linux simulator crashes on GCC12 Add wrapper for posix stat function in order to invoke our implementation.
[BH-1458] Relaxation - Woodland Ambiance music has a break at the end Short period of silence cut off at the end
[MOS-570] Fix HFP answering bug Call answer event was incorrectly routed to BT, thus the device was not aware of answering the call
[MOS-499] Turn off the one-minute screen refresh for quotes Refresh lock screen only when clock wallpaper is set. Remove unused items from status bar to avoid refresh every minute.