Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5e5b1f2e authored by GitHub Actions Bot's avatar GitHub Actions Bot
Browse files

Release: Thunderbird Beta 8.0b5

parent e2f84a68
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
Thunderbird for Android version 8.0b5, based on K-9 Mail. Changes include:
- Unread message colors are updated for better visibility
- You will be asked for a financial contribution once you've used the app for a while. Help us continue developing Thunderbird for Android!
- QR code import now suggests upgrading Thunderbird Desktop
- Irish translation included and 100% complete
- Folder drawer is no longer too wide on some devices
- New icon clarifies how to start a server-side email search
 No newline at end of file
+2 −2
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ android {
        applicationId = "net.thunderbird.android"
        testApplicationId = "net.thunderbird.android.tests"

        versionCode = 7
        versionCode = 8
        versionName = "8.0"

        // Keep in sync with the resource string array "supported_languages"
@@ -120,7 +120,7 @@ android {
            signingConfig = signingConfigs.getByType(SigningType.TB_BETA)

            applicationIdSuffix = ".beta"
            versionNameSuffix = "b4"
            versionNameSuffix = "b5"

            isMinifyEnabled = true
            isShrinkResources = true
+8 −1
Original line number Diff line number Diff line
@@ -5,7 +5,14 @@
     Locale-specific versions are kept in res/raw-<locale qualifier>/changelog.xml.
-->
<changelog>
    <release version="8.0b4" versioncode="7" date="2024-10-21">
    <release version="8.0b5" versioncode="8" date="2024-10-28">
        <change>Unread message colors are updated for better visibility</change>
        <change>You will be asked for a financial contribution once you've used the app for a while. Help us continue developing Thunderbird for Android!</change>
        <change>QR code import now suggests upgrading Thunderbird Desktop</change>
        <change>Irish translation included and 100% complete</change>
        <change>Folder drawer is no longer too wide on some devices</change>
        <change>New icon clarifies how to start a server-side email search</change>
    </release>    <release version="8.0b4" versioncode="7" date="2024-10-21">
        <change>Monthly financial contributions are now possible—try it today!</change>
        <change>Accounts shown by default for better access to settings</change>
        <change>Added Norsk Nynorsk translations</change>
+1 −1
Original line number Diff line number Diff line
app-metadata/com.fsck.k9
 No newline at end of file
app-metadata/net.thunderbird.android.beta
 No newline at end of file