From bbab4f2dcd93a42234bb219f509ce81bb6324768 Mon Sep 17 00:00:00 2001 From: cketti Date: Tue, 13 Feb 2024 16:03:42 +0100 Subject: [PATCH] Version 6.716 --- app-k9mail/build.gradle.kts | 4 ++-- .../fastlane/metadata/android/en-US/changelogs/37016.txt | 5 +++++ app/ui/legacy/src/main/res/raw/changelog_master.xml | 7 +++++++ 3 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 app-k9mail/fastlane/metadata/android/en-US/changelogs/37016.txt diff --git a/app-k9mail/build.gradle.kts b/app-k9mail/build.gradle.kts index 3233aad71f4..37a446a42b5 100644 --- a/app-k9mail/build.gradle.kts +++ b/app-k9mail/build.gradle.kts @@ -34,8 +34,8 @@ android { applicationId = "com.fsck.k9" testApplicationId = "com.fsck.k9.tests" - versionCode = 37015 - versionName = "6.716-SNAPSHOT" + versionCode = 37016 + versionName = "6.716" // Keep in sync with the resource string array "supported_languages" resourceConfigurations.addAll( diff --git a/app-k9mail/fastlane/metadata/android/en-US/changelogs/37016.txt b/app-k9mail/fastlane/metadata/android/en-US/changelogs/37016.txt new file mode 100644 index 00000000000..f36d48ac0ec --- /dev/null +++ b/app-k9mail/fastlane/metadata/android/en-US/changelogs/37016.txt @@ -0,0 +1,5 @@ +- Small bug fixes and UI/UX polish in account setup +- Fixed a crash caused by an interaction with OpenKeychain 6.0.0 +- Focus on subject or body input fields when opening the compose screen via a mailto: URI +- Removed Hebrew and Korean translations because less than 70% of strings were translated. Volunteers to update the translations are always welcome! +- Updated remaining translations 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 da4d16aa317..95e28db7d01 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. --> + + Small bug fixes and UI/UX polish in account setup + Fixed a crash caused by an interaction with OpenKeychain 6.0.0 + Focus on subject or body input fields when opening the compose screen via a mailto: URI + Removed Hebrew and Korean translations because less than 70% of strings were translated. Volunteers to update the translations are always welcome! + Updated remaining translations + Added image handling within the context menu for hyperlinks Added ability to forward opened attachments to new emails