[MOS-966] Fix day of week abbreviations in Polish Fixed issue with improperly created weekdays abbreviations in Polish, particularly 'Niedziela' (Sunday) that was shortened to 'Nie', which also means 'No' (negative response). Fixed issue with remaining 'Edit' label in navbar after leaving repetition field in new alarm window. Fixed hardcoded 'Custom' string used as a repetition type text.
[BH-1656] Use fixed gt pressura 46 light With generated % character that was missing
[BH-1655] Fix memory leaks in clock faces and shortcuts Disable libphonenumber initialization since it is not used in Harmony but takes around 1.4MB of memory Add heap allocation statistics
[MOS-357] Fix backing from new contact window when came there from call log Ditto
[MOS-944] Fixed handling USSD started by # Now call request begins with # character is dicoverd and handled as a USSD code.
[MOS-960] Fixed SMS flow after failed try in Offline SMS handling is now fixed after attempt to send SMS in offline mode. After SMS was rejected by Offline mode, Pure was not able to send any message until device reboot.
[MOS-000] Rework docker container creation Cleaned up dockerfile Removed PATH dependencies from jenkinsfile
[BH-1630] Turn off the device for low voltage The system closes only if the SoC is 0%, but it doesn't react if the voltage has low level. The new implementation invokes the close procedure if the voltage is less than 3.4V. This solution should avoid possiblity to hang the MCU.
[MOS-202] Add meditation parameters to non-volatile memory The meditation time entered from the keyboard will be remembered.
[BH-1649] Reimplement I2C communication attempts The CW2015 driver should avoid any logic. Thus I2C communication attempts were moved to the BatteryCharger which is product specific.
[MOS-000] Remove redundant newlines when printing clocks As described.
[MOS-943] Remove old factory reset mechanism Removed old factory reset mechanism that is no longer needed after UDM. Fixed accessing previously moved variable. Minor cleanups.
[MOS-525] Fix BT autoconnect when another device is already connected Fixes an issue when another device is connected via HFP and a new device wants to connect Updated BT stack to 1.5.5 version
[BH-000] Modify ecoboot version to 2.0.0 .
[CP-1848] Problems with displaying file names Added missing characters to font 'gt_pressura_light_46' used in Relaxation
[MOS-925] Fix redirection on BACK from sending message from Contact view Fix for inconsistent redirection to message threads list when pressing BACK from sending message from Contact view. Also proveded mechanizm to help switching back to previous App, when some App call window from another App.
[BH-1646] Center empty batter icon vertically on shutdown window Set icon text visibility to false.
[MOS-927] Fixed search engine labels Fixed regression introduced by the previous PR.
[MOS-932] Minor ListViewEngine cleanup Minor cleanup of ListViewEngine.cpp.
[MOS-932] Fix unneeded deep refresh in empty list Fix of the issue that pressing up arrow in empty list (e.g. notes, messages, alarms) resulted in unnecessary deep refresh of the screen, as the content didn't change.