1.628 release

pull/160/head
M66B 5 years ago
parent 69fadd295d
commit 8b3edfe1fe

@ -2033,7 +2033,7 @@ This gives you a choice to leave new message notifications as a reminder that th
On Android 7 Nougat and later new message notifications will be [grouped](https://developer.android.com/training/notify-user/group). On Android 7 Nougat and later new message notifications will be [grouped](https://developer.android.com/training/notify-user/group).
Tapping on the summary notification will open the unified inbox. Tapping on the summary notification will open the unified inbox.
The summary notification can be expanded to view individual new message notifications. The summary notification can be expanded to view individual new message notifications.
Tapping on an individual new message notification will open the conversation the message is part of. Tapping on an individual new message notification will open the conversation the message it is part of.
See [this FAQ](#user-content-faq70) about when messages in a conversation will be auto expanded and marked read. See [this FAQ](#user-content-faq70) about when messages in a conversation will be auto expanded and marked read.
<br /> <br />

@ -13,8 +13,8 @@ android {
applicationId "eu.faircode.email" applicationId "eu.faircode.email"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 29 targetSdkVersion 29
versionCode 627 versionCode 628
versionName "1.627" versionName "1.628"
archivesBaseName = "FairEmail-v$versionName" archivesBaseName = "FairEmail-v$versionName"
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera // https://en.wikipedia.org/wiki/List_of_dinosaur_genera

Loading…
Cancel
Save