[CP-1942] Re-adding the same file results in an increase in the amount of occupied space Fixed problem with adding files with the same name resulting in increasing its size instead of replacing the file. USB Stack changes.
[BH-1672] Add logging of eMMC parameters Added logging of eMMC storage card parameters so that it's easy to determine what chip is installed in the device the logs are from.
[MOS-000] Cleanup of translation files Removed unused, duplicated entries Sorted up jsons
[CP-1837] Fix MTP crashes Update usb_stack submodule.
[MOS-000] Reworked translation verification tool Added removal of unused keys in files Refactored code
[CP-1797] Low battery connection with mc is possible Add a reason field to USBSecurityEndpoint reson when device is locked.
[CP-1852] Too many user files removes default relaxation audio from the list Changed order in which files in Relaxation are displayed Added error message when files limit is exceeded
[MOS-636] Added MMI/USSD confirmation USSD/MMI codes are now confirmed after they are sended.
[MOS-000] Fixed minor issue in db migration script * Removed doubled copyright header from 'up/down/devel.sql' when committing databases. * During installing, 'devel.sql' was created even if specific revisions didn't contain one. * Removed unnecessary product-specific .lua scripts.
[BH-000] Update changelog for 1.8.2 and 1.9.0 .
[CP-1837] Random crashes while copying files Use ConstMemoryConstrainedFileRef newly added to taglib
[CP-1825][BH-1660] Update while on onboarding screen Commit DB changes
[MOS-000] Added tool for translations verification Added script for verifying if the translation json: - has duplicates - has empty entries - has missing entries It has possibility to fix those files by removing the duplicates and pretty-printing the file without duplicates
[CP-1797] Low battery connection with mc is possible Decrease critical battery level from 10% to 5% Add a new entry to the security endpoint in order to block MC when the phone battery level is critical
[MOS-946] USSD contacts Fixed adding USSD codes to phonebook.
[BH-1650][BH-1651] Fix the frontlight settings Run the frontlight settings in "on demand" mode now turn on the backlight with the proper intensity. If the device is idle in the frontlight settings the backlight isn't turn on after backing to the main window.
[MOS-927] Fixed search engine labels Fixed another regression introduced by the previous PR.
[MOS-177] Fix request factory UT are uncommented Cellular call request factory unit test was commented out due to failing cases. After MOS-944 failng cases are updated and all tests are passing.
[CP-1842] Extremely long title tag causes delay when loading Relaxation songs list Fixed by limiting the maximum text length in relaxation main window
[CP-702] Add API for managing templates order This API allows for managing message templates order. DB Migration: adding a new column to templates tables.