Commit graph

13002 commits

Author SHA1 Message Date
cketti
d45bb6d683 Always exclude common files from Android packaging 2023-10-26 21:47:17 +02:00
cketti
2125358e5c
Merge pull request #7278 from thundernest/remove_transifex_references
Remove Transifex references
2023-10-25 16:25:39 +02:00
cketti
4d14362541 Merge pull request #7272
Add account edit save settings screen
2023-10-25 16:08:16 +02:00
cketti
d5c16f2bf9 Convert between ServerSettings variants when necessary
Currently, `useCompression` and `isSendClientIdEnabled` are not part of `ServerSettings` in `Account` (and storage, and settings files, etc). We need to fix this eventually. But it's a larger change. For now we convert between the `ServerSettings` variants at the edges.
2023-10-25 16:06:11 +02:00
Wolf-Martell Montwé
fca4ac182e Add missing extra mapping for incoming and outgoing server settings 2023-10-25 16:06:11 +02:00
cketti
c0c0d13a57
Merge pull request #7279 from adamszewe/refactor-mailto-class-to-kotlin
Refactor MailToTest class to Kotlin
2023-10-25 15:56:29 +02:00
cketti
578e6c0b64
Merge pull request #7280 from fishchimp/feature_less_sensitive_swipe_gestures
Disable fling for message list swipe actions
2023-10-25 14:34:35 +02:00
cketti
a7090b2db1 Clean up MailToTest 2023-10-25 13:25:59 +02:00
Muhammad Hafizh Hasyim
7af17d2c02 Disable fling gesture for message list swipe actions 2023-10-25 12:46:19 +02:00
Adam Szewera
1e72f75c7b Replace JUnit assertions with assertk ones 2023-10-24 07:52:37 +02:00
Adam Szewera
27bc83541a Refactor MailToTest class from Java to Kotlin 2023-10-24 07:43:42 +02:00
Adam Szewera
b1b4c4ed9c Rename MailToTest file from java to kt 2023-10-24 07:41:23 +02:00
cketti
4568c76cc6
Merge pull request #7284 from marcelmu/wear_os_notifications
Set GroupAlertBehavior for Single (and Summary) Notifications
2023-10-23 13:26:54 +02:00
Marcel M
a6dfafda6b Set GroupAlertBehavior for Single Notifications 2023-10-22 16:03:14 +02:00
cketti
15bfd7a57f Remove outdated Lint ignores 2023-10-21 19:57:29 +02:00
cketti
397203e3c5 Change link for translations in CONTRIBUTING.md to point to Weblate 2023-10-21 19:09:05 +02:00
cketti
622c58806a Remove Transifex-related files 2023-10-21 19:02:04 +02:00
cketti
c9834abfaf
Merge pull request #7276 from kazushi3/main
Update translation link on README.md
2023-10-21 18:57:37 +02:00
kazushi3
6be9d07f91
Update translation link on README.md
Hi,
K-9 translation moved to Weblate. Please update readme link.
Thanks
2023-10-21 20:53:47 +09:00
Wolf-Martell Montwé
b90301ec75
Add save settings to edit account 2023-10-20 14:41:22 +02:00
Wolf-Martell Montwé
c29bc90535
Add assertThatAndStateTurbineConsumed and assertThatAndEffectTurbineConsumed for simpler test setup 2023-10-20 14:41:22 +02:00
Wolf-Martell Montwé
f0632d6c9a
Add LoadingErrorState to remove some boilerplate from AccountAutoDiscoveryContent 2023-10-20 14:41:21 +02:00
Wolf-Martell Montwé
40f1520294
Change LoadingView padding to double and remove wrongly set modifier 2023-10-20 14:41:21 +02:00
Wolf-Martell Montwé
dc110a7af9
Change ErrorView to make onRetry optional and update style 2023-10-20 14:41:21 +02:00
Wolf-Martell Montwé
ab7d680111
Merge pull request #7269 from thundernest/disable_gradle_configuration_cache
Disable Gradle configuration cache
2023-10-19 13:23:10 +02:00
Wolf-Martell Montwé
3b044a9252
Disable Gradle configuration cache as Spotless doesn't support it properly 2023-10-19 12:31:50 +02:00
Wolf-Martell Montwé
3a4bbff63e
Merge pull request #7264 from thundernest/fix_english_source_files
Fix english source strings based on translation feedback
2023-10-19 11:48:15 +02:00
Wolf-Martell Montwé
509feccd93
Fix english source strings based on translation feedback 2023-10-19 10:36:48 +02:00
Wolf-Martell Montwé
e0acfb63e3
Merge pull request #7266 from thundernest/fix_english_source_file
Fix english source string based on translation feedback
2023-10-18 14:57:01 +02:00
cketti
8df862b9e9
Merge pull request #7262 from thundernest/image_with_baseline
Add `ImageWithBaseline`
2023-10-18 14:32:59 +02:00
cketti
b35c96ee55
Merge pull request #7261 from thundernest/improve_icons_objects
Use getters to avoid loading all icons into memory at once
2023-10-18 14:32:35 +02:00
Wolf-Martell Montwé
e4fd7f10b4
Fix english source string based on translation feedback 2023-10-18 13:51:12 +02:00
cketti
d8a8555554 Add warning icon to server certificate error screen 2023-10-17 15:02:35 +02:00
cketti
34bbf83c90 Add IconsWithBaseline 2023-10-17 14:21:16 +02:00
cketti
9dad26e5bd Add Modifier.withBaseline() 2023-10-17 14:21:16 +02:00
cketti
cfcdd7c6ff Use getters to avoid loading all icons into memory at once 2023-10-17 12:44:32 +02:00
Wolf-Martell Montwé
7571469762
Merge pull request #7245 from thundernest/add_server_settings_interaction_mode
Add interaction mode to server settings
2023-10-13 17:06:00 +02:00
Wolf-Martell Montwé
e898296d58
Change IncomingFormItems to only add protocol when interaction mode is create 2023-10-13 16:38:07 +02:00
Wolf-Martell Montwé
c9003a5386
Add AccountTopAppBarWithBackButton 2023-10-13 16:38:06 +02:00
Wolf-Martell Montwé
66e1d44abf
Refactor server settings to move form content into own declaration 2023-10-12 17:06:27 +02:00
Wolf-Martell Montwé
d721153062
Change server settings to support interaction mode 2023-10-12 17:06:27 +02:00
cketti
61b76c31da
Merge pull request #7227 from thundernest/textfield_reveal_authentication
Add password input field that requires user authentication for unmasking
2023-10-12 13:08:14 +02:00
cketti
6dbb94b7e3 Add BiometricPasswordInput
Variant of `PasswordInput` that only allows the password to be unmasked after the user has authenticated using `BiometricPrompt`.
2023-10-12 12:28:46 +02:00
cketti
238b416110 Merge branch '6.6-MAINT' 2023-10-12 12:09:49 +02:00
cketti
33f3215a7c Version 6.603 2023-10-12 11:31:46 +02:00
cketti
b1e9ca6810
Merge pull request #7240 from thundernest/backport_identity_fixes
Backport settings import/export fixes
2023-10-12 11:26:54 +02:00
Wolf-Martell Montwé
e41d07e141
Merge pull request #7242 from thundernest/add_adr_0003_switch_test_assertions_to_assertk
Add ADR 0003 - Switch Test Assertions from Truth to assertk
2023-10-12 10:38:19 +02:00
Wolf-Martell Montwé
627145ef01
Add ADR 0003 - Switch Test Assertions from Truth to AssertK 2023-10-12 10:30:13 +02:00
Wolf-Martell Montwé
8d1718bd2d
Merge pull request #7241 from thundernest/remove_providers_xml_discovery
Remove `ProvidersXmlDiscovery`
2023-10-12 10:22:38 +02:00
Wolf-Martell Montwé
be44dc3a69
Remove ProvidersXmlDiscovery 2023-10-11 18:07:06 +02:00