Loading app-metadata/net.thunderbird.android.beta/en-US/changelogs/10.txt 0 → 100644 +3 −0 Original line number Original line Diff line number Diff line Thunderbird for Android version 9.0b2, based on K-9 Mail. Changes include: - Help text linking to support page added for Gmail login issues - Funding text updated to be more engaging and appealing No newline at end of file app-thunderbird/build.gradle.kts +2 −2 Original line number Original line Diff line number Diff line Loading @@ -20,7 +20,7 @@ android { applicationId = "net.thunderbird.android" applicationId = "net.thunderbird.android" testApplicationId = "net.thunderbird.android.tests" testApplicationId = "net.thunderbird.android.tests" versionCode = 9 versionCode = 10 versionName = "9.0" versionName = "9.0" // Keep in sync with the resource string array "supported_languages" // Keep in sync with the resource string array "supported_languages" Loading Loading @@ -120,7 +120,7 @@ android { signingConfig = signingConfigs.getByType(SigningType.TB_BETA) signingConfig = signingConfigs.getByType(SigningType.TB_BETA) applicationIdSuffix = ".beta" applicationIdSuffix = ".beta" versionNameSuffix = "b1" versionNameSuffix = "b2" isMinifyEnabled = true isMinifyEnabled = true isShrinkResources = true isShrinkResources = true Loading app-thunderbird/src/main/res/raw/changelog_master.xml +4 −1 Original line number Original line Diff line number Diff line Loading @@ -5,7 +5,10 @@ Locale-specific versions are kept in res/raw-<locale qualifier>/changelog.xml. Locale-specific versions are kept in res/raw-<locale qualifier>/changelog.xml. --> --> <changelog> <changelog> <release version="9.0b1" versioncode="9" date="2024-11-19"> <release version="9.0b2" versioncode="10" date="2024-11-28"> <change>Help text linking to support page added for Gmail login issues</change> <change>Funding text updated to be more engaging and appealing</change> </release> <release version="9.0b1" versioncode="9" date="2024-11-19"> <change>Account initials now use the display name, improving customizability</change> <change>Account initials now use the display name, improving customizability</change> <change>Account icons remain in the same position when selected</change> <change>Account icons remain in the same position when selected</change> <change>Unified inbox enabled only when multiple accounts are configured</change> <change>Unified inbox enabled only when multiple accounts are configured</change> Loading Loading
app-metadata/net.thunderbird.android.beta/en-US/changelogs/10.txt 0 → 100644 +3 −0 Original line number Original line Diff line number Diff line Thunderbird for Android version 9.0b2, based on K-9 Mail. Changes include: - Help text linking to support page added for Gmail login issues - Funding text updated to be more engaging and appealing No newline at end of file
app-thunderbird/build.gradle.kts +2 −2 Original line number Original line Diff line number Diff line Loading @@ -20,7 +20,7 @@ android { applicationId = "net.thunderbird.android" applicationId = "net.thunderbird.android" testApplicationId = "net.thunderbird.android.tests" testApplicationId = "net.thunderbird.android.tests" versionCode = 9 versionCode = 10 versionName = "9.0" versionName = "9.0" // Keep in sync with the resource string array "supported_languages" // Keep in sync with the resource string array "supported_languages" Loading Loading @@ -120,7 +120,7 @@ android { signingConfig = signingConfigs.getByType(SigningType.TB_BETA) signingConfig = signingConfigs.getByType(SigningType.TB_BETA) applicationIdSuffix = ".beta" applicationIdSuffix = ".beta" versionNameSuffix = "b1" versionNameSuffix = "b2" isMinifyEnabled = true isMinifyEnabled = true isShrinkResources = true isShrinkResources = true Loading
app-thunderbird/src/main/res/raw/changelog_master.xml +4 −1 Original line number Original line Diff line number Diff line Loading @@ -5,7 +5,10 @@ Locale-specific versions are kept in res/raw-<locale qualifier>/changelog.xml. Locale-specific versions are kept in res/raw-<locale qualifier>/changelog.xml. --> --> <changelog> <changelog> <release version="9.0b1" versioncode="9" date="2024-11-19"> <release version="9.0b2" versioncode="10" date="2024-11-28"> <change>Help text linking to support page added for Gmail login issues</change> <change>Funding text updated to be more engaging and appealing</change> </release> <release version="9.0b1" versioncode="9" date="2024-11-19"> <change>Account initials now use the display name, improving customizability</change> <change>Account initials now use the display name, improving customizability</change> <change>Account icons remain in the same position when selected</change> <change>Account icons remain in the same position when selected</change> <change>Unified inbox enabled only when multiple accounts are configured</change> <change>Unified inbox enabled only when multiple accounts are configured</change> Loading