aboutsummaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2008-11-11 07:18:26 +0000
committerKenny Root <kenny@the-b.org>2008-11-11 07:18:26 +0000
commit1a2f49f29cd051d27cc87c08c4da67175b2ea3fe (patch)
treec9a42d8fe34baf75f6f53e07eccb661de4242357 /res/xml
parentd95071c05fccd687bbfbac98c100acf17724adb2 (diff)
downloadconnectbot-1a2f49f29cd051d27cc87c08c4da67175b2ea3fe.tar.gz
connectbot-1a2f49f29cd051d27cc87c08c4da67175b2ea3fe.tar.bz2
connectbot-1a2f49f29cd051d27cc87c08c4da67175b2ea3fe.zip
* Add compression option to hosts
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/host_prefs.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/res/xml/host_prefs.xml b/res/xml/host_prefs.xml
index 83aa6d6..e414a93 100644
--- a/res/xml/host_prefs.xml
+++ b/res/xml/host_prefs.xml
@@ -51,9 +51,15 @@
/>
<CheckBoxPreference
+ android:key="compression"
+ android:title="Enable compression"
+ android:summary="This may help with slower networks"
+ />
+
+ <CheckBoxPreference
android:key="wantsession"
android:title="Start shell session"
- android:summary="Disable this preference to only use port forwards."
+ android:summary="Disable this preference to only use port forwards"
/>
<PreferenceCategory