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

Commit d9153f4c authored by cketti's avatar cketti
Browse files

Version 5.915

parent c7e926b5
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 29014
        versionName '5.914'
        versionCode 29015
        versionName '5.915'

        // 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",
+6 −0
Original line number Diff line number Diff line
@@ -5,6 +5,12 @@
     Locale-specific versions are kept in res/raw-<locale qualifier>/changelog.xml.
-->
<changelog>
    <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>
        <change>Fixed display issues when switching the language inside the app</change>
        <change>Updated translations</change>
    </release>
    <release version="5.914" versioncode="29014" date="2022-03-24">
        <change>The name and description of notification categories are now updated when the app language is changed</change>
        <change>Fixed bug where notification settings might not have been properly restored on settings import</change>
+4 −0
Original line number Diff line number Diff line
- Fixed settings import
- Fixed bug where the configuration of a notification category wasn't properly synced with in-app notification settings
- Fixed display issues when switching the language inside the app
- Updated translations