Commit graph

13475 commits

Author SHA1 Message Date
Wolf-Martell Montwé
351afceb0e
Merge pull request #7560 from thunderbird/fix-settings-import-lint-issues
Fix lint complaining about naming
2024-01-25 16:04:49 +00:00
cketti
c37dd860c4
Merge pull request #7558 from thunderbird/fix_settings_navigation
Fix settings navigation entry to add a new account
2024-01-25 15:51:21 +01:00
cketti
1e8c2813a1
Merge pull request #7555 from thunderbird/change_strings
Change wording of some strings
2024-01-25 15:51:04 +01:00
Wolf-Martell Montwé
e364804026
Add lint baseline 2024-01-25 15:21:23 +01:00
Wolf-Martell Montwé
2c7e8c8f6f
Fix lint complaining about naming 2024-01-25 15:21:23 +01:00
cketti
33d6199d84 Change wording of some strings 2024-01-25 13:35:35 +01:00
cketti
e76dc1934e Fix settings navigation entry to add a new account 2024-01-25 13:28:53 +01:00
cketti
6a47453465
Merge pull request #7548 from thunderbird/settings_import_during_onboarding
Continue onboarding after settings import
2024-01-25 12:33:27 +01:00
cketti
2ae95c9d92 Remove settings import code from FragmentLauncherActivity 2024-01-23 18:57:24 +01:00
cketti
3c11c9870f Add SettingsImportScreen and return to onboarding after import 2024-01-23 18:57:22 +01:00
cketti
32d9ecabe9
Merge pull request #7539 from thunderbird/compose_fragment_view
Add `FragmentView` to display fragments inside a `Composable`
2024-01-23 18:56:54 +01:00
Wolf-Martell Montwé
0fda17f761
Merge pull request #7546 from thunderbird/fix-resource-name
Fix resource name
2024-01-23 17:36:25 +00:00
Wolf-Martell Montwé
371152fdcc
Fix resource name 2024-01-23 18:12:30 +01:00
cketti
73b64d35d5
Merge pull request #7544 from thunderbird/use_AppTitleTopHeader_more_often
Use `AppTitleTopHeader` in all screens of automatic setup flow
2024-01-23 17:58:03 +01:00
cketti
d296f6015a
Merge pull request #7538 from thunderbird/settings_import_fragment_result
Communicate `SettingsImportFragment` result via fragment result mechanism
2024-01-23 17:57:33 +01:00
Wolf-Martell Montwé
33819f97bc
Merge pull request #7537 from thunderbird/convert-to-kotlin
Convert to Kotlin
2024-01-23 16:18:36 +00:00
cketti
324f6d76a9
Merge pull request #7543 from thunderbird/remove_app_name_in_toolbar
Remove app name from `AccountTopAppBar`
2024-01-23 17:13:04 +01:00
cketti
901693b52f Change special folders screen to use AppTitleTopHeader 2024-01-23 16:56:12 +01:00
cketti
3a767188fd Change display options screen to use AppTitleTopHeader 2024-01-23 16:56:12 +01:00
cketti
2250f1acc7 Change sync options screen to use AppTitleTopHeader 2024-01-23 16:56:12 +01:00
cketti
7ca2c5fad5
Merge pull request #7540 from thunderbird/settings_list_simplify_navigation
Simplify navigation in `SettingsListFragment`
2024-01-23 16:53:59 +01:00
cketti
e895c55cce Remove app name from AccountTopAppBar 2024-01-23 16:33:32 +01:00
cketti
c1cfba53fc Change font weight of text in AppTitleTopHeader 2024-01-23 16:24:14 +01:00
cketti
84b787180f Simplify navigation in SettingsListFragment 2024-01-23 15:23:00 +01:00
cketti
b632822b7e Add FragmentView to display fragments inside a Composable 2024-01-23 13:17:20 +01:00
Wolf-Martell Montwé
32b1e3a6dd
Change FontSizes to Kotlin
Signed-off-by: Wolf-Martell Montwé <wolf@thunderbird.net>
2024-01-23 11:56:52 +01:00
Wolf-Martell Montwé
9ceaee27e9
Rename .java to .kt
Signed-off-by: Wolf-Martell Montwé <wolf@thunderbird.net>
2024-01-23 11:56:35 +01:00
cketti
12189f7726 Communicate SettingsImportFragment result via fragment result mechanism 2024-01-23 11:50:36 +01:00
cketti
3fdd1b7963 Merge branch 'weblate/main' 2024-01-22 15:43:28 +01:00
cketti
5233035bcd
Merge pull request #7534 from thunderbird/settings_import_module
Extract settings import UI to :feature:settings:import
2024-01-22 15:24:59 +01:00
Hosted Weblate
5456a998b0
Update translations (Weblate)
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Pengbo <peng@pengs.top>
Co-authored-by: Ronon <ronon@myrtana.sk>
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-common/sk/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-oauth/sk/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-certificate/sk/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-certificate/zh_Hans/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-settings/sk/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-strings/sk/
Translate-URL: https://hosted.weblate.org/projects/tb-android/designsystem/sk/
Translate-URL: https://hosted.weblate.org/projects/tb-android/onboarding-permissions/sk/
Translate-URL: https://hosted.weblate.org/projects/tb-android/onboarding/sk/
Translation: K-9 Mail/Thunderbird/account-common
Translation: K-9 Mail/Thunderbird/account-oauth
Translation: K-9 Mail/Thunderbird/account-server-certificate
Translation: K-9 Mail/Thunderbird/account-server-settings
Translation: K-9 Mail/Thunderbird/designsystem
Translation: K-9 Mail/Thunderbird/onboarding-permissions
Translation: K-9 Mail/Thunderbird/onboarding-welcome
Translation: K-9 Mail/Thunderbird/ui-legacy
2024-01-22 13:39:17 +01:00
Wolf-Martell Montwé
824b94b706
Merge pull request #7532 from thunderbird/move-delete-policy-helper
Move `DeletePolicyHelper` to `:app:common` module
2024-01-22 12:39:13 +00:00
cketti
b020031822 Update detekt baseline 2024-01-19 22:34:17 +01:00
cketti
9543e15346 Extract settings import UI to :feature:settings:import 2024-01-19 22:34:17 +01:00
cketti
3f82b1c415 Move dialog button strings to :app:ui:base 2024-01-19 20:05:10 +01:00
cketti
eff434c95f Move LiveDataExtensions.kt to :app:ui:base 2024-01-19 20:05:10 +01:00
cketti
cc19f13519 Move BundleExtensions.kt to :app:ui:base 2024-01-19 20:05:10 +01:00
cketti
782ee0d8f8
Merge pull request #7533 from weblate/weblate-tb-android-app-strings
Translations update from Hosted Weblate
2024-01-19 20:04:44 +01:00
Hosted Weblate
046abdad16
Update translations (Weblate)
Co-authored-by: AO Localisation Lab <ao@localizationlab.org>
Co-authored-by: Allan Nordhøy <epost@anotheragency.no>
Co-authored-by: AndyRn.t.me <a.urbinati@gmx.com>
Co-authored-by: Damjan Gerl <damjan@damjan.net>
Co-authored-by: Eric <zxmegaxqug@hldrive.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Igor Sorocean <sorocean.igor@gmail.com>
Co-authored-by: Ihfandi <ihfandicahyo@gmail.com>
Co-authored-by: Kazushi Hayama <hosted.weblate.3yoe@1984.pmail.li>
Co-authored-by: Matthaiks <kitynska@gmail.com>
Co-authored-by: Oğuz Ersen <oguz@ersen.moe>
Co-authored-by: Pavel Kotrč <pkotrc@gmail.com>
Co-authored-by: Priit Jõerüüt <hwlate@joeruut.com>
Co-authored-by: Remus-Gabriel Chelu <remusgabriel.chelu@disroot.org>
Co-authored-by: Steve <secure@mail.az>
Co-authored-by: Swyter <swyterzone@gmail.com>
Co-authored-by: Weblate <noreply@weblate.org>
Co-authored-by: Wim Benes <fryskefirefox@gmail.com>
Co-authored-by: Wulfric <tehno.tehnola@gmail.com>
Co-authored-by: bittin1ddc447d824349b2 <bittin@reimu.nl>
Co-authored-by: gallegonovato <fran-carro@hotmail.es>
Co-authored-by: nautilusx <translate@disroot.org>
Co-authored-by: 大王叫我来巡山 <hamburger2048@users.noreply.hosted.weblate.org>
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-common/cs/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-common/de/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-common/es/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-common/et/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-common/fi/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-common/fr/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-common/fy/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-common/it/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-common/ja/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-common/nb_NO/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-common/nl/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-common/pl/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-common/ro/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-common/sl/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-common/sv/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-common/zh_Hans/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-oauth/sl/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-certificate/cs/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-certificate/de/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-certificate/es/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-certificate/et/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-certificate/fr/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-certificate/fy/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-certificate/it/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-certificate/ja/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-certificate/nb_NO/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-certificate/nl/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-certificate/pl/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-certificate/ro/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-certificate/sv/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-certificate/tr/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-settings/fi/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-settings/nb_NO/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-validation/cs/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-validation/de/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-validation/fi/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-validation/nb_NO/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-setup/cs/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-setup/de/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-setup/es/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-setup/et/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-setup/fi/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-setup/fr/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-setup/fy/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-setup/it/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-setup/ja/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-setup/nb_NO/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-setup/nl/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-setup/pl/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-setup/ro/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-setup/sv/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-setup/tr/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-setup/zh_Hans/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-strings/es/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-strings/id/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-strings/ja/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-strings/nb_NO/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-strings/pl/
Translate-URL: https://hosted.weblate.org/projects/tb-android/onboarding-permissions/fi/
Translate-URL: https://hosted.weblate.org/projects/tb-android/onboarding-permissions/pl/
Translate-URL: https://hosted.weblate.org/projects/tb-android/onboarding/fi/
Translation: K-9 Mail/Thunderbird/account-common
Translation: K-9 Mail/Thunderbird/account-oauth
Translation: K-9 Mail/Thunderbird/account-server-certificate
Translation: K-9 Mail/Thunderbird/account-server-settings
Translation: K-9 Mail/Thunderbird/account-server-validation
Translation: K-9 Mail/Thunderbird/account-setup
Translation: K-9 Mail/Thunderbird/onboarding-permissions
Translation: K-9 Mail/Thunderbird/onboarding-welcome
Translation: K-9 Mail/Thunderbird/ui-legacy
2024-01-19 17:56:42 +01:00
Wolf-Martell Montwé
57b35ce6da
Merge pull request #7531 from thunderbird/cleanup-version-catalog
Cleanup version catalog
2024-01-19 16:56:38 +00:00
Wolf-Martell Montwé
a3b997b923
Move DeletePolicyHelper to common module 2024-01-19 17:55:03 +01:00
cketti
f683e2edcd
Merge pull request #7527 from thunderbird/welcome_logo
Reduce number of app icon variants
2024-01-19 17:44:41 +01:00
Wolf-Martell Montwé
487ac87731
Fix badging warning by suppressing it 2024-01-19 16:48:33 +01:00
Wolf-Martell Montwé
7223c0b67a
Sort plugins alphabetically and add android test 2024-01-19 16:48:32 +01:00
Wolf-Martell Montwé
c07cc1f599
Cleanup and sort libs.versions.toml alphabetically 2024-01-19 16:48:32 +01:00
cketti
ebc88088ce
Merge pull request #7528 from thunderbird/owner_name
Prefill "Your name" in display options if possible
2024-01-19 16:07:37 +01:00
cketti
ed91b8e213 Use MainTheme.images.logo in welcome screen 2024-01-19 16:05:59 +01:00
Wolf-Martell Montwé
42fd52d311
Merge pull request #7526 from thunderbird/fix-android-alarm-manager-api-34
Fix AndroidAlarmManager
2024-01-19 12:31:17 +00:00
Wolf-Martell Montwé
ccd7873676
Move tests to app level as they are not working in a library module 2024-01-18 18:01:47 +01:00
cketti
75af1c9975 Prefill "Your name" in display options if possible 2024-01-18 15:54:01 +01:00