Commit graph

11059 commits

Author SHA1 Message Date
cketti
15c2402260 Remove unnecessary parameter 2022-07-13 20:39:37 +02:00
cketti
1c66f29afa
Merge pull request #6155 from thundernest/update_microsoft_oauth_config
Change the OAuth client ID used for Microsoft accounts
2022-07-13 10:59:26 +02:00
cketti
e34a7b611a
Merge pull request #6158 from thundernest/fix_notification_crash
Display an error notification when creating a notification fails
2022-07-12 21:27:28 +02:00
cketti
1ff327eda8 Display an error notification when creating a notification fails
When importing settings from another device, we could end up with a notification channel that references a non-existing notification sound. In that case creating a notification for a new message will lead to a `SecurityException`. We catch this case and display an error notification instead. This is fine because we create the "Miscellaneous" notification channel without a notification sound.
2022-07-11 18:06:22 +02:00
cketti
cf4c1f973c Change the OAuth client ID used for Microsoft accounts 2022-07-09 01:41:55 +02:00
cketti
465be90a5a Version 6.200 2022-07-08 11:01:13 +02:00
cketti
3805bcd7f1 Prepare for version 6.102 2022-07-06 14:44:55 +02:00
cketti
f8573017c4 Version 6.101 2022-07-06 14:28:30 +02:00
cketti
425b097a5c
Merge pull request #6151 from thundernest/update_translations
Update translations
2022-07-06 13:35:37 +02:00
cketti
a9ff485ad2 Update translations 2022-07-05 21:08:21 +02:00
cketti
badeb252d0
Merge pull request #6149 from thundernest/remove_shared_debug_keystore
Remove shared debug keystore
2022-07-05 20:10:16 +02:00
cketti
7faa66f427
Merge pull request #6148 from thundernest/update_about
Update misc section in settings screen
2022-07-05 20:09:59 +02:00
cketti
c64d10a00b Remove shared debug keystore 2022-07-05 17:33:33 +02:00
cketti
7d69ada798
Merge pull request #6115 from thundernest/oauth_outlook
Add OAuth support for Microsoft accounts
2022-07-05 17:19:35 +02:00
cketti
a101609987 Add link to user manual to settings screen 2022-07-05 16:26:36 +02:00
cketti
020b29a277 Change "User forum" in settings to "Get help" 2022-07-05 16:24:05 +02:00
cketti
225c579d77 Add "AppAuth for Android" to About screen 2022-07-05 15:26:09 +02:00
cketti
38a9f579be
Merge pull request #6144 from thundernest/GH-6141_fix_action_mode
Fix action mode when switching from split view to message view
2022-07-05 13:53:39 +02:00
cketti
5c4af7c965
Merge pull request #6147 from arissystem/Issue-6145
computing Select all visibility each time we rotate the device
2022-07-05 13:50:44 +02:00
cketti
4c36fec1ce
Merge pull request #6122 from thundernest/gmail_oauth_upgrade
Switch Gmail users to OAuth if log-in to IMAP/SMTP has failed
2022-07-05 13:28:27 +02:00
cketti
238a5cd181 Handle authentication failure when refreshing the folder list 2022-07-05 12:40:43 +02:00
cketti
00e0d8b35a Change server settings to use OAuth after an authentication failure 2022-07-05 12:40:43 +02:00
r.zarchi
8cb62434b9 computing Select all visibility each time we rotate the device 2022-07-05 14:42:40 +04:30
cketti
f14308fe2f
Merge pull request #6143 from thundernest/update_link
Update link to point to k9mail.app
2022-07-04 17:35:23 +02:00
cketti
836c467282 Fix action mode when switching from split view to message view 2022-07-04 17:20:27 +02:00
cketti
d7b928bd5d Update link to point to k9mail.app 2022-07-04 15:53:17 +02:00
cketti
9a9c781eaa Flag existing Gmail accounts for OAuth upgrade 2022-06-17 14:40:23 +02:00
cketti
c4e9ae4038
Merge pull request #6121 from thundernest/more_auth_failed_notifications
Display "authentication failed" notification when OAuth sign-in is required
2022-06-17 11:27:49 +02:00
cketti
f96154f0b0 Display "authentication failed" notification when OAuth sign-in is required 2022-06-16 14:55:34 +02:00
cketti
c9cec0ceb8 Prepare for version 6.101 2022-06-15 16:26:18 +02:00
cketti
06a537b16d Version 6.100 2022-06-15 15:39:13 +02:00
cketti
ea860484be
Merge pull request #6116 from thundernest/update_translations
Update translations
2022-06-15 15:15:02 +02:00
cketti
9f1d3d0a73 Update translations 2022-06-15 13:45:23 +02:00
cketti
a96904672a Update README 2022-06-15 13:21:09 +02:00
cketti
598a171464 Add OAuth support for Microsoft accounts 2022-06-15 13:02:50 +02:00
cketti
9f25f27066
Update FUNDING.yml 2022-06-13 18:03:18 +02:00
cketti
f60042d274
Merge pull request #6108 from k9mail/sign_in_progress
Display spinning progress indicator while the OAuth flow is running
2022-06-12 20:18:02 +02:00
cketti
509bbf89a8
Merge pull request #6109 from k9mail/fix_clear_notifications
Fix bug when clearing all new message notifications of an account
2022-06-12 20:17:05 +02:00
cketti
451a74166b Fix bug when clearing all new message notifications of an account 2022-06-10 16:42:53 +02:00
cketti
971596a485 Display spinning progress indicator while the OAuth flow is running 2022-06-10 14:44:18 +02:00
cketti
591d232e26
Merge pull request #6105 from k9mail/oauth_yahoo
Add OAuth support for Yahoo and AOL accounts
2022-06-09 12:07:02 +02:00
cketti
6290e9b2a6 Add OAuth support for AOL accounts 2022-06-08 20:28:08 +02:00
cketti
79dd0fe1b2 Add OAuth support for Yahoo accounts 2022-06-08 20:28:08 +02:00
Olivier Blin
4c937ad7a6 Move redirectUri in OAuthConfiguration
Not all providers accept the redirect URI Google requires Android apps to use.
2022-06-08 20:28:08 +02:00
cketti
da5f8a70c6
Merge pull request #6104 from k9mail/oauth_import
Add support for OAuth flow after settings import
2022-06-08 14:31:06 +02:00
cketti
9ae7d27e79 Add support for OAuth flow after settings import 2022-06-07 15:53:37 +02:00
cketti
94c61a7999
Merge pull request #6098 from k9mail/sasl_oauthbearer
Add support for the `OAUTHBEARER` SASL method
2022-06-06 22:30:29 +02:00
cketti
402259a834
Merge pull request #6097 from k9mail/oauth_config_provider
Add proper way to retrieve OAuth credentials
2022-06-06 22:17:20 +02:00
cketti
bbd104f38a Add support for the OAUTHBEARER SASL method (SMTP) 2022-06-05 22:49:30 +02:00
cketti
d3be6e249b Add support for the OAUTHBEARER SASL method (IMAP) 2022-06-05 22:49:30 +02:00