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

Unverified Commit 5a5bd6b1 authored by Wolf-Martell Montwé's avatar Wolf-Martell Montwé Committed by GitHub
Browse files

Merge pull request #8895 from coreycb/revert-9.0

Revert 9.0 Release commits
parents d71b1a4b 0c080ed7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ android {
        applicationId = "com.fsck.k9"
        testApplicationId = "com.fsck.k9.tests"

        versionCode = 39022
        versionCode = 39021
        versionName = "9.0"

        // Keep in sync with the resource string array "supported_languages"
+0 −9
Original line number Diff line number Diff line
@@ -5,15 +5,6 @@
     Locale-specific versions are kept in res/raw-<locale qualifier>/changelog.xml.
-->
<changelog>
    <release version="9.0" versioncode="39022" date="2025-03-03">
        <change>Basic support for Android 15</change>
        <change>Add a link to the support article when signing in with Google</change>
        <change>Account setup attempts email provider's autoconfig first, then falls back to ISPDB</change>
        <change>Updated translations for multiple languages</change>
        <change>The changelog now properly displays release versions</change>
        <change>A wrong translation of the app name has been fixed</change>
        <change>Dependencies have been updated to fix a couple of bugs</change>
    </release>
    <release version="8.2" versioncode="39019" date="2024-12-09">
        <change>You can now support K-9 Mail development with financial contributions.</change>
        <change>Account initials now use the display name</change>
+0 −7
Original line number Diff line number Diff line
- Basic support for Android 15
- Add a link to the support article when signing in with Google
- Account setup attempts email provider's autoconfig first, then falls back to ISPDB
- Updated translations for multiple languages
- The changelog now properly displays release versions
- A wrong translation of the app name has been fixed
- Dependencies have been updated to fix a couple of bugs
 No newline at end of file
+0 −8
Original line number Diff line number Diff line
Thunderbird for Android version 9.0, based on K-9 Mail. Changes include:
- Basic support for Android 15
- Add a link to the support article when signing in with Google
- Account setup attempts email provider's autoconfig first, then falls back to ISPDB
- Updated translations for multiple languages
- The changelog now properly displays release versions
- A wrong translation of the app name has been fixed
- Dependencies have been updated to fix a couple of bugs
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ android {
        applicationId = "net.thunderbird.android"
        testApplicationId = "net.thunderbird.android.tests"

        versionCode = 9
        versionCode = 8
        versionName = "9.0"

        // Keep in sync with the resource string array "supported_languages"
Loading