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 28004 versionName '5.804' versionCode 28005 versionName '5.805' // 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 +4 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,10 @@ Locale-specific versions are kept in res/raw-<locale qualifier>/changelog.xml. --> <changelog> <release version="5.805" versioncode="28005" date="2021-08-21"> <change>Fixed the check for missing incoming/outgoing server credentials (introduced in K-9 Mail 5.804)</change> <change>Changed the 'save attachment' icon (apparently floppy disks are no longer a thing)</change> </release> <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> 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 28004 versionName '5.804' versionCode 28005 versionName '5.805' // 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 +4 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,10 @@ Locale-specific versions are kept in res/raw-<locale qualifier>/changelog.xml. --> <changelog> <release version="5.805" versioncode="28005" date="2021-08-21"> <change>Fixed the check for missing incoming/outgoing server credentials (introduced in K-9 Mail 5.804)</change> <change>Changed the 'save attachment' icon (apparently floppy disks are no longer a thing)</change> </release> <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> Loading