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

Commit ac76f6ee authored by thunderbird-botmobile's avatar thunderbird-botmobile
Browse files

Release: Thunderbird 10.0

parent 6b84bbe7
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
Thunderbird for Android version 10.0, based on K-9 Mail. Changes include:
- Server field pre-filled in manual account setup
- Add a menu entry to empty the Spam folder
- Update Gmail OAuth client IDs to Thunderbird for Android
- Preserve the <s> tag when sanitizing HTML content
- Messages and star counts in the drawer update instantly
- Hide accounts setting now remembered across restarts
- Restart PushService after app update
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ android {
        applicationId = "net.thunderbird.android"
        testApplicationId = "net.thunderbird.android.tests"

        versionCode = 9
        versionCode = 10
        versionName = "10.0"

        // Keep in sync with the resource string array "supported_languages"
+21 −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="10.0" versioncode="10" date="2025-05-05">
        <change>Server field pre-filled in manual account setup</change>
        <change>Add a menu entry to empty the Spam folder</change>
        <change>Introduce an option to use the system theme on Android 10 and older</change>
        <change>Update PushService to run as a specialUse foreground service for Android 15</change>
        <change>Update Gmail OAuth client IDs to Thunderbird for Android</change>
        <change>Preserve the <s> tag when sanitizing HTML content</change>
        <change>Messages and star counts in the drawer update instantly</change>
        <change>Folder names in the drawer are limited to two lines</change>
        <change>Hide accounts setting now remembered across restarts</change>
        <change>Account names in the drawer display as single lines when not set</change>
        <change>Option to use text processing apps (like Translate) when selecting text</change>
        <change>Recipient field now focused automatically when composing</change>
        <change>Display the recipient's address instead of +1 and fix its size</change>
        <change>Correct MIME type for .pkpass files</change>
        <change>Accessibility improvements</change>
        <change>Restart PushService after app update</change>
        <change>Restrict displaying message search results to internal and system usages</change>
        <change>Messages with one correspondent no longer showed "+1" incorrectly</change>
        <change>Account email no longer duplicated in drawer header</change>
    </release>
    <release version="9.0" versioncode="9" 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>
+1 −1
Original line number Diff line number Diff line
app-metadata/com.fsck.k9
 No newline at end of file
app-metadata/net.thunderbird.android
 No newline at end of file