From bee3aa59234213c1694881d127c52411481b5b88 Mon Sep 17 00:00:00 2001 From: cketti Date: Fri, 21 Jun 2024 13:56:45 +0200 Subject: [PATCH] Version 6.902 --- app-k9mail/build.gradle.kts | 4 ++-- app-metadata/com.fsck.k9/en-US/changelogs/39002.txt | 8 ++++++++ app/ui/legacy/src/main/res/raw/changelog_master.xml | 10 ++++++++++ 3 files changed, 20 insertions(+), 2 deletions(-) create mode 100644 app-metadata/com.fsck.k9/en-US/changelogs/39002.txt diff --git a/app-k9mail/build.gradle.kts b/app-k9mail/build.gradle.kts index de12e361b24..5d34315af2d 100644 --- a/app-k9mail/build.gradle.kts +++ b/app-k9mail/build.gradle.kts @@ -41,8 +41,8 @@ android { applicationId = "com.fsck.k9" testApplicationId = "com.fsck.k9.tests" - versionCode = 39001 - versionName = "6.902-SNAPSHOT" + versionCode = 39002 + versionName = "6.902" // Keep in sync with the resource string array "supported_languages" resourceConfigurations.addAll( diff --git a/app-metadata/com.fsck.k9/en-US/changelogs/39002.txt b/app-metadata/com.fsck.k9/en-US/changelogs/39002.txt new file mode 100644 index 00000000000..f41692c41f6 --- /dev/null +++ b/app-metadata/com.fsck.k9/en-US/changelogs/39002.txt @@ -0,0 +1,8 @@ +- Changed a lot of internals to migrate to Material 3. Please note that the Material 3 UI is still in an early state. +- Changed the order of toolbar actions in the message view to match the order in multi-select mode +- Changed default value for "Fetch messages up to" to 128KiB +- Fixed bug where toolbar icons were displayed in the wrong color after performing a swipe action +- Fixed crash when cutting email addresses from a recipient field when composing a message +- Fixed toolbar size when using a non-default system font size +- Added Corsican, Korean, and Vietnamese translations +- Updated 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 978f0294f3f..5474d7425f3 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,16 @@ Locale-specific versions are kept in res/raw-/changelog.xml. --> + + Changed a lot of internals to migrate to Material 3. Please note that the Material 3 UI is still in an early state. + Changed the order of toolbar actions in the message view to match the order in multi-select mode + Changed default value for "Fetch messages up to" to 128KiB + Fixed bug where toolbar icons were displayed in the wrong color after performing a swipe action + Fixed crash when cutting email addresses from a recipient field when composing a message + Fixed toolbar size when using a non-default system font size + Added Corsican, Korean, and Vietnamese translations + Updated translations + Fixed a crash when opening the screen to compose a message