From d92d47b5cae3d1b60920a33f24e0fd23fe0054ec Mon Sep 17 00:00:00 2001 From: Jeffrey Sharkey Date: Mon, 27 Oct 2008 19:05:01 +0000 Subject: * added better keyboard shortcut into to wizard * moved a large chunk of strings into strings.xml, still need to think harder about how to handle in TerminalBridge because it needs a Resources object * udpated version strings in manifest to 1.1 and 110 * removed R.java file to help svn-build-bot --- res/drawable/keyboard.png | Bin 0 -> 152330 bytes res/layout/wiz_features.xml | 14 ++----- res/layout/wiz_keyboard.xml | 89 ++++++++++++++++++++++++++++++++++++++++++++ res/values/strings.xml | 63 +++++++++++++++++++++++++++++++ 4 files changed, 155 insertions(+), 11 deletions(-) create mode 100644 res/drawable/keyboard.png create mode 100644 res/layout/wiz_keyboard.xml (limited to 'res') diff --git a/res/drawable/keyboard.png b/res/drawable/keyboard.png new file mode 100644 index 0000000..a62e9dd Binary files /dev/null and b/res/drawable/keyboard.png differ diff --git a/res/layout/wiz_features.xml b/res/layout/wiz_features.xml index cfda82a..c372010 100644 --- a/res/layout/wiz_features.xml +++ b/res/layout/wiz_features.xml @@ -44,15 +44,7 @@ android:layout_height="wrap_content" android:text="When you have multiple sessions open, you can 'pan' between them by swiping your finger left-to-right or right-to-left over the screen." android:textAppearance="?android:attr/textAppearanceMedium" - android:paddingBottom="10dip" - /> - - diff --git a/res/layout/wiz_keyboard.xml b/res/layout/wiz_keyboard.xml new file mode 100644 index 0000000..b51bb62 --- /dev/null +++ b/res/layout/wiz_keyboard.xml @@ -0,0 +1,89 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/values/strings.xml b/res/values/strings.xml index 2ec0bc6..607734b 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -33,6 +33,7 @@ Copyright © 2007-2008 Kenny Root http://the-b.org/, Jeffrey Sharkey http://jsharkey.org/ v1.0 + emulation scrollback keepalive @@ -42,4 +43,66 @@ %s hours ago %s days ago + + + Copied %d bytes to clipboard + Touch and drag to select area to copy + + Disconnect + Copy + Paste + Tunnel + + Create tunnel + Cancel + + Successfully created tunnel -L%d:%s:%d + Successfully created tunnel -R%d:%s:%d + Problem creating tunnel, maybe you're using ports under 1024? + + Use the format 'username@hostname:port' + Sort by color + Sort by name + Settings + About + + Disconnect + Edit host + Delete host + + Are you sure you want to delete '%s'? + Yes, delete + Cancel + + + Agree + Cancel + Next + Back + + + The authenticity of host '%s' can't be established. + RSA key fingerprint is %s + Are you sure you want\nto continue connecting? + + Host key verification failed. + + Trying to authenticate + + Attempting 'password' authentication + Password + Authentication method 'password' failed + + Attempting 'keyboard-interactive' authentication + Authentication method 'keyboard-interactive' failed + + [Your host doesn't support 'password' or 'keyboard-interactive' authentication.] + + New version + Yes, upgrade + Not right now + + + + -- cgit v1.2.3