~aleteoryx/muditaos

[BH-2009] Change charger chip name to proper one

Renamed some legacy name of battery charger
chip to the one that is used in the device.
Minor cleanups.
10d9658a — Maciej Gibowicz 1 year, 6 months ago
[BH-2005] Add volume setting for focus timer

The user will be able to control the volume of notifications in the
Focus Timer application
[BH-2002] Fix crash when connected with broken USB cable

Fixes of the issues that would cause device
crash when connected with broken USB cable:
* fixed memory leaks in VCOM init and deinit
functions;
* guarded accessing desktopWorker object in
message handlers, as messages are asynchronous
and might arrive after worker has already been
destroyed. Not the cleanest solution, but
does the trick
[BH-000] Workaround for CI/CD issue

Workaround for an issue that arised after
Jenkins has been migrated to new machine.
Because of some reason build would fail
on rsync'ing non-existent '.db-journal'
files - locally the same rsync works
perfectly fine.
These files are not needed anyway,
so temporary exclude them from
rsync.
This should be reverted after CI/CD
is fixed.
[BH-1786] Bump ecoboot version

Bump ecoboot version to the one
containing fix for MSC mode freeze.
[BH-2004] Update sign server IP address

Updated sign server IP address after
recent Jenkins migration to new machine.
[BH-2001] Fix debug build with new FSL

* Fixed some issues that have been
caught by asserts in debug build.
* Minor cleanup.
[BH-2000] Change order of entries in Settings

Changed order of entries in Settings menu, so
that they're grouped in logical categories.
1eaf2e35 — Maciej Gibowicz 1 year, 6 months ago
[BH-1946] Add update instructions in settings

User will see instructions on how to update Harmony operating system at
any time in settings.
[BH-1776] Grinn USB fixes

Fixes and improvements implemented by external
company Grinn, expanding the set of supported
chargers.
[MOS-1068] Fix A2DP stream not restarting after song changes

Workaround for the issue that A2DP stream
would sometimes not restart when music
player changes song to the next one.
[MOS-1068] Cleanup BTStack intergration

Code cleanup in various places of
BTStack integration.
[MOS-1069] Change A2DP stream volume scale to exponential

Fix of the issue that A2DP stream volume
was controlled using naive approach
with linear scaling instead of
exponential one, what resulted in
highly non-linear volume control
experience.
49f432cc — Maciej Gibowicz 1 year, 6 months ago
[BH-1945] Add update instructions at the end of onboarding

User will see instructions on updating Harmony's OS at the end of
onboarding.
[BH-000] Update Harmony 2.7.0 changelog

Update changelog after Harmony 2.7.0
release.
[BH-1992] Fix crash in Meditation and Power Nap

Fix of the issue that Meditation and
Power Nap apps would crash during
active sessions due to bad optional
access introduced in previous time
displaying fix.
6d6d26ff — Maciej Gibowicz 1 year, 6 months ago
[BH-1944] Changing the rounding method for minutes in progress bar

Fix for rounding minutes in Focus Timer application
5a70754a — Maciej Gibowicz 1 year, 7 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.
3ff04e06 — Maciej Gibowicz 1 year, 7 months ago
[BH-1944] Changing the rounding method for minutes in relaxation

Only at startup, when the number of seconds is less than 30, the minutes
are rounded down, otherwise they are rounded up
[BH-1955] Fix incorrect Polish conjugation in Focus Timer

Fixed incorrect conjugation of word
"minuta" on Focus Timer summary
screen.
Next