Merge branch '6.0-MAINT' into main
This commit is contained in:
commit
a042e66367
2 changed files with 38 additions and 0 deletions
|
@ -5,6 +5,26 @@
|
|||
Locale-specific versions are kept in res/raw-<locale qualifier>/changelog.xml.
|
||||
-->
|
||||
<changelog>
|
||||
<release version="6.000" versioncode="30000" date="2022-04-18">
|
||||
<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>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>Restore 'new mail' notifications when the app is restarted</change>
|
||||
<change>Open message from notification in Unified Inbox if possible</change>
|
||||
<change>Hide sensitive information when sync and error notifications are displayed on the lock screen</change>
|
||||
<change>Added a setting to suppress notifications for chat messages</change>
|
||||
<change>Don't create notifications when manually refreshing the message list</change>
|
||||
<change>Don't show notifications for new messages when syncing a folder for the first time</change>
|
||||
<change>Removed the "hide subject in notifications" setting; use the "lock screen notifications" setting instead</change>
|
||||
<change>Fixed back button behavior when opening a single message from a notification</change>
|
||||
<change>A lot of other fixes related to notifications</change>
|
||||
<change>Added support for entering Reply-To addresses when composing a message</change>
|
||||
<change>Optionally show starred message count in side drawer</change>
|
||||
<change>Require the user to authenticate before unmasking server passwords</change>
|
||||
<change>Added a menu option to export the debug log under Settings → General settings → Debugging</change>
|
||||
<change>IMAP: Removed setting to enable remote search (it's now enabled by default; still requires an additional button press)</change>
|
||||
<change>Numerous other bug fixes and improvements (see change log entries for 5.9xx)</change>
|
||||
</release>
|
||||
<release version="5.916" versioncode="29016" date="2022-04-12">
|
||||
<change>Fixed bug that crashed the app when setting a notification sound on certain devices</change>
|
||||
<change>Fixed crash when rotating the device while a delete confirmation dialog was showing</change>
|
||||
|
|
18
fastlane/metadata/android/en-US/changelogs/30000.txt
Normal file
18
fastlane/metadata/android/en-US/changelogs/30000.txt
Normal file
|
@ -0,0 +1,18 @@
|
|||
- Added support for setting the notification vibration pattern on Android 8+
|
||||
- Added support for setting a custom notification light color on Android 8+
|
||||
- Added a setting to configure the notification sound on Android 8+ (because some vendor-specific Android versions removed this feature from their user interface)
|
||||
- Restore 'new mail' notifications when the app is restarted
|
||||
- Open message from notification in Unified Inbox if possible
|
||||
- Hide sensitive information when sync and error notifications are displayed on the lock screen
|
||||
- Added a setting to suppress notifications for chat messages
|
||||
- Don't create notifications when manually refreshing the message list
|
||||
- Don't show notifications for new messages when syncing a folder for the first time
|
||||
- Removed the "hide subject in notifications" setting; use the "lock screen notifications" setting instead
|
||||
- Fixed back button behavior when opening a single message from a notification
|
||||
- A lot of other fixes related to notifications
|
||||
- Added support for entering Reply-To addresses when composing a message
|
||||
- Optionally show starred message count in side drawer
|
||||
- Require the user to authenticate before unmasking server passwords
|
||||
- Added a menu option to export the debug log under Settings → General settings → Debugging
|
||||
- IMAP: Removed setting to enable remote search (it's now enabled by default; still requires an additional button press)
|
||||
- Numerous other bug fixes and improvements (see change log entries for 5.9xx)
|
Loading…
Reference in a new issue