Loading app/k9mail/build.gradle +2 −2 Original line number Diff line number Diff line Loading @@ -48,8 +48,8 @@ android { applicationId "foundation.e.mail" testApplicationId "foundation.e.mail.tests" versionCode 29002 versionName '5.903-SNAPSHOT' versionCode 29003 versionName '5.903' // 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 +16 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,22 @@ Locale-specific versions are kept in res/raw-<locale qualifier>/changelog.xml. --> <changelog> <release date="2021-09-28" version="5.903" versioncode="29003"> <change>Removed the "default account" setting; the first account in the list is now automatically the default account </change> <change>Removed the "hide subject in notifications" setting; use the "lock screen notifications" setting instead </change> <change>Fixed bug where the list of displayed folders wasn't updated when a folder was added or removed from the server </change> <change>Fixed lock screen notification when there's only one new message</change> <change>Fixed bug that lead to newly created accounts not having an account color</change> </release> <release date="2021-09-21" version="5.902" Loading Loading
app/k9mail/build.gradle +2 −2 Original line number Diff line number Diff line Loading @@ -48,8 +48,8 @@ android { applicationId "foundation.e.mail" testApplicationId "foundation.e.mail.tests" versionCode 29002 versionName '5.903-SNAPSHOT' versionCode 29003 versionName '5.903' // 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 +16 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,22 @@ Locale-specific versions are kept in res/raw-<locale qualifier>/changelog.xml. --> <changelog> <release date="2021-09-28" version="5.903" versioncode="29003"> <change>Removed the "default account" setting; the first account in the list is now automatically the default account </change> <change>Removed the "hide subject in notifications" setting; use the "lock screen notifications" setting instead </change> <change>Fixed bug where the list of displayed folders wasn't updated when a folder was added or removed from the server </change> <change>Fixed lock screen notification when there's only one new message</change> <change>Fixed bug that lead to newly created accounts not having an account color</change> </release> <release date="2021-09-21" version="5.902" Loading