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

Commit 5350dd17 authored by thunderbird-botmobile's avatar thunderbird-botmobile
Browse files

Release: Thunderbird Beta 11.0b5

parent 7d5261a2
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
Thunderbird for Android version 11.0b5, based on K-9 Mail. Changes include:
- TalkBack did not clearly announce contact picture tap action
- IMAP push could fail after losing and regaining network connection
- Fastmail OAuth expired quickly, causing frequent login prompts
 No newline at end of file
+2 −2
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ android {
        applicationId = "net.thunderbird.android"
        testApplicationId = "net.thunderbird.android.tests"

        versionCode = 17
        versionCode = 18
        versionName = "11.0"

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

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

            isMinifyEnabled = true
            isShrinkResources = true
+5 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="changelog_style.xsl"?>
<changelog>
    <release version="11.0b5" versioncode="18" date="2025-07-03">
        <change>TalkBack did not clearly announce contact picture tap action</change>
        <change>IMAP push could fail after losing and regaining network connection</change>
        <change>Fastmail OAuth expired quickly, causing frequent login prompts</change>
    </release>
    <release version="11.0b4" versioncode="17" date="2025-06-24">
        <change>Don't cover download complete message with navigation bar</change>
        <change>Avoid a crash related to the drawer when device orientation changes</change>