Loading app/k9mail/build.gradle +2 −2 Original line number Diff line number Diff line Loading @@ -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", Loading app/ui/legacy/src/main/res/raw/changelog_master.xml +8 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
app/k9mail/build.gradle +2 −2 Original line number Diff line number Diff line Loading @@ -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", Loading
app/ui/legacy/src/main/res/raw/changelog_master.xml +8 −0 Original line number Diff line number Diff line Loading @@ -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