aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/connectbot/HostListActivity.java
Commit message (Expand)AuthorAgeFilesLines
* Convert to gradle build systemKenny Root2014-10-011-570/+0
* Re-use title_colors for the colours menu item.Darren Salt2013-10-061-1/+1
* Hopefully fix the majority of keyboard issues.Torne Wuff2013-09-301-1/+13
* Remove our own UpdateHelperKenny Root2011-10-121-4/+0
* Remove nullwire serviceKenny Root2011-10-121-6/+0
* Adds PICK activity to manifestirish2010-09-281-1/+2
* Use shorter LayoutInflater APIKenny Root2010-05-041-1/+1
* First pass at fixing auto-reconnectKenny Root2010-03-081-2/+2
* Change license for contributed works to APL 2.0Kenny Root2010-02-081-16/+15
* Don't auto-start local connections upon selectionKenny Root2009-08-141-14/+9
* Hide transport spinner during creating shortcut creationKenny Root2009-07-081-0/+1
* Add color customization capabilitiesKenny Root2009-06-231-0/+4
* Clear Host List format error when switching between transportsKenny Root2009-06-161-0/+1
* * Don't let SSH hang on authentication when the TerminalManager goes awayKenny Root2009-06-161-15/+13
* Add hints for transport destination formats (username@hostname, etc)Kenny Root2009-06-151-32/+49
* Add multiple transportsKenny Root2009-06-151-35/+26
* Reverted to r278; individual states are modifiedKenny Root2009-06-101-11/+5
* Remove some allocations from the ListAdapter image state settingKenny Root2009-06-101-5/+11
* Improve the stack trace handler; only ask user to submit while in the host listKenny Root2009-06-101-2/+0
* Add stack trace reportingKenny Root2009-06-101-0/+12
* Add audible terminal bell, vibrate on terminal bell, and notification on back...Kenny Root2009-06-021-2/+1
* Move preference keys to their own class so they can be easily tracked for usa...Kenny Root2009-05-301-8/+5
* Use ViewHolders for List Activities and optimize display of last connect time.Kenny Root2009-05-301-26/+41
* Removed duplicate stringsKenny Root2009-05-141-1/+1
* Escape URI parts when sent around via Intent extrasKenny Root2009-02-051-12/+21
* Code cleanup, pass 2Kenny Root2009-01-241-11/+5
* Indentation cleanup, pass 1Kenny Root2009-01-231-80/+80
* Bug scrubKenny Root2009-01-201-4/+10
* * Only release Wi-Fi lock when it's held (darn you, inaccurate SDK documentat...Kenny Root2008-12-111-1/+0
* Change things from public and protected to protected and private where they s...Kenny Root2008-11-201-7/+7
* Only prompt user whether to close session when remote side closed it.Kenny Root2008-11-201-2/+2
* * Add rudimentary help system.Kenny Root2008-11-161-4/+3
* * Convert host entries to beansKenny Root2008-11-141-90/+177
* * Fix crash if you tried to bring up menu when making a shortcut on the desktopKenny Root2008-11-111-3/+5
* * Deleted JCTerm source from repositoryKenny Root2008-11-101-1/+1
* * Add port forward list activity so port forwards can be saved in databaseKenny Root2008-11-071-1/+14
* * added "in-memory" function to backend service so that unlocked keys can be ...Jeffrey Sharkey2008-11-021-2/+2
* * Allow hosts to specify which pubkey to useKenny Root2008-11-011-1/+1
* * Add ports to the end of nicknames created for hosts added by quick-connect ...Kenny Root2008-10-291-2/+8
* * First pass at publickey authentication.Kenny Root2008-10-291-3/+3
* * added better keyboard shortcut into to wizardJeffrey Sharkey2008-10-271-14/+14
* * finished implementing copy functionalityJeffrey Sharkey2008-10-271-0/+1
* * added port forwarding--tested to work with local "-L" tunnels, tap menu on ...Jeffrey Sharkey2008-10-261-2/+10
* * fixed disconnect in several places so that it correctly disposes of any vis...Jeffrey Sharkey2008-10-251-17/+54
* * okay loool got rid of all those warnings for all those anal people out ther...Jeffrey Sharkey2008-10-251-6/+1
* * fixed double-password bug when hitting enter (was submitting twice, on keyd...Jeffrey Sharkey2008-10-251-0/+1
* * added real password prompt to help with special chars and also offer visual...Jeffrey Sharkey2008-10-251-60/+57
* * removed older code to clean stuff upJeffrey Sharkey2008-10-241-0/+386