aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/trilead/ssh2/channel/ChannelManager.java
Commit message (Collapse)AuthorAgeFilesLines
* Convert to gradle build systemKenny Root2014-10-011-1756/+0
|
* Fix line endingsKenny Root2013-04-111-1756/+1756
|
* Remove J2ME compatibility layer for keysKenny Root2013-02-031-19/+19
| | | | | | Use JCE instead of the DIY crypto library that is in Trilead. This was apparently for J2ME devices. Well, I'm sorry, J2ME devices, you're dead to me.
* Add authentication agent forwardingKenny Root2009-06-251-0/+55
| | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@331 df292f66-193f-0410-a5fc-6d59da041ff2
* Comply with RFC 4254 on window-change packetKenny Root2009-01-231-10/+4
| | | | | | * Always send false for "want reply" * We don't need to wait since a reply should not be sent. * Allow the sending of (informational) pixel dimensions.
* * WARNING: this build is broken lolJeffrey Sharkey2008-09-111-1/+2
| | | | | | | | | | * moving more stuff over to new frontend gui in org.connectbot * found out that we dont need a contentprovider to make desktop shortcuts, will be easy to add ssh://user@host/ uri shortcut handling * new host-editing backend that uses preferences hack, will blog about this technique later today * using colors to categorize hosts (does this work?) * moved host-specific options (like disconnect/edit/delete) to long-tap menu instead of main menu
* * moved all terminal logic into a Service backend. connections are held in ↵Jeffrey Sharkey2008-08-271-0/+30
| | | | | | | | | | | | | | | | | | place by a TerminalBridge, which keeps the connection alive and renders the screen to a bitmap if provided. a Console creates TerminalViews for each bridge while it is active, and handles panning back/forth between them. * volume up/down controls will change console font size * extended trilead library to support resizePTY() command * left/right screen gestures will pan between various open consoles * up/down screen gestures on right-half will look through scrollback buffer * up/down screen gestures on left-half will trigger pageup/down keys * broke ctrl+ keyboard mapping, will need to bring back over from older code
* Update Trilead SSH-2 for Java from build 211 to build 213Kenny Root2008-08-261-33/+109
|
* Initial import.Kenny Root2007-11-171-0/+1600