[BH-2096] Return error code when switching to empty quotes DB * Added mechanics returning error code 406 Not Acceptable when trying to switch to empty custom quotes database. * Minor cleanups. * Minor fixes in test script.
[BH-2069] Update license URL in headers Update outdated license file URL in license headers across all project.
[BH-2065] Fix race condition between CMake targets * Fix for the issue that resulted in race condition between target creating and populating databases and the one copying created databases to required directories. The issue was caused by lack of dependency between those targets, what allowed CMake engine to parallelize them. As a result, databases were copied before their creation has been finished, what resulted in weird discrepancies in databases content and occasional rsync errors. * Removed unused multicomp_install function. * Refactored DB tests readContent helper.
[BH-1989][BH-1990] Core functionality of What's New app Implemented core functionality of What's New application.
[BH-1920] Labels with correct page and song This is reimplementation ListViewWithLabels which is able to set correct page with focused item.
[BH-1896] Add opening the vertical lists on the currently set sound After starting applications that use vertical lists of music, a list will open on the appropriate page with the previously selected song. Fix displaying vertical list before fileindexer ends.
[BH-1876] Change main alarm list to vertical Now the main alarm uses the vertical list to display songs. Fixed the order of songs from the database. Added translations.
[BH-1893] Create SoundsRepository global class Added a new class called "SoundsRepository" for all applications that use music files.
[BH-1792] Updated button handling during pre wake up Button action behavior has been updated for pre-wake. Now, if pre-wake is in progress, the first press, in addition to pressing the front light, disables the pre-wake function.
[MOS-1067] Fix Pure crash when deleting all contacts Fix of the issue that Pure would crash when trying to delete all contacts from Mudita Center when main window of phonebook was opened and focus was set on different contact than the first one in the list.
[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-1815] Optimalize loading music files in relaxation Relaxation is loading smooth with any number of files.
[MOS-1042] Fixed inability to save a contact that did not previously have a phone number Fixed inability to save a contact without a phone number when contact lose the number after replace similar number and visibility of the SAVE button when editing/creating a contact.
[BH-1688] Create a standard for logs * Adding document describing how to use logger * Adjusting logs to follow a new guide * Change order in log header: line number is now before function name
[MOS-471] Fix case sensitive in the note search Changing the search engine in the notes application so that it is not case sensitive.
[MOS-1007] Fix for no popup when contact cannot be saved because of same nubers Fix for fix. It add popup when user try to save contact witch practically the same numners (even if having a country code is only difference)
[MOS-1007] Fix for add/update contact with 2 same phone numbers There was possibility to add contact, or edit some contact, with have 2 same phone numbers (exactly the same or witch/without country code). Now this has been fixed and is not possible to create, even by editing, contact with 2 exactly the same numbers or 2 same numbers and one of them with a country code
[MOS-30] Fix for Alarm not being handled properly during a phone call During the phone call, the alarm was not displayed and subsequent alarms after this scenario did not work. This has now been fixed and the alarm during a phone call will be automatically snooze.
[MOS-1003] Fix automatically marking new message as read Fix of the issue that after entering messages app, opening one of the threads and returning to main messages app window, new messages in this thread were automatically marked as read.
[CP-2020] Imported contact does not appear in Center Stopped sending notification when contact add failed