Wolf-Martell Montwé
00148f1a99
Change OAuth to not use OAuthProvider enum and delegate configuration creation to the app
2023-06-21 14:05:28 +02:00
Wolf-Martell Montwé
e64d030d22
Refactor OauthConfiguration to be placed in common module with added OAuthProvder and OAuthProviderSettings
2023-06-20 15:17:47 +02:00
Wolf-Martell Montwé
9e0f1bd815
Resolve app.core dependency blocking oauth extraction
2023-06-20 15:17:45 +02:00
Wolf-Martell Montwé
141dd0974c
Resolve app.testing dependency blocking oauth extraction
2023-06-20 14:57:44 +02:00
cketti
8973559507
Prepare for version 6.708
2023-06-19 13:49:01 +02:00
cketti
955dc2380b
Version 6.707
2023-06-19 13:38:23 +02:00
cketti
e6469422a8
Prepare for version 6.707
2023-06-16 15:44:24 +02:00
cketti
f60e5e073f
Version 6.706
2023-06-16 15:35:00 +02:00
cketti
fb457bc7d6
Merge pull request #6972 from gitstart/K9-OSS-3
...
Inconsistent recipient names when composing a message
2023-06-16 15:30:20 +02:00
cketti
ff79ee70fc
Fix broken test and minor cleanup
2023-06-16 15:08:44 +02:00
GitStart
e23371985a
Inconsistent recipient names when composing a message
2023-06-16 08:28:37 +00:00
cketti
656a9d3862
Use relaxed mode to parse email addresses from message headers
2023-06-15 19:32:56 +02:00
cketti
e7b0228369
Prepare for version 6.706
2023-06-12 17:13:37 +02:00
cketti
89fa882590
Version 6.705
2023-06-12 17:00:32 +02:00
cketti
6829b9c80f
Update translations
2023-06-12 16:14:45 +02:00
GitStart
5e8b8fa573
Asks to save unchanged draft
2023-06-12 15:23:52 +02:00
cketti
f649a6a7d9
Merge pull request #6962 from thundernest/UserInputEmailAddressParser
...
Add `UserInputEmailAddressParser`
2023-06-09 18:49:39 +02:00
cketti
23ddb37d55
Switch to ACTION_INSERT_OR_EDIT
for "add to contacts" action
...
This allows adding an email address to an existing contact.
2023-06-07 19:23:49 +02:00
cketti
3bf19ca3f6
Add UserInputEmailAddressParser
...
Used to parse name and email address pairs entered by the user when composing a message.
2023-06-07 18:40:49 +02:00
cketti
fa487b2016
Always use extension function to create EmailAddress
instance
2023-06-01 14:29:28 +02:00
cketti
775e0389a1
Keep email address equality comparison out of DisplayRecipientsExtractor
...
This way the decision on what email address equality comparison strategy is used is limited to `Account.isAnIdentity(Address)`.
2023-06-01 13:13:01 +02:00
Simon Arlott
424a37eaeb
Add (failing) tests to DisplayRecipientsExtractorTest
2023-06-01 13:09:16 +02:00
Simon Arlott
e731d08f3b
Don't make identity descriptions unique on import
...
Identity descriptions don't have to be unique so they shouldn't be modified
when imported to make them unique.
This also means that identities with no description can be imported without
giving them one (e.g. "Imported", "Imported (1)", "Imported (2)").
2023-05-27 14:10:54 +01:00
Simon Arlott
d105ba0fbb
Export identities that have no description
...
Identities must have an email address but all of the other fields are
optional, so email address should be used to determine identity keys.
Fixes #6932
2023-05-27 14:10:53 +01:00
Siva Subramaniam
89e55b2c31
Fix appearance of "Sign in with Google" button ( #6928 )
...
Change Button to AppCompatButton to support android:background attribute
2023-05-26 15:56:09 +02:00
cketti
ae165344e6
Prepare for version 6.705
2023-05-23 18:08:06 +02:00
cketti
1ee999ca7e
Version 6.704
2023-05-23 17:37:48 +02:00
cketti
12fd0225aa
Update translations
2023-05-23 17:14:39 +02:00
Georg Sieber
7edbe542bd
Fix "Cannot connect to crypto provider"
...
Initialize `openPgpCallback` before `onSwitchAccount()` is called from the class initializer.
2023-05-22 10:42:19 +02:00
cketti
ef498c60e4
Update assertk to version 0.26
2023-05-16 17:20:25 +02:00
cketti
5498567bf2
Switch assertions to assertk
2023-05-14 13:00:28 +02:00
cketti
7d7e585b03
Merge branch '6.6-MAINT'
2023-05-12 12:22:52 +02:00
cketti
f95e22afc8
Version 6.602
2023-05-11 17:13:46 +02:00
Wolf-Martell Montwé
8f02a9e279
Merge pull request #6889 from IlyaBizyaev/fix/no-widgets-npe
...
Fix NPE on devices that don't support widgets
2023-05-11 08:52:52 +00:00
Ilya Bizyaev
1f45c2c391
Log the null AppWidgetManager
2023-05-10 21:54:13 +02:00
Ilya Bizyaev
f647e50a2e
Fix NPE on devices that don't support widgets
...
Turns out, AppWidgetManager.getInstance(context) can return null. I've
tested that this change fixes the issue on the device.
2023-05-10 00:02:50 +02:00
cketti
26fab0dff4
Change default reply action from "reply all" to "reply"
2023-05-09 13:56:36 +02:00
cketti
182e2c217c
Fix escaping commas in buildOAuthBearerInitialClientResponse()
2023-05-08 15:46:04 +02:00
cketti
0220e1d800
Prepare for version 6.704
2023-05-08 13:48:20 +02:00
cketti
0df1fa5543
Version 6.703
2023-05-08 13:42:05 +02:00
cketti
cba7e52581
Update translations
2023-05-08 13:25:10 +02:00
cketti
d407f18b11
Merge pull request #6878 from thundernest/check_UriParser_startPos_argument
...
Explicitly check `startPos` parameter in `UriParser.parseUri()` implementations
2023-05-08 11:37:39 +02:00
cketti
b1f876cbdc
Merge pull request #6876 from thundernest/manifest_changes
...
Explicitly set manifest attribute "hasFragileUserData" to false
2023-05-05 18:06:03 +02:00
cketti
3de2d3af40
Validate startPos
parameter in UriParser.parseUri()
implementations
2023-05-05 17:32:53 +02:00
cketti
0644407ff6
Convert HttpUriParserTest
to Kotlin
2023-05-05 17:12:52 +02:00
cketti
745ebd96a0
Rename .java to .kt
2023-05-05 17:09:25 +02:00
cketti
b56e444a74
Explicitly set manifest attribute "hasFragileUserData" to false
2023-05-05 16:21:26 +02:00
cketti
ff188cdfb5
Remove WebDAV code
2023-05-04 22:14:00 +02:00
cketti
94f95734b3
Prepare for version 6.703
2023-05-02 12:46:12 +02:00
cketti
87e0e979c8
Version 6.702
2023-05-02 12:33:41 +02:00