0
0
mirror of https://github.com/thunderbird/thunderbird-android.git synced 2024-09-19 19:52:14 +02:00
Commit Graph

79 Commits

Author SHA1 Message Date
Wolf-Martell Montwé
a5d7ee8768
Merge pull request #8149 from thunderbird/thunderbird_signing_build_option
Add property to select which signing key to use for Thunderbird
2024-09-19 08:50:00 +00:00
cketti
7e6b781285 Use release channel value of "nightly" for Thunderbird Daily
See https://bugzilla.mozilla.org/show_bug.cgi?id=1918151
2024-09-18 19:55:54 +02:00
cketti
1f033e56be Add property to select which signing key to use for Thunderbird 2024-09-18 15:16:04 +02:00
cketti
5ed6d8c629 Add Glean SDK 2024-09-12 12:25:16 +02:00
cketti
f839f4468a Reorder dependency block
Place the `dependency` block after the `android.buildTypes` block that creates additional build types so we can reference them without an error.
2024-09-12 12:18:43 +02:00
cketti
d41fd89ced Make release channel name available to the app 2024-09-10 16:21:07 +02:00
cketti
7fae3666e7 Add setting for app telemetry 2024-09-09 19:25:46 +02:00
Wolf-Martell Montwé
e8085d124f
Bump other dependencies
- Http4k 5.29.0.0
- Kotlin KSP 2.0.20-1.0.24 -> 2.0.20-1.0.25
- KotlinX Collections Immutable 0.3.7 -> 0.3.8
- Robolectric 4.12.1 -> 4.13
2024-09-06 19:49:06 +02:00
Wolf-Martell Montwé
8e0de8bf4f
Bump Android dependencies
- Android Desugar 2.1.1 -> 2.1.2
- AndroidX Activity 1.9.1 -> 1.9.2
- AndroidX Fragment 1.8.2 -> 1.8.3
- AndroidX Lifecycle 2.8.4 -> 2.8.5
- AndroidX Navigation 2.7.7 -> 2.8.0
2024-09-06 19:40:19 +02:00
Wolf-Martell Montwé
03cb3b36ae
Bump Jetpack Compose BOM 2024.08.00 -> 2024.09.00 2024-09-06 19:29:20 +02:00
Wolf-Martell Montwé
38a2d3e619
Move FeatureThemeProvider to :core:ui:theme:api module 2024-09-06 15:20:40 +02:00
Wolf-Martell Montwé
d28b0cda2d
Move ThemeProvider to :core:ui:theme:api module 2024-09-06 13:21:34 +02:00
Wolf-Martell Montwé
884ff5359d
Bump dependencies
- Android Desugar 2.0.4 -> 2.1.1
- AndroidX Compose BOM 2024.06.00 -> 2024.08.00
- Kotlin 2.0.10 -> 2.0.20
- KSP 2.0.10-1.0.24 -> 2.0.20-1.0.24
- KotlinX DateTime 0.6.0 -> 0.6.1
2024-09-03 16:01:28 +02:00
cketti
19bfc1bafa
Merge pull request #8068 from wmontwe/dependency-updates
Dependency updates
2024-08-20 18:48:24 +02:00
cketti
1bf643513f
Merge pull request #8067 from wmontwe/fix-tb-app-icons
Fix Thunderbird app icons
2024-08-20 18:13:42 +02:00
cketti
732da25165
Merge pull request #8061 from wmontwe/add-navigation-drawer-feature-flag
Add navigation drawer feature flag
2024-08-20 16:48:17 +02:00
Wolf-Martell Montwé
5a5962d114
Bump AndroidX dependencies
- AndroidX Activity 1.8.2 -> 1.9.1
- AndroidX Annotation 1.8.0 -> 1.8.2
- AndroidX AppCompat 1.6.1 -> 1.7.0
- AndroidX Fragment 1.8.0 -> 1.8.2
- AndroidX Lifecycle 2.7.0 -> 2.8.4
- AndroidX Work 2.9.0 -> 2.9.1
2024-08-16 11:20:21 +02:00
Wolf-Martell Montwé
ea9e7f4909
Bump Kotlin 2.0.0 -> 2.0.10 and KSP 2.0.0-1.0.22 -> 2.0.10-1.0.24 2024-08-16 11:20:21 +02:00
Wolf-Martell Montwé
5fb7c24497
Bump Forkhandles 2.18.0.1 -> 2.20.0.0, Http4k 5.20.0.0 -> 5.27.0.0 and MockitoKotlin 5.3.1 -> 5.4.0 2024-08-16 11:20:20 +02:00
Wolf-Martell Montwé
2068351240
Change to mipmap app icons as the app icon requires gradients 2024-08-14 17:26:16 +02:00
Wolf-Martell Montwé
1727dd2a2d
Add feature flag for Material 3 navigation drawer 2024-08-08 15:40:42 +02:00
Wolf-Martell Montwé
6a3155bcfb
Move theme declaration to app modules 2024-08-08 15:34:37 +02:00
Wolf-Martell Montwé
b8156d93d5
Move feature flags to app modules 2024-08-07 13:48:04 +02:00
Wolf-Martell Montwé
16c3fa89b8
Move FolderNameProvider to :legacy:ui:folder module 2024-08-06 16:32:25 +02:00
Wolf-Martell Montwé
ea8103b53f
Add :legacy:ui:folder module and move FolderIconProvider 2024-08-06 16:27:43 +02:00
Wolf-Martell Montwé
b7a64f2388
Move Account to :legacy:account module 2024-08-05 11:05:52 +02:00
Wolf-Martell Montwé
20f232840b
Add Office365 OAuth config 2024-07-30 18:09:55 +02:00
Wolf-Martell Montwé
741be16680
Add Gmail OAuth configuration 2024-07-30 12:59:56 +02:00
Wolf-Martell Montwé
e7b0654ed3
Add Thunderbird OAuth configuration for AOL and Yahoo 2024-07-30 11:53:45 +02:00
Wolf-Martell Montwé
9255f7aa82
Add upload signing key support 2024-07-29 11:20:33 +02:00
Wolf-Martell Montwé
0cb1c7037a
Add thunderbird signing config 2024-07-29 11:18:53 +02:00
Wolf-Martell Montwé
5dc637aed3
Change package id to net.thunderbird.android 2024-07-29 11:17:58 +02:00
Wolf-Martell Montwé
e8aba06427
Change version names 2024-07-29 11:17:55 +02:00
Wolf-Martell Montwé
4021f2ac78
Add proguard config 2024-07-29 11:15:12 +02:00
Wolf-Martell Montwé
046ef9e339
Change Thunderbird App icons to final version 2024-07-22 12:09:41 +02:00
cketti
e492021cf9 Remove empty/unnecessary translations 2024-07-10 16:30:00 +02:00
Hosted Weblate
69f53b0eb3
Update translations (Weblate)
Co-authored-by: AO Localisation Lab <ao@localizationlab.org>
Co-authored-by: AndyRn.t.me <a.urbinati@gmx.com>
Co-authored-by: Danial Behzadi <dani.behzi@ubuntu.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Jesse205 <2055675594@qq.com>
Co-authored-by: Kazushi Hayama <hosted.weblate.3yoe@1984.pmail.li>
Co-authored-by: Languages add-on <noreply-addon-languages@weblate.org>
Co-authored-by: Matthaiks <kitynska@gmail.com>
Co-authored-by: Michael Sharvit <scepterus.m@gmail.com>
Co-authored-by: Oğuz Ersen <oguz@ersen.moe>
Co-authored-by: Patrick Santa Maria <Patrick.Santa-Maria@laposte.net>
Co-authored-by: Priit Jõerüüt <hwlate@joeruut.com>
Co-authored-by: Sketch6580 <Sketch6580@users.noreply.hosted.weblate.org>
Co-authored-by: Stephan Paternotte <stephan@paternottes.net>
Co-authored-by: Vladi69 <vladimirogalante@yahoo.it>
Co-authored-by: Wim Benes <fryskefirefox@gmail.com>
Co-authored-by: abc0922001 <abc0922001@hotmail.com>
Co-authored-by: cketti <cketti@thunderbird.net>
Co-authored-by: honnip <me@honnip.page>
Co-authored-by: leosky <viper0078484@hotmail.com>
Co-authored-by: lucasmz-dev <git@lucasmz.dev>
Co-authored-by: nautilusx <translate@disroot.org>
Co-authored-by: solokot <solokot@gmail.com>
Co-authored-by: ssantos <ssantos@web.de>
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-common/zh_Hant/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-oauth/ko/
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/nl/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-settings/fr/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-settings/ko/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-settings/zh_Hant/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-validation/zh_Hant/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-setup/fa/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-setup/zh_Hant/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-k9mail/de/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-k9mail/fr/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-k9mail/zh_Hans/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-store-metadata-k9mail/co/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-store-metadata-k9mail/de/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-store-metadata-k9mail/fa/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-store-metadata-k9mail/fr/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-store-metadata-k9mail/fy/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-store-metadata-k9mail/it/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-store-metadata-k9mail/ja/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-store-metadata-k9mail/ko/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-store-metadata-k9mail/nl/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-store-metadata-k9mail/pl/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-store-metadata-k9mail/pt_BR/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-store-metadata-k9mail/tr/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-store-metadata-k9mail/zh_Hans/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-store-metadata-k9mail/zh_Hant/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-strings/co/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-strings/et/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-strings/fa/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-strings/fr/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-strings/fy/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-strings/it/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-strings/ja/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-strings/ko/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-strings/nl/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-strings/pt/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-strings/pt_PT/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-strings/ru/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-strings/zh_Hant/
Translate-URL: https://hosted.weblate.org/projects/tb-android/onboarding-permissions/ko/
Translate-URL: https://hosted.weblate.org/projects/tb-android/onboarding/fa/
Translate-URL: https://hosted.weblate.org/projects/tb-android/onboarding/fr/
Translate-URL: https://hosted.weblate.org/projects/tb-android/onboarding/he/
Translate-URL: https://hosted.weblate.org/projects/tb-android/onboarding/it/
Translate-URL: https://hosted.weblate.org/projects/tb-android/onboarding/zh_Hans/
Translate-URL: https://hosted.weblate.org/projects/tb-android/onboarding/zh_Hant/
Translate-URL: https://hosted.weblate.org/projects/tb-android/settings-import/fa/
Translate-URL: https://hosted.weblate.org/projects/tb-android/settings-import/fr/
Translate-URL: https://hosted.weblate.org/projects/tb-android/settings-import/he/
Translate-URL: https://hosted.weblate.org/projects/tb-android/settings-import/it/
Translate-URL: https://hosted.weblate.org/projects/tb-android/settings-import/ko/
Translate-URL: https://hosted.weblate.org/projects/tb-android/settings-import/zh_Hans/
Translate-URL: https://hosted.weblate.org/projects/tb-android/settings-import/zh_Hant/
Translate-URL: https://hosted.weblate.org/projects/tb-android/widget-message-list/et/
Translate-URL: https://hosted.weblate.org/projects/tb-android/widget-message-list/fa/
Translate-URL: https://hosted.weblate.org/projects/tb-android/widget-message-list/fr/
Translate-URL: https://hosted.weblate.org/projects/tb-android/widget-message-list/fy/
Translate-URL: https://hosted.weblate.org/projects/tb-android/widget-message-list/he/
Translate-URL: https://hosted.weblate.org/projects/tb-android/widget-message-list/it/
Translate-URL: https://hosted.weblate.org/projects/tb-android/widget-message-list/ko/
Translate-URL: https://hosted.weblate.org/projects/tb-android/widget-message-list/nl/
Translate-URL: https://hosted.weblate.org/projects/tb-android/widget-message-list/ru/
Translate-URL: https://hosted.weblate.org/projects/tb-android/widget-message-list/zh_Hant/
Translate-URL: https://hosted.weblate.org/projects/tb-android/widget-shortcut/et/
Translate-URL: https://hosted.weblate.org/projects/tb-android/widget-shortcut/fa/
Translate-URL: https://hosted.weblate.org/projects/tb-android/widget-shortcut/fr/
Translate-URL: https://hosted.weblate.org/projects/tb-android/widget-shortcut/fy/
Translate-URL: https://hosted.weblate.org/projects/tb-android/widget-shortcut/he/
Translate-URL: https://hosted.weblate.org/projects/tb-android/widget-shortcut/it/
Translate-URL: https://hosted.weblate.org/projects/tb-android/widget-shortcut/ko/
Translate-URL: https://hosted.weblate.org/projects/tb-android/widget-shortcut/nl/
Translate-URL: https://hosted.weblate.org/projects/tb-android/widget-shortcut/ru/
Translate-URL: https://hosted.weblate.org/projects/tb-android/widget-shortcut/zh_Hant/
Translate-URL: https://hosted.weblate.org/projects/tb-android/widget-unread/de/
Translate-URL: https://hosted.weblate.org/projects/tb-android/widget-unread/et/
Translate-URL: https://hosted.weblate.org/projects/tb-android/widget-unread/fa/
Translate-URL: https://hosted.weblate.org/projects/tb-android/widget-unread/fr/
Translate-URL: https://hosted.weblate.org/projects/tb-android/widget-unread/fy/
Translate-URL: https://hosted.weblate.org/projects/tb-android/widget-unread/he/
Translate-URL: https://hosted.weblate.org/projects/tb-android/widget-unread/it/
Translate-URL: https://hosted.weblate.org/projects/tb-android/widget-unread/ko/
Translate-URL: https://hosted.weblate.org/projects/tb-android/widget-unread/nl/
Translate-URL: https://hosted.weblate.org/projects/tb-android/widget-unread/ru/
Translate-URL: https://hosted.weblate.org/projects/tb-android/widget-unread/zh_Hans/
Translate-URL: https://hosted.weblate.org/projects/tb-android/widget-unread/zh_Hant/
Translation: K-9 Mail/Thunderbird/App Store Metadata (K-9 Mail)
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/app-k9mail
Translation: K-9 Mail/Thunderbird/onboarding-permissions
Translation: K-9 Mail/Thunderbird/onboarding-welcome
Translation: K-9 Mail/Thunderbird/settings-import
Translation: K-9 Mail/Thunderbird/ui-legacy
Translation: K-9 Mail/Thunderbird/widget-message-list
Translation: K-9 Mail/Thunderbird/widget-shortcut
Translation: K-9 Mail/Thunderbird/widget-unread
2024-07-10 12:37:50 +00:00
Wolf-Martell Montwé
9541a79cfe
Rename app module to legacy 2024-07-02 14:27:23 +02:00
Wolf-Martell Montwé
87be1ad068
Update release badging 2024-07-02 13:42:54 +02:00
Wolf-Martell Montwé
2492aa49bf
Add app-common module 2024-07-02 13:42:54 +02:00
Wolf-Martell Montwé
1199ca60ee
Reformat xml with new rules 2024-06-28 17:58:03 +02:00
Hosted Weblate
d8b1ff4bb7
Update translations (Weblate)
Co-authored-by: AndyRn.t.me <a.urbinati@gmx.com>
Co-authored-by: Danial Behzadi <dani.behzi@ubuntu.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Jesse205 <2055675594@qq.com>
Co-authored-by: Kazushi Hayama <hosted.weblate.3yoe@1984.pmail.li>
Co-authored-by: Languages add-on <noreply-addon-languages@weblate.org>
Co-authored-by: Matthaiks <kitynska@gmail.com>
Co-authored-by: Patrick Santa Maria <Patrick.Santa-Maria@laposte.net>
Co-authored-by: Sketch6580 <Sketch6580@users.noreply.hosted.weblate.org>
Co-authored-by: Stephan Paternotte <stephan@paternottes.net>
Co-authored-by: abc0922001 <abc0922001@hotmail.com>
Co-authored-by: cketti <cketti@thunderbird.net>
Co-authored-by: honnip <me@honnip.page>
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-common/zh_Hant/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-oauth/ko/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-settings/ko/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-k9mail/zh_Hans/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-store-metadata-k9mail/co/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-store-metadata-k9mail/it/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-store-metadata-k9mail/ja/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-store-metadata-k9mail/nl/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-store-metadata-k9mail/pl/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-store-metadata-k9mail/zh_Hans/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-store-metadata-k9mail/zh_Hant/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-strings/fa/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-strings/it/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-strings/nl/
Translate-URL: https://hosted.weblate.org/projects/tb-android/onboarding/it/
Translate-URL: https://hosted.weblate.org/projects/tb-android/onboarding/zh_Hans/
Translate-URL: https://hosted.weblate.org/projects/tb-android/settings-import/zh_Hans/
Translate-URL: https://hosted.weblate.org/projects/tb-android/widget-message-list/it/
Translate-URL: https://hosted.weblate.org/projects/tb-android/widget-message-list/nl/
Translate-URL: https://hosted.weblate.org/projects/tb-android/widget-shortcut/it/
Translate-URL: https://hosted.weblate.org/projects/tb-android/widget-shortcut/ko/
Translate-URL: https://hosted.weblate.org/projects/tb-android/widget-shortcut/nl/
Translate-URL: https://hosted.weblate.org/projects/tb-android/widget-unread/it/
Translate-URL: https://hosted.weblate.org/projects/tb-android/widget-unread/nl/
Translate-URL: https://hosted.weblate.org/projects/tb-android/widget-unread/zh_Hans/
Translation: K-9 Mail/Thunderbird/App Store Metadata (K-9 Mail)
Translation: K-9 Mail/Thunderbird/account-common
Translation: K-9 Mail/Thunderbird/account-oauth
Translation: K-9 Mail/Thunderbird/account-server-settings
Translation: K-9 Mail/Thunderbird/app-k9mail
Translation: K-9 Mail/Thunderbird/onboarding-welcome
Translation: K-9 Mail/Thunderbird/settings-import
Translation: K-9 Mail/Thunderbird/ui-legacy
Translation: K-9 Mail/Thunderbird/widget-message-list
Translation: K-9 Mail/Thunderbird/widget-shortcut
Translation: K-9 Mail/Thunderbird/widget-unread
2024-06-28 14:01:35 +02:00
Wolf-Martell Montwé
e43ac068c5
Change app_name resource name 2024-06-26 17:25:56 +02:00
Hosted Weblate
cc98df6a87
Update translations (Weblate)
Co-authored-by: Hosted Weblate <hosted@weblate.org>
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: Patrick Santa Maria <Patrick.Santa-Maria@laposte.net>
Co-authored-by: Sketch6580 <Sketch6580@users.noreply.hosted.weblate.org>
Co-authored-by: Wim Benes <fryskefirefox@gmail.com>
Co-authored-by: cas9 <cas9@users.noreply.hosted.weblate.org>
Co-authored-by: honnip <me@honnip.page>
Co-authored-by: jun <jtrobin@daum.net>
Co-authored-by: lucasmz-dev <git@lucasmz.dev>
Co-authored-by: nautilusx <translate@disroot.org>
Co-authored-by: ngocanhtve <ngocanh.tve@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-certificate/ko/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-settings/ko/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-setup/co/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-store-metadata-k9mail/co/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-store-metadata-k9mail/de/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-store-metadata-k9mail/fy/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-store-metadata-k9mail/ko/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-store-metadata-k9mail/nl/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-store-metadata-k9mail/pl/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-store-metadata-k9mail/pt_BR/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-store-metadata-k9mail/tr/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-store-metadata-k9mail/zh_Hans/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-strings/co/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-strings/fy/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-strings/it/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-strings/ko/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-strings/nl/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-strings/vi/
Translate-URL: https://hosted.weblate.org/projects/tb-android/onboarding-permissions/ko/
Translate-URL: https://hosted.weblate.org/projects/tb-android/onboarding/ja/
Translate-URL: https://hosted.weblate.org/projects/tb-android/onboarding/ko/
Translate-URL: https://hosted.weblate.org/projects/tb-android/settings-import/ko/
Translate-URL: https://hosted.weblate.org/projects/tb-android/widget-message-list/fy/
Translate-URL: https://hosted.weblate.org/projects/tb-android/widget-message-list/nl/
Translate-URL: https://hosted.weblate.org/projects/tb-android/widget-shortcut/pt_BR/
Translate-URL: https://hosted.weblate.org/projects/tb-android/widget-unread/co/
Translation: K-9 Mail/Thunderbird/App Store Metadata (K-9 Mail)
Translation: K-9 Mail/Thunderbird/account-server-certificate
Translation: K-9 Mail/Thunderbird/account-server-settings
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/settings-import
Translation: K-9 Mail/Thunderbird/ui-legacy
Translation: K-9 Mail/Thunderbird/widget-message-list
Translation: K-9 Mail/Thunderbird/widget-shortcut
Translation: K-9 Mail/Thunderbird/widget-unread

