cketti
|
11e2e34595
|
Merge pull request #7789 from thunderbird/catch_ForegroundServiceStartNotAllowedException
Ignore `ForegroundServiceStartNotAllowedException`
|
2024-04-30 11:52:30 +02:00 |
|
Wolf-Martell Montwé
|
2fa5f9e5ed
|
Change message compose styles
|
2024-04-29 18:02:18 +02:00 |
|
Wolf-Martell Montwé
|
4ff475261b
|
Remove MessageList special SystemBar and Toolbar handling
|
2024-04-29 18:02:16 +02:00 |
|
Wolf-Martell Montwé
|
a94b10014f
|
Change Toolbar to use surfaceContainer
The drawer is not drawn behind the status bar anymore, we need a design decision if it's needed.
|
2024-04-29 18:01:49 +02:00 |
|
Wolf-Martell Montwé
|
fafb40df20
|
Change status and navigation bar colors to surfaceContainer
|
2024-04-29 17:18:08 +02:00 |
|
Wolf-Martell Montwé
|
35d1b45538
|
Change K9 tonal palette to new color values
|
2024-04-29 12:51:26 +02:00 |
|
cketti
|
9401de2580
|
Ignore ForegroundServiceStartNotAllowedException …
…when `PushService` is automatically restarted by the system.
|
2024-04-25 19:03:37 +02:00 |
|
cketti
|
ce1ea7324f
|
Notify PushServiceManager about PushService 's started state
|
2024-04-25 16:35:42 +02:00 |
|
cketti
|
02b1940bac
|
Move UnreadWidgetDataProviderTest to :app:common
|
2024-04-25 15:21:48 +02:00 |
|
Wolf-Martell Montwé
|
6bc1633897
|
Merge pull request #7779 from thunderbird/add-skeleton-thunderbird-app
Add skeleton Thunderbird app
|
2024-04-25 12:49:32 +00:00 |
|
Wolf-Martell Montwé
|
5d24a61de0
|
Add app-thunderbird module
|
2024-04-25 12:05:56 +02:00 |
|
cketti
|
96955b0f4b
|
Merge pull request #7780 from thunderbird/foreground_service_immediate
Don't delay showing the notification for the Push foreground service
|
2024-04-25 12:04:07 +02:00 |
|
cketti
|
da55d7d7c1
|
Merge pull request #7776 from thunderbird/LocalDeleteOperationDecider
Extract decision whether to immediately delete a message to `LocalDeleteOperationDecider`
|
2024-04-25 12:03:51 +02:00 |
|
cketti
|
9194190fa9
|
Don't delay showing the notification for the Push foreground service
|
2024-04-24 11:46:34 +02:00 |
|
cketti
|
041330ae1f
|
Merge pull request #7766 from thunderbird/settings_import_refactor2
Refactor `SettingsImporter` [2/x]
|
2024-04-23 17:06:20 +02:00 |
|
cketti
|
44f3707462
|
Extract decision whether to immediately delete a message to LocalDeleteOperationDecider
|
2024-04-23 16:40:15 +02:00 |
|
cketti
|
bef7bd1d19
|
Fix Context.registerReceiver() calls to specify export behavior
|
2024-04-22 18:20:23 +02:00 |
|
cketti
|
6ac311b504
|
Ignore detekt errors for SettingsImporter
|
2024-04-19 19:04:18 +02:00 |
|
cketti
|
dfe29f0382
|
Change SettingsImporter to use constructor for dependency injection
|
2024-04-19 19:03:55 +02:00 |
|
cketti
|
9ce8a94bb5
|
Remove unused functionality from SettingsImporter
|
2024-04-19 17:54:53 +02:00 |
|
cketti
|
7a71129b62
|
Minor code cleanup
|
2024-04-19 17:53:05 +02:00 |
|
cketti
|
90d6a6fc95
|
Convert SettingsImporter to Kotlin
|
2024-04-19 16:27:28 +02:00 |
|
cketti
|
1bc44bd51a
|
Rename .java to .kt
|
2024-04-19 15:31:12 +02:00 |
|
cketti
|
02d09996b4
|
Merge pull request #7747 from thunderbird/settings_import_refactor1
Refactor `SettingsImporter` [1/x]
|
2024-04-17 11:29:16 +02:00 |
|
cketti
|
65d274eaf9
|
Merge pull request #7742 from thunderbird/activities_from_background
Add support for background activity start mode (Android 14)
|
2024-04-16 15:48:43 +02:00 |
|
cketti
|
3a9947b2c5
|
Refactor SettingsFileParser
|
2024-04-16 15:27:48 +02:00 |
|
cketti
|
123a2aa98f
|
Convert SettingsFileParser to Kotlin
|
2024-04-16 15:26:54 +02:00 |
|
cketti
|
1c5b4674e4
|
Rename .java to .kt
|
2024-04-16 15:14:58 +02:00 |
|
cketti
|
1c4925b05d
|
Add support for background activity start mode
See https://developer.android.com/about/versions/14/behavior-changes-14#background-activity-restrictions
|
2024-04-16 12:44:01 +02:00 |
|
cketti
|
62fbfa0102
|
Remove unused code
|
2024-04-16 12:44:01 +02:00 |
|
cketti
|
5936cd2749
|
Remove custom startIntentSenderForResult() mechanism
We can use the activity result dispatch mechanism of `FragmentActivity` instead.
|
2024-04-16 12:44:01 +02:00 |
|
cketti
|
c98d1ed40c
|
Merge pull request #7743 from thunderbird/foreground_service_type_permission
Add `FOREGROUND_SERVICE_DATA_SYNC` permission to manifest
|
2024-04-11 11:28:39 +02:00 |
|
cketti
|
ca9fa1527d
|
Extract parsing code from SettingsImporter
|
2024-04-06 18:55:30 +02:00 |
|
cketti
|
5a4e576d79
|
Extract data holder classes from SettingsImporter
|
2024-04-06 15:12:43 +02:00 |
|
cketti
|
81d7e45ab9
|
Merge branch '6.8-MAINT'
|
2024-04-05 20:14:59 +02:00 |
|
cketti
|
5f7f46b4b8
|
Version 6.802
|
2024-04-05 19:37:26 +02:00 |
|
cketti
|
a2e38c5a5f
|
Add Hebrew translation to release
|
2024-04-05 19:23:17 +02:00 |
|
Hosted Weblate
|
36aaad35ee
|
Update translations (Weblate)
Co-authored-by: AndyRn.t.me <a.urbinati@gmx.com>
Co-authored-by: Axus Wizix <axus.wizix@mail.ru>
Co-authored-by: Besnik Bleta <besnik@programeshqip.org>
Co-authored-by: Dimitris Aspetakis <dimitrisgaspetakis77@gmail.com>
Co-authored-by: Ervin Skendaj <eskendaj4@gmail.com>
Co-authored-by: Felix Baumann <felix.bau@gmx.de>
Co-authored-by: Frederico Gonçalves Guimarães <weblate@teia.bio.br>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Igor Sorocean <sorocean.igor@gmail.com>
Co-authored-by: Jiri Grönroos <jiri.gronroos@iki.fi>
Co-authored-by: Kazushi Hayama <hosted.weblate.3yoe@1984.pmail.li>
Co-authored-by: Matthaiks <kitynska@gmail.com>
Co-authored-by: Olawenah <adriabrucortes@gmail.com>
Co-authored-by: Oğuz Ersen <oguz@ersen.moe>
Co-authored-by: Priit Jõerüüt <hwlate@joeruut.com>
Co-authored-by: Sketch6580 <sky@openmbox.net>
Co-authored-by: Thanh <pancakes21f@gmail.com>
Co-authored-by: Vladi69 <vladimirogalante@yahoo.it>
Co-authored-by: Wim Benes <fryskefirefox@gmail.com>
Co-authored-by: bittin1ddc447d824349b2 <bittin@reimu.nl>
Co-authored-by: gallegonovato <fran-carro@hotmail.es>
Co-authored-by: ginger-co <ginger_co@outlook.com>
Co-authored-by: jun <jtrobin@daum.net>
Co-authored-by: kuriokurio <kuriokurio@proton.me>
Co-authored-by: nautilusx <translate@disroot.org>
Co-authored-by: orangepizza <abnoeh@mail.com>
Co-authored-by: phlostically <phlostically@mailinator.com>
Co-authored-by: solokot <solokot@gmail.com>
Co-authored-by: yueyinqiu <yueyinqiu@outlook.com>
Co-authored-by: 大王叫我来巡山 <hamburger2048@users.noreply.hosted.weblate.org>
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-common/ca/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-common/eo/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-common/he/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-oauth/eo/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-oauth/he/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-oauth/ro/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-certificate/ca/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-certificate/el/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-certificate/eo/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-certificate/fi/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-certificate/he/
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/ko/
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/ru/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-settings/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-settings/ca/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-settings/de/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-settings/eo/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-settings/es/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-settings/et/
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/fy/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-settings/he/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-settings/it/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-settings/ja/
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/nl/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-settings/pl/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-settings/ro/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-settings/ru/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-settings/sq/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-settings/sv/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-settings/tr/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-settings/zh_Hans/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-validation/ca/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-validation/eo/
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/he/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-validation/ko/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-setup/ca/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-setup/eo/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-setup/fi/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-setup/he/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-setup/ro/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-setup/ru/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-setup/sq/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-setup/vi/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-strings/ca/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-strings/de/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-strings/es/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-strings/et/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-strings/fy/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-strings/gl/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-strings/he/
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/pl/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-strings/pt_BR/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-strings/ro/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-strings/ru/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-strings/sq/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-strings/sv/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-strings/tr/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-strings/vi/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-strings/zh_Hans/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-ui-base/it/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-ui-base/sq/
Translate-URL: https://hosted.weblate.org/projects/tb-android/designsystem/eo/
Translate-URL: https://hosted.weblate.org/projects/tb-android/designsystem/he/
Translate-URL: https://hosted.weblate.org/projects/tb-android/designsystem/ko/
Translate-URL: https://hosted.weblate.org/projects/tb-android/onboarding-permissions/eo/
Translate-URL: https://hosted.weblate.org/projects/tb-android/onboarding-permissions/he/
Translate-URL: https://hosted.weblate.org/projects/tb-android/onboarding/he/
Translate-URL: https://hosted.weblate.org/projects/tb-android/onboarding/ro/
Translate-URL: https://hosted.weblate.org/projects/tb-android/settings-import/ca/
Translate-URL: https://hosted.weblate.org/projects/tb-android/settings-import/gl/
Translate-URL: https://hosted.weblate.org/projects/tb-android/settings-import/he/
Translate-URL: https://hosted.weblate.org/projects/tb-android/settings-import/ro/
Translate-URL: https://hosted.weblate.org/projects/tb-android/settings-import/sq/
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-ui-base
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/settings-import
Translation: K-9 Mail/Thunderbird/ui-legacy
|
2024-04-05 19:14:05 +02:00 |
|
Hosted Weblate
|
962a51aea5
|
Update translations (Weblate)
Co-authored-by: AndyRn.t.me <a.urbinati@gmx.com>
Co-authored-by: Axus Wizix <axus.wizix@mail.ru>
Co-authored-by: Besnik Bleta <besnik@programeshqip.org>
Co-authored-by: Dimitris Aspetakis <dimitrisgaspetakis77@gmail.com>
Co-authored-by: Ervin Skendaj <eskendaj4@gmail.com>
Co-authored-by: Felix Baumann <felix.bau@gmx.de>
Co-authored-by: Frederico Gonçalves Guimarães <weblate@teia.bio.br>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Igor Sorocean <sorocean.igor@gmail.com>
Co-authored-by: Jiri Grönroos <jiri.gronroos@iki.fi>
Co-authored-by: Kazushi Hayama <hosted.weblate.3yoe@1984.pmail.li>
Co-authored-by: Matthaiks <kitynska@gmail.com>
Co-authored-by: Olawenah <adriabrucortes@gmail.com>
Co-authored-by: Oğuz Ersen <oguz@ersen.moe>
Co-authored-by: Priit Jõerüüt <hwlate@joeruut.com>
Co-authored-by: Sketch6580 <sky@openmbox.net>
Co-authored-by: Thanh <pancakes21f@gmail.com>
Co-authored-by: Vladi69 <vladimirogalante@yahoo.it>
Co-authored-by: Wim Benes <fryskefirefox@gmail.com>
Co-authored-by: bittin1ddc447d824349b2 <bittin@reimu.nl>
Co-authored-by: gallegonovato <fran-carro@hotmail.es>
Co-authored-by: ginger-co <ginger_co@outlook.com>
Co-authored-by: jun <jtrobin@daum.net>
Co-authored-by: kuriokurio <kuriokurio@proton.me>
Co-authored-by: nautilusx <translate@disroot.org>
Co-authored-by: orangepizza <abnoeh@mail.com>
Co-authored-by: phlostically <phlostically@mailinator.com>
Co-authored-by: solokot <solokot@gmail.com>
Co-authored-by: yueyinqiu <yueyinqiu@outlook.com>
Co-authored-by: 大王叫我来巡山 <hamburger2048@users.noreply.hosted.weblate.org>
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-common/ca/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-common/eo/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-common/he/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-oauth/eo/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-oauth/he/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-oauth/ro/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-certificate/ca/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-certificate/el/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-certificate/eo/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-certificate/fi/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-certificate/he/
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/ko/
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/ru/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-settings/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-settings/ca/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-settings/de/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-settings/eo/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-settings/es/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-settings/et/
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/fy/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-settings/he/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-settings/it/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-settings/ja/
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/nl/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-settings/pl/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-settings/ro/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-settings/ru/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-settings/sq/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-settings/sv/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-settings/tr/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-settings/zh_Hans/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-validation/ca/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-validation/eo/
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/he/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-validation/ko/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-setup/ca/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-setup/eo/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-setup/fi/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-setup/he/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-setup/ro/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-setup/ru/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-setup/sq/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-setup/vi/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-strings/ca/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-strings/de/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-strings/es/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-strings/et/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-strings/fy/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-strings/gl/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-strings/he/
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/pl/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-strings/pt_BR/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-strings/ro/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-strings/ru/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-strings/sq/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-strings/sv/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-strings/tr/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-strings/vi/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-strings/zh_Hans/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-ui-base/it/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-ui-base/sq/
Translate-URL: https://hosted.weblate.org/projects/tb-android/designsystem/eo/
Translate-URL: https://hosted.weblate.org/projects/tb-android/designsystem/he/
Translate-URL: https://hosted.weblate.org/projects/tb-android/designsystem/ko/
Translate-URL: https://hosted.weblate.org/projects/tb-android/onboarding-permissions/eo/
Translate-URL: https://hosted.weblate.org/projects/tb-android/onboarding-permissions/he/
Translate-URL: https://hosted.weblate.org/projects/tb-android/onboarding/he/
Translate-URL: https://hosted.weblate.org/projects/tb-android/onboarding/ro/
Translate-URL: https://hosted.weblate.org/projects/tb-android/settings-import/ca/
Translate-URL: https://hosted.weblate.org/projects/tb-android/settings-import/gl/
Translate-URL: https://hosted.weblate.org/projects/tb-android/settings-import/he/
Translate-URL: https://hosted.weblate.org/projects/tb-android/settings-import/ro/
Translate-URL: https://hosted.weblate.org/projects/tb-android/settings-import/sq/
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-ui-base
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/settings-import
Translation: K-9 Mail/Thunderbird/ui-legacy
|
2024-04-04 10:02:11 +02:00 |
|
cketti
|
8baed8b7a6
|
Add FOREGROUND_SERVICE_DATA_SYNC permission to manifest
|
2024-04-03 15:42:09 +02:00 |
|
cketti
|
15de271a5c
|
Merge branch '6.8-MAINT'
|
2024-03-27 13:38:24 +01:00 |
|
cketti
|
1414dde598
|
Merge pull request #7729 from thunderbird/missing_alarm_permission
Notify user if permission to schedule exact alarms is missing
|
2024-03-27 13:29:05 +01:00 |
|
cketti
|
423f7553a7
|
Remove now unnecessary code to check if exact alarms can be scheduled
|
2024-03-27 12:54:44 +01:00 |
|
cketti
|
73ae228f70
|
Notify user if permission to schedule exact alarms is missing
|
2024-03-27 12:54:44 +01:00 |
|
cketti
|
3439662446
|
Add ImapStoreConfig.isExpungeImmediately()
|
2024-03-15 16:37:56 +01:00 |
|
Wolf-Martell Montwé
|
d0938f463a
|
Fix color to match tone-based Surfaces in Material 3
|
2024-03-12 11:44:15 +01:00 |
|
cketti
|
45d79a9a16
|
Merge branch '6.8-MAINT'
|
2024-03-11 14:12:59 +01:00 |
|
cketti
|
2c2568dcf4
|
Version 6.801
|
2024-03-11 13:42:02 +01:00 |
|
Hosted Weblate
|
0463c0901d
|
Update translations (Weblate)
Co-authored-by: Alexander Gabilondo <alexgabi@openmailbox.org>
Co-authored-by: Alfonso624 <jassgali@hotmail.com>
Co-authored-by: AndyRn.t.me <a.urbinati@gmx.com>
Co-authored-by: Besnik Bleta <besnik@programeshqip.org>
Co-authored-by: Danial Behzadi <dani.behzi@ubuntu.com>
Co-authored-by: Felipe Silva <hey@felipeqq2.rocks>
Co-authored-by: Femini <Olpi@users.noreply.hosted.weblate.org>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Igor Sorocean <sorocean.igor@gmail.com>
Co-authored-by: Kazushi Hayama <hosted.weblate.3yoe@1984.pmail.li>
Co-authored-by: Kryštof Černý <cleverline1mc@gmail.com>
Co-authored-by: Matthaiks <kitynska@gmail.com>
Co-authored-by: Michael <theundertaker666@gmail.com>
Co-authored-by: Reza Zarchi <r.zarchi@arissystem.com>
Co-authored-by: Rimas Kudelis <rimas@kudelis.lt>
Co-authored-by: Seek Chang Yeong <cyseek.90@gmail.com>
Co-authored-by: Sveinn í Felli <sv1@fellsnet.is>
Co-authored-by: Temuri Doghonadze <temuri.doghonadze@gmail.com>
Co-authored-by: b-pfl <bastian@hcilab.org>
Co-authored-by: cketti <cketti@thunderbird.net>
Co-authored-by: nautilusx <translate@disroot.org>
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-common/eu/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-common/fa/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-common/he/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-common/lt/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-common/pt_BR/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-oauth/lt/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-certificate/eu/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-certificate/fa/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-certificate/lt/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-certificate/pt_BR/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-certificate/sq/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-settings/lt/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-settings/pt_BR/
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/eu/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-validation/fa/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-validation/he/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-validation/is/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-validation/lt/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-validation/pt_BR/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-validation/ro/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-validation/sq/
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/eu/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-setup/fa/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-setup/is/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-setup/it/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-setup/lt/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-setup/pt_BR/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-setup/ro/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-setup/sq/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-strings/az/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-strings/de/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-strings/gl/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-strings/ja/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-strings/ka/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-strings/lt/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-strings/pl/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-strings/zh_Hans/
Translate-URL: https://hosted.weblate.org/projects/tb-android/designsystem/lt/
Translate-URL: https://hosted.weblate.org/projects/tb-android/onboarding-permissions/lt/
Translate-URL: https://hosted.weblate.org/projects/tb-android/onboarding/en_GB/
Translate-URL: https://hosted.weblate.org/projects/tb-android/onboarding/he/
Translate-URL: https://hosted.weblate.org/projects/tb-android/onboarding/lt/
Translate-URL: https://hosted.weblate.org/projects/tb-android/settings-import/it/
Translate-URL: https://hosted.weblate.org/projects/tb-android/settings-import/lt/
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/designsystem
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
|
2024-03-11 13:15:40 +01:00 |
|
Hosted Weblate
|
00d89dbbd7
|
Update translations (Weblate)
Co-authored-by: Alexander Gabilondo <alexgabi@openmailbox.org>
Co-authored-by: Alfonso624 <jassgali@hotmail.com>
Co-authored-by: AndyRn.t.me <a.urbinati@gmx.com>
Co-authored-by: Besnik Bleta <besnik@programeshqip.org>
Co-authored-by: Danial Behzadi <dani.behzi@ubuntu.com>
Co-authored-by: Felipe Silva <hey@felipeqq2.rocks>
Co-authored-by: Femini <Olpi@users.noreply.hosted.weblate.org>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Igor Sorocean <sorocean.igor@gmail.com>
Co-authored-by: Kazushi Hayama <hosted.weblate.3yoe@1984.pmail.li>
Co-authored-by: Kryštof Černý <cleverline1mc@gmail.com>
Co-authored-by: Matthaiks <kitynska@gmail.com>
Co-authored-by: Michael <theundertaker666@gmail.com>
Co-authored-by: Reza Zarchi <r.zarchi@arissystem.com>
Co-authored-by: Rimas Kudelis <rimas@kudelis.lt>
Co-authored-by: Seek Chang Yeong <cyseek.90@gmail.com>
Co-authored-by: Sveinn í Felli <sv1@fellsnet.is>
Co-authored-by: Temuri Doghonadze <temuri.doghonadze@gmail.com>
Co-authored-by: b-pfl <bastian@hcilab.org>
Co-authored-by: cketti <cketti@thunderbird.net>
Co-authored-by: nautilusx <translate@disroot.org>
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-common/eu/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-common/fa/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-common/he/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-common/lt/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-common/pt_BR/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-oauth/lt/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-certificate/eu/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-certificate/fa/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-certificate/lt/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-certificate/pt_BR/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-certificate/sq/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-settings/lt/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-settings/pt_BR/
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/eu/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-validation/fa/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-validation/he/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-validation/is/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-validation/lt/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-validation/pt_BR/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-validation/ro/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-server-validation/sq/
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/eu/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-setup/fa/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-setup/is/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-setup/it/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-setup/lt/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-setup/pt_BR/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-setup/ro/
Translate-URL: https://hosted.weblate.org/projects/tb-android/account-setup/sq/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-strings/az/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-strings/de/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-strings/gl/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-strings/ja/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-strings/ka/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-strings/lt/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-strings/pl/
Translate-URL: https://hosted.weblate.org/projects/tb-android/app-strings/zh_Hans/
Translate-URL: https://hosted.weblate.org/projects/tb-android/designsystem/lt/
Translate-URL: https://hosted.weblate.org/projects/tb-android/onboarding-permissions/lt/
Translate-URL: https://hosted.weblate.org/projects/tb-android/onboarding/en_GB/
Translate-URL: https://hosted.weblate.org/projects/tb-android/onboarding/he/
Translate-URL: https://hosted.weblate.org/projects/tb-android/onboarding/lt/
Translate-URL: https://hosted.weblate.org/projects/tb-android/settings-import/it/
Translate-URL: https://hosted.weblate.org/projects/tb-android/settings-import/lt/
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/designsystem
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
|
2024-03-07 20:47:12 +01:00 |
|