Loading app-metadata/net.thunderbird.android.beta/en-US/changelogs/32.txt 0 → 100644 +7 −0 Original line number Diff line number Diff line Thunderbird for Android version 14.0b1, based on K-9 Mail. Changes include: - 'Auto-fit messages' setting did not persist - Edge-to-edge move/copy regressed with 3-button nav - Swiping message left/right could abort prematurely - Outlook SMTP failed authentication for some accounts - Gmail folder prefixes appeared after refreshing folder list - Quiet time preferences were ignored No newline at end of file app-thunderbird/build.gradle.kts +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ android { applicationId = "net.thunderbird.android" testApplicationId = "net.thunderbird.android.tests" versionCode = 31 versionCode = 32 versionName = "14.0" buildConfigField("String", "CLIENT_INFO_APP_NAME", "\"Thunderbird for Android\"") Loading app-thunderbird/src/beta/res/raw/changelog_master.xml +11 −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="14.0b1" versioncode="32" date="2025-10-20"> <change>'Auto-fit messages' display setting did not persist</change> <change>Edge-to-edge regressed moving/copying message with 3-button navigation</change> <change>Unified Account was displayed when there was only one account</change> <change>Swiping message left or right with slight downward motion aborted prematurely</change> <change>Crash occurred when setting archive folder via swipe after it was set to None</change> <change>Outlook SMTP failed to authenticate for enterprise or educational accounts</change> <change>Gmail folder prefixes appeared after refreshing folder list</change> <change>During account setup, 'Your Name' field was mislabeled as 'Display Name'</change> <change>Quiet time preferences were ignored</change> </release> <release version="13.0b5" versioncode="31" date="2025-10-13"> <change>Reverted word-wrapping change that broke HTML and table rendering</change> <change>Application crashed when opening placeholder folder</change> Loading Loading
app-metadata/net.thunderbird.android.beta/en-US/changelogs/32.txt 0 → 100644 +7 −0 Original line number Diff line number Diff line Thunderbird for Android version 14.0b1, based on K-9 Mail. Changes include: - 'Auto-fit messages' setting did not persist - Edge-to-edge move/copy regressed with 3-button nav - Swiping message left/right could abort prematurely - Outlook SMTP failed authentication for some accounts - Gmail folder prefixes appeared after refreshing folder list - Quiet time preferences were ignored No newline at end of file
app-thunderbird/build.gradle.kts +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ android { applicationId = "net.thunderbird.android" testApplicationId = "net.thunderbird.android.tests" versionCode = 31 versionCode = 32 versionName = "14.0" buildConfigField("String", "CLIENT_INFO_APP_NAME", "\"Thunderbird for Android\"") Loading
app-thunderbird/src/beta/res/raw/changelog_master.xml +11 −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="14.0b1" versioncode="32" date="2025-10-20"> <change>'Auto-fit messages' display setting did not persist</change> <change>Edge-to-edge regressed moving/copying message with 3-button navigation</change> <change>Unified Account was displayed when there was only one account</change> <change>Swiping message left or right with slight downward motion aborted prematurely</change> <change>Crash occurred when setting archive folder via swipe after it was set to None</change> <change>Outlook SMTP failed to authenticate for enterprise or educational accounts</change> <change>Gmail folder prefixes appeared after refreshing folder list</change> <change>During account setup, 'Your Name' field was mislabeled as 'Display Name'</change> <change>Quiet time preferences were ignored</change> </release> <release version="13.0b5" versioncode="31" date="2025-10-13"> <change>Reverted word-wrapping change that broke HTML and table rendering</change> <change>Application crashed when opening placeholder folder</change> Loading