diff --git a/CHANGELOG.md b/CHANGELOG.md index 52d02c5306..69d8ea27d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ For support you can use [the contact form](https://contact.faircode.eu/?product= ### Next version -* Added [Gemini](https://gemini.google.com/) integration +* Added [Gemini](https://github.com/M66B/FairEmail/blob/master/FAQ.md#faq204) integration * Added answer button to buttons configuration * Small improvements and minor bug fixes * Updated [Public Suffix List](https://github.com/publicsuffix/list) diff --git a/FAQ.md b/FAQ.md index f8a67fa6f5..1da3689ad6 100644 --- a/FAQ.md +++ b/FAQ.md @@ -5806,14 +5806,19 @@ Basically, an outgoing message is either in the draft messages folder, the outbo **(204) How do I use Gemini?** +To use [Gemini](https://gemini.google.com/), please follow these steps: + 1. Check if your country [is supported](https://support.google.com/gemini/answer/13575153) 1. Get an API key via [here](https://ai.google.dev/tutorials/setup) 1. Enter the API key in the integration settings tab page 1. Enable Gemini integration in the integration settings tab page -For usage, please see [this FAQ](#faq190) +For usage instructions, please see [this FAQ](#faq190). -This feature was added in version 1.2171. +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 was added in version 1.2171 and is available in the GitHub version of the app only.
diff --git a/app/build.gradle b/app/build.gradle index 21bda2ad3e..d1d79f7e54 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -214,7 +214,7 @@ android { 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://policies.google.com/privacy\"" + buildConfigField "String", "GEMINI_PRIVACY", "\"https://support.google.com/gemini/answer/13594961\"" buildConfigField "String", "FDROID", "\"https://f-droid.org/packages/%s/\"" } large { @@ -238,7 +238,7 @@ android { 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://policies.google.com/privacy\"" + buildConfigField "String", "GEMINI_PRIVACY", "\"https://support.google.com/gemini/answer/13594961\"" buildConfigField "String", "FDROID", "\"https://f-droid.org/packages/%s/\"" } fdroid { @@ -271,7 +271,7 @@ android { 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://policies.google.com/privacy\"" + buildConfigField "String", "GEMINI_PRIVACY", "\"https://support.google.com/gemini/answer/13594961\"" buildConfigField "String", "FDROID", "\"https://f-droid.org/packages/%s/\"" } play { diff --git a/app/src/main/assets/CHANGELOG.md b/app/src/main/assets/CHANGELOG.md index 52d02c5306..69d8ea27d9 100644 --- a/app/src/main/assets/CHANGELOG.md +++ b/app/src/main/assets/CHANGELOG.md @@ -8,7 +8,7 @@ For support you can use [the contact form](https://contact.faircode.eu/?product= ### Next version -* Added [Gemini](https://gemini.google.com/) integration +* Added [Gemini](https://github.com/M66B/FairEmail/blob/master/FAQ.md#faq204) integration * Added answer button to buttons configuration * Small improvements and minor bug fixes * Updated [Public Suffix List](https://github.com/publicsuffix/list) diff --git a/index.html b/index.html index 7d03dc5337..7ed71fa83d 100644 --- a/index.html +++ b/index.html @@ -2859,14 +2859,16 @@ adb install /path/to/FairEmail-xxx.apk

Basically, an outgoing message is either in the draft messages folder, the outbox, or the sent messages folder.


(204) How do I use Gemini?

+

To use Gemini, please follow these steps:

  1. Check if your country is supported
  2. Get an API key via here
  3. Enter the API key in the integration settings tab page
  4. Enable Gemini integration in the integration settings tab page
-

For usage, please see this FAQ

-

This feature was added in version 1.2171.

+

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 was added in version 1.2171 and is available in the GitHub version of the app only.


Get support