diff --git a/app/k9mail/build.gradle b/app/k9mail/build.gradle index 21201ef41..c19c2c334 100644 --- a/app/k9mail/build.gradle +++ b/app/k9mail/build.gradle @@ -49,8 +49,8 @@ android { applicationId "com.fsck.k9" testApplicationId "com.fsck.k9.tests" - versionCode 27025 - versionName '5.726-SNAPSHOT' + versionCode 27026 + versionName '5.726' // Keep in sync with the resource string array 'supported_languages' resConfigs "in", "br", "ca", "cs", "cy", "da", "de", "et", "en", "es", "eo", "eu", "fr", "gd", "gl", "hr", diff --git a/app/ui/legacy/src/main/res/xml/changelog_master.xml b/app/ui/legacy/src/main/res/xml/changelog_master.xml index 2f838c2a0..d245a7740 100644 --- a/app/ui/legacy/src/main/res/xml/changelog_master.xml +++ b/app/ui/legacy/src/main/res/xml/changelog_master.xml @@ -8,6 +8,12 @@ They are automatically updated with "ant bump-version". --> + + Updated password input fields to be able to reveal passwords + Added support for going back to previous steps when setting up an account + Fixed a couple of crashes + Updated translations + Prefer email addresses marked as default in email auto-completion popup Internal changes