Version 5.907
This commit is contained in:
parent
09ea6bd7e8
commit
cbd2ded456
3 changed files with 22 additions and 2 deletions
|
@ -47,8 +47,8 @@ android {
|
||||||
applicationId "com.fsck.k9"
|
applicationId "com.fsck.k9"
|
||||||
testApplicationId "com.fsck.k9.tests"
|
testApplicationId "com.fsck.k9.tests"
|
||||||
|
|
||||||
versionCode 29006
|
versionCode 29007
|
||||||
versionName '5.907-SNAPSHOT'
|
versionName '5.907'
|
||||||
|
|
||||||
// Keep in sync with the resource string array 'supported_languages'
|
// 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",
|
resConfigs "in", "br", "ca", "cs", "cy", "da", "de", "et", "en", "en_GB", "es", "eo", "eu", "fr", "gd", "gl",
|
||||||
|
|
|
@ -5,6 +5,17 @@
|
||||||
Locale-specific versions are kept in res/raw-<locale qualifier>/changelog.xml.
|
Locale-specific versions are kept in res/raw-<locale qualifier>/changelog.xml.
|
||||||
-->
|
-->
|
||||||
<changelog>
|
<changelog>
|
||||||
|
<release version="5.907" versioncode="29007" date="2021-12-27">
|
||||||
|
<change>Added support for setting the notification vibration pattern on Android 8+</change>
|
||||||
|
<change>Added support for setting a custom notification light color on Android 8+</change>
|
||||||
|
<change>Fixed back button behavior when opening a single message from a notification</change>
|
||||||
|
<change>Improved behavior when clicking grouped notifications for new messages of an account</change>
|
||||||
|
<change>Hide sensitive information when sync and error notifications are displayed on the lock screen</change>
|
||||||
|
<change>The account color is now used for sync and error notifications</change>
|
||||||
|
<change>Hide notification vibration settings when there's no vibrator hardware</change>
|
||||||
|
<change>Fixed hotkey handling when using non-QWERTY keyboard layouts</change>
|
||||||
|
<change>Updated translations</change>
|
||||||
|
</release>
|
||||||
<release version="5.906" versioncode="29006" date="2021-12-07">
|
<release version="5.906" versioncode="29006" date="2021-12-07">
|
||||||
<change>Set the auto-expand folder to 'Inbox' by default</change>
|
<change>Set the auto-expand folder to 'Inbox' by default</change>
|
||||||
<change>Restore 'new mail' notifications when the app is restarted</change>
|
<change>Restore 'new mail' notifications when the app is restarted</change>
|
||||||
|
|
9
fastlane/metadata/android/en-US/changelogs/29007.txt
Normal file
9
fastlane/metadata/android/en-US/changelogs/29007.txt
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
- Added support for setting the notification vibration pattern on Android 8+
|
||||||
|
- Added support for setting a custom notification light color on Android 8+
|
||||||
|
- Fixed back button behavior when opening a single message from a notification
|
||||||
|
- Improved behavior when clicking grouped notifications for new messages of an account
|
||||||
|
- Hide sensitive information when sync and error notifications are displayed on the lock screen
|
||||||
|
- The account color is now used for sync and error notifications
|
||||||
|
- Hide notification vibration settings when there's no vibrator hardware
|
||||||
|
- Fixed hotkey handling when using non-QWERTY keyboard layouts
|
||||||
|
- Updated translations
|
Loading…
Reference in a new issue