Translated using Weblate (Portuguese (Brazil))

Currently translated at 46.1% (6 of 13 strings)

Translation: K-9 Mail/Thunderbird/App Store Metadata (K-9 Mail)
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-store-metadata-k9mail/pt_BR/

Translated using Weblate (Polish)

Currently translated at 100.0% (1 of 1 strings)

Translation: K-9 Mail/Thunderbird/widget-shortcut
Translate-URL: https://hosted.weblate.org/projects/tb-android/widget-shortcut/pl/

Added translation using Weblate (Gaelic)

Added translation using Weblate (Galician)

Added translation using Weblate (Turkish)

Added translation using Weblate (Latvian)

Added translation using Weblate (Lithuanian)

Added translation using Weblate (Tamil)

Added translation using Weblate (German)

Added translation using Weblate (Danish)

Added translation using Weblate (Greek)

Added translation using Weblate (Esperanto)

Added translation using Weblate (Basque)

Added translation using Weblate (Estonian)

Added translation using Weblate (Russian)

Added translation using Weblate (Romanian)

Added translation using Weblate (Belarusian)

Added translation using Weblate (Bulgarian)

Added translation using Weblate (Ukrainian)

Added translation using Weblate (Breton)

Added translation using Weblate (Bosnian)

Added translation using Weblate (Japanese)

