Commit graph

10666 commits

Author SHA1 Message Date
cketti
30cdcd5943 Version 5.906 2021-12-07 21:00:41 +01:00
cketti
110dd4e7aa
Merge pull request #5813 from k9mail/update_translation
Update translations
2021-12-07 20:58:02 +01:00
cketti
084adb0769 Update translations 2021-12-07 20:29:07 +01:00
cketti
f042e2babd
Merge pull request #5812 from k9mail/fix_vibrate_on_notification
Only set vibration pattern if vibration is enabled
2021-12-07 20:23:40 +01:00
cketti
ec3cfce991
Merge pull request #5809 from k9mail/new_ringtone_preference
Use system's ringtone picker activity for 'new mail ringtone'
2021-12-07 19:50:58 +01:00
cketti
c5e3989014
Merge pull request #5807 from k9mail/persist_notification_id
Restore 'new message' notifications when the app is restarted
2021-12-07 19:43:44 +01:00
cketti
0964d50f2d Only set vibration pattern if vibration is enabled 2021-12-07 02:11:53 +01:00
cketti
81c7482055 Use system's ringtone picker activity for 'new mail ringtone'
With the old picker we can't support custom notification sounds because that requires the READ_EXTERNAL_STORAGE permission.
2021-12-06 01:38:43 +01:00
cketti
229eaa6350 Restore notifications when the app is restarted 2021-12-05 21:51:32 +01:00
cketti
14be46389f Persist data about notifications 2021-12-04 21:59:06 +01:00
cketti
4ff0eddaf2 Add 'notifications' table to the message database 2021-12-03 01:22:39 +01:00
cketti
b671c7dbe4
Merge pull request #5801 from k9mail/refactor_NotificationData
Create NotificationDataStore and make NotificationData immutable
2021-12-02 23:21:28 +01:00
cketti
443a1d5d04 Create NotificationDataStore and make NotificationData immutable 2021-12-02 21:54:58 +01:00
cketti
d4887866c1 Remove unused @JvmStatic and @JvmName annotations 2021-11-30 22:56:09 +01:00
cketti
9bed2465c4
Merge pull request #5799 from k9mail/notification_holder
Remember notification timestamp
2021-11-30 14:25:55 +01:00
cketti
aee9088874 Save the timestamp when a notification was created for the first time 2021-11-30 01:46:53 +01:00
cketti
a72e7373fe
Merge pull request #5795 from k9mail/fix_lint_issues
Fix lint issues
2021-11-29 19:59:39 +01:00
cketti
981e7fbe70 Improve support for RTL languages in layouts 2021-11-26 22:45:48 +01:00
cketti
c9be254f0a Get rid of Range lint warnings 2021-11-26 21:38:49 +01:00
cketti
caf341c187 Remove obsolete SDK version identifiers 2021-11-26 20:21:46 +01:00
cketti
1071f3b9dd Fix warnings in AndroidManifest.xml 2021-11-26 16:11:39 +01:00
cketti
c4d0aa6f49 Replace "android:tint" with "app:tint" in layouts 2021-11-26 16:07:03 +01:00
cketti
71a267a97f Fix path in vector drawable 2021-11-26 16:01:05 +01:00
cketti
3f16553f24 Remove unnecessary attributes 2021-11-26 16:00:23 +01:00
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