Commit graph

10725 commits

Author SHA1 Message Date
cketti
217344c37c
Merge pull request #5858 from k9mail/github_issue_templates
Switch issue templates to forms
2022-01-11 18:57:52 +01:00
cketti
88e823d685
Merge pull request #5856 from k9mail/opening_message_from_notification
Open message from notification in Unified Inbox if possible
2022-01-10 18:25:54 +01:00
cketti
affc355e4a
Merge pull request #5854 from k9mail/fix_outbox_message_count
Trigger folder list update when a message has been sent
2022-01-10 18:23:41 +01:00
cketti
6d2e0e17c3
Merge pull request #5853 from k9mail/fix_search_input_for_hw_keyboard
Don't intercept key events when the search view in the toolbar is expanded
2022-01-10 18:22:59 +01:00
cketti
92b056309b Switch issue templates to forms 2022-01-10 18:15:05 +01:00
cketti
91c0787fa5 Open message from notification in Unified Inbox if possible 2022-01-09 23:10:04 +01:00
cketti
d68b326994 Trigger folder list update when a message has been sent 2022-01-09 08:12:29 +01:00
cketti
54ac569ea9 Don't intercept key events when the search view in the toolbar is expanded 2022-01-08 19:42:00 +01:00
cketti
b05c0ea5c4 Prepare for version 5.909 2022-01-06 00:08:41 +01:00
cketti
aa560736a6 Version 5.908 2022-01-05 23:56:41 +01:00
cketti
ef3b7af0bb
Merge pull request #5849 from k9mail/update_translation
Update translations
2022-01-05 23:46:27 +01:00
cketti
3b59a87329 Update translations 2022-01-05 22:29:11 +01:00
cketti
95fc94511a
Merge pull request #5848 from k9mail/fix_notifications_for_old_messages
Don't create notifications for old messages
2022-01-05 22:11:27 +01:00
cketti
17e69419b8 Remove now unused BackendFolder.getLastUid() 2022-01-05 20:21:58 +01:00
cketti
2331626170 Add a migration to seed the new location with the highest known UID 2022-01-05 20:21:58 +01:00
cketti
b6f549215d Use BackendFolder.setFolderExtraNumber() to remember highest known UID 2022-01-05 20:21:58 +01:00
cketti
4ab0dff096 Rewrite ImapSyncTest to use less Mockito 2022-01-05 20:21:58 +01:00
cketti
f993b32aae Move InMemoryBackendStorage to separate module 2022-01-04 20:06:50 +01:00
schlagi123
30f5cac95e
Make ThemeManager listen to theme setting changes (#5833)
This way importing settings will automatically apply the imported theme value.
2021-12-29 23:03:49 +01:00
cketti
8bf1eb72a5 Prepare for version 5.908 2021-12-27 20:16:45 +01:00
cketti
cbd2ded456 Version 5.907 2021-12-27 20:06:15 +01:00
cketti
09ea6bd7e8
Merge pull request #5837 from k9mail/no_vibrator
Hide notification vibration settings when there's no vibrator hardware
2021-12-27 18:56:19 +01:00
cketti
958e8231fb
Merge pull request #5838 from k9mail/update_translation
Update translations
2021-12-27 18:55:50 +01:00
cketti
5a57ccd307 Update translations 2021-12-26 22:35:31 +01:00
cketti
14f2988d13 Hide notification vibration settings when there's no vibrator hardware 2021-12-26 22:11:37 +01:00
cketti
80f0c60170
Merge pull request #5834 from k9mail/vibration_pattern
Add support for setting the notification vibration pattern on Android 8+
2021-12-26 21:57:34 +01:00
cketti
955b22b970 Add support for setting the notification vibration pattern on Android 8+ 2021-12-22 02:59:27 +01:00
cketti
53112bc5fb
Merge pull request #5831 from k9mail/vibration_pattern
Change UI to configure the notification vibration pattern
2021-12-22 02:09:39 +01:00
cketti
7ee57170dc Tweak strings related to vibration patterns 2021-12-22 01:32:23 +01:00
cketti
448439609f Change UI to configure the notification vibration pattern 2021-12-22 01:32:23 +01:00
schlagi123
1ab5b8a3e6
Fix hotkey handling (take keyboard layout into account) 2021-12-18 20:42:55 +01:00
cketti
b425ec5274
Merge pull request #5828 from k9mail/notification_led_color
Add support for custom notification light color on Android 8+
2021-12-15 19:50:29 +01:00
cketti
6c236be16d Make NotificationsPreference always use the current notification channel ID 2021-12-15 19:05:59 +01:00
cketti
69490a2c43 Add support for changing the notification light color on Android 8+
Android doesn't support changing this setting on an existing NotificationChannel. So we delete the existing NotificationChannel and create a new one with the same settings as the old one and the new notification light color.
2021-12-15 19:05:59 +01:00
cketti
36364f0463 Display notification light color picker on API 26+ devices 2021-12-15 19:05:59 +01:00
cketti
fc5aa0a004 Specify which colors to display in notification LED color picker 2021-12-14 01:38:48 +01:00
cketti
3298a8e90d Add message notification channel versioning 2021-12-13 21:23:51 +01:00
cketti
532e5e86ca
Merge pull request #5823 from k9mail/summary_notification_action
Add "new messages" view
2021-12-13 19:04:59 +01:00
cketti
fd920971b8 Mark all messages as "not new" when summary notification is dismissed 2021-12-11 18:56:02 +01:00
cketti
a8937a2a2d Mark all messages as "not new" when leaving the "New messages" view 2021-12-11 15:41:15 +01:00
cketti
4e3d8789e3 Mark a message as "not new" when opening it for viewing 2021-12-11 15:41:15 +01:00
cketti
8e12d05a1d Update summary notification click behavior
Open "New messages" view when tapping the summary notification and not all messages either belong to the Unified Inbox or to a single folder.
2021-12-11 15:41:15 +01:00
cketti
386dd9073f Update 'new_message' column when adding and removing notifications 2021-12-11 15:41:15 +01:00
cketti
245404d6e4 Add 'new_message' column to 'messages' table 2021-12-11 15:41:15 +01:00
cketti
4e457c987c
Merge pull request #5821 from k9mail/summary_notification_action
Summary notification opens Unified Inbox
2021-12-10 20:35:07 +01:00
cketti
32ce0f8764 Select proper account when opening Unified Inbox from a notification 2021-12-09 22:41:10 +01:00
cketti
c289c74238 Update summary notification click behavior
When tapping the summary notification and all new messages belong to folders that are included in the Unified Inbox, we display the Unified Inbox.
2021-12-09 22:21:55 +01:00
cketti
13f769a74b
Merge pull request #5820 from k9mail/single_message_notification_action
Fix back button behavior in MessageList
2021-12-09 18:51:52 +01:00
cketti
52e3c8b4ef
Merge pull request #5817 from k9mail/notification_color
Set account color on status/error notifications
2021-12-09 18:32:38 +01:00
cketti
14c8127e65 Add support for "message view only" mode
This is used when opening a message from the message list widget. Pressing the back button will finish the Activity, returning to the home screen instead of returning to the message list screen inside the app.
2021-12-09 02:18:35 +01:00