Updated FAQ

This commit is contained in:
M66B 2020-12-01 22:12:26 +01:00
parent 7debdd47c3
commit bff2c39c4d
1 changed files with 3 additions and 16 deletions

19
FAQ.md
View File

@ -228,7 +228,7 @@ Fonts, sizes, colors, etc should be material design whenever possible.
* [(100) How can I synchronize Gmail categories?](#user-content-faq100)
* [(101) What does the blue/orange dot at the bottom of the conversations mean?](#user-content-faq101)
* [(102) How can I enable auto rotation of images?](#user-content-faq102)
* [(103) How can I record audio?](#user-content-faq103)
* [(103) How can I record audio?](#user-content-faq158)
* [(104) What do I need to know about error reporting?](#user-content-faq104)
* [(105) How does the roam-like-at-home option work?](#user-content-faq105)
* [(106) Which launchers can show a badge count with the number of unread messages?](#user-content-faq106)
@ -2492,17 +2492,6 @@ Note that only [JPEG](https://en.wikipedia.org/wiki/JPEG) and [PNG](https://en.w
<br />
<a name="faq103"></a>
**(103) How can I record audio?**
You can record audio if you have a recording app installed
which supports the [RECORD_SOUND_ACTION](https://developer.android.com/reference/android/provider/MediaStore.Audio.Media#RECORD_SOUND_ACTION) intent.
If no supported app is installed, FairEmail will not show a record audio action/icon.
Unfortunately and surprisingly, most recording apps do not seem to support this intent (they should).
<br />
<a name="faq104"></a>
**(104) What do I need to know about error reporting?**
@ -3318,6 +3307,7 @@ Veuillez [voir ici](http://jc.etiemble.free.fr/abc/index.php/trucs-astuces/confi
<br />
<a name="faq103"></a>
<a name="faq158"></a>
**(158) Which camera / audio recorder do you recommend?**
@ -3325,10 +3315,7 @@ To take photos and to record audio a camera and an audio recorder app are needed
The following apps are open source cameras and audio recorders:
* [Open Camera](https://play.google.com/store/apps/details?id=net.sourceforge.opencamera) ([F-Droid](https://f-droid.org/en/packages/net.sourceforge.opencamera/))
* [Audio Recorder](https://play.google.com/store/apps/details?id=com.github.axet.audiorecorder) ([F-Droid](https://f-droid.org/packages/com.github.axet.audiorecorder/))
**Important**: recent versions of *Audio Recorder* [don't return the recorded audio anymore](https://gitlab.com/axet/android-audio-recorder/-/issues/182).
This worked fine with version 3.3.13, which is still available on F-Droid.
* [Audio Recorder version 3.3.24+](https://play.google.com/store/apps/details?id=com.github.axet.audiorecorder) ([F-Droid](https://f-droid.org/packages/com.github.axet.audiorecorder/))
To record voice notes, etc, the audio recorder needs to support
[MediaStore.Audio.Media.RECORD_SOUND_ACTION](https://developer.android.com/reference/android/provider/MediaStore.Audio.Media#RECORD_SOUND_ACTION).