From dcb090db82b36419a9e6caa7bb552e4899c663bd Mon Sep 17 00:00:00 2001 From: M66B Date: Sat, 10 Feb 2024 12:50:42 +0100 Subject: [PATCH] Updated FAQ --- FAQ.md | 2 ++ index.html | 1 + 2 files changed, 3 insertions(+) diff --git a/FAQ.md b/FAQ.md index 07a5b26229..b4f6c63c65 100644 --- a/FAQ.md +++ b/FAQ.md @@ -5775,6 +5775,8 @@ Requested features should: * comply with common standards (IMAP, SMTP, etc.) * comply with the [Core app quality guidelines](https://developer.android.com/docs/quality-guidelines/core-app-quality) +Features unrelated to email, including reading newsgroups and reading RSS feeds, fall outside the scope of the project. + The goal of the design is to be minimalistic (no unnecessary menus, buttons, etc) and non distracting (no fancy colors, animations, etc). All displayed things should be useful in one or another way and should be carefully positioned for easy usage. Fonts, sizes, colors, etc should be material design whenever possible. diff --git a/index.html b/index.html index 21017eac53..2a30ffa842 100644 --- a/index.html +++ b/index.html @@ -2825,6 +2825,7 @@ adb install /path/to/FairEmail-xxx.apk
  • comply with common standards (IMAP, SMTP, etc.)
  • comply with the Core app quality guidelines
  • +

    Features unrelated to email, including reading newsgroups and reading RSS feeds, fall outside the scope of the project.

    The goal of the design is to be minimalistic (no unnecessary menus, buttons, etc) and non distracting (no fancy colors, animations, etc). All displayed things should be useful in one or another way and should be carefully positioned for easy usage. Fonts, sizes, colors, etc should be material design whenever possible.

    There are requests daily to change the appearance in this or that way, but the problem is that these requests are more often than not conflicting. To prevent making other people unhappy, changes in the appearance always need to clearly and objectively contribute to the usability of the app to be considered.

    A feature will be considered useful to most people if more than 0.1% of the users request a feature, which in practice means about 500 people.