From fa8b8dbdc3a63c7a18089d59e8dfd41a4b7a7123 Mon Sep 17 00:00:00 2001 From: cketti Date: Fri, 24 Apr 2020 05:49:27 +0200 Subject: [PATCH] Version 5.710 --- app/k9mail/build.gradle | 4 ++-- app/ui/src/main/res/xml/changelog_master.xml | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/app/k9mail/build.gradle b/app/k9mail/build.gradle index ae7857452..381255d26 100644 --- a/app/k9mail/build.gradle +++ b/app/k9mail/build.gradle @@ -40,8 +40,8 @@ android { applicationId "com.fsck.k9" testApplicationId "com.fsck.k9.tests" - versionCode 27009 - versionName '5.710-SNAPSHOT' + versionCode 27010 + versionName '5.710' minSdkVersion buildConfig.minSdk targetSdkVersion buildConfig.targetSdk diff --git a/app/ui/src/main/res/xml/changelog_master.xml b/app/ui/src/main/res/xml/changelog_master.xml index 20ba1805a..6c77ec7f3 100644 --- a/app/ui/src/main/res/xml/changelog_master.xml +++ b/app/ui/src/main/res/xml/changelog_master.xml @@ -8,6 +8,13 @@ They are automatically updated with "ant bump-version". --> + + Fixed duplicate message bug after moving a message + Removed keyboard shortcuts for menu items; on some devices they conflicted with system shortcuts + Don't show fullscreen keyboard in landscape mode + Fixed bug where line breaks were ignored when loading draft messages + POP3: Fixed moving deleted messages to the Trash folder + Display larger preview for image attachments Fixed import and export of folder settings