Loading app-metadata/net.thunderbird.android.beta/en-US/changelogs/30.txt 0 → 100644 +2 −0 Original line number Diff line number Diff line Thunderbird for Android version 13.0b4, based on K-9 Mail. Changes include: - Sync could cause "IllegalStateException: No outbox_state entry for message id" error 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 = 29 versionCode = 30 versionName = "13.0" buildConfigField("String", "CLIENT_INFO_APP_NAME", "\"Thunderbird for Android\"") Loading Loading @@ -118,7 +118,7 @@ android { signingConfig = signingConfigs.getByType(SigningType.TB_BETA) applicationIdSuffix = ".beta" versionNameSuffix = "b3" versionNameSuffix = "b4" isMinifyEnabled = true isShrinkResources = true Loading app-thunderbird/src/beta/res/raw/changelog_master.xml +3 −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="13.0b4" versioncode="30" date="2025-09-29"> <change>Sync could cause "IllegalStateException: No outbox_state entry for message id" error</change> </release> <release version="13.0b3" versioncode="29" date="2025-09-22"> <change>Updating to 13.0b2 offline with IMAP prefix caused migration failure and data loss</change> <change>App crashed on startup when no folders were available after data loss</change> Loading Loading
app-metadata/net.thunderbird.android.beta/en-US/changelogs/30.txt 0 → 100644 +2 −0 Original line number Diff line number Diff line Thunderbird for Android version 13.0b4, based on K-9 Mail. Changes include: - Sync could cause "IllegalStateException: No outbox_state entry for message id" error 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 = 29 versionCode = 30 versionName = "13.0" buildConfigField("String", "CLIENT_INFO_APP_NAME", "\"Thunderbird for Android\"") Loading Loading @@ -118,7 +118,7 @@ android { signingConfig = signingConfigs.getByType(SigningType.TB_BETA) applicationIdSuffix = ".beta" versionNameSuffix = "b3" versionNameSuffix = "b4" isMinifyEnabled = true isShrinkResources = true Loading
app-thunderbird/src/beta/res/raw/changelog_master.xml +3 −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="13.0b4" versioncode="30" date="2025-09-29"> <change>Sync could cause "IllegalStateException: No outbox_state entry for message id" error</change> </release> <release version="13.0b3" versioncode="29" date="2025-09-22"> <change>Updating to 13.0b2 offline with IMAP prefix caused migration failure and data loss</change> <change>App crashed on startup when no folders were available after data loss</change> Loading