Loading app/k9mail/build.gradle +2 −2 Original line number Diff line number Diff line Loading @@ -48,8 +48,8 @@ android { applicationId "com.fsck.k9" testApplicationId "com.fsck.k9.tests" versionCode 27019 versionName '5.720-SNAPSHOT' versionCode 27020 versionName '5.720' // Keep in sync with the resource string array 'supported_languages' resConfigs "in", "br", "ca", "cs", "cy", "da", "de", "et", "en", "es", "eo", "eu", "fr", "gd", "gl", "hr", Loading app/ui/legacy/src/main/res/xml/changelog_master.xml +6 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,12 @@ They are automatically updated with "ant bump-version". --> <changelog> <release version="5.720​" versioncode="27020"> <change>Fixed bug in preview text extraction that could stop synchronization</change> <change>When displaying text/plain parts the signature is de-emphasized</change> <change>Sharing a message now includes subject, date, sender, and recipients</change> <change>No longer use ISO-8859-1 encoding for headers</change> </release> <release version="5.719" versioncode="27019"> <change>Show image previews for attachments with application/octet-stream MIME type</change> <change>Improved display of certain HTML messages</change> Loading Loading
app/k9mail/build.gradle +2 −2 Original line number Diff line number Diff line Loading @@ -48,8 +48,8 @@ android { applicationId "com.fsck.k9" testApplicationId "com.fsck.k9.tests" versionCode 27019 versionName '5.720-SNAPSHOT' versionCode 27020 versionName '5.720' // Keep in sync with the resource string array 'supported_languages' resConfigs "in", "br", "ca", "cs", "cy", "da", "de", "et", "en", "es", "eo", "eu", "fr", "gd", "gl", "hr", Loading
app/ui/legacy/src/main/res/xml/changelog_master.xml +6 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,12 @@ They are automatically updated with "ant bump-version". --> <changelog> <release version="5.720​" versioncode="27020"> <change>Fixed bug in preview text extraction that could stop synchronization</change> <change>When displaying text/plain parts the signature is de-emphasized</change> <change>Sharing a message now includes subject, date, sender, and recipients</change> <change>No longer use ISO-8859-1 encoding for headers</change> </release> <release version="5.719" versioncode="27019"> <change>Show image previews for attachments with application/octet-stream MIME type</change> <change>Improved display of certain HTML messages</change> Loading