0
0
mirror of https://github.com/thunderbird/thunderbird-android.git synced 2024-09-20 20:13:04 +02:00
Commit Graph

12841 Commits

Author SHA1 Message Date
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
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
cketti
631e9a48ee
Merge pull request #7183 from Bracciata/add-overflow-content-desc
Add content description for overflow menu icon
2023-09-21 16:35:30 +02:00
Wolf-Martell Montwé
c904527450
Merge pull request #7177 from thundernest/bump-agp-and-compose
Bump AGP to 8.1.1 and Compose to 1.5.1 and change to Android SDK 34 as compile version
2023-09-21 13:32:08 +00: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
df1231d780
Merge pull request #7180 from thundernest/keep_style_element
Allow `<style>` tags inside the HTML body
2023-09-20 13:17:18 +02:00
Wolf-Martell Montwé
16768c8e8d
Change AccountAutoDiscoveryContent to ContentLoadingErrorView 2023-09-19 11:54:35 +02:00
Wolf-Martell Montwé
180b6af2f9
Add ContentLoadingErrorView to design system 2023-09-19 11:54:35 +02:00
Wolf-Martell Montwé
5d4f6e4291
Change Lint warningsAsErrors to false to avoid build failure when a dependency is outdated 2023-09-19 10:22:15 +02:00
Wolf-Martell Montwé
a0e6fd9f5c
Bump Android SDK compile version 33 -> 34 and dependencies for Compose 1.5.1
- Kotlin 1.8.22 -> 1.9.11
- Compose BOM 2023.06.01 -> 2023.09.00
- Compose compiler 1.4.8 -> 1.5.3
- AndroidX Lifecycle 2.6.1 -> 2.6.2
- AndroidX Navigation 2.6.0 -> 2.7.2
- AndroidX Core 1.10.1 -> 1.12.0
- AndroidX Annotation 1.6.0 -> 1.7.0
- Accompanist 0.30.1 -> 0.32.0
- Koin 3.4.3 -> 3.5.0
- Okio 3.4.0 -> 3.5.0
- Mockito 5.4.0 -> 5.5.0
- Robolectric 4.9.2 -> 4.10.3
2023-09-19 10:22:15 +02:00
Wolf-Martell Montwé
5c5fb5cedf
Bump dependency check 0.46.0 -> 0.48.0 2023-09-19 10:22:15 +02:00
Wolf-Martell Montwé
0abee28d05
Bump Android Gradle Plugin 8.0.2 -> 8.1.1 2023-09-19 10:22:14 +02:00
Wolf-Martell Montwé
5489a2c881
Merge pull request #7178 from thundernest/fix_github_action_runs
Fix GitHub Actions Failure with Error Code 143
2023-09-19 08:17:40 +00: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é
d142bbef96
Add ci gradle.properties and move quality checks to the start 2023-09-18 17:52:46 +02:00
Wolf-Martell Montwé
713ff9ea3b
Fix memory issues, taken from NowInAndroid example App 2023-09-18 17:52:12 +02:00
Wolf-Martell Montwé
5c24e08059
Split workflow run into multiple steps 2023-09-18 17:52:02 +02:00
Wolf-Martell Montwé
e84354ca1b
Merge pull request #7175 from thundernest/rename_account_state_repository_save_methods
Rename AccountStateRepository save to set function names
2023-09-15 15:56:12 +00:00
Wolf-Martell Montwé
69c373e178
Rename AccountStateRepository save to set function names 2023-09-15 13:54:15 +02:00
Wolf-Martell Montwé
bfe82bf92e
Merge pull request #7174 from thundernest/add_account_updater
Add account updater
2023-09-15 10:44:53 +00: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é
5694e0934b
Add account:edit module 2023-09-15 11:24:16 +02:00
Wolf-Martell Montwé
a7ca61883c
Add account uuid 2023-09-15 11:24:16 +02:00
Wolf-Martell Montwé
8f9116508e
Merge pull request #7172 from thundernest/change_server_validation_injection
Change injection for server validation
2023-09-14 14:29:57 +00:00
Wolf-Martell Montwé
72de4c6b67
Suppress error about line length 2023-09-14 14:57:03 +02:00
Wolf-Martell Montwé
9715cfc45e
Merge pull request #7173 from thundernest/fix_gradle_properties
Fix gradle properties to avoid out of memory
2023-09-14 12:51:11 +00:00
Wolf-Martell Montwé
57580f2cb7
Cleanup 2023-09-14 11:05:49 +02:00
Wolf-Martell Montwé
cea52fca9e
Enable Gradle configuration cache 2023-09-14 11:05:49 +02:00
Wolf-Martell Montwé
1e6eaae18e
Fix Out of Memory and Gradle daemon disappeared issues, also improves build speed 2023-09-14 11:05:49 +02:00
Wolf-Martell Montwé
25accaf905
Add observeWithoutEffect method 2023-09-14 10:36:34 +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é
eec105263f
Merge pull request #7171 from thundernest/move_email_validation_to_account_setup
Move email validation to account setup
2023-09-13 16:12:09 +00:00
Wolf-Martell Montwé
8019485750
Move email validation to account setup 2023-09-13 16:53:04 +02:00
Wolf-Martell Montwé
04e629e7a7
Merge pull request #7167 from thundernest/remove_k9_deprecation_warning
Remove deprecation warning of `K9` class
2023-09-13 14:15:21 +00: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é
02fcf5b74c
Merge pull request #7169 from thundernest/refactor_account_server_settings
Refactor account server settings
2023-09-13 13:42:42 +00:00
Wolf-Martell Montwé
600a9057e7
Merge pull request #7170 from thundernest/fix_github_action_failure
Change Gradle memory allowance to 3G
2023-09-13 13:42:15 +00:00
Wolf-Martell Montwé
a71473fe14
Change Gradle memory allowance to 3G 2023-09-13 15:17:54 +02:00
Wolf-Martell Montwé
8d9747074b
Change Gradle memory allowance to 3G 2023-09-13 14:58:08 +02:00
Wolf-Martell Montwé
e152c1f2d1
Rename AccountOutgoingConfig to OutgoingServerSettings 2023-09-13 14:20:58 +02:00
Wolf-Martell Montwé
4926f595fb
Rename AccountIncomingConfig to IncomingServerSettings 2023-09-13 14:20:58 +02:00
Wolf-Martell Montwé
2c0a22a78a
Rename ServerConfigDomainContract to ServerSettingsDomainContract 2023-09-13 14:20:58 +02:00