cketti
|
daa75579b5
|
Another attempt at fixing image loading for recipient chips
|
2020-08-13 22:12:36 +02:00 |
|
cketti
|
4a92388ed4
|
Refactor code for readability and consistency
|
2020-08-13 17:56:55 +02:00 |
|
Victor Frandsen
|
009050567d
|
Don't show standard message actions for messages in the Outbox
|
2020-08-13 17:42:16 +02:00 |
|
cketti
|
00d48de228
|
Merge pull request #4897 from starshipcoder/hide_empty_footerview
Message list: hide footer view if empty
|
2020-08-13 16:01:29 +02:00 |
|
cketti
|
05fe558ea6
|
Refactor MessageListFragment.updateFooter()
|
2020-08-13 15:33:07 +02:00 |
|
lwerneke
|
fa5b2b77f1
|
Add method for launching MessageList with an account
|
2020-08-13 15:17:40 +02:00 |
|
starshipcoder
|
2410ed5cb1
|
Message list: hide footer view if empty
|
2020-07-30 14:28:14 +02:00 |
|
cketti
|
97619c07ed
|
Don't display address label in recipient token
|
2020-07-29 17:40:48 +02:00 |
|
cketti
|
8d2314fa79
|
Relayout recipient token view when switching to alternate email address
|
2020-07-29 17:40:48 +02:00 |
|
cketti
|
5b62e6c6a2
|
Fix baseline issues with RecipientSelectView
|
2020-07-29 17:40:48 +02:00 |
|
cketti
|
423575051d
|
Change recipient token layout to support dynamic text sizes
|
2020-07-29 17:40:48 +02:00 |
|
cketti
|
74c5e4c068
|
Dismiss "recipient alternates popup" when pressing the back button
|
2020-07-23 16:46:58 +02:00 |
|
cketti
|
28adf89426
|
Don't use custom touch handling to detect RecipientTokenSpan clicks
|
2020-07-23 16:44:54 +02:00 |
|
cketti
|
c186395ead
|
Update TokenAutoComplete to 4.0.0-beta01
|
2020-07-23 16:39:18 +02:00 |
|
cketti
|
2d1c00a93c
|
Remove unused resources
|
2020-07-22 20:20:06 +02:00 |
|
cketti
|
988966d190
|
Update Glide to 4.11.0
|
2020-07-17 23:37:17 +02:00 |
|
cketti
|
057d1c804d
|
Update Robolectric to 4.3.1
|
2020-07-15 19:40:32 +02:00 |
|
cketti
|
445cd12651
|
Remove unnecessary JDOM dependencies
|
2020-07-15 18:36:27 +02:00 |
|
cketti
|
8e7fe76e49
|
Update AndroidX SwipeRefreshLayout to 1.1.0
|
2020-07-15 17:59:17 +02:00 |
|
cketti
|
4aa5eab751
|
Use variable for AndroidX LocalBroadcastManager artifact version
|
2020-07-15 17:57:21 +02:00 |
|
cketti
|
63e93ef8b7
|
Rename file to match class (AboutFragment)
|
2020-07-11 01:10:48 +02:00 |
|
Tobias Preuss
|
7bd92aebb9
|
Use "View#isVisible" extension function.
|
2020-07-09 09:33:49 +02:00 |
|
Tobias Preuss
|
b1119adfc7
|
Use "Context#withStyledAttributes" extension function.
|
2020-07-09 09:31:11 +02:00 |
|
Tobias Preuss
|
d2d4614601
|
Make function somewhat more concise.
|
2020-07-08 19:20:49 +02:00 |
|
Tobias Preuss
|
f7e9cbae3e
|
Use Kotlin "Any#toString" function.
|
2020-07-08 14:04:06 +02:00 |
|
Tobias Preuss
|
f075de1c7a
|
Let constant be "const".
|
2020-07-08 14:01:27 +02:00 |
|
Tobias Preuss
|
35b1d17244
|
Use property access syntax.
|
2020-07-08 14:00:23 +02:00 |
|
Tobias Preuss
|
0bb1cc73d9
|
Use Long#compare convenience function.
|
2020-07-08 13:58:57 +02:00 |
|
Tobias Preuss
|
9c6d08142a
|
Infer type.
|
2020-07-08 13:58:23 +02:00 |
|
cketti
|
0c40a77273
|
Merge pull request #4863 from starshipcoder/bugfix-2136
Restart message list activity after display settings have been changed
|
2020-07-03 18:40:45 +02:00 |
|
starshipcoder
|
c4c97d85d3
|
Fixed Issue#2136 Global display settings changes are not applied immediately
|
2020-07-03 18:12:47 +02:00 |
|
cketti
|
0de4dc8e77
|
Update SafeContentResolver to version 1.0.0
|
2020-06-24 03:17:15 +02:00 |
|
cketti
|
4e35ad736d
|
Version 5.717
|
2020-06-19 21:54:44 +02:00 |
|
cketti
|
ebc11cfaf0
|
Update translation
|
2020-06-19 17:41:18 +02:00 |
|
cketti
|
14bf32cea4
|
Rename Backend.supportsSeenFlag to supportsFlags
|
2020-06-17 14:45:41 +02:00 |
|
cketti
|
1a96ef4641
|
Remove Folder.serverId property
|
2020-06-13 02:02:56 +02:00 |
|
cketti
|
5558f8a709
|
Remove unnecessary code from FolderSettingsViewModel
|
2020-06-13 02:02:56 +02:00 |
|
cketti
|
b175a6aa8b
|
Introduce RemoteFolder class
|
2020-06-13 02:02:56 +02:00 |
|
cketti
|
00fc6708cc
|
Change MessagingController.deleteMessagesSynchronous() to use folder ID
|
2020-06-12 18:53:11 +02:00 |
|
cketti
|
4976d4e178
|
Change MessagingListener.folderStatusChanged() to use folder ID
|
2020-06-12 18:53:11 +02:00 |
|
cketti
|
fd59bee315
|
Version 5.716
|
2020-06-04 03:13:49 +02:00 |
|
cketti
|
ec8bf39252
|
Update translations
|
2020-06-03 20:44:26 +02:00 |
|
cketti
|
81b99bd307
|
Merge pull request #4810 from k9mail/wording
Fix names of some identifiers
|
2020-06-03 20:19:09 +02:00 |
|
cketti
|
8fa8b485c0
|
Replace the term 'blacklist' in the change log
|
2020-06-02 17:23:26 +02:00 |
|
cketti
|
c4e5e6b1ed
|
Rename PROVIDER_BLACKLIST to DISALLOWED_PROVIDERS
|
2020-06-02 17:22:39 +02:00 |
|
cketti
|
63145dc7df
|
Make the sticky footer play nice with swipe-to-refresh in the drawer
|
2020-05-31 12:12:40 +02:00 |
|
cketti
|
a2287ce31c
|
Avoid NullPointerException when reading attachment
|
2020-05-29 12:40:17 +02:00 |
|
cketti
|
405b207449
|
Version 5.715
|
2020-05-27 01:24:35 +02:00 |
|
cketti
|
e3e132e5ef
|
Update translations
|
2020-05-26 16:31:13 +02:00 |
|
cketti
|
43cf0d78a5
|
Merge pull request #4780
Use day of week in message list
|
2020-05-26 16:13:41 +02:00 |
|