cketti
|
b504e6a83a
|
Move special folder handling out of FolderRepository
|
2020-01-02 20:33:17 +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 |
|
cketti
|
b0d105b01c
|
Convert 'ManageFoldersActivity' to use RecyclerView
|
2019-12-13 14:41:24 +01:00 |
|
cketti
|
5a6fb46343
|
Update 'FoldersLiveData' when accounts change
This is so we update folder lists when the display mode is changed.
|
2019-12-13 14:41:24 +01:00 |
|
cketti
|
b793f48afe
|
Use 'FoldersLiveData' in 'ManageFoldersActivity'
|
2019-12-13 14:41:24 +01:00 |
|
cketti
|
bdb244badf
|
Remove unused functionality from 'ManageFoldersActivity'
|
2019-12-13 14:30:43 +01:00 |
|
cketti
|
c015b1e22a
|
Create new package for 'ManageFoldersActivity'
|
2019-12-13 14:30:43 +01:00 |
|
cketti
|
303c7a6e95
|
Convert 'ManageFoldersActivity' to Kotlin
|
2019-12-13 14:30:07 +01:00 |
|
cketti
|
4aa54baf8e
|
WIP: Renaming file 'ManageFoldersActivity' with Kotlin extension
|
2019-12-13 14:30:07 +01:00 |
|
cketti
|
da692ce447
|
Avoid name conflicts with fields in base class
|
2019-12-13 14:30:07 +01:00 |
|
cketti
|
a084e8e0db
|
Merge pull request #4362 from k9mail/back_button_closes_drawer
Close drawer when back button is pressed
|
2019-12-13 00:43:02 +01:00 |
|
cketti
|
ff138be49a
|
Close drawer when back button is pressed
|
2019-12-12 15:11:36 +01:00 |
|
cketti
|
df2711d520
|
Add DefaultFolderProvider to decide which folder to display by default
|
2019-12-12 00:47:58 +01:00 |
|
cketti
|
15a0bed5c8
|
Merge pull request #4353 from ByteHamster/fix-crash-theme-change
Fixed crash when changing theme
|
2019-12-10 12:11:29 +01:00 |
|
ByteHamster
|
a1c3ae6d0e
|
Fixed crash when changing theme
|
2019-12-09 23:51:43 +01:00 |
|
cketti
|
21231bc964
|
Clean up code in 'AccountSetupAccountType'
|
2019-12-03 20:31:33 +01:00 |
|
cketti
|
59dc541591
|
Convert 'AccountSetupAccountType' to Kotlin
|
2019-12-03 20:10:41 +01:00 |
|
cketti
|
da6ea3daf9
|
WIP: Renaming file 'AccountSetupAccountType' with Kotlin extension
|
2019-12-03 20:07:50 +01:00 |
|
cketti
|
33c875e725
|
Version 5.701
|
2019-12-02 03:03:57 +01:00 |
|
cketti
|
837e11ef53
|
Update translations
|
2019-12-02 02:08:12 +01:00 |
|
cketti
|
dad7f1963b
|
Merge pull request #4322 from k9mail/account_defaults
Change some account defaults
|
2019-12-02 01:57:06 +01:00 |
|
cketti
|
755d47a247
|
Disable sync notifications by default
Also remove the option to configure the sync notification during account
setup.
|
2019-12-01 18:30:26 +01:00 |
|
cketti
|
b23be23efb
|
Never display folders when showing the Unified Inbox
|
2019-12-01 18:05:16 +01:00 |
|
cketti
|
814e25eeb4
|
Code cleanup
|
2019-12-01 16:37:49 +01:00 |
|