aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Don't interpret post-login automationKenny Root2009-08-121-5/+7
* Do not store margins for DECSCKenny Root2009-08-111-6/+2
* Fix cursor positioning at EOLKenny Root2009-08-081-3/+9
* Add EastAsianWidth utility to check ICU via JNIKenny Root2009-08-023-8/+54
* Support wide characters in drawing and emulationKenny Root2009-08-025-26/+107
* Potential fix for iWnnIME issuesKenny Root2009-07-141-1/+4
* 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-102-90/+203
* Fix some tabs that snuck into vt320Kenny Root2009-07-101-10/+9
* Localization for UpdateHelperKenny Root2009-07-101-1/+4
* Be wary of where our cursor moves toKenny Root2009-07-092-39/+57
* Add menu item to scan for URLs in the current consoleKenny Root2009-07-092-1/+88
* Support SOCKS 4a extension for resolving hostnames remotelyKenny Root2009-07-092-34/+41
* Go fasterKenny Root2009-07-092-80/+69
* Do not rely on jsocks ProxyServer; implement our ownKenny Root2009-07-093-30/+122
* Only listen on localhost for dynamic port forwardsKenny Root2009-07-081-1/+2
* Hide transport spinner during creating shortcut creationKenny Root2009-07-081-0/+1
* Add indices and color tables to robust upgradeKenny Root2009-07-082-0/+12
* Add "stay connected" preference to hostsKenny Root2009-07-068-47/+67
* Function key reorgnizationKenny Root2009-07-061-31/+18
* Update Fn keys to work with hardware keyboard (shift+number) and software key...Kenny Root2009-07-041-19/+69
* Restore some Fn key functionality for hardware keyboard usersKenny Root2009-07-041-1/+4
* Limit keyfile imports to some sane sizeKenny Root2009-07-021-0/+9
* Allow tap on screen to bring up an icon to open the software keyboard when th...Kenny Root2009-07-021-6/+60
* Fix JTA author names in source file to be UTF-8 again, dump proguard stats to...Kenny Root2009-06-273-1150/+5
* Add in build information for exception reportingKenny Root2009-06-273-2/+8
* Externalize the last few strings lingering in SSH and TerminalBridgeKenny Root2009-06-272-15/+15
* Trim down the color picker so it's not so bloatedKenny Root2009-06-262-2116/+18
* Missing update from previous commitKenny Root2009-06-261-0/+4
* Add confirm-use and lifetime constraints to individual pubkeysKenny Root2009-06-267-27/+139
* Extract superclass for HostDatabase into RobustSQLiteOpenHelperKenny Root2009-06-263-128/+195
* Clean up auth agent forwarder, add auth agent lockingKenny Root2009-06-263-67/+169
* Add authentication agent forwardingKenny Root2009-06-2512-16/+752
* Do not allow enabling or disabling port forwards before authentication in SSH...Kenny Root2009-06-241-1/+9
* Add in CHARSET (RFC 2066) support to Telnet transportKenny Root2009-06-244-0/+53
* Bugfix for Telnet to work with new CharsetDecoderKenny Root2009-06-242-6/+5
* range checking on vt320 OSC handlingKenny Root2009-06-231-1/+1
* Add color customization capabilitiesKenny Root2009-06-237-74/+3730
* Flip rows and columns to match actual API callKenny Root2009-06-221-1/+1
* Try to resume input streamKenny Root2009-06-201-4/+20
* Synchronize charset changingKenny Root2009-06-201-2/+6
* Synchronize terminal resizingKenny Root2009-06-201-67/+71
* Do not allow people to open Port Forwards on transports that do not support itKenny Root2009-06-172-6/+20
* Properly disconnect SSH when remote host ends tKenny Root2009-06-172-2/+5
* Various fixes for transports branch bugsKenny Root2009-06-176-8/+28
* Detect SocketExceptions when communicating via TelnetKenny Root2009-06-161-5/+15
* When corrupted settings are encountered, reset to default valuesKenny Root2009-06-161-1/+27
* Clear Host List format error when switching between transportsKenny Root2009-06-161-0/+1
* Move super-expensive Charset enumeration to separate threadKenny Root2009-06-161-20/+70
* Avoid concurrent modification of bridges list when TerminalManager service is...Kenny Root2009-06-161-3/+7