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

K-9 Mail 5.912

This commit is contained in:
cketti 2022-02-22 21:35:04 +01:00
parent 2152d0d30e
commit b165aeaf81
3 changed files with 20 additions and 2 deletions

View File

@ -47,8 +47,8 @@ android {
applicationId "com.fsck.k9"
testApplicationId "com.fsck.k9.tests"
versionCode 29011
versionName '5.912-SNAPSHOT'
versionCode 29012
versionName '5.912'
// 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,16 @@
Locale-specific versions are kept in res/raw-<locale qualifier>/changelog.xml.
-->
<changelog>
<release version="5.912" versioncode="29012" date="2022-02-22">
<change>Fixed bugs where notifications weren't removed when they should have been</change>
<change>Added a setting to configure the notification sound on Android 8+ (because some vendor-specific Android versions removed this feature from their user interface)</change>
<change>Automatically recover in situations where messages can't be sent because the Outbox folder is missing</change>
<change>Added more logging around 'new message' notifications</change>
<change>Always prompt which app to use when sharing links</change>
<change>Removed the the button bar in the drawer and switched back to the sticky footer</change>
<change>Don't expose MessageProvider to third-party apps</change>
<change>Updated the app to target the Android 12 API</change>
</release>
<release version="5.911" versioncode="29011" date="2022-02-12">
<change>Reworked the user interface for the vibration pattern setting</change>
<change>Reworked the notification light color setting</change>

View File

@ -0,0 +1,8 @@
- Fixed bugs where notifications weren't removed when they should have been
- Added a setting to configure the notification sound on Android 8+ (because some vendor-specific Android versions removed this feature from their user interface)
- Automatically recover in situations where messages can't be sent because the Outbox folder is missing
- Added more logging around 'new message' notifications
- Always prompt which app to use when sharing links
- Removed the the button bar in the drawer and switched back to the sticky footer
- Don't expose MessageProvider to third-party apps
- Updated the app to target the Android 12 API