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

Commit 4d61ca8f authored by cketti's avatar cketti
Browse files

Version 5.115

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

        versionCode 23113
        versionName '5.114'
        versionCode 23114
        versionName '5.115'

        minSdkVersion 15
        targetSdkVersion 22
+8 −0
Original line number Diff line number Diff line
@@ -8,6 +8,14 @@
     They are automatically updated with "ant bump-version".
-->
<changelog>
    <release version="5.115" versioncode="23114" >
        <change>More user interface tweaks for encryption-related functionality</change>
        <change>Message signing without encryption is now an expert feature that is disabled by default</change>
        <change>Added support for directional pad to move to next/previous message</change>
        <change>Worked around a bug when viewing attachments</change>
        <change>Fixed notification grouping on Android Wear and Android 7.0</change>
        <change>Fixed notification actions on Android 7.0</change>
    </release>
    <release version="5.114" versioncode="23113" >
        <change>User interface tweaks for encryption-related functionality</change>
        <change>Fixed crash caused by new message notifications</change>