blob: 79a786a737de53dc7562db322588e2ff5b5ab85b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
<?xml version="1.0" encoding="utf-8"?>
<resources>
<question><![CDATA[Can you add feature xxx?]]></question>
<answer><![CDATA[I'm always opened to suggestions,
and if a feature will enhance your experience, I'd like to hear it.
However, please consider taking a look at my
<a href="https://github.com/AllanWang/Frost-for-Facebook/issues">issue tracker</a> first to avoid duplicate requests.]]></answer>
<question><![CDATA[I can't scroll horizontally in the webviews.]]></question>
<answer><![CDATA[This is known since the viewpager takes priority for horizontal scrolling.
Frost has addressed this by allowing horizontal web scrolls if you tap and hold before scrolling.]]></answer>
<question><![CDATA[Can I get more frequent notifications?]]></question>
<answer><![CDATA[I made the decision to prioritize battery life by using a newer job scheduler for Android.
This means that your framework picks the best time to fetch the notifications, and the lowest window is 15 minutes.
This is also why I don't require the wakelock permission]]></answer>
<question><![CDATA[Can I disable auto play for videos?]]></question>
<answer>
<![CDATA[Facebook already has a toggle. <br/> Go to menu → account settings → videos <br/> and change it from there.]]></answer>
<question><![CDATA[The overlay is not loading!]]></question>
<answer><![CDATA[This usually happens if you try sharing something to Facebook from your browser, which is logged into a different account.
In this case, make sure you switch Frost to the right account first, as we cannot auto detect it.]]></answer>
<!--
<question><![CDATA[]]></question>
<answer><![CDATA[]]></answer>
-->
</resources>
|