cketti
|
e0fe1a2dfa
|
Merge pull request #5618 from k9mail/convert_to_kotlin
Convert classes in the "notification" package to Kotlin
|
2021-08-26 16:51:20 +02:00 |
|
cketti
|
5bba535699
|
Convert notification classes to Kotlin
|
2021-08-26 01:36:25 +02:00 |
|
cketti
|
ed6cbe1c4b
|
Rename .java to .kt
|
2021-08-26 01:35:18 +02:00 |
|
cketti
|
d9bf7b491e
|
Merge pull request #5603 from k9mail/format_flowed_reply
Properly decode format=flowed body before including the text in a reply
|
2021-08-24 18:57:35 +02:00 |
|
cketti
|
b73659c149
|
Merge pull request #5598 from k9mail/move_LocalStore_compact
Move LocalStore.compact() to MessageStore
|
2021-08-24 16:37:45 +02:00 |
|
cketti
|
6825d3da97
|
Merge pull request #5596 from k9mail/tweak_translation
Tweak title for biometrics prompt when revealing password
|
2021-08-23 16:26:37 +02:00 |
|
cketti
|
c2ae85e2ec
|
Convert FormatFlowedHelper to Kotlin and change API
|
2021-08-22 17:04:16 +02:00 |
|
cketti
|
108cdfb327
|
Rename .java to .kt
|
2021-08-22 16:53:44 +02:00 |
|
cketti
|
9ee3a76ef1
|
Move format=flowed decoding to MessageExtractor
|
2021-08-22 16:20:15 +02:00 |
|
cketti
|
6c2f4b6354
|
Rename FlowedMessageUtils to FormatFlowedHelper
|
2021-08-22 15:46:26 +02:00 |
|
cketti
|
93a1df5bd0
|
Remove LocalStore.getFolderId()
|
2021-08-21 22:45:40 +02:00 |
|
cketti
|
f09f2d4003
|
Move LocalStore.compact() to MessageStore
|
2021-08-21 22:39:09 +02:00 |
|
cketti
|
baa94b84b9
|
Remove unused code
|
2021-08-21 22:38:10 +02:00 |
|
cketti
|
97b53fb685
|
Merge pull request #5498 from ByteHamster/drawer-buttons
Button bar in navigation drawer
|
2021-08-21 21:31:56 +02:00 |
|
cketti
|
766cf838e0
|
Merge pull request #5578 from k9mail/ignore_chat_messages
Add setting to suppress notifications for chat messages
|
2021-08-21 21:26:45 +02:00 |
|
cketti
|
e229254e53
|
Merge pull request #5574 from k9mail/no_notification_on_first_sync
Don't create notifications when first syncing a folder
|
2021-08-21 21:22:57 +02:00 |
|
cketti
|
beaefd84d0
|
Merge branch '5.8-MAINT' into main
|
2021-08-21 21:17:37 +02:00 |
|
cketti
|
dd151ec61c
|
Version 5.805
|
2021-08-21 20:43:51 +02:00 |
|
cketti
|
ddff4c6c59
|
Merge pull request #5597 from k9mail/attachment_save_icon
Change "save attachment" icon
|
2021-08-21 20:36:58 +02:00 |
|
cketti
|
68ffba6f9e
|
Change "save attachment" icon
|
2021-08-21 20:02:11 +02:00 |
|
cketti
|
29d112a150
|
Tweak title for biometrics prompt when revealing password
|
2021-08-21 19:32:38 +02:00 |
|
cketti
|
65870fbab2
|
Merge pull request #5591 from k9mail/fix_missing_password_check
Fix check for missing incoming/outgoing server credentials
|
2021-08-21 19:06:26 +02:00 |
|
ByteHamster
|
96b7ca264d
|
Button bar in navigation drawer
|
2021-08-20 19:51:35 +02:00 |
|
cketti
|
0ad8ce2c0d
|
Fix check for missing incoming/outgoing server credentials
|
2021-08-19 23:09:39 +02:00 |
|
cketti
|
3b42061377
|
Merge pull request #5584 from ByteHamster/authenticate-before-password
Authenticate user before showing password
|
2021-08-19 19:42:19 +02:00 |
|
cketti
|
eb1b310968
|
Add migration to rewrite 'last_updated' column
|
2021-08-18 11:55:55 +02:00 |
|
cketti
|
21102b50dc
|
Set 'last_updated' column to NULL when clearing local messages
|
2021-08-18 11:55:55 +02:00 |
|
cketti
|
9c185b15cb
|
Remove unnecessary code
Backend.sync() already sets the 'last checked' time.
|
2021-08-18 11:55:55 +02:00 |
|
cketti
|
326d27476b
|
Don't create notifications when syncing a folder for the first time
|
2021-08-18 11:55:55 +02:00 |
|
cketti
|
bc366e98eb
|
Add support for retrieving a folder's last checked time via MessageStore
|
2021-08-18 11:55:21 +02:00 |
|
cketti
|
3252002629
|
Rename MessageStore.setLastUpdated() to setLastChecked()
|
2021-08-18 11:53:53 +02:00 |
|
cketti
|
652d52b6a6
|
Add setting to suppress notifications for chat messages
Messages containing a 'Chat-Version' header field will not generate notifications when this setting is enabled.
|
2021-08-18 11:17:06 +02:00 |
|
cketti
|
cff6041dc8
|
Extract code for authenticated password toggle to separate file
Add support for orientation changes and mark screen as secure if password has been revealed.
|
2021-08-18 04:42:06 +02:00 |
|
cketti
|
f6cb1f9072
|
Merge pull request #5573 from k9mail/targetSdkVersion30
Upgrade to targetSkdVersion 30
|
2021-08-18 01:28:19 +02:00 |
|
cketti
|
ddcdc72321
|
Merge pull request #5519 from andrewfg/starred-unread-count
Display both unread and starred message counts in navigation drawer
|
2021-08-18 01:05:30 +02:00 |
|
cketti
|
1c922e81da
|
Merge branch '5.8-MAINT' into main
|
2021-08-18 00:36:19 +02:00 |
|
cketti
|
5055669da9
|
Version 5.804
|
2021-08-18 00:21:31 +02:00 |
|
cketti
|
15b097c9ac
|
Merge pull request #5585 from k9mail/update_translations
Update translations
|
2021-08-17 23:48:09 +02:00 |
|
cketti
|
8dc410562a
|
Update translations
|
2021-08-17 23:29:57 +02:00 |
|
cketti
|
9817beb238
|
Merge pull request #5581 from k9mail/missing_password
Don't connect to server when incoming/outgoing server passwords are missing
|
2021-08-17 23:19:18 +02:00 |
|
cketti
|
8dbb3bf41a
|
Merge pull request #5580 from k9mail/bring_app_to_front
Make sure the app icon always brings the app to the foreground
|
2021-08-17 23:16:47 +02:00 |
|
ByteHamster
|
942d8e4a8f
|
Authenticate user before showing password
|
2021-08-17 22:37:40 +02:00 |
|
cketti
|
74a0ed8b93
|
Remove UnreadMessageCountProvider
|
2021-08-17 20:02:56 +02:00 |
|
cketti
|
106c132d8d
|
Code cleanup
|
2021-08-17 19:57:02 +02:00 |
|
Andrew Fiddian-Green
|
4729ae044a
|
Optionally show starred message count in navigation drawer
|
2021-08-17 19:18:26 +02:00 |
|
cketti
|
46c4e6fd8d
|
Don't connect to server when incoming/outgoing server passwords are missing
If a user imports an account but doesn't provide server passwords, don't attempt to connect to the incoming or outgoing server of that account.
|
2021-08-17 01:19:41 +02:00 |
|
cketti
|
70e5b203f6
|
Make sure the app icon always brings the app to the foreground
|
2021-08-16 23:56:54 +02:00 |
|
G
|
d042340596
|
Show scrollbar in manage folders and choose folder lists
|
2021-08-16 20:37:08 +02:00 |
|
cketti
|
02d1cfba32
|
Merge pull request #5569 from k9mail/idle_response
Properly handle responses to the IDLE command
|
2021-08-16 20:36:11 +02:00 |
|
cketti
|
f9c56e7db0
|
Upgrade to targetSkdVersion 30
|
2021-08-14 18:59:10 +02:00 |
|