From 8c1c84c7bd79f0771f06e635af26c79fc5f93ae0 Mon Sep 17 00:00:00 2001 From: M66B Date: Tue, 4 Jun 2024 15:11:26 +0200 Subject: [PATCH] Updated FAQ --- FAQ.md | 3 ++- index.html | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/FAQ.md b/FAQ.md index 2f76cb296d..cfde2b3a2b 100644 --- a/FAQ.md +++ b/FAQ.md @@ -4581,7 +4581,8 @@ Note that developers have no control over F-Droid builds and the F-Droid infrast OAuth access is available only for Play Store and Github releases because email providers permitted the use of OAuth for these releases only. The responsible for a release, for the F-Droid build this is the F-Droid organization, needs to ask for OAuth permissions, -which mostly involves signing a contract with binding terms and conditions. +which mostly involves signing a contract with binding terms and conditions, +often with the clause that the use of OAuth is exclusive. Note that you'll need to uninstall the F-Droid build first before you can install a GitHub release because Android refuses to install ("*App was not installed*") the same app with a different signature for security reasons. diff --git a/index.html b/index.html index a9c3b66f8f..6305856b5d 100644 --- a/index.html +++ b/index.html @@ -1528,7 +1528,7 @@ X-Google-Original-From: Somebody <somebody+extra@example.org>
  • blocklist() (version 1.2176-1.2178; deprecated, use onBlocklist() instead)
  • onBlocklist() (returns a boolean indicating if the sender/server is on a DNS blocklist; since version 1.2179)
  • hasMx() (returns a boolean indicating if the from/reply-to address has an associated MX record; since version 1.2179)
  • -
  • attachments() (returns an integer indicating number of attachments; since version 1.2179)
  • +
  • attachments(regex) (returns an integer indicating number of attachments; since version 1.2179; optional regex since version 1.2194)
  • Jsoup() (returns an array of selected strings; since version 1.2179)
  • Size(array) (returns the number of items in an array; since version 1.2179)
  • knownContact() (returns a boolean indicating that the from/reply-to address is in the Android address book or in the local contacts database)
  • @@ -2342,7 +2342,7 @@ $NotDisplayed

    There is only support on the latest Play store version, the latest GitHub release and the F-Droid build, but only if the version number of the F-Droid build is the same as the version number of the latest GitHub release.

    F-Droid builds irregularly, which can be problematic if there is an important update. Therefore you are advised to switch to the GitHub release.

    Note that developers have no control over F-Droid builds and the F-Droid infrastructure (apps, forums, etc.).

    -

    OAuth access is available only for Play Store and Github releases because email providers permitted the use of OAuth for these releases only. The responsible for a release, for the F-Droid build this is the F-Droid organization, needs to ask for OAuth permissions, which mostly involves signing a contract with binding terms and conditions.

    +

    OAuth access is available only for Play Store and Github releases because email providers permitted the use of OAuth for these releases only. The responsible for a release, for the F-Droid build this is the F-Droid organization, needs to ask for OAuth permissions, which mostly involves signing a contract with binding terms and conditions, often with the clause that the use of OAuth is exclusive.

    Note that you’ll need to uninstall the F-Droid build first before you can install a GitHub release because Android refuses to install (“App was not installed”) the same app with a different signature for security reasons.

    At the start of 2024, the Play Store app started to update all apps, including apps not installed via the Play Store. Since the F-Droid build is signed by the F-Droid organization, which basically means the F-Droid build is another app, updating the F-Droid build will fail. Unfortunately, there is no way to resolve this.

    Note that the GitHub version will automatically check for updates. When desired, this can be turned off in the miscellaneous settings.