Skip to content

Commit

Permalink
Version 5.702
Browse files Browse the repository at this point in the history
  • Loading branch information
cketti committed Dec 13, 2019
1 parent abb137d commit 45dcbc9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/k9mail/build.gradle
Expand Up @@ -40,8 +40,8 @@ android {
applicationId "com.fsck.k9"
testApplicationId "com.fsck.k9.tests"

versionCode 27001
versionName '5.702-SNAPSHOT'
versionCode 27002
versionName '5.702'

minSdkVersion buildConfig.minSdk
targetSdkVersion buildConfig.targetSdk
Expand Down
8 changes: 8 additions & 0 deletions app/ui/src/main/res/xml/changelog_master.xml
Expand Up @@ -8,6 +8,14 @@
They are automatically updated with "ant bump-version".
-->
<changelog>
<release version="5.702" versioncode="27002">
<change>The back button now closes the side drawer instead of exiting the app immediately</change>
<change>Fixed "Download complete message" for POP3 accounts</change>
<change>Fixed bug that could lead to some messages not being synchronized with an IMAP server</change>
<change>Fixed bug where sometimes subjects weren't encoded properly</change>
<change>Fixed crash when changing theme</change>
<change>'Manage folders' now displays folders in the same order as the side drawer</change>
</release>
<release version="5.701" versioncode="27001">
<change>Use account color as accent color in drawer</change>
<change>Removed setting 'Start in Unified Inbox'</change>
Expand Down

0 comments on commit 45dcbc9

Please sign in to comment.