Version 5.803
This commit is contained in:
parent
23410a3b42
commit
acbeff5b98
2 changed files with 10 additions and 2 deletions
|
@ -46,8 +46,8 @@ android {
|
|||
applicationId "com.fsck.k9"
|
||||
testApplicationId "com.fsck.k9.tests"
|
||||
|
||||
versionCode 28002
|
||||
versionName '5.803-SNAPSHOT'
|
||||
versionCode 28003
|
||||
versionName '5.803'
|
||||
|
||||
// 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",
|
||||
|
|
|
@ -5,6 +5,14 @@
|
|||
Locale-specific versions are kept in res/raw-<locale qualifier>/changelog.xml.
|
||||
-->
|
||||
<changelog>
|
||||
<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>
|
||||
<change>Fixed a bug where a notification wasn't removed when the associated message was deleted</change>
|
||||
<change>Ignore unnecessary spaces when filtering the list of folders</change>
|
||||
<change>Fixed crypto status icons not being clickable</change>
|
||||
<change>Updated translations</change>
|
||||
</release>
|
||||
<release version="5.802" versioncode="28002" date="2021-08-04">
|
||||
<change>Fixed a bug that was triggered when Push was enabled, but the server didn't support Push. If you've noticed high battery drain, this was probably it</change>
|
||||
<change>Added support for archive and spam actions in the Unified Inbox</change>
|
||||
|
|
Loading…
Reference in a new issue