[BH-1795] Add noises to relaxation Adding color of noises to Relaxation
[MOS-1059] Erase only sensitive data from logs Erase only sensitive data from logs.
[BH-1809][BH-1835] Add date format setting Added date format selection between DD/MM and MM/DD. The time setting has been updated.
[BH-1828] Add labels to relaxation sound list Added labels to relaxation
[BH-1652] Fix misleading Polish factory reset translations Changed factory reset translations in Polish, as the previous ones were confusing.
[BH-1782] Add brightness fade in * Added brightness fade in - feature which allows for gradual frontlight brightness rise during alarm and power nap ringing instead of turning on with full brightness immediately. * Fixed possibility to close ringing power nap by long press of back button.
[BH-1829] New font gt pressura bold 38 added Add new font for Harmony labels
[BH-1829] New very big bold font added New font named verybigbold added.
[MOS-000] Update Pure changelog Update Pure changelog after MuditaOS 1.10.0 release.
[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.
[BH-1815] Optimalize loading music files in relaxation Add relaxation list refresh after files added or deleted
[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.
[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.
[BH-1815] Optimalize loading music files in relaxation Add relaxation list refresh after error occures
[BH-1815] Optimalize loading music files in relaxation Relaxation is loading smooth with any number of files.
[BH-000] Update Harmony 2.2.2 changelog Update of the changelog after Harmony 2.2.2 has been released.
[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.
[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.
[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.
[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.