mirror of https://github.com/M66B/FairEmail.git
1.628 release
This commit is contained in:
parent
69fadd295d
commit
8b3edfe1fe
2
FAQ.md
2
FAQ.md
|
@ -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).
|
||||
Tapping on the summary notification will open the unified inbox.
|
||||
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.
|
||||
|
||||
<br />
|
||||
|
|
|
@ -13,8 +13,8 @@ android {
|
|||
applicationId "eu.faircode.email"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 29
|
||||
versionCode 627
|
||||
versionName "1.627"
|
||||
versionCode 628
|
||||
versionName "1.628"
|
||||
archivesBaseName = "FairEmail-v$versionName"
|
||||
|
||||
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera
|
||||
|
|
Loading…
Reference in New Issue