aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout/item_pubkey.xml
Commit message (Collapse)AuthorAgeFilesLines
* Avoid the wrath of RomainKenny Root2009-05-301-36/+28
| | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@238 df292f66-193f-0410-a5fc-6d59da041ff2
* * added "in-memory" function to backend service so that unlocked keys can be ↵Jeffrey Sharkey2008-11-021-0/+1
| | | | | | | | | | | | | | 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-1/+1
| | | | | | | CursorAdapter * Convert PubkeyListActivity's icons to image states * Fix typo from last checkin.
* * Add icons for PubkeyListActivity and an empty-list hint TextViewKenny Root2008-10-301-10/+27
| | | | | * Make sure setMargins in terminal emulation can't be fooled * Don't force ConsoleActivity to run in landscape orientation
* * First pass at publickey authentication.Kenny Root2008-10-291-0/+41
* RSA and DSA keys can be generated (not imported yet). * RSA and DSA keys can be copied to the clipboard and deleted. * Encrypted keys are not tried right now, only unencrypted. * Restore Marcus's name (Jeffrey, fix your editor!) * Fix a typo in the EULA.