Removed Bugsnag info

pull/217/head
M66B 4 months ago
parent bfab7a65af
commit 86ee2ec04d

@ -334,7 +334,7 @@ Anything on this list is in random order and *might* be added in the near future
* [(101) What does the blue/orange dot at the bottom of the conversations mean?](#faq101) * [(101) What does the blue/orange dot at the bottom of the conversations mean?](#faq101)
* [(102) How can I enable auto rotation of images?](#faq102) * [(102) How can I enable auto rotation of images?](#faq102)
* [(103) How can I record audio?](#faq158) * [(103) How can I record audio?](#faq158)
* [(104) What do I need to know about error reporting?](#faq104) * [~~(104) What do I need to know about error reporting?~~](#faq104)
* [(105) How does the roam-like-at-home option work?](#faq105) * [(105) How does the roam-like-at-home option work?](#faq105)
* [(106) Which launchers can show a badge count with the number of unread messages?](#faq106) * [(106) Which launchers can show a badge count with the number of unread messages?](#faq106)
* [(107) How do I use colored stars?](#faq107) * [(107) How do I use colored stars?](#faq107)
@ -3826,10 +3826,12 @@ Note that only [JPEG](https://en.wikipedia.org/wiki/JPEG) and [PNG](https://en.w
<br /> <br />
<a name="faq104"></a> <a name="faq104"></a>
**(104) What do I need to know about error reporting?** **~~(104) What do I need to know about error reporting?~~**
&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https%3A%2F%2Fm66b.github.io%2FFairEmail%2F%23faq104) &#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https%3A%2F%2Fm66b.github.io%2FFairEmail%2F%23faq104)
Error reporting with Bugsnag was removed in version 1.2273.
* Error reports will help improve FairEmail * Error reports will help improve FairEmail
* Error reporting is optional and opt-in * Error reporting is optional and opt-in
* Error reporting can be enabled/disabled via the *miscellaneous* settings tab page * Error reporting can be enabled/disabled via the *miscellaneous* settings tab page

@ -74,7 +74,7 @@ This app starts a foreground service with a low-priority status bar notification
* Confirm opening links, images and attachments * Confirm opening links, images and attachments
* No special permissions required * No special permissions required
* No advertisements * No advertisements
* No analytics and no tracking ([error reporting](https://m66b.github.io/FairEmail/#faq104) via Bugsnag is opt-in) * No analytics and no tracking
* Optional [Android backup](https://developer.android.com/guide/topics/data/backup) * Optional [Android backup](https://developer.android.com/guide/topics/data/backup)
* No [Firebase Cloud Messaging](https://firebase.google.com/docs/cloud-messaging) * No [Firebase Cloud Messaging](https://firebase.google.com/docs/cloud-messaging)
* FairEmail is an original work, not a fork or a clone * FairEmail is an original work, not a fork or a clone
@ -215,14 +215,6 @@ Online translations are supported by:
[![Crowdin logo](/images/localization-at-white-rounded-bordered@1x.png)](https://crowdin.com/project/open-source-email) [![Crowdin logo](/images/localization-at-white-rounded-bordered@1x.png)](https://crowdin.com/project/open-source-email)
Error reporting is sponsored by:
![Bugsnag logo](/images/bugsnag_logo.png)
[Bugsnag](https://www.bugsnag.com/) monitors application stability
and is used to [help improve FairEmail](https://m66b.github.io/FairEmail/#faq104).
Error reporting is disabled by default, see also [the privacy policy](https://github.com/M66B/FairEmail/blob/master/PRIVACY.md#fairemail).
## License ## License
Copyright &copy; 2018-2024 Marcel Bokhorst. All rights reserved. Copyright &copy; 2018-2024 Marcel Bokhorst. All rights reserved.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 8.7 KiB

@ -323,7 +323,7 @@
<li><a href="#faq101">(101) What does the blue/orange dot at the bottom of the conversations mean?</a></li> <li><a href="#faq101">(101) What does the blue/orange dot at the bottom of the conversations mean?</a></li>
<li><a href="#faq102">(102) How can I enable auto rotation of images?</a></li> <li><a href="#faq102">(102) How can I enable auto rotation of images?</a></li>
<li><a href="#faq158">(103) How can I record audio?</a></li> <li><a href="#faq158">(103) How can I record audio?</a></li>
<li><a href="#faq104">(104) What do I need to know about error reporting?</a></li> <li><a href="#faq104"><del>(104) What do I need to know about error reporting?</del></a></li>
<li><a href="#faq105">(105) How does the roam-like-at-home option work?</a></li> <li><a href="#faq105">(105) How does the roam-like-at-home option work?</a></li>
<li><a href="#faq106">(106) Which launchers can show a badge count with the number of unread messages?</a></li> <li><a href="#faq106">(106) Which launchers can show a badge count with the number of unread messages?</a></li>
<li><a href="#faq107">(107) How do I use colored stars?</a></li> <li><a href="#faq107">(107) How do I use colored stars?</a></li>
@ -2033,8 +2033,9 @@ category:promotions</code></pre>
<p>Images will automatically be rotated when automatic resizing of images is enabled in the settings (enabled by default). However, automatic rotating depends on the <a href="https://en.wikipedia.org/wiki/Exif">Exif</a> information to be present and to be correct, which is not always the case. Particularly not when taking a photo with a camara app from FairEmail.</p> <p>Images will automatically be rotated when automatic resizing of images is enabled in the settings (enabled by default). However, automatic rotating depends on the <a href="https://en.wikipedia.org/wiki/Exif">Exif</a> information to be present and to be correct, which is not always the case. Particularly not when taking a photo with a camara app from FairEmail.</p>
<p>Note that only <a href="https://en.wikipedia.org/wiki/JPEG">JPEG</a> and <a href="https://en.wikipedia.org/wiki/Portable_Network_Graphics">PNG</a> images can contain Exif information.</p> <p>Note that only <a href="https://en.wikipedia.org/wiki/JPEG">JPEG</a> and <a href="https://en.wikipedia.org/wiki/Portable_Network_Graphics">PNG</a> images can contain Exif information.</p>
<p><br /></p> <p><br /></p>
<p><a name="faq104"></a> <strong>(104) What do I need to know about error reporting?</strong></p> <p><a name="faq104"></a> <strong><del>(104) What do I need to know about error reporting?</del></strong></p>
<p>🌎 <a href="https://translate.google.com/translate?sl=en&amp;u=https%3A%2F%2Fm66b.github.io%2FFairEmail%2F%23faq104">Google Translate</a></p> <p>🌎 <a href="https://translate.google.com/translate?sl=en&amp;u=https%3A%2F%2Fm66b.github.io%2FFairEmail%2F%23faq104">Google Translate</a></p>
<p>Error reporting with Bugsnag was removed in version 1.2273.</p>
<ul> <ul>
<li>Error reports will help improve FairEmail</li> <li>Error reports will help improve FairEmail</li>
<li>Error reporting is optional and opt-in</li> <li>Error reporting is optional and opt-in</li>

Loading…
Cancel
Save