aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/connectbot/GeneratePubkeyActivity.java
Commit message (Expand)AuthorAgeFilesLines
* Convert to gradle build systemKenny Root2014-10-011-353/+0
* Get rid of useless encoding methodsKenny Root2013-04-141-1/+1
* No need to have HandlerKenny Root2013-04-141-11/+6
* Add EC pubkey to UIKenny Root2013-04-121-15/+55
* Use shorter LayoutInflater APIKenny Root2010-05-041-1/+1
* Change license for contributed works to APL 2.0Kenny Root2010-02-081-16/+15
* Missing update from previous commitKenny Root2009-06-261-0/+4
* Change Log tags to something more readableKenny Root2009-06-131-1/+1
* Add von Neumann whitening to entropy gatheringKenny Root2009-06-071-0/+18
* Name threads for easier debuggingKenny Root2009-05-301-1/+4
* Code cleanup, pass 2Kenny Root2009-01-241-2/+3
* Indentation cleanup, pass 1Kenny Root2009-01-231-54/+54
* Don't try to clone() null valuesKenny Root2009-01-211-0/+6
* Bug scrubKenny Root2009-01-201-1/+1
* Continued pubkey bean conversionKenny Root2008-11-201-7/+10
* Change things from public and protected to protected and private where they s...Kenny Root2008-11-201-1/+1
* * added "in-memory" function to backend service so that unlocked keys can be ...Jeffrey Sharkey2008-11-021-6/+3
* * Allow hosts to specify which pubkey to useKenny Root2008-11-011-3/+4
* * Add icons for PubkeyListActivity and an empty-list hint TextViewKenny Root2008-10-301-5/+7
* * First pass at publickey authentication.Kenny Root2008-10-291-0/+284