cketti
95c927b9f7
Remove Theme.K9Dialog
2020-01-12 19:37:41 +01:00
cketti
5b7738fc7f
Stop using Holo context menu styles
2020-01-12 19:31:53 +01:00
cketti
4fa2fd7094
Merge pull request #4438 from k9mail/bye_CursorAdapter
...
Switch MessageListAdapter away from CursorAdapter
2020-01-12 13:59:52 +01:00
cketti
41bc3e10e9
Merge pull request #4440 from k9mail/improve_FoldersLiveData
...
Make MessageListViewModel only expose one LiveData for the folder list
2020-01-12 13:53:36 +01:00
cketti
b5be183eda
Switch MessageListAdapter away from CursorAdapter
2020-01-12 13:44:19 +01:00
cketti
848b87c996
Make MessageListViewModel only expose one LiveData for the folder list
2020-01-11 01:48:12 +01:00
cketti
16d4e5dfc2
Replace CoroutineScopeViewModel with lifecycle-viewmodel-ktx library
2020-01-11 00:43:20 +01:00
cketti
f68da8fe04
Merge pull request #4432 from k9mail/message_list_item_data_class
...
Create MessageListExtractor to read from Cursor
2020-01-10 22:51:21 +01:00
cketti
d4df9274bb
Extract code to read from Cursor to MessageListExtractor
2020-01-10 20:07:19 +01:00
cketti
57ef94ccd5
Version 5.704
2020-01-09 17:37:16 +01:00
cketti
ed77c652e6
Merge pull request #4434 from k9mail/remove_wrap_long_folder_names
...
Remove setting "Wrap long folder names"
2020-01-09 17:29:08 +01:00
cketti
b40a5f1ffd
Merge pull request #4433 from k9mail/string_constants
...
Move URLs from strings.xml to constants.xml
2020-01-09 17:23:53 +01:00
cketti
e0ba03c74b
Remove unused setting "Wrap long folder names"
2020-01-09 17:02:33 +01:00
cketti
8955de30eb
Move URLs from strings.xml to constants.xml
2020-01-09 16:40:24 +01:00
cketti
aab4ca78fc
Refactor code in MessageListAdapter
2020-01-09 14:50:22 +01:00
cketti
67468687e5
Simplify LocalFolder.open()
2020-01-09 14:14:52 +01:00
cketti
2d470c73a0
Move FolderType and FolderClass out of Folder
2020-01-09 14:08:41 +01:00
cketti
5f9999e173
Change LocalFolder to no longer extend Folder
2020-01-09 14:08:41 +01:00
cketti
b336ad283f
Merge pull request #4046 from ByteHamster/mark-as-read-on-delete
...
Mark messages read when deleting
2020-01-08 19:00:38 +01:00
ByteHamster
1bac17d244
Added setting to mark messages read when deleting
2020-01-08 18:44:46 +01:00
cketti
aaaf75dc6f
Merge pull request #4421 from k9mail/special_folders
...
Properly configure special folders during (initial) folder sync
2020-01-08 00:39:46 +01:00
cketti
b504e6a83a
Move special folder handling out of FolderRepository
2020-01-02 20:33:17 +01:00
Marcus Hoffmann
c1bdd9ee09
add background color to adaptive icons
...
This adds a desaturated version of K9-Mails envelope color as the
adaptive icon background color.
This should look a lot better than a plain white background.
Also slightly enlarge the icon shape.
2020-01-02 16:19:39 +01:00
cketti
2791ef9920
Version 5.703
2019-12-22 20:05:06 +01:00
cketti
7095cdee6f
Update translations from Transifex
2019-12-22 19:27:22 +01:00
cketti
39b286bddd
Update MaterialDrawer library
2019-12-22 04:23:07 +01:00
cketti
593408d485
Simplify code to add/remove folders to drawer
2019-12-22 04:23:07 +01:00
cketti
270aa7082f
Use sticky footer in drawer
2019-12-22 04:11:07 +01:00
cketti
617624c84e
Merge pull request #4390 from k9mail/keep_message_list_state
...
Remove launchMode attribute from 'MessageList'
2019-12-19 14:07:06 +01:00
cketti
a946523161
Merge pull request #4389 from k9mail/choose_folder
...
Update "Choose Folder" screen
2019-12-19 14:00:25 +01:00
cketti
97a75a54ef
Remove launchMode attribute from 'MessageList'
...
Without this change backgrounding the app and then going back to it will
call onNewIntent(), which in turn will open the default folder.
2019-12-18 18:34:07 +01:00
cketti
3b63b4f7bf
Save state across configuration changes in 'ChooseFolderActivity'
2019-12-18 15:29:52 +01:00
cketti
c1a301523d
Honor 'scrollToFolder' argument in 'ChooseFolderActivity'
2019-12-18 15:17:45 +01:00
cketti
8325d2b532
Honor 'showDisplayableOnly' argument in 'ChooseFolderActivity'
2019-12-18 15:00:34 +01:00
cketti
399f0bab41
Add method to build 'ChooseFolderActivity' launch intent
2019-12-18 14:50:17 +01:00
cketti
a7510bcec5
Clean up 'ChooseFolderActivity'
2019-12-18 04:33:16 +01:00
cketti
e2dfc05f60
Fix filtering folders by display mode in 'ChooseFolderActivity'
2019-12-18 04:06:34 +01:00
cketti
198b1bcd6e
Fix filtering the folder list in 'ChooseFolderActivity'
2019-12-18 03:39:49 +01:00
cketti
d7b19a1ba7
Use RecyclerView in 'ChooseFolderActivity'
2019-12-18 03:32:10 +01:00
cketti
af304dbd6a
Use 'FoldersLiveData' in 'ChooseFolderActivity'
2019-12-18 03:18:14 +01:00
cketti
04734e7055
Create new package for 'ChooseFolderActivity'
2019-12-18 02:44:24 +01:00
cketti
8e0f6fa8c2
Convert 'ChooseFolder' to Kotlin
2019-12-18 02:43:12 +01:00
cketti
a64556eb79
WIP: Renaming file 'ChooseFolder' with Kotlin extension
2019-12-18 02:24:52 +01:00
cketti
40127d512b
Remove hungarian notation in 'ChooseFolder'
2019-12-18 02:23:28 +01:00
cketti
84327e085d
Don't pass Folder instance to Backend
2019-12-18 01:21:12 +01:00
cketti
615cad7414
Merge pull request #4375 from k9mail/fix_add_identity_crash
...
Fix crash when trying to create a new identity
2019-12-17 02:34:59 +01:00
cketti
a4b4edcbaa
Fix crash when trying to create a new identity
2019-12-14 15:29:31 +01:00
cketti
7327dd1cde
Fix crash when changing focus using hardware keyboard
2019-12-13 15:55:06 +01:00
cketti
45dcbc90ee
Version 5.702
2019-12-13 15:21:40 +01:00
cketti
5346c08ba3
Clean up 'ManageFoldersActivity'
2019-12-13 14:41:24 +01:00