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

Commit 2cffc0d6 authored by cketti's avatar cketti
Browse files

Version 6.509

parent 48ce3e45
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -45,8 +45,8 @@ android {
        applicationId = "com.fsck.k9"
        testApplicationId = "com.fsck.k9.tests"

        versionCode = 35008
        versionName = "6.509-SNAPSHOT"
        versionCode = 35009
        versionName = "6.509"

        // Keep in sync with the resource string array "supported_languages"
        resourceConfigurations.addAll(
+7 −0
Original line number Diff line number Diff line
@@ -5,6 +5,13 @@
     Locale-specific versions are kept in res/raw-<locale qualifier>/changelog.xml.
-->
<changelog>
    <release version="6.509" versioncode="35009" date="2023-02-28">
        <change>Cleaned up the message list design</change>
        <change>Added setting for three different message list densities: compact, default, relaxed</change>
        <change>Made small changes to the appearance of participant entries in the message details screen</change>
        <change>Added validation for email address fields in "Edit identity" screen</change>
        <change>Updated translations</change>
    </release>
    <release version="6.508" versioncode="35008" date="2023-02-15">
        <change>Removed "Send…" submenu from the message view toolbar</change>
        <change>Limit summary notification actions to messages for which individual notifications are currently being displayed</change>
+5 −0
Original line number Diff line number Diff line
- Cleaned up the message list design
- Added setting for three different message list densities: compact, default, relaxed
- Made small changes to the appearance of participant entries in the message details screen
- Added validation for email address fields in "Edit identity" screen
- Updated translations