From dd151ec61c9942a51e7e1da529d3551496164e6d Mon Sep 17 00:00:00 2001 From: cketti Date: Sat, 21 Aug 2021 20:43:51 +0200 Subject: [PATCH] Version 5.805 --- app/k9mail/build.gradle | 4 ++-- app/ui/legacy/src/main/res/raw/changelog_master.xml | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/app/k9mail/build.gradle b/app/k9mail/build.gradle index f896c88f6..c1995eef4 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 28004 - versionName '5.804' + versionCode 28005 + versionName '5.805' // 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 ee9f101a8..35c619742 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,10 @@ Locale-specific versions are kept in res/raw-/changelog.xml. --> + + Fixed the check for missing incoming/outgoing server credentials (introduced in K-9 Mail 5.804) + Changed the 'save attachment' icon (apparently floppy disks are no longer a thing) + 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