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

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

Release: Thunderbird Beta 15.0b1

parent 1995eb1f
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
Thunderbird for Android version 15.0b1, based on K-9 Mail. Changes include:
- Add avatar to message list content
- Enable in-app notifications for beta
- In-app error notification improvements
- Default sync interval changed to 15 minutes
- Warn user in compose when no sent folder detected
- Confirm when sending message without sent folder
- 'Colorize contact pictures' default changed unexpectedly from true to false
- Displaying IMAP password in did not prompt for authentication
 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 = 34
        versionCode = 35
        versionName = "15.0"

        buildConfigField("String", "CLIENT_INFO_APP_NAME", "\"Thunderbird for Android\"")
+12 −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="15.0b1" versioncode="35" date="2025-11-17">
        <change>Add avatar to message list content</change>
        <change>Enable in-app notifications for beta</change>
        <change>In-app error notification improvements</change>
        <change>Default sync interval has been changed from 60 minutes to 15 minutes</change>
        <change>Introduce warning in Message Compose screen when no sent folder is detected</change>
        <change>Add confirmation dialog for sending a message without a sent folder</change>
        <change>Use application icon in push notification messages</change>
        <change>&#39;Colorize contact pictures&#39; default changed unexpectedly from true to false</change>
        <change>Displaying IMAP password in plain text did not prompt for authentication</change>
        <change>Sync debug logger did not write any logs</change>
    </release>
    <release version="14.0b3" versioncode="34" date="2025-10-27">
        <change>Thunderbird could crash when deleting an account and returning to the message list</change>
    </release>