0
0
mirror of https://github.com/thunderbird/thunderbird-android.git synced 2024-09-20 12:12:15 +02:00

Version 6.302

This commit is contained in:
cketti 2022-09-05 13:33:10 +02:00
parent eb2ba52e1a
commit 0286afa6c8
3 changed files with 14 additions and 2 deletions

View File

@ -48,8 +48,8 @@ android {
applicationId "com.fsck.k9"
testApplicationId "com.fsck.k9.tests"
versionCode 33001
versionName '6.302-SNAPSHOT'
versionCode 33002
versionName '6.302'
// 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",

View File

@ -5,6 +5,13 @@
Locale-specific versions are kept in res/raw-<locale qualifier>/changelog.xml.
-->
<changelog>
<release version="6.302" versioncode="33002" date="2022-09-05">
<change>Fixed moving to next/previous message when sorting the message list by read/unread or starred/unstarred</change>
<change>Fixed a crash when a third-party app shared a file to K-9 Mail without granting access to it</change>
<change>Keep some more attributes when sanitizing HTML</change>
<change>A lot of internal changes and improvements</change>
<change>Updated translations</change>
</release>
<release version="6.301" versioncode="33001" date="2022-08-09">
<change>Fixed crash when viewing a message and OpenKeychain needed to display its user interface, e.g. to ask for a password</change>
<change>When composing a message containing consecutive spaces convert them to non-breaking spaces in the generated HTML part of the message</change>

View File

@ -0,0 +1,5 @@
- Fixed moving to next/previous message when sorting the message list by read/unread or starred/unstarred
- Fixed a crash when a third-party app shared a file to K-9 Mail without granting access to it
- Keep some more attributes when sanitizing HTML
- A lot of internal changes and improvements
- Updated translations