Loading app/k9mail/build.gradle +2 −2 Original line number Diff line number Diff line Loading @@ -47,8 +47,8 @@ android { applicationId "com.fsck.k9" testApplicationId "com.fsck.k9.tests" versionCode 29009 versionName '5.910-SNAPSHOT' versionCode 29010 versionName '5.910' // 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 +7 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,13 @@ Locale-specific versions are kept in res/raw-<locale qualifier>/changelog.xml. --> <changelog> <release version="5.910" versioncode="29010" date="2022-01-25"> <change>POP3: Changed the way the list of supported authentication methods is retrieved from the server</change> <change>IMAP: Removed setting to enable remote search (it's now enabled by default; still requires an additional button press)</change> <change>Changed the default color for registered contacts to provide good contrast with both light and dark themes</change> <change>Fixed search by sender name</change> <change>Ignore spaces at the end of the username inserted by some software keyboards when using auto-completion</change> </release> <release version="5.909" versioncode="29009" date="2022-01-12"> <change>Only remove notifications for messages currently being displayed</change> <change>Open message from notification in Unified Inbox if possible</change> Loading fastlane/metadata/android/en-US/changelogs/29010.txt 0 → 100644 +5 −0 Original line number Diff line number Diff line - POP3: Changed the way the list of supported authentication methods is retrieved from the server - IMAP: Removed setting to enable remote search (it's now enabled by default; still requires an additional button press) - Changed the default color for registered contacts to provide good contrast with both light and dark themes - Fixed search by sender name - Ignore spaces at the end of the username inserted by some software keyboards when using auto-completion Loading
app/k9mail/build.gradle +2 −2 Original line number Diff line number Diff line Loading @@ -47,8 +47,8 @@ android { applicationId "com.fsck.k9" testApplicationId "com.fsck.k9.tests" versionCode 29009 versionName '5.910-SNAPSHOT' versionCode 29010 versionName '5.910' // 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 +7 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,13 @@ Locale-specific versions are kept in res/raw-<locale qualifier>/changelog.xml. --> <changelog> <release version="5.910" versioncode="29010" date="2022-01-25"> <change>POP3: Changed the way the list of supported authentication methods is retrieved from the server</change> <change>IMAP: Removed setting to enable remote search (it's now enabled by default; still requires an additional button press)</change> <change>Changed the default color for registered contacts to provide good contrast with both light and dark themes</change> <change>Fixed search by sender name</change> <change>Ignore spaces at the end of the username inserted by some software keyboards when using auto-completion</change> </release> <release version="5.909" versioncode="29009" date="2022-01-12"> <change>Only remove notifications for messages currently being displayed</change> <change>Open message from notification in Unified Inbox if possible</change> Loading
fastlane/metadata/android/en-US/changelogs/29010.txt 0 → 100644 +5 −0 Original line number Diff line number Diff line - POP3: Changed the way the list of supported authentication methods is retrieved from the server - IMAP: Removed setting to enable remote search (it's now enabled by default; still requires an additional button press) - Changed the default color for registered contacts to provide good contrast with both light and dark themes - Fixed search by sender name - Ignore spaces at the end of the username inserted by some software keyboards when using auto-completion