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

Commit ed407e64 authored by GitHub Actions Bot's avatar GitHub Actions Bot
Browse files

Release: Thunderbird Beta 8.0b3

parent 7bb63712
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
Thunderbird for Android version 8.0b3, based on K-9 Mail. Changes include:
- Support Thunderbird with our new in-app financial contribution feature (work in progress)
- OAuth support now available for Fastmail
- Better guidance when using the import from app feature
- Fixed account update issues, crashes, and improved message list spacing
- Enforced email validation for better identity management
+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 = 5
        versionCode = 6
        versionName = "8.0"

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

            applicationIdSuffix = ".beta"
            versionNameSuffix = "b2"
            versionNameSuffix = "b3"

            isMinifyEnabled = true
            isShrinkResources = true
+7 −0
Original line number Diff line number Diff line
@@ -5,6 +5,13 @@
     Locale-specific versions are kept in res/raw-<locale qualifier>/changelog.xml.
-->
<changelog>
    <release version="8.0b3" versioncode="6" date="2024-10-15">
        <change>Support Thunderbird with our new in-app financial contribution feature (work in progress)</change>
        <change>OAuth support now available for Fastmail</change>
        <change>Better guidance when using the import from app feature</change>
        <change>Fixed account update issues, crashes, and improved message list spacing</change>
        <change>Enforced email validation for better identity management</change>
    </release>
    <release version="8.0b2" versioncode="5" date="2024-10-07">
        <change>Second public beta of Thunderbird for Android 8.0, based on K-9 Mail</change>
        <change>Import accounts from Desktop via QR codes</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