cketti
|
a3033d1983
|
Use Timber for logging
|
2021-11-26 15:52:11 +01:00 |
|
cketti
|
878400c15f
|
Explicitly specify locale in case conversion or string formatting
|
2021-11-26 15:43:28 +01:00 |
|
cketti
|
c8b8b6eb52
|
Fix string usage in layout
|
2021-11-26 15:34:14 +01:00 |
|
cketti
|
9074d6c570
|
Remove unused strings
|
2021-11-26 15:23:57 +01:00 |
|
cketti
|
8571e0bfa2
|
Merge pull request #5793 from k9mail/remove_unused_code
Remove unused code
|
2021-11-26 13:26:26 +01:00 |
|
cketti
|
230d0f4a84
|
Remove unused code (K9.Intents.Share.EXTRA_FROM)
|
2021-11-26 02:46:58 +01:00 |
|
cketti
|
bbbe02e201
|
Merge pull request #5792 from k9mail/auto_expand_folder_default
Use inbox as auto-expand folder by default
|
2021-11-25 21:04:48 +01:00 |
|
cketti
|
684c66fff6
|
Merge branch '5.905_fdroid' into main
|
2021-11-25 14:16:55 +01:00 |
|
cketti
|
207e9db88a
|
Add changelog entry for 5.905 to fastlane metadata structure
|
2021-11-25 14:15:10 +01:00 |
|
cketti
|
1fe6b454cd
|
Add support for properly importing/exporting "Auto-expand folder" = "None"
|
2021-11-24 22:34:46 +01:00 |
|
cketti
|
835eb6a7cc
|
Use the inbox for the auto-expand folder by default
|
2021-11-24 22:34:46 +01:00 |
|
cketti
|
3754e1a971
|
Prepare for version 5.906
|
2021-11-24 22:05:20 +01:00 |
|
cketti
|
a5fa2ddcb4
|
Version 5.905
|
2021-11-24 21:45:19 +01:00 |
|
cketti
|
ece4cf4d25
|
Merge pull request #5791 from k9mail/update_translations
Update translations
|
2021-11-24 21:38:02 +01:00 |
|
cketti
|
35f8ee9b6d
|
Update translations
|
2021-11-24 21:20:46 +01:00 |
|
cketti
|
04c114bbca
|
Merge pull request #5788 from k9mail/notification_refactoring
Separate notification UI/UX logic from notification creation
|
2021-11-24 21:17:36 +01:00 |
|
cketti
|
e393edb652
|
Merge pull request #5790 from k9mail/fix_recipient_comparator
Fix Recipient comparator
|
2021-11-24 18:26:09 +01:00 |
|
cketti
|
b7526588c7
|
Separate notification UI/UX logic from notification creation
|
2021-11-24 17:49:14 +01:00 |
|
cketti
|
3c96aef716
|
Merge pull request #5779 from johnjohndoe/CountingOutputStream
Avoid leaking CountingOutputStream.
|
2021-11-24 16:48:41 +01:00 |
|
cketti
|
f9afb31f39
|
Fix Recipient comparator
|
2021-11-24 14:53:04 +01:00 |
|
Tobias Preuss
|
f0d3f371f0
|
Avoid leaking CountingOutputStream.
+ Affects com.fsck.k9.mail.filter.CountingOutputStream.
|
2021-11-23 09:45:05 +01:00 |
|
Tobias Preuss
|
2db95470db
|
Avoid leaking CountingOutputStream.
+ Affects org.apache.commons.io.output.CountingOutputStream.
|
2021-11-23 09:44:27 +01:00 |
|
cketti
|
c0c0e05a29
|
Merge pull request #5783 from k9mail/avoid_glide_crashes
Avoid Glide crash
|
2021-11-22 20:09:36 +01:00 |
|
cketti
|
e55e92d51d
|
Merge pull request #5775 from k9mail/downgrade_commons_io
Downgrade Apache Commons IO to version 2.6
|
2021-11-22 20:09:05 +01:00 |
|
cketti
|
46840428c0
|
Merge pull request #5751 from ByteHamster/log-export
Add button to export logs
|
2021-11-22 20:06:54 +01:00 |
|
cketti
|
d99c8580e6
|
Avoid Glide crash
This hopefully fixes the check that tests whether the Activity has been destroyed already.
|
2021-11-20 02:13:36 +01:00 |
|
cketti
|
e5d32f4b4d
|
Downgrade Apache Commons IO to version 2.6
I wasn't able to get newer versions to work on API 21 devices, even with core library desugaring enabled.
|
2021-11-15 18:06:18 +01:00 |
|
cketti
|
e18e617957
|
Merge pull request #5765 from k9mail/decode_ISO-2022-JP
Properly decode multiple encoded-words using ISO-2022-JP
|
2021-11-15 16:43:19 +01:00 |
|
cketti
|
63364b5c30
|
Refactor code to export the debug log
|
2021-11-15 16:29:39 +01:00 |
|
cketti
|
9861fc4d5a
|
Take special care when decoding encoded words with charset ISO-2022-JP
|
2021-11-03 14:00:29 +01:00 |
|
cketti
|
94548c11a8
|
Convert DecoderUtil to Kotlin
|
2021-11-03 11:56:23 +01:00 |
|
cketti
|
abc2f263da
|
Rename .java to .kt
|
2021-11-03 11:56:23 +01:00 |
|
ByteHamster
|
5e741a4d56
|
Add button to export logs
|
2021-10-31 19:05:21 +01:00 |
|
cketti
|
3887681d58
|
Merge pull request #5759 from k9mail/updates
Update all the things
|
2021-10-31 19:04:43 +01:00 |
|
cketti
|
3de500fc24
|
Update Truth to version 1.1.3
|
2021-10-30 05:32:51 +02:00 |
|
cketti
|
61046ef0fd
|
Update Mockito (Kotlin) to version 4.0.0
|
2021-10-30 05:32:51 +02:00 |
|
cketti
|
70a2a3bd5c
|
Update Robolectric to version 4.6.1
|
2021-10-30 05:32:51 +02:00 |
|
cketti
|
bd3cc91e90
|
Update AndroidX Test Runner to version 1.4.0
|
2021-10-30 05:32:51 +02:00 |
|
cketti
|
11e60101cb
|
Update OkHttp to version 4.9.2
|
2021-10-30 05:32:51 +02:00 |
|
cketti
|
6d8110b3bc
|
Update Apache MIME4J to version 0.8.6
|
2021-10-30 05:32:51 +02:00 |
|
cketti
|
8658f50d06
|
Update Apache Commons IO to version 2.11.0
|
2021-10-30 05:32:51 +02:00 |
|
cketti
|
dc27893631
|
Update Android Gradle Plugin to version 7.0.3
|
2021-10-30 05:32:51 +02:00 |
|
cketti
|
e56aa4deb1
|
Update Gradle (Wrapper) to version 7.2
|
2021-10-30 05:32:51 +02:00 |
|
cketti
|
80f29f9b3b
|
Update Koin to version 3.1.3
|
2021-10-30 05:32:51 +02:00 |
|
cketti
|
3ff3f92a41
|
Update Timber to version 5.0.1
|
2021-10-30 04:22:16 +02:00 |
|
cketti
|
a002b74a04
|
Update FastAdapter to version 5.5.1
|
2021-10-30 04:22:16 +02:00 |
|
cketti
|
57d84ef5f3
|
Update Material Components to version 1.4.0
|
2021-10-30 04:22:16 +02:00 |
|
cketti
|
9158f52e2b
|
Update AndroidX Test Core to version 1.4.0
|
2021-10-30 04:22:16 +02:00 |
|
cketti
|
ac8e61b6e9
|
Update AndroidX WorkManager to version 2.7.0
|
2021-10-30 04:22:16 +02:00 |
|
cketti
|
9e4b40c075
|
Update AndroidX ConstraintLayout to version 2.1.1
|
2021-10-30 03:36:07 +02:00 |
|