Skip to content

Commit

Permalink
Version 5.115
Browse files Browse the repository at this point in the history
  • Loading branch information
cketti committed Nov 18, 2016
1 parent 7daf639 commit 4d61ca8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions k9mail/build.gradle
Expand Up @@ -50,8 +50,8 @@ android {
applicationId "com.fsck.k9"
testApplicationId "com.fsck.k9.tests"

versionCode 23113
versionName '5.114'
versionCode 23114
versionName '5.115'

minSdkVersion 15
targetSdkVersion 22
Expand Down
8 changes: 8 additions & 0 deletions k9mail/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.115" versioncode="23114" >
<change>More user interface tweaks for encryption-related functionality</change>
<change>Message signing without encryption is now an expert feature that is disabled by default</change>
<change>Added support for directional pad to move to next/previous message</change>
<change>Worked around a bug when viewing attachments</change>
<change>Fixed notification grouping on Android Wear and Android 7.0</change>
<change>Fixed notification actions on Android 7.0</change>
</release>
<release version="5.114" versioncode="23113" >
<change>User interface tweaks for encryption-related functionality</change>
<change>Fixed crash caused by new message notifications</change>
Expand Down

0 comments on commit 4d61ca8

Please sign in to comment.