Loading app/k9mail/build.gradle +1 −1 Original line number Diff line number Diff line Loading @@ -50,7 +50,7 @@ android { testApplicationId "com.fsck.k9.tests" versionCode 35000 versionName '6.500-SNAPSHOT' versionName '6.500' // 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 +12 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,18 @@ Locale-specific versions are kept in res/raw-<locale qualifier>/changelog.xml. --> <changelog> <release version="6.500" versioncode="35000" date="2023-01-06"> <change>The light and dark themes are now based on Material Design 2. This is still work in progress.</change> <change>Added a floating compose button to the message list screen</change> <change>Search now also considers recipient addresses</change> <change>Always move to previous/next message when swiping left/right outside of the message body</change> <change>Lists of folders are now sorted alphabetically in account settings</change> <change>Added better support for right-to-left languages when composing messages</change> <change>When sending a message, the associated draft message will be deleted immediately, bypassing the Trash folder</change> <change>mailto:, matrix:, and xmpp: URIs in plain text messages are now turned into links</change> <change>Fixed a bug where notifications would sometimes reappear shortly after having been dismissed</change> <change>Various other bug fixes</change> </release> <release version="6.400" versioncode="34000" date="2022-11-28"> <change>Added swipe actions to the message list screen</change> <change>Added support for swiping between messages</change> Loading fastlane/metadata/android/en-US/changelogs/35000.txt 0 → 100644 +10 −0 Original line number Diff line number Diff line - The light and dark themes are now based on Material Design 2. This is still work in progress. - Added a floating compose button to the message list screen - Search now also considers recipient addresses - Always move to previous/next message when swiping left/right outside of the message body - Lists of folders are now sorted alphabetically in account settings - Added better support for right-to-left languages when composing messages - When sending a message, the associated draft message will be deleted immediately, bypassing the Trash folder - mailto:, matrix:, and xmpp: URIs in plain text messages are now turned into links - Fixed a bug where notifications would sometimes reappear shortly after having been dismissed - Various other bug fixes Loading
app/k9mail/build.gradle +1 −1 Original line number Diff line number Diff line Loading @@ -50,7 +50,7 @@ android { testApplicationId "com.fsck.k9.tests" versionCode 35000 versionName '6.500-SNAPSHOT' versionName '6.500' // 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 +12 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,18 @@ Locale-specific versions are kept in res/raw-<locale qualifier>/changelog.xml. --> <changelog> <release version="6.500" versioncode="35000" date="2023-01-06"> <change>The light and dark themes are now based on Material Design 2. This is still work in progress.</change> <change>Added a floating compose button to the message list screen</change> <change>Search now also considers recipient addresses</change> <change>Always move to previous/next message when swiping left/right outside of the message body</change> <change>Lists of folders are now sorted alphabetically in account settings</change> <change>Added better support for right-to-left languages when composing messages</change> <change>When sending a message, the associated draft message will be deleted immediately, bypassing the Trash folder</change> <change>mailto:, matrix:, and xmpp: URIs in plain text messages are now turned into links</change> <change>Fixed a bug where notifications would sometimes reappear shortly after having been dismissed</change> <change>Various other bug fixes</change> </release> <release version="6.400" versioncode="34000" date="2022-11-28"> <change>Added swipe actions to the message list screen</change> <change>Added support for swiping between messages</change> Loading
fastlane/metadata/android/en-US/changelogs/35000.txt 0 → 100644 +10 −0 Original line number Diff line number Diff line - The light and dark themes are now based on Material Design 2. This is still work in progress. - Added a floating compose button to the message list screen - Search now also considers recipient addresses - Always move to previous/next message when swiping left/right outside of the message body - Lists of folders are now sorted alphabetically in account settings - Added better support for right-to-left languages when composing messages - When sending a message, the associated draft message will be deleted immediately, bypassing the Trash folder - mailto:, matrix:, and xmpp: URIs in plain text messages are now turned into links - Fixed a bug where notifications would sometimes reappear shortly after having been dismissed - Various other bug fixes