~aleteoryx/muditaos

6cc2bc9d — Dawid Wojtas 2 years ago
[BH-1830] Fix eink crash while refreshing

If the previous refresh failed the driver tried to add a new frame
in the front of the vector. In some cases, the updateFrames could
be empty, and adding a frame caused a system crash.
72f01e45 — Lukasz Mastalerz 2 years ago
[BH-1815] Optimalize loading music files in relaxation

Add relaxation list refresh after files added or deleted
2ec5be10 — Dawid Wojtas 2 years ago
[BH-1822] Disable Address Sanitizer

Due to using wrappers for the glibc syscalls the ASAN
doesn't work well. We also had trouble with integrating this
tool with GCC12.
The ASAN is still available but is turned off by default.
Use -DLINUX_ENABLE_SANITIZER=ON to turn on.
Our recommendation is to use Valgrind as the runtime
profiling tool. It's added for visual studio code.
b932e064 — Lefucjusz 2 years ago
[BH-1823] Fix relaxation start delay for specific MP3 files

Fix of the issue that when trying to play
files with large ID3V2 metadata the
playback would start with significant
delay of several seconds. It was also
possible to leave relaxation progress
window without stopping the playback.
862b0745 — Lukasz Mastalerz 2 years ago
[BH-1815] Optimalize loading music files in relaxation

Add relaxation list refresh after error occures
71b612f8 — Lukasz Mastalerz 2 years ago
[BH-1815] Optimalize loading music files in relaxation

Relaxation is loading smooth with any number of files.
ed208de9 — Lefucjusz 2 years ago
[BH-000] Update Harmony 2.2.2 changelog

Update of the changelog after Harmony 2.2.2
has been released.
22b07dd2 — Maciej Gibowicz 2 years ago
[BH-1648] Add shortcuts instruction to settings

The user should be able to return to the shortcuts instruction at any
time. The instructions are available in the settings.
139abaec — Dawid Wojtas 2 years ago
[BH-1817] Fix alarm when the onboarding is active

The alarm shouldn't activate itself when
the onboarding is in progress. So now we check
the onboarding status before checking alarms.

Increased size of the onboarding application stack.
This should resolve the issue when somehow, the alarm is set
but there is no stack that causes the application to crash.
5fd9a425 — rrandomsky 2 years ago
[MOS-1056] Hide the SOS label when the modem is not ready during onboarding

Hide the SOS label during onboarding when the modem is not ready for an emergency call.
e39871f8 — Dawid Wojtas 2 years ago
[BH-1814] Fix eink errors in logs

According to the newest fsl library the LPSPI_Reset function
shouldn't be invoked in LPSPI_MasterInit function.
As a result, the LPSPI module can't work after calling this API.

If the display returns the error the driver could invoke
EinkPowerDown function recursively which causes a crash.
121879f4 — Lefucjusz 2 years ago
[MOS-220] Changed signal strength refresh mechanism

Modified signal strength update mechanism
to avoid unnecessary screen refreshes in
case new signal strength value is equal
to the previous one.
Minor cleanups.
cfc39c95 — Mateusz Szczesny 2 years ago
[BH-1787][BH-1802] Bump Harmony Ecoboot version

Ecoboot version changed from 2.0.5 to 2.0.6.
[MOS-1052] Change VoLTE label from 'beta' to 'experimental'

Changed VoLTE label from 'beta' to
'experimental'.
Fixed transition state label font
size to match the design.
592d3144 — Lukasz Mastalerz 2 years ago
[BH-1696] Charging notifications improvements

Fixes and improvements for charging notifications
a21a2fdf — Lefucjusz 2 years ago
[MOS-1051] Updated HNI codes for VoLTE support

Reviewed and updated HNI codes lists
for all countries with VoLTE support.
b30212be — Lefucjusz 2 years ago
[MOS-896] Update low battery screen view

Updated low battery screen view by adding
info windows appearing when trying to
interact with phone having critical
charge level.
feec59f5 — Lukasz Mastalerz 2 years ago
[BH-1696] Notification when connect the device to the charger

Adding notifications when charger is connected
defbd256 — rrandomsky 2 years ago
[BH-000] Update changelog for 2.2.1

Update Harmony's changelog after releasing MuditaOS 2.2.1.
8f8b9d86 — rrandomsky 2 years ago
[MOS-498] Change input language with the change of the system language

Now when the user changes the system language, the input/keyboard language
will change automatically (in the background).
If the user changes the input/keyboard language, this will not change
the system language.
Next