From ee3094d7fe72b075b70c7d7536af221e009c4262 Mon Sep 17 00:00:00 2001 From: cketti Date: Fri, 23 Sep 2022 11:11:32 +0200 Subject: [PATCH] Version 6.306 --- app/k9mail/build.gradle | 4 ++-- app/ui/legacy/src/main/res/raw/changelog_master.xml | 8 ++++++++ fastlane/metadata/android/en-US/changelogs/33006.txt | 6 ++++++ 3 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/33006.txt diff --git a/app/k9mail/build.gradle b/app/k9mail/build.gradle index 846334f41..19f4e5440 100644 --- a/app/k9mail/build.gradle +++ b/app/k9mail/build.gradle @@ -50,8 +50,8 @@ android { applicationId "com.fsck.k9" testApplicationId "com.fsck.k9.tests" - versionCode 33005 - versionName '6.306-SNAPSHOT' + versionCode 33006 + versionName '6.306' // 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 efa4f2abf..adf22b9b7 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,14 @@ Locale-specific versions are kept in res/raw-/changelog.xml. --> + + Added a monochromatic app icon for Android 13 + Changed the UI component used for the message list; now changes to the list will be animated + Removed the volume key navigation for list views because it doesn't play nice with the above change + Fixed a bug that lead to the search input field being focused on app start on some devices + Restored the previous behavior of "show next message after delete" + A lot of internal changes and some minor performance improvements + Fixed a bug that could lead to a crash when opening the message list diff --git a/fastlane/metadata/android/en-US/changelogs/33006.txt b/fastlane/metadata/android/en-US/changelogs/33006.txt new file mode 100644 index 000000000..f03b46b82 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/33006.txt @@ -0,0 +1,6 @@ +- Added a monochromatic app icon for Android 13 +- Changed the UI component used for the message list; now changes to the list will be animated +- Removed the volume key navigation for list views because it doesn't play nice with the above change +- Fixed a bug that lead to the search input field being focused on app start on some devices +- Restored the previous behavior of "show next message after delete" +- A lot of internal changes and some minor performance improvements