aboutsummaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorJeffrey Sharkey <jsharkey@jsharkey.org>2008-12-29 23:43:42 +0000
committerJeffrey Sharkey <jsharkey@jsharkey.org>2008-12-29 23:43:42 +0000
commit25e660d37f9d3625db2fe608cd9c7985d9d2fdfa (patch)
tree4a9f4a40b650e6fd72b010261a95e42319d3c40f /res/xml
parentad9a45cf8055707d9f77da90c3f44c8208a5f23c (diff)
downloadconnectbot-25e660d37f9d3625db2fe608cd9c7985d9d2fdfa.tar.gz
connectbot-25e660d37f9d3625db2fe608cd9c7985d9d2fdfa.tar.bz2
connectbot-25e660d37f9d3625db2fe608cd9c7985d9d2fdfa.zip
* Added "bumpy arrows" so that arrow keys trigger vibration, useful for laggy connections. Also added preference to turn off if desired.
* Created windowNoTitle style to prevent brief flashing of title bar on ConsoleActivity, instead of requesting programatically. * Slight padding change to EULA screen.
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/preferences.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml
index 8b6da2c..676d866 100644
--- a/res/xml/preferences.xml
+++ b/res/xml/preferences.xml
@@ -106,6 +106,14 @@
android:summary="Prevent Wi-Fi from turning off when a session is active"
android:defaultValue="true"
/>
+
+ <CheckBoxPreference
+ android:key="@string/pref_bumpyarrows"
+ android:title="Bumpy arrow keys"
+ android:summary="Vibrate when sending arrow keys from trackball, useful for laggy connections"
+ android:defaultValue="true"
+ />
+
</PreferenceCategory>
-</PreferenceScreen> \ No newline at end of file
+</PreferenceScreen>