Added translation using Weblate (Catalan)

Added translation using Weblate (Welsh)

Added translation using Weblate (Czech)

Added translation using Weblate (Vietnamese)

Added translation using Weblate (Icelandic)

Added translation using Weblate (English (United Kingdom))

Added translation using Weblate (Armenian)

Added translation using Weblate (Croatian)

Added translation using Weblate (Hungarian)

Added translation using Weblate (Hindi)

Added translation using Weblate (Hebrew)

Added translation using Weblate (Malayalam)

Added translation using Weblate (Italian)

Added translation using Weblate (Arabic)

Added translation using Weblate (Azerbaijani)

Added translation using Weblate (Indonesian)

Added translation using Weblate (Dutch)

Added translation using Weblate (Norwegian Nynorsk)

Added translation using Weblate (Spanish)

Added translation using Weblate (French)

Added translation using Weblate (Frisian)

Added translation using Weblate (Swedish)

Added translation using Weblate (Persian)

Added translation using Weblate (Finnish)

Added translation using Weblate (Georgian)

Added translation using Weblate (Serbian)

Added translation using Weblate (Albanian)

Added translation using Weblate (Korean)

Added translation using Weblate (Slovak)

Added translation using Weblate (Slovenian)

Added translation using Weblate (Portuguese (Portugal))

