[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-1551] Fix GUI refreshing Fixed GUI refreshing while on the home screen, power nap progress and relaxation progress window.
[CP-1448] Add storage info to device info endpoint DeviceInfo endpont now contains information such as: deviceSpaceTotal - total storage space on the device systemReservedSpace - storage space on the device reserved for the OS usedUserSpace - storage space on the device used for user files on the user partition
[BH-1552] Minor power optimization Switched off temperature sensor and its driver. Minor GPIO pads configuration tweaks.
[BH-1542] Stabilize the clock position Third digit fix
[BH-1537] Statistic frontend Added integration of statistics model, presenter and widget.
[BH-1538] Stats info widget Created statistics info widget.
[MOS-598] Improved keyboard responsiveness Add sentinel that increases and hold the CPU frequency after a button press event
[MOS-635] Bump updater version for Pure Changed downloaded version of updater, 1.5.2 allows to downgrade MuditaOS.
[BH-1356] Meditation stats backend Added meditation statc backend. Added temporary widget for testing purposes and corresponding modules (meditation stats presenter, window,model).
[BH-1515] Bedtime reminder notification issue fixed formatting issues
[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
[BH-1542] Fixed colon width Fixed colon width
[MOS-589] Fix torch driver Perform turn-off torch in only one place. Before writing or reading i2c make sure the torch is power supplied. Change old C-style cast to reinterpret_cast.
[BH-1533] Display battery charging state Battery state during charging is always displayed even if the state of charge reached 100%. Minor refactor of BellBattery class. Removed unused includes.
[BH-1539] Meditation finish will redirect to homescreen Meditation finish will dedirect to homescreen
[BH-1531] Remove redundant arrows when alarm is ringing Remove redundant arrows when alarm is ringing
[BH-1509] Frontlight wont flash on snooze Frontlight wont flash on snooze when alarm light is off and automatic frontlight mode is on
[BH-1540] Meditation translations Meditation translations
[CP-1116] Add API to create and update draft message This change allows to create and update draft SMS with use of service-desktop API.