aboutsummaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAndrew Dolgov <fox@fakecake.org>2013-10-16 18:52:04 +0400
committerAndrew Dolgov <fox@fakecake.org>2013-10-16 18:52:04 +0400
commitced4e4b089100920fe937cf4863553e504a35b90 (patch)
tree7695a53b1850cad04dfa9dbc735c8c44f50c5feb /res
parentd6e1597e7360859e0250d71231538c6b993cb9b4 (diff)
bump version, target api 18
make webview software layer optional
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml2
-rw-r--r--res/xml/preferences.xml5
2 files changed, 7 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index f6b0798e..b6831d6d 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -202,4 +202,6 @@
<string name="pref_headline_font_size">Headline text size</string>
<string name="context_confirm_catchup">Mark all articles in %1$s as read?</string>
<string name="theme_system">Device Default</string>
+ <string name="accel_webview_summary">Disable if you see flicker or visual glitches.</string>
+ <string name="accel_webview_title">Accelerate web views</string>
</resources>
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml
index b098b394..7f247d92 100644
--- a/res/xml/preferences.xml
+++ b/res/xml/preferences.xml
@@ -162,6 +162,11 @@
</PreferenceCategory>
<PreferenceCategory android:title="@string/debugging" >
<CheckBoxPreference
+ android:defaultValue="true"
+ android:key="webview_hardware_accel"
+ android:summary="@string/accel_webview_summary"
+ android:title="@string/accel_webview_title" />
+ <CheckBoxPreference
android:defaultValue="false"
android:key="transport_debugging"
android:title="@string/transport_debugging" />