Loading k9mail/build.gradle +2 −2 Original line number Diff line number Diff line Loading @@ -47,8 +47,8 @@ android { applicationId "com.fsck.k9" testApplicationId "com.fsck.k9.tests" versionCode 23080 versionName '5.108' versionCode 23090 versionName '5.109' minSdkVersion 15 targetSdkVersion 22 Loading k9mail/src/main/res/xml/changelog_master.xml +11 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,17 @@ They are automatically updated with "ant bump-version". --> <changelog> <release version="5.109" versioncode="23090" > <change>Added support for List-Post header</change> <change>Added support for sub-folders (WebDAV)</change> <change>Display notification on authentication failures</change> <change>Protect against the Surreptitious Sharing vulnerability</change> <change>Re-enabled search in message bodies</change> <change>Fixed support for PGP/INLINE</change> <change>Fixed bug where some threads had multiple entries in the message list</change> <change>Fixed 'reply to all'</change> <change>More bug fixes</change> </release> <release version="5.108" versioncode="23080" > <change>Added rudimentary support for reading and composing PGP/MIME messages</change> <change>Added support for stacked single message notifications on Android Wear</change> Loading Loading
k9mail/build.gradle +2 −2 Original line number Diff line number Diff line Loading @@ -47,8 +47,8 @@ android { applicationId "com.fsck.k9" testApplicationId "com.fsck.k9.tests" versionCode 23080 versionName '5.108' versionCode 23090 versionName '5.109' minSdkVersion 15 targetSdkVersion 22 Loading
k9mail/src/main/res/xml/changelog_master.xml +11 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,17 @@ They are automatically updated with "ant bump-version". --> <changelog> <release version="5.109" versioncode="23090" > <change>Added support for List-Post header</change> <change>Added support for sub-folders (WebDAV)</change> <change>Display notification on authentication failures</change> <change>Protect against the Surreptitious Sharing vulnerability</change> <change>Re-enabled search in message bodies</change> <change>Fixed support for PGP/INLINE</change> <change>Fixed bug where some threads had multiple entries in the message list</change> <change>Fixed 'reply to all'</change> <change>More bug fixes</change> </release> <release version="5.108" versioncode="23080" > <change>Added rudimentary support for reading and composing PGP/MIME messages</change> <change>Added support for stacked single message notifications on Android Wear</change> Loading