~aleteoryx/muditaos

ref: 746a4f5f337ee64bb2760168088b3ff889e2a236 muditaos/harmony_changelog.md -rw-r--r-- 13.9 KiB
5a70754a — Maciej Gibowicz 1 year, 9 months ago
[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.
919288ee — Maciej Gibowicz 1 year, 10 months ago
[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.
70d3ba4c — Dawid Wojtas 1 year, 10 months ago
[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.
895d9d31 — Dawid Wojtas 1 year, 10 months ago
[BH-000] Update Harmony 2.6.1 changelog

Update changelog after releasing Harmony 2.6.1.
4f63943a — rrandomsky 2 years ago
[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.
4ad0f29a — Lefucjusz 2 years ago
[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.
cdf5dbf5 — Lefucjusz 2 years ago
[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.
e46cb3e1 — Lefucjusz 2 years ago
[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.
fd9d4542 — Maciej Gibowicz 2 years ago
[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.
0aa09487 — Dawid Wojtas 2 years ago
[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.
752147e8 — Lefucjusz 2 years ago
[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.
76a62e80 — Dawid Wojtas 2 years ago
[BH-1884] Fix biwin memory errors

The BIWIN eMMC memory
doesn't work stable when enablePreDefinedBlockCount
flag is enabled.
1839b2c6 — Dawid Wojtas 2 years ago
[BH-1861] Backend for quotes on home screen

Implement a backend for getting and shuffle
the quote for home screen clock face.
Next