aboutsummaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorJeffrey Sharkey <jsharkey@jsharkey.org>2008-10-26 03:30:23 +0000
committerJeffrey Sharkey <jsharkey@jsharkey.org>2008-10-26 03:30:23 +0000
commitcb8a0cf9827bcec452fd49023a2a940bdd334f62 (patch)
treede7987277d10ab9f4e37066a0119c59376548cfd /res/xml
parent810ee5009750fce33d0d54c4a53e9faf39c72833 (diff)
downloadconnectbot-cb8a0cf9827bcec452fd49023a2a940bdd334f62.tar.gz
connectbot-cb8a0cf9827bcec452fd49023a2a940bdd334f62.tar.bz2
connectbot-cb8a0cf9827bcec452fd49023a2a940bdd334f62.zip
* added port forwarding--tested to work with local "-L" tunnels, tap menu on console to create
* created preference for keep-alive screen feature
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/preferences.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml
index d7fd030..825b457 100644
--- a/res/xml/preferences.xml
+++ b/res/xml/preferences.xml
@@ -36,5 +36,12 @@
android:singleLine="true"
/>
+ <CheckBoxPreference
+ android:key="@string/pref_keepalive"
+ android:title="Keep phone awake"
+ android:summary="Keep the screen from turning off when working in a console"
+ android:defaultValue="true"
+ />
+
</PreferenceScreen> \ No newline at end of file