aboutsummaryrefslogtreecommitdiffstats
path: root/res/xml/host_prefs.xml
diff options
context:
space:
mode:
authorJeffrey Sharkey <jsharkey@jsharkey.org>2008-10-25 18:15:23 +0000
committerJeffrey Sharkey <jsharkey@jsharkey.org>2008-10-25 18:15:23 +0000
commit2cecc0403f922721d6c19505b342935e9a29de14 (patch)
tree00ab7d11fe58b9142021d5f5c7eb1e94118637ee /res/xml/host_prefs.xml
parentcb3b1910bf0fd9aa369573610069e540a1d89b68 (diff)
downloadconnectbot-2cecc0403f922721d6c19505b342935e9a29de14.tar.gz
connectbot-2cecc0403f922721d6c19505b342935e9a29de14.tar.bz2
connectbot-2cecc0403f922721d6c19505b342935e9a29de14.zip
* fixed disconnect in several places so that it correctly disposes of any visible gui consoles
* now handling remote socket dropping that disconnects sessions * added disconnected icon to stateful connected.xml list and updated binder to use it * added "post-login automation" in host settings to run commands once authenticated (like screen -dr) * bitmaps are now integral w.r.t. char size, which should resolve "cruft" at bottom of views
Diffstat (limited to 'res/xml/host_prefs.xml')
-rw-r--r--res/xml/host_prefs.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/xml/host_prefs.xml b/res/xml/host_prefs.xml
index 6d4b5da..ca1c12b 100644
--- a/res/xml/host_prefs.xml
+++ b/res/xml/host_prefs.xml
@@ -36,6 +36,12 @@
android:title="Use SSH keys"
/>
+ <EditTextPreference
+ android:key="postlogin"
+ android:title="Post-login automation"
+ android:summary="Commands to run on remote server once authenticated"
+ />
+
<PreferenceCategory
android:title="Connection settings">