Loading app-metadata/net.thunderbird.android.beta/en-US/changelogs/18.txt 0 → 100644 +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 app-thunderbird/build.gradle.kts +2 −2 Original line number Diff line number Diff line Loading @@ -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" Loading Loading @@ -118,7 +118,7 @@ android { signingConfig = signingConfigs.getByType(SigningType.TB_BETA) applicationIdSuffix = ".beta" versionNameSuffix = "b4" versionNameSuffix = "b5" isMinifyEnabled = true isShrinkResources = true Loading app-thunderbird/src/beta/res/raw/changelog_master.xml +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> Loading Loading
app-metadata/net.thunderbird.android.beta/en-US/changelogs/18.txt 0 → 100644 +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
app-thunderbird/build.gradle.kts +2 −2 Original line number Diff line number Diff line Loading @@ -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" Loading Loading @@ -118,7 +118,7 @@ android { signingConfig = signingConfigs.getByType(SigningType.TB_BETA) applicationIdSuffix = ".beta" versionNameSuffix = "b4" versionNameSuffix = "b5" isMinifyEnabled = true isShrinkResources = true Loading
app-thunderbird/src/beta/res/raw/changelog_master.xml +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> Loading