aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/connectbot/PubkeyListActivity.java
Commit message (Expand)AuthorAgeFilesLines
* Convert to gradle build systemKenny Root2014-10-011-673/+0
* Move PublicKey decoding out of PubkeyBeanKenny Root2013-04-161-2/+2
* No need to have HandlerKenny Root2013-04-141-20/+10
* Remove J2ME compatibility layer for keysKenny Root2013-02-031-18/+16
* Move public key functions into Pubkey classKenny Root2011-10-151-7/+6
* Fix loading of pubkeys into memoryKenny Root2010-08-031-1/+1
* Use shorter LayoutInflater APIKenny Root2010-05-041-1/+1
* Remove isSavingKeys() from TerminalManagerKenny Root2010-03-131-4/+2
* Change license for contributed works to APL 2.0Kenny Root2010-02-081-16/+15
* Don't blow up when we get random URIsKenny Root2010-02-071-6/+10
* Be smarter about errors in simple file pickerKenny Root2010-02-071-7/+10
* Add support for picking files through AndExplorer as wellKenny Root2009-07-101-21/+38
* Add support for OpenIntents File Manager for picking filesKenny Root2009-07-101-90/+137
* Limit keyfile imports to some sane sizeKenny Root2009-07-021-0/+9
* Add confirm-use and lifetime constraints to individual pubkeysKenny Root2009-06-261-1/+15
* Change Log tags to something more readableKenny Root2009-06-131-1/+1
* Uh, forgot to commit PubkeyListActivity for the ViewHolder change and add som...Kenny Root2009-05-301-16/+30
* Code cleanup, pass 2Kenny Root2009-01-241-1/+2
* Indentation cleanup, pass 1Kenny Root2009-01-231-88/+88
* Bug scrubKenny Root2009-01-201-2/+3
* Allow unencrypted export of private keys in PKCS#8 formatKenny Root2008-12-261-10/+56
* * Prepare for private key exportKenny Root2008-12-261-1/+1
* * fresh check-out build fixKenny Root2008-12-261-5/+5
* * Fix inverted logic in loading pubkeysKenny Root2008-12-111-1/+1
* Continued pubkey bean conversionKenny Root2008-11-201-1/+7
* Fix typo in last commitKenny Root2008-11-201-1/+1
* Convert Pubkey handling to PubkeyBean in preparation for backup/restore funct...Kenny Root2008-11-201-148/+111
* Change things from public and protected to protected and private where they s...Kenny Root2008-11-201-5/+5
* * Deleted JCTerm source from repositoryKenny Root2008-11-101-11/+8
* * Don't present SD card dialog if SD card isn't presentKenny Root2008-11-101-2/+18
* * Add port forward list activity so port forwards can be saved in databaseKenny Root2008-11-071-32/+42
* * Don't repeat a notification if it's the same as the last one.Kenny Root2008-11-031-7/+3
* * fixed bug where we might try loading passworded keys on startup in backgrou...Jeffrey Sharkey2008-11-031-0/+6
* * added "in-memory" function to backend service so that unlocked keys can be ...Jeffrey Sharkey2008-11-021-39/+306
* * Convert PubkeyListActivity to use a ViewBinder instead of a custom CursorAd...Kenny Root2008-11-011-60/+46
* * Allow users to change password for pubkey entries.Kenny Root2008-11-011-10/+67
* * Add icons for PubkeyListActivity and an empty-list hint TextViewKenny Root2008-10-301-10/+13
* * First pass at publickey authentication.Kenny Root2008-10-291-0/+226