Updated FAQ

master
M66B 5 days ago
parent 87054a255d
commit 20293f3e77

@ -4807,7 +4807,7 @@ This requires a compatible audio recorder app to be installed.
In particular [this common intent](https://developer.android.com/reference/android/provider/MediaStore.Audio.Media.html#RECORD_SOUND_ACTION)
needs to be supported.
~~For example [this audio recorder](https://f-droid.org/app/com.github.axet.audiorecorder) is compatible.~~
For example [this audio recorder](https://f-droid.org/en/packages/io.github.leonidius20.recorder.lite/) is compatible.
Voice notes will automatically be attached.
@ -5132,7 +5132,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 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/))~~
* [Recording Studio Lite](https://f-droid.org/en/packages/io.github.leonidius20.recorder.lite/)
To take photos, the camera app needs to support [MediaStore.ACTION_IMAGE_CAPTURE](https://developer.android.com/media/camera/camera-intents#take_a_photo_with_a_camera_app).
Not all camera apps support this, unfortunately.

@ -2467,7 +2467,7 @@ $NotDisplayed</code></pre>
<p>To record voice notes you can press this icon in the bottom action bar of the message composer:</p>
<p><img alt="Record image" src="https://raw.githubusercontent.com/M66B/FairEmail/master/images/baseline_record_voice_over_black_48dp.png" width="48" height="48" /></p>
<p>This requires a compatible audio recorder app to be installed. In particular <a href="https://developer.android.com/reference/android/provider/MediaStore.Audio.Media.html#RECORD_SOUND_ACTION">this common intent</a> needs to be supported.</p>
<p><del>For example <a href="https://f-droid.org/app/com.github.axet.audiorecorder">this audio recorder</a> is compatible.</del></p>
<p>For example <a href="https://f-droid.org/en/packages/io.github.leonidius20.recorder.lite/">this audio recorder</a> is compatible.</p>
<p>Voice notes will automatically be attached.</p>
<p><br /></p>
<p><a name="faq145"></a> <strong>(145) How can I set a notification sound for an account, folder, sender or condition?</strong></p>
@ -2619,7 +2619,7 @@ https://favicon.yandex.net/favicon/{domain}</code></pre>
<p>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:</p>
<ul>
<li><a href="https://play.google.com/store/apps/details?id=net.sourceforge.opencamera">Open Camera</a> (<a href="https://f-droid.org/en/packages/net.sourceforge.opencamera/">F-Droid</a>)</li>
<li><del><a href="https://play.google.com/store/apps/details?id=com.github.axet.audiorecorder">Audio Recorder version 3.3.24+</a> (<a href="https://f-droid.org/packages/com.github.axet.audiorecorder/">F-Droid</a>)</del></li>
<li><a href="https://f-droid.org/en/packages/io.github.leonidius20.recorder.lite/">Recording Studio Lite</a></li>
</ul>
<p>To take photos, the camera app needs to support <a href="https://developer.android.com/media/camera/camera-intents#take_a_photo_with_a_camera_app">MediaStore.ACTION_IMAGE_CAPTURE</a>. Not all camera apps support this, unfortunately.</p>
<p>To record voice notes, etc, the audio recorder needs to support <a href="https://developer.android.com/reference/android/provider/MediaStore.Audio.Media#RECORD_SOUND_ACTION">MediaStore.Audio.Media.RECORD_SOUND_ACTION</a>. Oddly, most audio recorders seem not to support this standard Android action.</p>

Loading…
Cancel
Save