Commit Graph

12 Commits

Author SHA1 Message Date
Zorica Stojchevska 30e5087084 Update copyright
MAILAND-2696
2022-05-23 21:01:57 +00:00
Stefanija Boshkovska f11dfd2056 Replace usage of deprecated startActivityForResult with registerForActivityResult
MAILAND-2832
2022-04-08 10:35:22 +02:00
Stefanija Boshkovska 6dfcf4d59c Save the draft when exiting composer instead of showing a dialog with a question
Remove the dialog that asks whether to save the draft or not and save
the draft automatically when there are changes in the composer. After
saving it show a snackbar that the draft has been saved and offer an
option to move the draft to trash from the snackbar.

MAILAND-2832
2022-04-08 10:35:22 +02:00
Davide Farella 3e9733f097 Move Mailbox classes into right packages
MAILAND-1498,
MAILAND-2820
2022-04-07 10:05:06 +00:00
Davide Farella 7efa1ad726 Reorganize /details/mailbox/presentation is subpackages 2022-03-25 14:32:10 +00:00
Davide Farella b1a653f610 Rename `MailboxUiItem` -> `MailboxItemUiModel`
CLIENT-4412
2022-02-22 13:50:37 +01:00
Tomasz Giszczak 9e65354ef7 Converted UpdateContactJob to UpdateContactWorker and fixed contact with groups updates after labels migration.
MAILAND-1525
2021-10-20 14:24:04 +02:00
Tomasz Giszczak 79cb20d2e6 Removed unused observing and setting of labelse in Mailbox and Search activities.
MAILAND-1525
2021-10-20 14:24:03 +02:00
Tomasz Giszczak 50ca951dd6 Updated Search Activity with new LabelEntity after rebase.
MAILAND-1525
2021-10-20 14:24:02 +02:00
Davide Farella 04eed0e40d Fix conflicts after rebase
MAILAND-2250
2021-09-09 10:56:08 +02:00
Maciej Surmacz 2e82269783 Fixes the wrong message being expanded when conversation is loading
Changed the way in which the conversations are loaded from the user's perspective:
- show spinner until the whole conversation is loaded (in order to avoid showing only some
messages that have already been cached in memory),
- show the subject while the data is still loading for a better user experience
Additionally did a small cleanup of the MessageDetailsViewModelTest class.

MAILAND-2334
2021-09-08 14:58:06 +00:00
marin thiercelin 3d5903ce5d Convert SearchActivity from java to kotlin 2021-09-03 16:20:37 +02:00