aboutsummaryrefslogtreecommitdiffstats
path: root/res/drawable/pubkey.xml
Commit message (Collapse)AuthorAgeFilesLines
* Indentation cleanup, pass 1Kenny Root2009-01-231-3/+10
| | | | | * Change 4-spaces to tabs (I blame Eclipse's editor) * Remove white spaces from end of lines
* * added "in-memory" function to backend service so that unlocked keys can be ↵Jeffrey Sharkey2008-11-021-2/+2
| | | | | | | | | | | | | | 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
* * Convert PubkeyListActivity to use a ViewBinder instead of a custom ↵Kenny Root2008-11-011-0/+4
CursorAdapter * Convert PubkeyListActivity's icons to image states * Fix typo from last checkin.