From 1a8409aed3eeebbe7a85b85825cb990354ada144 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 22:43:58 +0000 Subject: [PATCH] Release: Thunderbird 8.2 --- .../net.thunderbird.android/en-US/changelogs/8.txt | 8 ++++++++ app-thunderbird/build.gradle.kts | 2 +- app-thunderbird/src/main/res/raw/changelog_master.xml | 9 +++++++++ metadata | 2 +- 4 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 app-metadata/net.thunderbird.android/en-US/changelogs/8.txt diff --git a/app-metadata/net.thunderbird.android/en-US/changelogs/8.txt b/app-metadata/net.thunderbird.android/en-US/changelogs/8.txt new file mode 100644 index 00000000000..3a2fef6925f --- /dev/null +++ b/app-metadata/net.thunderbird.android/en-US/changelogs/8.txt @@ -0,0 +1,8 @@ +Thunderbird for Android version 8.2, based on K-9 Mail. Changes include: +- Account initials now use the display name +- Account icons remain in the same position when selected +- Help text linking to support page added for Gmail login issues +- Unified inbox enabled only when multiple accounts are configured +- Push service now starts reliably when expected +- Correct default delete message action for QR-imported accounts. +- Folder drawer updates properly on account configuration changes \ No newline at end of file diff --git a/app-thunderbird/build.gradle.kts b/app-thunderbird/build.gradle.kts index b480e166205..9610b19bdcc 100644 --- a/app-thunderbird/build.gradle.kts +++ b/app-thunderbird/build.gradle.kts @@ -20,7 +20,7 @@ android { applicationId = "net.thunderbird.android" testApplicationId = "net.thunderbird.android.tests" - versionCode = 7 + versionCode = 8 versionName = "8.2" // Keep in sync with the resource string array "supported_languages" diff --git a/app-thunderbird/src/main/res/raw/changelog_master.xml b/app-thunderbird/src/main/res/raw/changelog_master.xml index 9b75f062abd..1bfea55e9c8 100644 --- a/app-thunderbird/src/main/res/raw/changelog_master.xml +++ b/app-thunderbird/src/main/res/raw/changelog_master.xml @@ -5,6 +5,15 @@ Locale-specific versions are kept in res/raw-/changelog.xml. --> + + Account initials now use the display name + Account icons remain in the same position when selected + Help text linking to support page added for Gmail login issues + Unified inbox enabled only when multiple accounts are configured + Push service now starts reliably when expected + Correct default delete message action for QR-imported accounts. + Folder drawer updates properly on account configuration changes + Thunderbird's active development is fully funded by financial contributions from our users. If you're enjoying Thunderbird or believe in our mission, please help support it. In this version we will ask you for your support once you've had the chance to actively use Thunderbird for a while. We've fixed one of our top crashes to give you a more stable experience diff --git a/metadata b/metadata index cd46587ebb6..96619542228 120000 --- a/metadata +++ b/metadata @@ -1 +1 @@ -app-metadata/com.fsck.k9 \ No newline at end of file +app-metadata/net.thunderbird.android \ No newline at end of file