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

Commit 58b4cb02 authored by cketti's avatar cketti
Browse files

Version 5.916

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

        versionCode 29015
        versionName '5.916-SNAPSHOT'
        versionCode 29016
        versionName '5.916'

        // 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="5.916" versioncode="29016" date="2022-04-12">
        <change>Fixed bug that crashed the app when setting a notification sound on certain devices</change>
        <change>Fixed crash when rotating the device while a delete confirmation dialog was showing</change>
    </release>
    <release version="5.915" versioncode="29015" date="2022-04-06">
        <change>Fixed settings import</change>
        <change>Fixed bug where the configuration of a notification category wasn't properly synced with in-app notification settings</change>
+2 −0
Original line number Diff line number Diff line
- Fixed bug that crashed the app when setting a notification sound on certain devices
- Fixed crash when rotating the device while a delete confirmation dialog was showing