Skip to content

Commit

Permalink
Version 5.112
Browse files Browse the repository at this point in the history
  • Loading branch information
cketti committed Oct 5, 2016
1 parent c905b30 commit 59cbdcc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
4 changes: 2 additions & 2 deletions k9mail/build.gradle
Expand Up @@ -53,8 +53,8 @@ android {
applicationId "com.fsck.k9"
testApplicationId "com.fsck.k9.tests"

versionCode 23110
versionName '5.111'
versionCode 23111
versionName '5.112'

minSdkVersion 15
targetSdkVersion 22
Expand Down
10 changes: 10 additions & 0 deletions k9mail/src/main/res/xml/changelog_master.xml
Expand Up @@ -8,6 +8,16 @@
They are automatically updated with "ant bump-version".
-->
<changelog>
<release version="5.112" versioncode="23111" >
<change>Fixed crash when selecting folder to move message</change>
<change>Fixed bug where wrong message format was used when replying</change>
<change>Fixed position of context menus on Android 7.0</change>
<change>Fixed icon for encryption status of a message</change>
<change>Hide crypto status when no crypto provider is configured</change>
<change>Hide invalid email addresses of a system contact</change>
<change>Added support for linkifying URLs with new TLDs</change>
<change>Added server settings for more providers</change>
</release>
<release version="5.111" versioncode="23110" >
<change>Fixed replying to and forwarding of encrypted messages</change>
<change>Ask for confirmation on "mark all as read"</change>
Expand Down

0 comments on commit 59cbdcc

Please sign in to comment.