aboutsummaryrefslogtreecommitdiffstats
path: root/res/drawable
diff options
context:
space:
mode:
authorJeffrey Sharkey <jsharkey@jsharkey.org>2008-11-02 23:12:26 +0000
committerJeffrey Sharkey <jsharkey@jsharkey.org>2008-11-02 23:12:26 +0000
commit7a4f3578afc79f409ed8da118d9809557cf5ec46 (patch)
tree4f5b5b9e936842e24c07ce3c77c5f71ca9926248 /res/drawable
parentccc3a32792175a561fc2c75ccc4fd9f441295830 (diff)
downloadconnectbot-7a4f3578afc79f409ed8da118d9809557cf5ec46.tar.gz
connectbot-7a4f3578afc79f409ed8da118d9809557cf5ec46.tar.bz2
connectbot-7a4f3578afc79f409ed8da118d9809557cf5ec46.zip
* added "in-memory" function to backend service so that unlocked keys can be stored there. this is also disable-able from settings
* "use any key" for a host will only look through unlocked in-memory keys * implemented "load on start" functionality in backend service * implemented "import key" which lets you select any openssh-formatted key (including passworded-ones) from simple /sdcard browser * cleaned up context menu in pubkeylist, now includes toggle checkbox for "load at start" but only available when password-less and non-imported * clicking a key in pubkeylist will toggle its backend status (decrypt and put in memory, or remove from memory) * created preference for screen orientation forcing versus auto, but still need to test * created preference for camera button behavior, but still need to test
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/pubkey.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/drawable/pubkey.xml b/res/drawable/pubkey.xml
index a77e97a..a2b2c74 100644
--- a/res/drawable/pubkey.xml
+++ b/res/drawable/pubkey.xml
@@ -1,4 +1,4 @@
<selector xmlns:android="http://schemas.android.com/apk/res/android">
- <item android:state_checked="true" android:drawable="@drawable/pubkey_locked" />
- <item android:drawable="@drawable/pubkey_unlocked" />
+ <item android:state_checked="true" android:drawable="@drawable/pubkey_unlocked" />
+ <item android:drawable="@drawable/pubkey_locked" />
</selector> \ No newline at end of file