aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/connectbot/service/TerminalManager.java
Commit message (Expand)AuthorAgeFilesLines
* Convert to gradle build systemKenny Root2014-10-011-714/+0
* Move PublicKey decoding out of PubkeyBeanKenny Root2013-04-161-1/+1
* Remove J2ME compatibility layer for keysKenny Root2013-02-031-12/+13
* Move public key functions into Pubkey classKenny Root2011-10-151-2/+2
* Remove nullwire serviceKenny Root2011-10-121-10/+6
* Make sure we are sticky; from my DroidKenny Root2010-10-011-0/+9
* Fix loading of pubkeys into memoryKenny Root2010-08-031-2/+6
* Refactor the way connection notification worksKenny Root2010-05-311-14/+20
* Refactor keyboard management into separate classKenny Root2010-03-131-4/+6
* Remove isSavingKeys() from TerminalManagerKenny Root2010-03-131-4/+13
* First pass at fixing auto-reconnectKenny Root2010-03-081-59/+143
* Fix opening multiple shortcuts while still runningKenny Root2010-03-061-4/+29
* Change license for contributed works to APL 2.0Kenny Root2010-02-081-16/+15
* Make sure we clear notifications before deathKenny Root2010-01-081-1/+4
* Update service to stay open on EclairKenny Root2009-12-181-39/+15
* Add preference to force service persistentKenny Root2009-09-071-0/+7
* Don't auto-start local connections upon selectionKenny Root2009-08-141-20/+4
* Add confirm-use and lifetime constraints to individual pubkeysKenny Root2009-06-261-6/+25
* Add authentication agent forwardingKenny Root2009-06-251-10/+62
* Various fixes for transports branch bugsKenny Root2009-06-171-1/+3
* Avoid concurrent modification of bridges list when TerminalManager service is...Kenny Root2009-06-161-3/+7
* Add multiple transportsKenny Root2009-06-151-14/+24
* Allow resizes whenever anyone binds or rebinds to TerminalManagerKenny Root2009-06-141-0/+4
* Change Log tags to something more readableKenny Root2009-06-131-2/+1
* Do not resize when the lock screen is upKenny Root2009-06-131-0/+17
* Add stack trace reportingKenny Root2009-06-101-0/+5
* Don't conflate "bumpy arrows" and "vibrate on bell"Kenny Root2009-06-031-5/+16
* Add in volume control for terminal bellKenny Root2009-06-021-8/+39
* Add audible terminal bell, vibrate on terminal bell, and notification on back...Kenny Root2009-06-021-0/+104
* Move preference keys to their own class so they can be easily tracked for usa...Kenny Root2009-05-301-12/+6
* Code cleanup, pass 2Kenny Root2009-01-241-2/+3
* Indentation cleanup, pass 1Kenny Root2009-01-231-54/+54
* Bug scrubKenny Root2009-01-201-4/+6
* * Make sure we catch rebinds to cancel timerKenny Root2008-12-111-6/+34
* * Only release Wi-Fi lock when it's held (darn you, inaccurate SDK documentat...Kenny Root2008-12-111-19/+55
* Only lock Wi-Fi if our active network is Wi-Fi upon connectionKenny Root2008-11-241-2/+7
* Added preference for Wi-Fi lockingKenny Root2008-11-211-34/+60
* Convert Pubkey handling to PubkeyBean in preparation for backup/restore funct...Kenny Root2008-11-201-16/+8
* Change things from public and protected to protected and private where they s...Kenny Root2008-11-201-5/+4
* Only prompt user whether to close session when remote side closed it.Kenny Root2008-11-201-1/+1
* * Convert host entries to beansKenny Root2008-11-141-24/+20
* * Add compression option to hostsKenny Root2008-11-111-0/+4
* * Allow user to have a port-forward-only connection to a host (similar to Ope...Kenny Root2008-11-101-0/+4
* * Allow changing tunnels on connected hostsKenny Root2008-11-071-1/+1
* * Don't repeat a notification if it's the same as the last one.Kenny Root2008-11-031-2/+0
* * added "in-memory" function to backend service so that unlocked keys can be ...Jeffrey Sharkey2008-11-021-12/+82
* * Added automatic version number insertion via AntKenny Root2008-10-301-1/+0
* * finished implementing copy functionalityJeffrey Sharkey2008-10-271-14/+24
* * added port forwarding--tested to work with local "-L" tunnels, tap menu on ...Jeffrey Sharkey2008-10-261-1/+2
* * refactored prompting gui component into PromptHelper, makes it easier now b...Jeffrey Sharkey2008-10-261-10/+12