Version 5.804

This commit is contained in:
cketti 2021-08-17 23:59:14 +02:00
parent 15b097c9ac
commit 5055669da9
2 changed files with 9 additions and 2 deletions

View file

@ -46,8 +46,8 @@ android {
applicationId "com.fsck.k9"
testApplicationId "com.fsck.k9.tests"
versionCode 28003
versionName '5.803'
versionCode 28004
versionName '5.804'
// Keep in sync with the resource string array 'supported_languages'
resConfigs "in", "br", "ca", "cs", "cy", "da", "de", "et", "en", "en_GB", "es", "eo", "eu", "fr", "gd", "gl",

View file

@ -5,6 +5,13 @@
Locale-specific versions are kept in res/raw-<locale qualifier>/changelog.xml.
-->
<changelog>
<release version="5.804" versioncode="28004" date="2021-08-18">
<change>Fixed a bug where Push didn't work with some servers</change>
<change>Don't connect to the incoming or outgoing server when passwords haven't been provided after import</change>
<change>Added missing scrollbars in screens showing the folder list</change>
<change>Tapping the app icon should now always bring the app to the foreground instead of adding another message list screen</change>
<change>Updated translations</change>
</release>
<release version="5.803" versioncode="28003" date="2021-08-12">
<change>Don't show the icon for the ongoing Push notification in the status bar (on versions older than Android 8.0)</change>
<change>Directly open system settings for notification categories (Android 8.0 and newer)</change>