[MOS-16] Change favourite contacts font to regular Font was bold, which was inconsistent with designs.
[MOS-250] Added print text edit type for label purposes Added print text edit type for label purposes.
[MOS-244] Change label title above favorite contacts Change title from Favourite Contacts to Favorites to be aligned with designs.
[MOS-245] Fix errant spaces It appears in the past a major edit was made but had used a regex to change some text which resulted in an errant space between the enumuneration/struct/class name and the scope resolution operator. These errant spaces have been removed.
[EGD-8208] Post rebase and review cleanup Style fixed, moved files to catalog, renames
[EGD-8208] Added stop audio route on async response We get Token on play, and require it in stop. While we cant stop sound by title & data set to play. And adding standard handling causes either totally synchronous calls or requires multiple additional guards it seemed like best use. Fixed expectation for the same named Response, but meant for bell Needed so that - we ring only when needed - we handle CLIP and RING properly Applied style Missed file added Moved SML logger as it's usefull to some more common parts of code
[EGD-8208] Fixed race condition on ring within call management Now we get request for call and to end call in proper order
[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>