[MOS-1061] Fix screen backlight flash when turning off Fix of the issue that screen backlight would sometimes flash lightly when the phone is turning off.
[CP-2156] Fixed no response when editing a contact to have the same number as another Fixed no response on Center side when editing a contact to have the same number as another contact in phonebook. Added a duplicate number to the response body.
[BH-1866] Port new eMMC driver to Pure This port updates only the eMMC driver and a few files from new FSL. This change should solve an issue with init eMMC memory.
[CP-1059] Fix for erase only sensitive data from logs Added omitted anonymization for the COPS command.
[BH-1838] Relaxation plays in the background for certain song lengths Fixed problem with occasional background playback after song has finished
[BH-1787] Reboot to MSC endpoint To allow the automation of gathering logs and swapping out OS images during tests a MSC reboot endpoint was added. Together with a change to ecoboot, this allows the sending of a "reboot to MSC" command. The deivce will then reboot and enter MSC mode.
[MOS-1060] Fix memory leak in contacts list view Fix of the memory leak that happened in contacts list view due to not deleting unused heap-allocated object.
[BH-000] Update Harmony changelog .
[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.