[MOS-76] Add missing space in the separator Days of the week should be separated by a comma and a space in the alarm repeat widget
[MOS-234] Add Abc input mode to contact search Abc mode was not selected as a default, because it was not added in this input field.
[MOS-111] Added missing refresh conditions Added missing refresh conditions.
[MOS-233] Fix no chime interval in med timer [Meditation] There is no None interval chime for meditation time < 31min Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
[MOS-143] Fix notifications for unread message/missed calls Added Notifications Decrement query Fixed updating notifications on home/lock screen
[MOS-85] Fix contact that has no Last name If a contact contains only first name I would expect it to appear on the list sorted alphabetically according to the letters. Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
[MOS-152] Text Abc input mode support added Text Abc input mode support added with tests.
[MOS-36] Disallow going to normal contact list after emergency call User was able to get to the regular contact list and manipulate it on locked phone after emergency call. Now user is moved outside contacts app after going back from ICE contact list.
[MOS-97] Fix of wrong label for missed call notification There was no label on missed call notification from private number. After fix it is diplaying "Missed calls" info. Original fix from 60bdca524338025dc0117edcc5c5579376441b0b [MOS-104] was also modifed as it previously introduced regression on menu window.
[MOS-224] Fix phone lock window timeout extened timeout for better readbility
[MOS-104] Fix calllog responsivness with large number of contacts Determined 3 reasons of lag 1. each calllog app opening is sending db::query::calllog::SetAllRead which marks all calllog database entries as read and send CRUD notification to application and hence the list view is rebuilt at least twice for each app opening. After deeper investigation it seems like dead feature (at least not covered in GUI) and I am going to disable it. 2. DBServiceAPI::MatchContactByPhoneNumber requested for empty string (private number) take really long time (above 1s). 3. DBServiceAPI::MatchContactByPhoneNumber took about time 150-200ms This patch fixes only issues 1. and 2. Number 3. requires further investigation and is consider as separate issue. After mentioned fixes calllog is pretty responsive but requires ~2s for each app start or page change.
[MOS-111] Battery status bar update restrictions Battery status bar update restrictions.
[EGD-8254] Fix Default interval is set to None Fix meditation timer default interval is set to none Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
[EGD-8218] PhoneLock timer fix on return from emergency PhoneLock timer fix on return from emergency.
[EGD-8247][EGD-8249][EGD-8250] Fix of Quotes UI minor bugs fix for invalid window transitions, list update and quote display on wallpaper
[EGD-7359] Remove 0 connection frequency for message only mode When Offline/Message only mode is set, Pure should log into the network to send and download messages based on connection frequency. The default option was set to 0, which meant that message only mode was not working at all.
[EGD-8212] Fixes for quotes edit UI minor fixes to conform with given design
[EGD-8227] Refactor quotes db refactoring of quotes db layout to conform with given requirements
[EGD-7420] Phonebook multiple numbers selector Added Phonebook multiple number selector.
[EGD-7792] Meditation timer interval widget replacement Meditation timer interval widget replacement.