From d9d027195e97ce433d955cd5f22d9b74b331d91a Mon Sep 17 00:00:00 2001 From: M66B Date: Fri, 12 Jul 2019 08:29:07 +0200 Subject: [PATCH] Updated FAQ --- FAQ.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/FAQ.md b/FAQ.md index bb68e95d39..7f343c5457 100644 --- a/FAQ.md +++ b/FAQ.md @@ -44,6 +44,7 @@ For authorizing: * ~~[ManageSieve](https://tools.ietf.org/html/rfc5804)~~ (there are no maintained Java libraries with a suitable license and without dependencies and besides that, FairEmail has its own filter rules) * ~~Search for messages with/without attachments~~ (this cannot be added because IMAP doesn't support searching for attachments) * ~~Search for a folder~~ (filtering a hierarchical folder list is problematic) +* Seach history Anything on this list is in random order and *might* be added in the near future. @@ -597,6 +598,8 @@ Before Android 8 Oreo: there is an advanced option in the setup for this. Android 8 Oreo and later: see [here](https://developer.android.com/training/notify-user/channels) about how to configure notification channels. You can use the button *Manage notifications* in the setup to directly go to the Android notification settings. Note that apps cannot change notification settings, including the notification light setting, on Android 8 Oreo and later anymore. +Apps designed and targeting older Android versions might still be able to control the contents of notifications, +but such apps cannot be updated anymore and recent Android versions will show a warning such apps are outdated.