Skip to content

Commit

Permalink
Version 6.902
Browse files Browse the repository at this point in the history
  • Loading branch information
cketti committed Jun 21, 2024
1 parent 82f2f49 commit bee3aa5
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app-k9mail/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
8 changes: 8 additions & 0 deletions app-metadata/com.fsck.k9/en-US/changelogs/39002.txt
Original file line number Diff line number Diff line change
@@ -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
10 changes: 10 additions & 0 deletions app/ui/legacy/src/main/res/raw/changelog_master.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@
Locale-specific versions are kept in res/raw-<locale qualifier>/changelog.xml.
-->
<changelog>
<release version="6.902" versioncode="39002" date="2024-06-21">
<change>Changed a lot of internals to migrate to Material 3. Please note that the Material 3 UI is still in an early state.</change>
<change>Changed the order of toolbar actions in the message view to match the order in multi-select mode</change>
<change>Changed default value for "Fetch messages up to" to 128KiB</change>
<change>Fixed bug where toolbar icons were displayed in the wrong color after performing a swipe action</change>
<change>Fixed crash when cutting email addresses from a recipient field when composing a message</change>
<change>Fixed toolbar size when using a non-default system font size</change>
<change>Added Corsican, Korean, and Vietnamese translations</change>
<change>Updated translations</change>
</release>
<release version="6.901" versioncode="39001" date="2024-05-15">
<change>Fixed a crash when opening the screen to compose a message</change>
</release>
Expand Down

0 comments on commit bee3aa5

Please sign in to comment.