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

Version 6.900

This commit is contained in:
cketti 2024-05-15 16:08:38 +02:00
parent 8b977a485c
commit 9ba253f312
3 changed files with 15 additions and 1 deletions

View File

@ -37,7 +37,7 @@ android {
testApplicationId = "com.fsck.k9.tests"
versionCode = 39000
versionName = "6.900-SNAPSHOT"
versionName = "6.900"
// Keep in sync with the resource string array "supported_languages"
resourceConfigurations.addAll(

View File

@ -0,0 +1,6 @@
- Started converting the user interface to Material 3
- Added support for mailto: URI on NFC tag
- Added experimental workaround for the app crashing in the background
- Optimized some of the IMAP protocol interactions
- Don't delay showing the notification when Push is active
- Updated translations

View File

@ -5,6 +5,14 @@
Locale-specific versions are kept in res/raw-<locale qualifier>/changelog.xml.
-->
<changelog>
<release version="6.900" versioncode="39000" date="2024-05-15">
<change>Started converting the user interface to Material 3</change>
<change>Added support for mailto: URI on NFC tag</change>
<change>Added experimental workaround for the app crashing in the background</change>
<change>Optimized some of the IMAP protocol interactions</change>
<change>Don't delay showing the notification when Push is active</change>
<change>Updated translations</change>
</release>
<release version="6.802" versioncode="38002" date="2024-04-05">
<change>Push: Notify user if permission to schedule exact alarms is missing</change>
<change>Renamed "Send client ID" setting to "Send client information"</change>