blob: 1830ed33b5fd4129911ec151ee77736782e0bb83 (
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
|
<?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[]]></question>
<answer><![CDATA[]]></answer>
-->
</resources>
|