Commit graph

12888 commits

Author SHA1 Message Date
cketti
afb80619e5
Merge pull request #7215 from thundernest/update_releasing_doc
Add instructions on how to create a beta release on F-Droid
2023-10-05 14:55:22 +02:00
cketti
5d5ff699b1 Add instructions on how to create a beta release on F-Droid 2023-10-05 14:53:52 +02:00
cketti
a8298006a1
Merge pull request #7214 from thundernest/fix_fdroid_build
Fix F-Droid build
2023-10-04 14:35:10 +02:00
cketti
8b9abf2bcc Fix F-Droid build
fdroidserver contains code to strip signing config blocks from `build.gradle[.kts]` files. That code also removed the assignment inside the `let` lambda. This in turn lead to Gradle failing the compilation of the Kotlin script because the argument `releaseSigningConfig` was unused 😞

Adding the "F-Droid hack" comment in this line prevents fdroidserver's regular expression from matching and removing this line.
2023-10-04 14:03:35 +02:00
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
4f38de6f2a
Merge pull request #7205 from thundernest/change_recipients_prefix
Change `message_view_recipient_prefix` string to not require a trailing space
2023-09-29 15:02:13 +02:00
cketti
b5ac09c336
Merge pull request #7204 from thundernest/update_translations
Update translations
2023-09-28 19:04:37 +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
Wolf-Martell Montwé
3d9235ce03
Apply changes from renaming AccountLoader to AccountStateLoader 2023-09-28 14:50:00 +02: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é
2f9f757e60
Change to deep link navigation 2023-09-27 17:56:18 +02:00
Wolf-Martell Montwé
d6d8be95ba
Rename ServerConfigModule to ServerSettingsModule 2023-09-27 17:56:18 +02:00
Wolf-Martell Montwé
f980caa48f
Add new_account_edit feature flag 2023-09-27 17:56:18 +02:00
Wolf-Martell Montwé
bdce4ce5c0
Add account edit to feature launcher 2023-09-27 17:56:18 +02:00
Wolf-Martell Montwé
dc142fea79
Add NavHost for incoming and outgoing server settings editing 2023-09-27 17:56:17 +02:00
Wolf-Martell Montwé
10cb49cbb4
Add NavBackStackEntryExtension with getArgument method 2023-09-27 17:56:17 +02:00
Wolf-Martell Montwé
3fcd472cb0
Add EditIncomingServerSettingsViewModel and EditOutgoingServerSettingsViewModel 2023-09-27 17:56:17 +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
Wolf-Martell Montwé
9f12cb4afb
Merge pull request #7198 from thundernest/fix_settings_navigation
Fix navigation in settings list screen
2023-09-27 08:13:12 +00: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é
b5bb1665ac
Merge pull request #7166 from thundernest/add_account_loader
Add account loader
2023-09-25 15:44:40 +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é
e9a73c905c
Add Coroutines to JVM main and test 2023-09-25 16:13:00 +02:00
Wolf-Martell Montwé
d9125d3c02
Change order of events 2023-09-25 16:13:00 +02:00
Wolf-Martell Montwé
cc39924087
Merge pull request #7189 from thundernest/use_deeplinks_in_navigation
Use deep links in navigation
2023-09-25 13:55:14 +00:00
Wolf-Martell Montwé
3e861792dc
Merge pull request #7191 from thundernest/inject_ClientIdAppName
Fix `ValidateServerSettings` Koin definition (`clientIdAppName`)
2023-09-25 11:55:35 +00: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
cketti
89530e5b08 Pass app name to ImapServerSettingsValidator for use with the IMAP ID command 2023-09-22 18:17:59 +02:00
Wolf-Martell Montwé
9fc8dffd2d
Remove AccountSetupNames 2023-09-22 17:55:32 +02:00
Wolf-Martell Montwé
2c8e0b86be
Merge pull request #7190 from thundernest/fix_oauth2_for_yahoo_and_aol_accounts
Fix OAuth 2.0 for Yahoo and AOL
2023-09-22 12:44:47 +00:00
Wolf-Martell Montwé
4ec59a881d
Fix OAuth 2 for Yahoo and AOL as they only support Authorization Code with PKCE now 2023-09-22 14:07:58 +02:00
Wolf-Martell Montwé
8d8450bcfe
Merge pull request #7181 from thundernest/add_content_loading_error_view
Add content loading error view
2023-09-21 15:57:00 +00:00
Wolf-Martell Montwé
5b00628fe6
Wrap ErrorView and LoadingView in a box to be able to scale them to fillSize without changing their content size 2023-09-21 17:28:28 +02:00