thunderbird-android/app
cketti 8e7a5f3541 Add an AuthStateStorage parameter to ServerSettingsValidator
Typically we use `Account` to hold the (OAuth 2.0) authorization state. But during account setup we don't have an `Account` instance yet. So we allow a `ServerSettingsValidator` caller to pass an `AuthStateStorage` that we then use with `OAuth2TokenProviderFactory` to create an `OAuth2TokenProvider` instance. When setting up an account we can use an `AuthStateStorage` implementation that will simply hold the state in memory.
2023-07-29 23:36:02 +02:00
..
core Write error message to log when skipping message during send 2023-06-24 17:36:20 +02:00
crypto-openpgp Change build files from Groovy to Kotlin 2023-02-23 14:52:16 +01:00
html-cleaner Bump Gradle 8.0.2 -> 8.1.1 and remove suppress dsl scope violation 2023-04-25 17:21:58 +02:00
k9mail Add an AuthStateStorage parameter to ServerSettingsValidator 2023-07-29 23:36:02 +02:00
storage Resolve app.core dependency blocking oauth extraction 2023-06-20 15:17:45 +02:00
testing Resolve app.testing dependency blocking oauth extraction 2023-06-20 14:57:44 +02:00
ui Add CheckIsGoogleSignIn and use GoogleSignInButton 2023-07-26 13:52:19 +02:00