cketti
|
f30a8ca3bb
|
Use NotificationSettingsUpdater in AccountSettingsFragment
|
2022-04-04 18:53:10 +02:00 |
|
cketti
|
0e78b8aae6
|
Version 5.914
|
2022-03-24 18:41:05 +01:00 |
|
cketti
|
d472ae2c2a
|
Merge pull request #5985 from k9mail/update_translations
Update translations
|
2022-03-24 18:30:32 +01:00 |
|
cketti
|
2483b975b9
|
Update translations
|
2022-03-24 18:04:44 +01:00 |
|
cketti
|
d53dc73e07
|
Merge pull request #5979 from k9mail/GH-5978_fix_folder_not_found_crash
Avoid crash when trying to open non-existent folder
|
2022-03-24 17:19:16 +01:00 |
|
cketti
|
71d9e7f758
|
Merge pull request #5977 from k9mail/GH-5976_fix_lateinit_crash
Avoid UninitializedPropertyAccessException
|
2022-03-24 17:17:40 +01:00 |
|
cketti
|
322c8be4ae
|
Avoid crash when trying to open non-existent folder
For now we load the default folder instead.
|
2022-03-21 18:48:17 +01:00 |
|
cketti
|
0f3df9d2e2
|
Avoid UninitializedPropertyAccessException
|
2022-03-21 17:54:45 +01:00 |
|
cketti
|
6c325f1185
|
Merge pull request #5969 from k9mail/locale_changes
Update name/description of notification channels when app locale changes
|
2022-03-21 17:47:47 +01:00 |
|
cketti
|
372252710d
|
Update name/description of notification channels when app locale changes
|
2022-03-17 18:35:59 +01:00 |
|
cketti
|
c376e8ef95
|
Merge pull request #5966 from k9mail/notification_channel_version
Set `messagesNotificationChannelVersion` on settings import
|
2022-03-16 21:18:05 +01:00 |
|
cketti
|
aa842efea8
|
Set messagesNotificationChannelVersion on settings import
Avoid reusing previously created notification channels when restoring an account using settings import.
|
2022-03-15 00:39:28 +01:00 |
|
cketti
|
47441a9837
|
Prepare for version 5.914
|
2022-03-11 19:30:13 +01:00 |
|
cketti
|
40e446c442
|
Version 5.913
|
2022-03-11 19:30:13 +01:00 |
|
cketti
|
4f432eee3f
|
Merge branch 'update_translations' into main
|
2022-03-11 18:59:01 +01:00 |
|
cketti
|
09ebe08f33
|
Update translations
|
2022-03-11 18:58:42 +01:00 |
|
cketti
|
dec26927ab
|
Merge pull request #5959 from k9mail/NotificationChannelManager_cleanup
Clean up code to update notification channels
|
2022-03-11 18:58:13 +01:00 |
|
cketti
|
075324af14
|
Clean up code to update notification channels
|
2022-03-11 18:44:36 +01:00 |
|
cketti
|
35da101507
|
Merge pull request #5958 from k9mail/duplicate_charset_value
Add support for duplicate "charset" parameters with matching values
|
2022-03-11 18:44:18 +01:00 |
|
cketti
|
a11c993491
|
Add support for duplicate "charset" parameters with matching values
|
2022-03-11 01:54:17 +01:00 |
|
cketti
|
b9efb70d0e
|
Merge pull request #5955 from k9mail/notification_settings_export
Read notification settings from `NotificationChannel` on settings export
|
2022-03-10 21:51:09 +01:00 |
|
cketti
|
8206cbce4c
|
Update accounts with NotificationChannel configurations before exporting settings
|
2022-03-10 16:06:46 +01:00 |
|
cketti
|
803e388b90
|
Extract logic to convert system vibration pattern into NotificationVibrationDecoder
|
2022-03-10 16:06:46 +01:00 |
|
cketti
|
e316fda852
|
Merge pull request #5954 from k9mail/vibration_setting_refactoring
Extract vibration settings to separate class `NotificationVibration`
|
2022-03-10 16:04:23 +01:00 |
|
cketti
|
25c0e4af43
|
Extract vibration settings to separate class NotificationVibration
|
2022-03-09 22:35:13 +01:00 |
|
cketti
|
50ac77e3c4
|
Merge pull request #5952 from k9mail/fix_notification_channel_races
Avoid race conditions when recreating the messages NotificationChannel
|
2022-03-09 22:35:01 +01:00 |
|
cketti
|
f3241622d5
|
Avoid race condition when selecting a notification sound
|
2022-03-08 23:51:45 +01:00 |
|
cketti
|
aa90f4369d
|
Avoid race condition when recreating the messages NotificationChannel
|
2022-03-08 22:53:22 +01:00 |
|
cketti
|
2607b24b3f
|
Merge pull request #5946 from k9mail/update_new_mail_notifications
Add support for updating existing notifications
|
2022-03-08 22:07:30 +01:00 |
|
cketti
|
d784151ef0
|
Add support for updating existing notifications
|
2022-03-08 18:29:27 +01:00 |
|
cketti
|
b5d1ac7bdc
|
Merge pull request #5943 from k9mail/fix_imap_progress
Fix progress reporting when receiving multiple FETCH responses for a single message
|
2022-03-08 18:28:39 +01:00 |
|
cketti
|
556188efcc
|
Properly report progress when receiving multiple FETCH responses per message
|
2022-03-05 02:04:14 +01:00 |
|
cketti
|
9dd076686b
|
Remove unnecessary/unused method parameters
|
2022-03-05 01:20:23 +01:00 |
|
cketti
|
1d5a291ac7
|
Don't reuse FetchProfile instance
|
2022-03-05 00:11:16 +01:00 |
|
cketti
|
f6454121f0
|
IMAP: Log number of downloaded messages (instead of unread)
|
2022-03-04 23:51:23 +01:00 |
|
cketti
|
604873b659
|
Merge pull request #5942 from k9mail/update_dependencies
Update dependencies
|
2022-03-04 21:31:30 +01:00 |
|
cketti
|
b9d608419e
|
Update Mockito to version 4.3.1
|
2022-03-04 00:55:16 +01:00 |
|
cketti
|
4581bf3f8b
|
Update SearchPreference to version 2.1.0
|
2022-03-04 00:55:16 +01:00 |
|
cketti
|
464be2e45e
|
Update AndroidX ConstraintLayout to version 2.1.3
|
2022-03-04 00:55:16 +01:00 |
|
cketti
|
729fcca5f2
|
Update AndroidX LocalBroadcastManager to version 1.1.0
|
2022-03-04 00:55:16 +01:00 |
|
cketti
|
d5baa9982d
|
Update Jsoup to version 1.14.3
|
2022-03-04 00:55:16 +01:00 |
|
cketti
|
e1635a2ab2
|
Update Glide to version 4.13.1
|
2022-03-04 00:55:16 +01:00 |
|
cketti
|
4bcdce5ceb
|
Update MiniDNS to version 1.0.3
|
2022-03-04 00:55:16 +01:00 |
|
cketti
|
5ffd16c126
|
Update OkHttp to version 4.9.3
|
2022-03-04 00:55:16 +01:00 |
|
cketti
|
83daa2229a
|
Update Koin to version 3.1.5
|
2022-03-04 00:55:16 +01:00 |
|
cketti
|
aa2b0c0339
|
Update Okio to version 3.0.0
|
2022-03-04 00:55:16 +01:00 |
|
cketti
|
eb1ea4f246
|
Update MaterialDrawer to version 8.4.5
|
2022-03-04 00:55:16 +01:00 |
|
cketti
|
d02f2450b8
|
Update FastAdapter to version 5.6.0
|
2022-03-04 00:55:16 +01:00 |
|
cketti
|
d914c09364
|
Update Material Components to version 1.5.0
|
2022-03-04 00:55:16 +01:00 |
|
cketti
|
7814b138d3
|
Update AndroidX Preference to version 1.2.0
|
2022-03-04 00:55:16 +01:00 |
|