Added translation using Weblate (Chinese (Traditional))

Added translation using Weblate (Chinese (Simplified))

Added translation using Weblate (Corsican)

Added translation using Weblate (Norwegian Bokmål)

Added translation using Weblate (English (Middle))

Added translation using Weblate (Portuguese)

Added translation using Weblate (Portuguese)

Added translation using Weblate (Portuguese)

Added translation using Weblate (Portuguese)

Added translation using Weblate (Portuguese)

Added translation using Weblate (Portuguese)

Added translation using Weblate (Portuguese)

Added translation using Weblate (Portuguese)

Added translation using Weblate (Portuguese)

Added translation using Weblate (Portuguese)

Added translation using Weblate (Portuguese)

Added translation using Weblate (Portuguese)

Added translation using Weblate (Portuguese)

Added translation using Weblate (Portuguese)

Added translation using Weblate (Gaelic)

Added translation using Weblate (Portuguese)

Added translation using Weblate (Galician)

Added translation using Weblate (Portuguese)

Added translation using Weblate (Latvian)

Added translation using Weblate (Portuguese)

Added translation using Weblate (Lithuanian)

Added translation using Weblate (Tamil)

Added translation using Weblate (Portuguese (Brazil))

Added translation using Weblate (Danish)

Added translation using Weblate (Greek)

Added translation using Weblate (Esperanto)
2024-06-26 15:27:12 +02:00
Wolf-Martell Montwé
f54ced3b14
Remove K-9 from message list widget label 2024-06-26 12:50:49 +02:00
Wolf-Martell Montwé
319e2ddc34
Move LauncherShortcut to feature module 2024-06-24 15:00:53 +02:00
Wolf-Martell Montwé
b0e55f9dc1
Merge pull request #7961 from thunderbird/move-message-list-widget-to-feature-module
Move message list widget to feature module
2024-06-20 16:36:21 +00:00
Wolf-Martell Montwé
23943cba55
Change unread widget to use a config similar to message list widget 2024-06-20 17:51:10 +02:00
Wolf-Martell Montwé
7c7c2223ec
Move widget provider to apps 2024-06-20 17:51:09 +02:00
cketti
55dc51d82c Switch to AndroidFragment from androidx.fragment:fragment-compose 2024-06-19 18:44:32 +02:00