[MOS-731] Windows switching log clear in meaning The log is now self-explanatory.
[MOS-666] Fix disappearing setting bars in German Fix of the issue that with German language selected manual volume setting bar and vibration volume setting bar would disappear when focused.
[MOS-350] Fix some SIM card pop-ups not showing Also: enhanced a log, improved the English translations.
[MOS-718] Fix part of SIM unlocking Fixed a potential bug in message handling, refactored unclear naming and logic there and in some other places.
[MOS-714] Fix passcode lock time discrepancy Fix of the issue that passcode lock time wasn't updating on 'Wrong passcode' popup, what led to discrepancy of the time between lock screen and the popup.
[BH-1563] Date UX improvements Switched to YYYY/MM/DD format.
[MOS-685] Make small improvements in various places of the code - Forward arguments - Remove unused code - Remove auto return type when it's not needed - Add const to member functions - Use startsWith and endsWith from utils - Allow instantiation of operators only for specific types - Caluclate key mask in compile time
[BH-1515] Revert bedtime changes Due to many regressions these changes introduced, we decided to revert them. The old PR will be used as a foundation for another fix attempt(probably including major refactor of the alarm operations module).
[BH-1543] I want to set a date *DateSetSpinner and DateSetListItem added (based od TimeSetSpinner and TimeSetListItem) *BellSideListItem ctor without title added *TimeUnitsModel changed to more accurate DateTimeUnitsModel name
[MOS-670] Change clang-format AlwaysBreakTemplateDeclarations to Yes Add --all and --fix-all options to style-check-hook
[MOS-647][MOS-671] BT volume control fixes Set of fixes for Bluetooth volume control issues: * split OS volume from A2DP device volume; * added translations for additional popup required to indicate what volume is being set; * fixed issue that on some devices setting the lowest volume level would set the highest in reality; * fixed Bluetooth auto-turnoff functionality; * minor code cleanup.
[BH-1542] Pure meditation fix and cetner TimeFixedWidget *DigitsContainer definicions moved to cpp file(for proper linkage) *DigitsContainer changed container to std::vector *Fixed a bug in ProgressTimerWithBarGraphAndCounter where timerText was treated as timeWidget *MeditationCountdownWindow timer is now custom size *Minus removed form MeditationRunningWindow timer
[BH-1542] Fix TimeFixedWidget encapsulation *DigitsContainer extracted as testable module *Getters removed from TimeFixedWidget
[BH-1542] Stabilize the clock position Third digit fix
[MOS-499] Improve lock screen power consumption Power on the e-ink only when it is needed e.g. fast or deep refresh. Update battery percentage only when discharging.
[BH-1515] Bedtime reminder notification issue AbstractAlarmAction execute method takes Record as paremeter to pass it to action Bedtime abstraction extended to keep own EvetContainer and hadle needed actions(push,clear ... and so on) Fixed an issue where cpp file was added by #include directive New fuction added to test/CMakeLists.txt to add manually prepared target to test siute googletest-service-time-alarm-operations source moved to library and than linked in to googletest-service-time-bell-alarm-operations
[MOS-600] Fix RF button hold leaves alarm ringing Fix of the issue that long press of right function button causes alarm popup window to close, but alarm is still ringing. The only way to turn it off was to power off the phone.
[BH-1542] Fixed colon width Fixed colon width
[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
[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