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

Commit 5c35d08f authored by cketti's avatar cketti
Browse files

Version 5.910

parent f60dd4b0
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 29009
        versionName '5.910-SNAPSHOT'
        versionCode 29010
        versionName '5.910'

        // 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",
+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="5.910" versioncode="29010" date="2022-01-25">
        <change>POP3: Changed the way the list of supported authentication methods is retrieved from the server</change>
        <change>IMAP: Removed setting to enable remote search (it's now enabled by default; still requires an additional button press)</change>
        <change>Changed the default color for registered contacts to provide good contrast with both light and dark themes</change>
        <change>Fixed search by sender name</change>
        <change>Ignore spaces at the end of the username inserted by some software keyboards when using auto-completion</change>
    </release>
    <release version="5.909" versioncode="29009" date="2022-01-12">
        <change>Only remove notifications for messages currently being displayed</change>
        <change>Open message from notification in Unified Inbox if possible</change>
+5 −0
Original line number Diff line number Diff line
- POP3: Changed the way the list of supported authentication methods is retrieved from the server
- IMAP: Removed setting to enable remote search (it's now enabled by default; still requires an additional button press)
- Changed the default color for registered contacts to provide good contrast with both light and dark themes
- Fixed search by sender name
- Ignore spaces at the end of the username inserted by some software keyboards when using auto-completion