[MOS-931] Correctly abbreviate multiline strings in dialog titles Problem originally spotted at SMS deletion, corrected for all dialog windows.
[MOS-202] Add meditation parameters to non-volatile memory The meditation parameters set by the user will be remembered. style check fix
[MOS-59] Change tethering text to icon in status bar Changed text to icon, fixed behaviour with phone modes
[MOS-59] Fix weird behaviour of indicators on popups Fixed phone mode indicators on popups
[BH-1609] Fix resizing of format in TimeSetFmtSpinner Change the resizing logic of the children of TimeSetFmtSpinner. Remove arguments of TimeSetFmtSpinner and BellStatusClock ctors.
[MOS-204] Fix screen ghosting after emoji selection Fix of the issue of screen ghosting after emoji selection, visible particularly well in messages app - changed fast refresh to deep one on returning from emoji selection screen to the previous application. Additionally minor code cleanup.
[MOS-172] Fix asterisk button behavior in contacts Fix of the improper asterisk button behavior in new contact window - pressing the button to change an input mode resulted in 'OPTIONS' label being displayed for the left function button in navbar when the asterisk button was held.
[MOS-52] Fix the data displayed on snoozed alarms screen When we were currently in the snoozed alarms screen and a new alarm rang, the data was displayed incorrectly.
[MOS-592] Fix right arrow behavior in search field Fix of the issue that clicking right arrow in search field caused the focus to be moved to image on the right, what made inputting text impossible. Additionally minor code cleanup.
[MOS-174] Fix broken events counter for 99+ events Fix of the issue that events counter was displayed incorrectly for more than 99 events.
[CP-1210] Contacts imported from SIM dont show up in Mudita Center Fix for imported contacts from SIM don't show up in Mudita Center. Added functionality to send notification after all imported contacts are added to the database.
[MOS-59] Always display network technology and signal strength Now those parameters are always on the statusbar
[MOS-48] Shorten phone modes pop-up duration From 3s to 1s
[MOS-807] Unpacking update package * Added unpacking and validating of update package * Removed 'utils-bootconfig' * Added 'tar' module * Minor compilation issues fixed
[MOS-000] Rebase fixes Rebase fixes
[MOS-694] Move DB initialization from OS to build scripts * Switched to DB initialization at compile time * Organized and cleaned up db files directories(not finished completely) * Fixed DB related unit tests * Minor improvements to CMake * Small fixes for GCC12 build
[CP-1560] New user directory structure * New user directory implemented. * Generate user directory structure at compile time instead of at runtime(Pure/Harmony). * Changed MTP root path to /storage * FileIndexer: Minor refactor * FileIndexer: Fixed handling incorrect/non-existing scan directories. * Updated Repository module to correctly handle many assets paths. * MultimediaDB: Minor unit tests refactor and fixed some issues when using simulator. * MultimediaDB: Added new queries and unit tests * Harmony/Relaxation: Updated to correctly use audio assets from more than one source. * Harmony/Relaxation: Updated model and list items provider. * Harmony/Relaxation: Fixed stack overflow in audio service
[MOS-496] Music player broken UI Fixed issues when selecting track index higher than 31.
[MOS-829] Fix the Pure's alarm plays indefinitely According to the requirements the alarm after. 30 minutes of playing will be stopped instead of snoozed.
[MOS-838] Unable to unlock SIM card (corner case) Fixed with adding a missing internal state reset on SIM connection failure.