[MOS-29] Fix invalid screen after missed call Fix of the issue that missed call triggered view that shown 'call ended' text.
[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-893] Fix invalid time description in the SMS thread The sending/receiving time information will be displayed as follows: - Only an hour –> for today - Yesterday and hour –> for messages received/sent yesterday - Day of the week and hour –> for messages received/sent within last 7 days - Date (day+month) and hour –> for messages older than week, but still from the same year - Date (day+month+year) and hour –> for messages rom previous years
[MOS-871] Loudspeaker icon not updated when audio routing has changed Fix for the loudspeaker icon has not changed while calling with loudspeaker on and connecting headset to the phone.
[MOS-196] Add days of the week to the list of SMS, calls and notes If an event (e.g. receiving a call or SMS) happened in the current week, we display the days of the week instead of the date on the list.
[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-578] Fix incorrect logic with SMS notifications Fixed case, when there's only one thread unread and there's no info about the thread, only a generic message Tests are deleted because the fix would require rewritting ALL of those tests - those will be written with new implementation of notification table
[MOS-35] Add more input modes for USSD reply Previously only the mode restricted to digits was available.
[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-279] Add templates list looping Fix of the issue that templates list was not looped.
[MOS-60] Fix displaying an incorrect window after ending a call After quick dobule "END CALL" selection, the window for adding a contact is displayed for a while.
[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-68] Deleting a contact flow finishes with a wrong screen Fix for displaying wrong screen after contact removal
[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-558] Fixed invalid label on alarm edit window load There was no control if widget's required text has to be set while on focus only
[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-18] Fix calllog scrollbar Fix of the issue that scrollbar in call log didn't represent the actual page being shown correctly.
[MOS-59] Always display network technology and signal strength Now those parameters are always on the statusbar
[MOS-722] Fix time disappearing in SMS thread When the width of the box with the currently read SMS changed, the label with the time of receiving the message disappeared.