Skip to content

Commit

Permalink
Version 6.900
Browse files Browse the repository at this point in the history
  • Loading branch information
cketti committed May 15, 2024
1 parent 8b977a4 commit 9ba253f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app-k9mail/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ android {
testApplicationId = "com.fsck.k9.tests"

versionCode = 39000
versionName = "6.900-SNAPSHOT"
versionName = "6.900"

// Keep in sync with the resource string array "supported_languages"
resourceConfigurations.addAll(
Expand Down
6 changes: 6 additions & 0 deletions app-metadata/com.fsck.k9/en-US/changelogs/39000.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- Started converting the user interface to Material 3
- Added support for mailto: URI on NFC tag
- Added experimental workaround for the app crashing in the background
- Optimized some of the IMAP protocol interactions
- Don't delay showing the notification when Push is active
- Updated translations
8 changes: 8 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,14 @@
Locale-specific versions are kept in res/raw-<locale qualifier>/changelog.xml.
-->
<changelog>
<release version="6.900" versioncode="39000" date="2024-05-15">
<change>Started converting the user interface to Material 3</change>
<change>Added support for mailto: URI on NFC tag</change>
<change>Added experimental workaround for the app crashing in the background</change>
<change>Optimized some of the IMAP protocol interactions</change>
<change>Don't delay showing the notification when Push is active</change>
<change>Updated translations</change>
</release>
<release version="6.802" versioncode="38002" date="2024-04-05">
<change>Push: Notify user if permission to schedule exact alarms is missing</change>
<change>Renamed "Send client ID" setting to "Send client information"</change>
Expand Down

0 comments on commit 9ba253f

Please sign in to comment.