Added FAQ

This commit is contained in:
M66B 2022-07-28 19:37:57 +02:00
parent 7c28e7830d
commit 955795a2af
2 changed files with 25 additions and 3 deletions

26
FAQ.md
View File

@ -384,6 +384,7 @@ Fonts, sizes, colors, etc should be material design whenever possible.
* [(179) What are reply templates?](#user-content-faq179)
* [(180) How do I use LanguageTool?](#user-content-faq180)
* [(181) How do I use VirusTotal?](#user-content-faq181)
* [(182) How can I select how a link should be opened?](#user-content-faq182)
[I have another question.](#user-content-get-support)
@ -1809,8 +1810,6 @@ this is even less secure because Google is involved too without providing much b
You can show images and original messages by default for trusted senders on a case-by-case basis by checking *Do not ask this again for ...*.
If you want to reset the default *Open with* apps, please [see here](https://support.google.com/pixelphone/answer/6271667).
<br />
<a name="faq36"></a>
@ -4871,6 +4870,29 @@ This feature was added in version 1.1942 and is available in non Play store vers
<br />
<a name="faq182"></a>
**(182) How can I select how a link should be opened?**
When clicking on a link, a confirmation dialog will be shown. You can select how to open a link below *Open with*.
The available browser(s) will be listed and if a browser supports [Custom Tabs](https://developer.chrome.com/docs/android/custom-tabs/), it will be listed twice,
once with an "open external" icon (the browser will be started standalone, independent of the app)
and once without this icon (the browser will be started embedded as "Custom Tab", dependent of the app).
In addition, *Select app* will be listed, which means that the link will be handed over to Android, which will select how to open the link.
In most cases, this will be with the default browser, which you can select in the Android settings.
If there is choice, Android will ask you how to open the link. You can select *Always* or *Just Once*.
If you want to reset *Always*, please [see here](https://support.google.com/pixelphone/answer/6271667) about how to.
If you ticked *Do not ask this again for [domain name]*, you can undo this by using the *Reset questions* button in the miscellaneous settings tab page of the app.
If you disabled confirming links, you can enable this (temporarily) again in the privacy settings tab page of the app (*Confirm opening links*: off).
Note that you might need to enable confirming links and reset questions to show the link confirmation dialog again.
Please see [this FAQ](#user-content-faq35) on why you should be careful when opening links.
<br />
<h2><a name="get-support"></a>Get support</h2>
&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/FAQ.md%23user-content-get-support)

View File

@ -196,7 +196,7 @@ public class FragmentDialogOpenLink extends FragmentDialogBase {
ibInfo.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
Helper.viewFAQ(v.getContext(), 35);
Helper.viewFAQ(v.getContext(), 182);
}
});