From db4a298b3cd9d81e9f3d6c41093059ed91623115 Mon Sep 17 00:00:00 2001 From: M66B Date: Tue, 14 May 2024 17:42:02 +0200 Subject: [PATCH] Enabled OpenAI/Gemeni for Play Store --- FAQ.md | 4 ++-- PRIVACY.md | 8 ++++---- app/build.gradle | 8 ++++---- index.html | 4 ++-- privacy/index.html | 8 ++++---- 5 files changed, 16 insertions(+), 16 deletions(-) diff --git a/FAQ.md b/FAQ.md index 26a7177aef..abf0e08bd4 100644 --- a/FAQ.md +++ b/FAQ.md @@ -5633,7 +5633,7 @@ It is possible to use **DeepInfra** too (since version 1.2132).
-This feature is experimental and available in the GitHub version only and requires version 1.2053 or later. +This feature is experimental and requires version 1.2053 or later for the GitHub version and version 1.2182 or later for the Play Store version.
@@ -5893,7 +5893,7 @@ For usage instructions, please see [this FAQ](#faq190). Please read the privacy policy of [Gemini](https://support.google.com/gemini/answer/13594961). FairEmail does not use third-party libraries to avoid being tracked when Gemini is not being used. -This feature is experimental and available in the GitHub version only and requires version 1.2171 or later. +This feature is experimental and requires version 1.2171 or later for the GitHub version and version 1.2182 or later for the Play Store version.
diff --git a/PRIVACY.md b/PRIVACY.md index 5489cf6533..ca9bc57183 100644 --- a/PRIVACY.md +++ b/PRIVACY.md @@ -69,8 +69,8 @@ FairEmail **can use** these services if they are explicitly enabled (off by defa * [DeepL](https://www.deepl.com/) – [Privacy policy](https://www.deepl.com/privacy/) * [LanguageTool](https://languagetool.org/) – [Privacy policy](https://languagetool.org/legal/privacy) * [VirusTotal](https://www.virustotal.com/) – [Privacy policy](https://support.virustotal.com/hc/en-us/articles/115002168385-Privacy-Policy) -* [OpenAI](https://openai.com/) (GitHub version only) – [Privacy policy](https://openai.com/policies/privacy-policy) -* [Google Gemini](https://gemini.google.com/) (GitHub version only) – [Privacy policy](https://support.google.com/gemini/answer/13594961) +* [OpenAI](https://openai.com/) – [Privacy policy](https://openai.com/policies/privacy-policy) +* [Google Gemini](https://gemini.google.com/) – [Privacy policy](https://support.google.com/gemini/answer/13594961) * [Gravatar](https://gravatar.com/) (GitHub version only) – [Privacy policy](https://automattic.com/privacy/) * [Libravatar](https://www.libravatar.org/) (GitHub version only) – [Privacy policy](https://www.libravatar.org/privacy/) * [GitHub](https://github.com/) (GitHub version only) – [Privacy policy](https://docs.github.com/en/site-policy/privacy-policies/github-privacy-statement) @@ -108,8 +108,8 @@ This table provides a complete overview of all shared data and the conditions un | LanguageTool | Entered message texts | If LanguageTools is enabled, upon long pressing the save draft button | | VirusTotal | [SHA-256 hash](https://en.wikipedia.org/wiki/SHA-2) of attachments | If VirusTotal is enabled, upon long pressing a scan button (*) | | VirusTotal | Attached file contents | If VirusTotal is enabled, upon long pressing an upload button (*) | -| OpenAI/ChatGPT | Received and entered message texts | If configured and upon pressing a button or using a menu item (*) | -| Google Gemini | Received and entered message texts | If configured and upon pressing a button or using a menu item (*) | +| OpenAI/ChatGPT | Received and entered message texts | If configured and upon pressing a button or using a menu item | +| Google Gemini | Received and entered message texts | If configured and upon pressing a button or using a menu item | | Gravatar | [MD5 hash](https://en.wikipedia.org/wiki/MD5) of email addresses | If Gravatars are enabled, upon receiving a message (*) | | Libravatar | [MD5 hash](https://en.wikipedia.org/wiki/MD5) of email addresses | If Libravatars are enabled, upon receiving a message (*) | | GitHub | None, but see the remarks below | Upon downloading AdGuard tracking parameter list | diff --git a/app/build.gradle b/app/build.gradle index 7d2a407040..083ba4f46e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -301,10 +301,10 @@ android { buildConfigField "String", "ANNOUNCEMENT_URI", "\"\"" buildConfigField "String", "CLOUD_URI", "\"\"" buildConfigField "String", "CLOUD_EMAIL", "\"\"" - buildConfigField "String", "OPENAI_ENDPOINT", "\"\"" - buildConfigField "String", "OPENAI_PRIVACY", "\"\"" - buildConfigField "String", "GEMINI_ENDPOINT", "\"\"" - buildConfigField "String", "GEMINI_PRIVACY", "\"\"" + buildConfigField "String", "OPENAI_ENDPOINT", "\"https://api.openai.com/v1/\"" + buildConfigField "String", "OPENAI_PRIVACY", "\"https://openai.com/policies/privacy-policy\"" + buildConfigField "String", "GEMINI_ENDPOINT", "\"https://generativelanguage.googleapis.com/v1beta/\"" + buildConfigField "String", "GEMINI_PRIVACY", "\"https://support.google.com/gemini/answer/13594961\"" buildConfigField "String", "PWNED_ENDPOINT", "\"https://api.pwnedpasswords.com/\"" buildConfigField "String", "PWNED_URI", "\"https://haveibeenpwned.com/\"" buildConfigField "String", "FDROID", "\"\"" diff --git a/index.html b/index.html index a2ae127f3b..bd852e364c 100644 --- a/index.html +++ b/index.html @@ -2824,7 +2824,7 @@ adb install /path/to/FairEmail-xxx.apk
  • In the integration settings enter the URI https://api.deepinfra.com/v1/openai, an API key and the model name

  • -

    This feature is experimental and available in the GitHub version only and requires version 1.2053 or later.

    +

    This feature is experimental and requires version 1.2053 or later for the GitHub version and version 1.2182 or later for the Play Store version.


    (191) How do I download and keep older messages on my device?

    🌎 Google Translate

    @@ -2940,7 +2940,7 @@ adb install /path/to/FairEmail-xxx.apk

    For usage instructions, please see this FAQ.

    Please read the privacy policy of Gemini. FairEmail does not use third-party libraries to avoid being tracked when Gemini is not being used.

    -

    This feature is experimental and available in the GitHub version only and requires version 1.2171 or later.

    +

    This feature is experimental and requires version 1.2171 or later for the GitHub version and version 1.2182 or later for the Play Store version.


    Get support diff --git a/privacy/index.html b/privacy/index.html index 471108ffe8..20db214f4c 100644 --- a/privacy/index.html +++ b/privacy/index.html @@ -62,8 +62,8 @@
  • DeepL – Privacy policy
  • LanguageTool – Privacy policy
  • VirusTotal – Privacy policy
  • -
  • OpenAI (GitHub version only) – Privacy policy
  • -
  • Google Gemini (GitHub version only) – Privacy policy
  • +
  • OpenAI – Privacy policy
  • +
  • Google Gemini – Privacy policy
  • Gravatar (GitHub version only) – Privacy policy
  • Libravatar (GitHub version only) – Privacy policy
  • GitHub (GitHub version only) – Privacy policy
  • @@ -145,12 +145,12 @@ OpenAI/ChatGPT Received and entered message texts -If configured and upon pressing a button or using a menu item (*) +If configured and upon pressing a button or using a menu item Google Gemini Received and entered message texts -If configured and upon pressing a button or using a menu item (*) +If configured and upon pressing a button or using a menu item Gravatar