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

Commit de5d1cd1 authored by cketti's avatar cketti
Browse files

Version 6.505

parent e826ed8d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -53,8 +53,8 @@ android {
        applicationId "com.fsck.k9"
        testApplicationId "com.fsck.k9.tests"

        versionCode 35004
        versionName '6.505-SNAPSHOT'
        versionCode 35005
        versionName '6.505'

        // Keep in sync with the resource string array 'supported_languages'
        resConfigs "in", "br", "ca", "cs", "cy", "da", "de", "et", "en", "en_GB", "es", "eo", "eu", "fr", "gd", "gl",
+4 −0
Original line number Diff line number Diff line
@@ -5,6 +5,10 @@
     Locale-specific versions are kept in res/raw-<locale qualifier>/changelog.xml.
-->
<changelog>
    <release version="6.505" versioncode="35005" date="2023-02-01">
        <change>Redesign of the message view screen</change>
        <change>Internal changes</change>
    </release>
    <release version="6.504" versioncode="35004" date="2023-01-27">
        <change>POP3: Fixed bug that lead to messages not being deleted from the server</change>
        <change>Fixed a crash when a message is deleted (remotely) while it is being dragged in the message list</change>
+2 −0
Original line number Diff line number Diff line
- Redesign of the message view screen
- Internal changes