[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-1974] Deleting all templates leaves some text on pure screen Additional fix, previous one was not working correctly in all scenarios.
[MOS-975] Fixed missing new message notification New message notificationis not cleared on locked phone when phone was locked from thread window.
[CP-1974] Deleting all templates leaves some text on pure screen Fixed Template window clearing after all templates are removed.
[CP-1950] Templates menu navigation loop and pagination on pure gets blocked Fixed problem where the Templates window gets unresponsive for user input while changes in templates were done via MC
[MOS-178] Add input mode displaying timeout Added timeout for displaying selected input mode - now it automatically disappears after 3 seconds since last change was made.
[MOS-962] Fix forwarded message automatic pasting Fix of the issue that entering 'Options' menu after forwarding message caused the content of the message to be pasted into message field in thread view. Minor cleanup.
[MOS-925] Fix redirection on BACK from sending message from Contact view Fix for inconsistent redirection to message threads list when pressing BACK from sending message from Contact view. Also proveded mechanizm to help switching back to previous App, when some App call window from another App.
[MOS-921] Fixed unexitable screen while having a missed call during template selection Created a cloned SMS template window to differenciate it from the templates used in SMS thred - better than creating a bool flag... Added switchBack on missed call to application messages
[MOS-29] Fix invalid screen after rejecting with template Fix of the issue that rejecting call with template resulted in displaying 'Call ended' screen, while 'Call rejected' screen should be displayed. Fixed missing 'USE' label in templates window.
[MOS-359] Fix returning to call screen from message template Fixed returning to the call screen from the message template screen from which the user can send a message during an incoming call.
[MOS-663] Regression fix Fixed a regression that the SMS template list showed always the state representing no templates defined, regardless if there were any in the database. There's a minor side effect that querying the database and refreshing the window is doubled which can be seen in debugging, but it's unnoticeable in usage.
Revert "[MOS-578] Fix incorrect logic with SMS notifications" This reverts commit de99e12e000c89088a6d9e79cac3cf2d2e73a90c.
[MOS-38] Fix window redirection when clicking on the SMS icon After clicking the message icon on the "contact details" screen, the user will be redirected to either the message thread with that person or to the new message screen (only if thread does not exist yet / or has been deleted in the past)
[MOS-663] Replacement for empty templates screen Now there's information displayed that there are no templates and in order to add some, the user needs to use Mudita Center. Also, given no templates, the screen doesn't show the 'USE' button.
[MOS-902] Fix crash when entering message thread Fix of the issue that entering messages and trying to send SMS without SIM card inserted (and in a few another cases when sending resulted in failure) phone would crash.
[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-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-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-279] Add templates list looping Fix of the issue that templates list was not looped.