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

Commit 0a8f9b45 authored by cketti's avatar cketti
Browse files

Version 6.000

parent 58b4cb02
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 29016
        versionName '5.916'
        versionCode 30000
        versionName '6.000'

        // 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",
+20 −0
Original line number Diff line number Diff line
@@ -5,6 +5,26 @@
     Locale-specific versions are kept in res/raw-<locale qualifier>/changelog.xml.
-->
<changelog>
    <release version="6.000" versioncode="30000" date="2022-04-18">
        <change>Added support for setting the notification vibration pattern on Android 8+</change>
        <change>Added support for setting a custom notification light color on Android 8+</change>
        <change>Added a setting to configure the notification sound on Android 8+ (because some vendor-specific Android versions removed this feature from their user interface)</change>
        <change>Restore 'new mail' notifications when the app is restarted</change>
        <change>Open message from notification in Unified Inbox if possible</change>
        <change>Hide sensitive information when sync and error notifications are displayed on the lock screen</change>
        <change>Added a setting to suppress notifications for chat messages</change>
        <change>Don't create notifications when manually refreshing the message list</change>
        <change>Don't show notifications for new messages when syncing a folder for the first time</change>
        <change>Removed the "hide subject in notifications" setting; use the "lock screen notifications" setting instead</change>
        <change>Fixed back button behavior when opening a single message from a notification</change>
        <change>A lot of other fixes related to notifications</change>
        <change>Added support for entering Reply-To addresses when composing a message</change>
        <change>Optionally show starred message count in side drawer</change>
        <change>Require the user to authenticate before unmasking server passwords</change>
        <change>Added a menu option to export the debug log under Settings → General settings → Debugging</change>
        <change>IMAP: Removed setting to enable remote search (it's now enabled by default; still requires an additional button press)</change>
        <change>Numerous other bug fixes and improvements (see change log entries for 5.9xx)</change>
    </release>
    <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>
+18 −0
Original line number Diff line number Diff line
- Added support for setting the notification vibration pattern on Android 8+
- Added support for setting a custom notification light color on Android 8+
- Added a setting to configure the notification sound on Android 8+ (because some vendor-specific Android versions removed this feature from their user interface)
- Restore 'new mail' notifications when the app is restarted
- Open message from notification in Unified Inbox if possible
- Hide sensitive information when sync and error notifications are displayed on the lock screen
- Added a setting to suppress notifications for chat messages
- Don't create notifications when manually refreshing the message list
- Don't show notifications for new messages when syncing a folder for the first time
- Removed the "hide subject in notifications" setting; use the "lock screen notifications" setting instead
- Fixed back button behavior when opening a single message from a notification
- A lot of other fixes related to notifications
- Added support for entering Reply-To addresses when composing a message
- Optionally show starred message count in side drawer
- Require the user to authenticate before unmasking server passwords
- Added a menu option to export the debug log under Settings → General settings → Debugging
- IMAP: Removed setting to enable remote search (it's now enabled by default; still requires an additional button press)
- Numerous other bug fixes and improvements (see change log entries for 5.9xx)