aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout/act_generatepubkey.xml
Commit message (Collapse)AuthorAgeFilesLines
* Add confirm-use and lifetime constraints to individual pubkeysKenny Root2009-06-261-0/+6
| | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@334 df292f66-193f-0410-a5fc-6d59da041ff2
* Avoid the wrath of RomainKenny Root2009-05-301-162/+165
| | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@238 df292f66-193f-0410-a5fc-6d59da041ff2
* Externalize some strings, fix indentation while I'm at itKenny Root2009-04-071-85/+162
|
* * Don't present SD card dialog if SD card isn't presentKenny Root2008-11-101-8/+8
| | | | | | | * Sort SD card files in natural order * Don't show view flip animation if we're the last console * Add preference to disable status bar (full-screen) * Fix some layout fitting problems
* * Allow scrolling in Pubkey Generator Activity until we get landscape ↵Kenny Root2008-10-291-60/+64
| | | | | | | | orientation looking better. * Don't drop and recreate HostDatabase on every new version. * Remove some unused pubkey helper functions debug statements. * Fix a typo in debug stateent.
* * First pass at publickey authentication.Kenny Root2008-10-291-0/+86
* 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.