[BH-1971] Changing the refresh rate of the progress bar screen The longer the time countdown on the progress bar, the less frequently the screen is refreshed, which results in less power consumption when running the Meditation, Relaxation, Power Nap and Focus Timer applications.
[BH-1942][BH-1944] New countdown timer in the Power Nap and the Relaxation app The countdown timer in in the Power Nap and the Relaxation app has been changed according to the new design. Now the countdown timer only shows the minutes.
[BH-1943] New countdown timer design in the meditation app The countdown timer in the Meditation app has been changed according to the new design. Now the countdown timer only shows the seconds in the countdown window and only the minutes in the ongoing meditation window.
[BH-1848] Post-rebase fixes * Fixes for the issues that caused builds and unit tests to fail. * Added changelog entry.
[BH-1950] Fix incorrect Power Management statistics in the logs When the CPU is in WFI mode, the CPU usage statistics should only reflect the WFI range and not the other frequency ranges.
[BH-1939] Fix missing tooltip in French Fix of the issue that tooltip text was not displayed in Onboarding in French due to the copy being too long.
[BH-1934] Add different sound for the end of meditation Added different sound for the end of meditation session than the one played at the beginning and at fixed intervals.
[BH-1935] Fix the backlight in pre-wake up If the chime is before the backlight we need to ignore keys. Otherwise the back button will run the backlight.
[BH-1855] Add changelog entry Added an entry regarding custom alarms feature to Harmony changelog.
[BH-000] Update Harmony 2.6.1 changelog Update changelog after releasing Harmony 2.6.1.
[BH-1792] Updated button handling during pre wake up Button action behavior has been updated for pre-wake. Now, if pre-wake is in progress, the first press, in addition to pressing the front light, disables the pre-wake function.
[BH-000] Update Harmony 2.6.0 changelog Update changelog after releasing Harmony 2.6.0.
[BH-1898] Fix of GUI freeze after intensive volume change Fix of the issue that GUI would freeze for several seconds if volume level was being changed intensively for a while.
[BH-1887] Speed up update process * Added stream buffering for reading data from tar archive with update. * Increased size of the buffer used for unpacking files from tar archive. * Changed buffers data type from vectors to raw heap-allocated arrays.
[BH-1888] Fix device freezing when changing volume intensively Fix of the issue that intensive changing volume in Relaxation app would result in device freezing after some time of such activity.
[BH-1883] Add a low battery notification on home screen with quotes Below 20%, instead of quotes, the battery with percentage information about the charge level will appear on the main screen.
[BH-1885] Increase stack size for battery charger task The battery charger worker had only ~10% free stack size so it was a possibility to stack overflow. After increasing the stack by 512 bytes the worker has ~40% free stack space.
[BH-1881] Add progress bar to update process * Modified Lua update scripts to show simple progress bar during update process in Recovery. * Fixed regression with failing factory reset on Pure. * Split Lua scripts per product.
[BH-1884] Fix biwin memory errors The BIWIN eMMC memory doesn't work stable when enablePreDefinedBlockCount flag is enabled.
[BH-1861] Backend for quotes on home screen Implement a backend for getting and shuffle the quote for home screen clock face.