~aleteoryx/muditaos

ref: a2ab8f44ac83be372652b001c8679c43de59e1b9 muditaos/module-apps/application-messages d---------
9b339ecf — Lefucjusz 2 years ago
[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.
9bc62288 — Lukasz Mastalerz 2 years ago
[CP-1974] Deleting all templates leaves some text on pure screen

Additional fix, previous one was not working correctly in all scenarios.
03de91c8 — Kuba Kleczkowski 2 years ago
[MOS-975] Fixed missing new message notification

New message notificationis not cleared on locked phone
when phone was locked from thread window.
7a084b82 — Lukasz Mastalerz 2 years ago
[CP-1974] Deleting all templates leaves some text on pure screen

Fixed Template window clearing after all templates are removed.
67e8b1c1 — Lukasz Mastalerz 2 years ago
[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
53e2fae8 — Lefucjusz 2 years ago
[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.
2a901acf — Lefucjusz 2 years ago
[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.
1ceaffb9 — rrandomsky 2 years ago
[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.
04922b95 — Bartosz 2 years ago
[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
78a499e3 — Lefucjusz 2 years ago
[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.
57fa3567 — rrandomsky 2 years ago
[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.
0a60b159 — Marcin Zieliński 2 years ago
[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.
1340e694 — Bartosz 2 years ago
Revert "[MOS-578] Fix incorrect logic with SMS notifications"

This reverts commit de99e12e000c89088a6d9e79cac3cf2d2e73a90c.
0196754e — Maciej-Mudita 2 years ago
[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)
9a281dfe — Marcin Zieliński 3 years ago
[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.
a42fc708 — Lefucjusz 2 years ago
[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.
e820a760 — Maciej-Mudita 3 years ago
[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
63f09cbc — Maciej-Mudita 3 years ago
[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.
fb327651 — Bartosz Szostak 3 years ago
[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
e84525af — Lefucjusz 3 years ago
[MOS-279] Add templates list looping

Fix of the issue that templates list was
not looped.
Next