Commit graph

3105 commits

Author SHA1 Message Date
cketti
8248b220c3 Prepare for version 6.712 2023-10-04 12:58:29 +02:00
cketti
97f18d313c Version 6.711 2023-10-04 12:32:26 +02:00
cketti
55d09a79d8 Merge branch 'add-content-desc-for-flag'
See pull request #7185
2023-10-02 12:28:29 +02:00
Thomas Braccia
a79f2e8181 Update flag icon to have content description 2023-10-02 11:54:27 +02:00
cketti
da0134cf2d Change message_view_recipient_prefix to not require a trailing space
Use a format string instead of a string that needs to end in a space for most languages. A trailing space is something that is easy to miss in most translation UIs.
2023-09-28 17:30:13 +02:00
cketti
c297913bb7 Replace occurrences of "..." with Unicode ellipsis character 2023-09-28 16:33:48 +02:00
cketti
eb9b560486 Update translations 2023-09-28 16:30:44 +02:00
Wolf-Martell Montwé
657e734710
Merge pull request #7182 from thundernest/add_account_edit_feature
Add account edit feature
2023-09-28 13:28:55 +00:00
cketti
ce9704b275
Merge pull request #7197 from thundernest/simplify_app_icon
Use vector drawable for app icon
2023-09-28 10:44:48 +02:00
Wolf-Martell Montwé
f980caa48f
Add new_account_edit feature flag 2023-09-27 17:56:18 +02:00
cketti
52959a4d42
Merge pull request #7199 from thundernest/message_view_theme
Use theme background color in message view and compose screens
2023-09-27 13:15:17 +02:00
cketti
b44d18082a Use vector drawable for app icon
Remove shadows (using blur) from the logo. This allows us to use a vector drawable as app icon.
2023-09-27 12:44:58 +02:00
cketti
567a423e10 Explicitly set background color in message view and compose screens 2023-09-26 17:49:19 +02:00
cketti
0a99643a7a Update DisplayHtml to use proper dark theme background color 2023-09-26 17:21:29 +02:00
mhfarzaneganbb
11abe6f0df Change MessageWebView.configure() to set the WebView's background color to the theme background color 2023-09-26 17:21:28 +02:00
mhfarzaneganbb
9809fa523e Remove the theme attribute messageViewBackgroundColor and all code associated with it 2023-09-26 17:21:28 +02:00
cketti
be2c35ff30 Fix navigation in settings list screen 2023-09-26 16:25:32 +02:00
Wolf-Martell Montwé
72ab8f679c
Merge pull request #7193 from thundernest/remove_legacy_account_setup
Remove legacy account setup and onboarding, part 1
2023-09-26 08:42:01 +00:00
Wolf-Martell Montwé
496a64c04e
Change name to AccountStateLoader 2023-09-25 16:21:48 +02:00
Wolf-Martell Montwé
f0353eb743
Change to AccountManager and add test for AccountLoader 2023-09-25 16:13:01 +02:00
Wolf-Martell Montwé
eff8b25a3a
Add AccountLoader 2023-09-25 16:13:00 +02:00
Wolf-Martell Montwé
e1384de9d3
Remove WelcomeFragment 2023-09-22 19:01:41 +02:00
Wolf-Martell Montwé
7b189afa6e
Remove OnboardingActivity 2023-09-22 19:01:41 +02:00
Wolf-Martell Montwé
e454ac837a
Remove feature flag for new_onboarding 2023-09-22 19:01:40 +02:00
Wolf-Martell Montwé
8244470a9e
Remove AccountSetupOptions 2023-09-22 18:27:04 +02:00
Wolf-Martell Montwé
9fc8dffd2d
Remove AccountSetupNames 2023-09-22 17:55:32 +02:00
cketti
a03ed3a736
Merge pull request #7184 from Bracciata/add-content-desc-reply
Add content description for reply button
2023-09-21 16:37:05 +02:00
Thomas Braccia
72085c132f feat: added content description for reply button 2023-09-20 10:25:42 -04:00
Thomas Braccia
c99674b42f feat: added content description for overflow 2023-09-20 10:21:27 -04:00
cketti
1e59577ac0
Merge pull request #7179 from thundernest/render_message_rfc822
HTML-encode header field values when displaying message/rfc822 parts
2023-09-20 14:50:05 +02:00
cketti
5bf877f562 Allow <style> tags inside the HTML body 2023-09-18 19:35:53 +02:00
cketti
d83259a5ee HTML-encode header field values when displaying message/rfc822 parts 2023-09-18 18:15:11 +02:00
Wolf-Martell Montwé
8549bfc554
Add newAccount method to preferences to allow creation with given UUID 2023-09-15 11:24:17 +02:00
Wolf-Martell Montwé
61d955f774
Add AccountUpdater contract and implementation 2023-09-15 11:24:17 +02:00
Wolf-Martell Montwé
11b12f9c5e
Change named injection to typed injection for server validation to avoid issues with dependency resolution 2023-09-13 18:46:22 +02:00
Wolf-Martell Montwé
6a19427a80
Remove deprecation warning of K9 class, as it's not true anymore and spamming the build output 2023-09-13 15:43:40 +02:00
Wolf-Martell Montwé
e9535ecdaa
Bump Spotless 6.14.0 -> 6.21.0 and KtLint 0.48.2 -> 0.50.0, and reformat/fix code 2023-09-06 18:13:23 +02:00
Wolf-Martell Montwé
2e886a7255
Bump Mockito 5.3.1 -> 5.4.0 and Mockito Kotlin 4.1.0 -> 5.1.0 2023-09-06 18:13:22 +02:00
Wolf-Martell Montwé
1fe926fad4
Bump Gradle 8.1.1 -> 8.3 2023-09-06 18:13:22 +02:00
Wolf-Martell Montwé
dcad7a95b6
Move server certificate to server module 2023-09-05 17:10:44 +02:00
Wolf-Martell Montwé
6acdf48e2d
Add account server validation module 2023-09-05 16:14:22 +02:00
Wolf-Martell Montwé
385de5fdeb
Rename account oauth DomainContract to AccountOAuthDomainContract 2023-08-31 19:16:24 +02:00
Wolf-Martell Montwé
5fff204b95
Move shared domain from setup to common module 2023-08-31 19:07:25 +02:00
Wolf-Martell Montwé
cafc786367
Add error messages to allow better import debugging 2023-08-29 19:10:37 +02:00
cketti
cbf480dbf7 Prepare for version 6.711 2023-08-18 19:58:01 +02:00
cketti
7aa919e097 Version 6.710 2023-08-18 18:40:20 +02:00
cketti
3702eaee02
Merge pull request #7131 from thundernest/fix_new_oauth
Fix OAuth code in new account setup
2023-08-18 13:33:24 +02:00
cketti
2b3b768eed Handle broken AuthState
The authorization state created using the new account setup in K-9 Mail 6.709 is broken and can't be used to refresh the access token. So we clear the authorization state when trying to refresh the token fails with an `IllegalStateException`.
2023-08-16 15:04:15 +02:00
cketti
b0ef477f6e Remove "Show only subscribed folders" from (old) incoming server settings screen 2023-08-16 12:08:52 +02:00
cketti
397a06131e Add "Show only subscribed folders" setting to folders section 2023-08-16 12:04:05 +02:00