From 5055669da99846b37dba6729ce8c3cf421815720 Mon Sep 17 00:00:00 2001 From: cketti Date: Tue, 17 Aug 2021 23:59:14 +0200 Subject: [PATCH] Version 5.804 --- app/k9mail/build.gradle | 4 ++-- app/ui/legacy/src/main/res/raw/changelog_master.xml | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/app/k9mail/build.gradle b/app/k9mail/build.gradle index e05dde8e1..f896c88f6 100644 --- a/app/k9mail/build.gradle +++ b/app/k9mail/build.gradle @@ -46,8 +46,8 @@ android { applicationId "com.fsck.k9" testApplicationId "com.fsck.k9.tests" - versionCode 28003 - versionName '5.803' + versionCode 28004 + versionName '5.804' // 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", diff --git a/app/ui/legacy/src/main/res/raw/changelog_master.xml b/app/ui/legacy/src/main/res/raw/changelog_master.xml index 3153968d4..ee9f101a8 100644 --- a/app/ui/legacy/src/main/res/raw/changelog_master.xml +++ b/app/ui/legacy/src/main/res/raw/changelog_master.xml @@ -5,6 +5,13 @@ Locale-specific versions are kept in res/raw-/changelog.xml. --> + + Fixed a bug where Push didn't work with some servers + Don't connect to the incoming or outgoing server when passwords haven't been provided after import + Added missing scrollbars in screens showing the folder list + Tapping the app icon should now always bring the app to the foreground instead of adding another message list screen + Updated translations + Don't show the icon for the ongoing Push notification in the status bar (on versions older than Android 8.0) Directly open system settings for notification categories (Android 8.0 and newer)