aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/java/org/connectbot/transport
Commit message (Collapse)AuthorAgeFilesLines
* Handle EC keys in auth agent scenariosKenny Root2016-03-141-0/+6
| | | | | | | The fact that each key type has to be handled here probably shows that this interface is defined at the wrong level of abstraction. However, before EC keys were not being returned as possible identities which might have caused #378.
* Support multiple known keys per hostKenny Root2016-02-211-2/+16
| | | | | This will allow hosts we originally saw with a certain hostkey algorithm to continue to use those keys without warning us.
* Avoid stair-stepping local text outputKenny Root2016-01-241-1/+3
| | | | | When multi-line output was used, this was creating a stair-step effect. This was most noticable during host-key-has-changed warnings.
* Merge pull request #276 from jbcode42/masterKenny Root2015-10-081-3/+3
|\ | | | | Add IPv6 Host support to SSH.
| * Add IPv6 Host support to SSH.Joel Blumen2015-10-061-3/+3
| | | | | | | | | | Changes REGEX to allow for IPV6 entry Alters Uri generation to support IPV6 hosts on create
* | Update checkstyle and fix violationsKenny Root2015-10-081-1/+1
|/
* Kill shell process after exiting local transportKenny Root2015-09-141-15/+22
| | | | Fixes #200
* Remove unused importsKenny Root2015-09-111-1/+0
|
* Switch TerminalBridge over to ColorStorage and HostStorageKenny Root2015-09-112-5/+4
|
* Revert "Never cache instances of the HostDatabase"Kenny Root2015-09-111-12/+8
| | | | | | | This reverts commit 57afa9bdc5b269a48bd27fc8455cab4cb956d02a. This won't work with injection and makes testing a bit harder, so revert it.
* Never cache instances of the HostDatabaseKenny Root2015-09-071-8/+12
|
* Use the "terminal_failed" string when failed host verificationKenny Root2015-07-171-5/+7
|
* Rename logtag values to fit in 23 charactersKenny Root2015-07-164-4/+4
|
* Merge branch 'master' into gradle-conversionKenny Root2015-04-191-1/+18
|
* Merge branch 'master' into gradle-conversionKenny Root2015-04-191-0/+2
|
* Merge branch 'master' into gradle-conversionKenny Root2015-04-171-2/+2
|
* Merge branch 'master' into gradle-conversionKenny Root2015-04-051-1/+5
|
* Merge branch 'master' into gradle-conversionKenny Root2015-04-031-3/+4
|
* Merge branch 'master' into gradle-conversionKenny Root2015-03-271-0/+5
|
* Add some whitespace rules and fixes for themKenny Root2015-03-232-20/+21
|
* Fix tabs violationsKenny Root2014-10-011-1/+1
|
* Convert to gradle build systemKenny Root2014-10-015-0/+1893