0
0
mirror of https://github.com/thunderbird/thunderbird-android.git synced 2024-09-19 19:52:14 +02:00

Version 6.801

This commit is contained in:
cketti 2024-03-11 13:31:44 +01:00
parent 0463c0901d
commit 2c2568dcf4
3 changed files with 18 additions and 2 deletions

View File

@ -34,8 +34,8 @@ android {
applicationId = "com.fsck.k9"
testApplicationId = "com.fsck.k9.tests"
versionCode = 38000
versionName = "6.800"
versionCode = 38001
versionName = "6.801"
// Keep in sync with the resource string array "supported_languages"
resourceConfigurations.addAll(

View File

@ -0,0 +1,7 @@
- Added DNSSEC support when looking for server settings during setup
- Made a change to prevent some software keyboards from capitalizing/auto-correcting email addresses in account setup
- Fixed a crash when a very long subject was used
- Fixed displaying OAuth 2.0 error messages
- Fixed rare crash when downloading an attachment
- Added code to disallow line breaks in single line text inputs
- Updated translations

View File

@ -5,6 +5,15 @@
Locale-specific versions are kept in res/raw-<locale qualifier>/changelog.xml.
-->
<changelog>
<release version="6.801" versioncode="38001" date="2024-03-11">
<change>Added DNSSEC support when looking for server settings during setup</change>
<change>Made a change to prevent some software keyboards from capitalizing/auto-correcting email addresses in account setup</change>
<change>Fixed a crash when a very long subject was used</change>
<change>Fixed displaying OAuth 2.0 error messages</change>
<change>Fixed rare crash when downloading an attachment</change>
<change>Added code to disallow line breaks in single line text inputs</change>
<change>Updated translations</change>
</release>
<release version="6.800" versioncode="38000" date="2024-02-29">
<change>New and improved account setup</change>
<change>Added option to return to the message list after marking a message as unread in the message view</change>