Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | support for open-keychain auth | hsm | 2016-05-29 | 4 | -3/+34 |
| | |||||
* | Merge pull request #400 from kruton/update-to-2.2.4 | Kenny Root | 2016-05-19 | 1 | -1/+1 |
|\ | | | | | Update to sshlib 2.2.4 | ||||
| * | Update to sshlib 2.2.4 | Kenny Root | 2016-05-19 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #393 from toff/sessionless_busy_loop_fix | Kenny Root | 2016-03-27 | 1 | -6/+8 |
|\ | | | | | Avoid creating relay thread in sessionless mode | ||||
| * | Avoid creating relay thread in sessionless mode | Toff | 2016-03-27 | 1 | -6/+8 |
|/ | | | | | | | Fixe issue #391 (High CPU usage when 'Start shell session' disabled). This patch is from Nishino Daisuke. Original message: https://code.google.com/archive/p/connectbot/issues/643 | ||||
* | Merge pull request #383 from kruton/auth-agent-ec-keys | Kenny Root | 2016-03-14 | 1 | -0/+6 |
|\ | | | | | Handle EC keys in auth agent scenarios | ||||
| * | Handle EC keys in auth agent scenarios | Kenny Root | 2016-03-14 | 1 | -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. | ||||
* | Merge pull request #381 from kruton/hostkey-fix | Kenny Root | 2016-03-11 | 1 | -11/+14 |
|\ | | | | | Make sure new known hosts are inserted and deleted | ||||
| * | Make sure new known hosts are inserted and deleted | Kenny Root | 2016-03-11 | 1 | -11/+14 |
|/ | | | | | | | | The host keys were not being inserted because it was using the old update code, so fix that up and make sure that known host entries are deleted when hosts are deleted. This fixes issue #380. | ||||
* | Merge pull request #375 from trygveaa/fix/show-action-bar-on-click | Kenny Root | 2016-03-08 | 1 | -5/+5 |
|\ | | | | | Make sure the action bar is always shown on click | ||||
| * | Make sure the action bar is always shown on click | Trygve Aaberge | 2016-03-06 | 1 | -5/+5 |
|/ | | | | | | If the action bar is set to auto hide, it should always be shown when clicking the terminal. Previously, this did not happen when the virtual keyboard was visible. | ||||
* | Merge pull request #379 from kruton/fix-travis | Kenny Root | 2016-03-05 | 1 | -4/+1 |
|\ | | | | | Try to work around bug in Travis build | ||||
| * | Try to work around bug in Travis build | Kenny Root | 2016-03-04 | 1 | -4/+1 |
|/ | |||||
* | Merge pull request #374 from kruton/dep-upgrades | Kenny Root | 2016-02-21 | 1 | -4/+4 |
|\ | | | | | Update dependency minor versions | ||||
| * | Update dependency minor versions | Kenny Root | 2016-02-21 | 1 | -4/+4 |
|/ | |||||
* | Merge pull request #373 from kruton/multiple-hostkeys | Kenny Root | 2016-02-21 | 5 | -38/+180 |
|\ | | | | | Support multiple known keys per host | ||||
| * | Support multiple known keys per host | Kenny Root | 2016-02-21 | 5 | -38/+180 |
|/ | | | | | This will allow hosts we originally saw with a certain hostkey algorithm to continue to use those keys without warning us. | ||||
* | Merge pull request #372 from kruton/update-translations | Kenny Root | 2016-01-25 | 4 | -2/+38 |
|\ | | | | | Update translations | ||||
| * | Update translations | Kenny Root | 2016-01-25 | 4 | -2/+38 |
|/ | |||||
* | Merge pull request #371 from kruton/stairstep-effect | Kenny Root | 2016-01-25 | 2 | -11/+21 |
|\ | | | | | Avoid stair-stepping local text output | ||||
| * | Avoid stair-stepping local text output | Kenny Root | 2016-01-24 | 2 | -11/+21 |
| | | | | | | | | | | 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 #370 from kruton/sshlib-upgrade | Kenny Root | 2016-01-25 | 1 | -1/+1 |
|\| | | | | | Upgrade to sshlib 2.2.3 | ||||
| * | Upgrade to sshlib 2.2.3 | Kenny Root | 2016-01-24 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #364 from arthurhsu/disconnectall | Jeremy Klein | 2016-01-08 | 2 | -11/+25 |
|\ | | | | | Add DisconnectAll to HostActivity's Options. | ||||
| * | Fix review comments | Arthur Hsu | 2016-01-07 | 1 | -2/+1 |
| | | |||||
| * | Add DisconnectAll to HostActivity's Options. | Arthur Hsu | 2016-01-07 | 2 | -11/+26 |
|/ | | | | Fix https://github.com/connectbot/connectbot/issues/176 | ||||
* | Merge pull request #360 from kruton/upgrade-sshlib | Kenny Root | 2015-12-28 | 3 | -10/+11 |
|\ | | | | | Upgrade sshlib and fix instrumentation tests | ||||
| * | Update to version 2.2.2 of sshlib | Kenny Root | 2015-12-28 | 1 | -1/+1 |
| | | | | | | | | | | | | This fixes some problems with EC keys on a large field (e.g., P521) which would cause both ECDSA and ECDH signature verification to fail randomly. | ||||
| * | Update instrumentation tests for new source layout | Kenny Root | 2015-12-28 | 2 | -9/+10 |
|/ | | | | | The ViewHolder was moved out into its own inner class, so use that instead of the HostAdapter.ViewHolder that used to exist. | ||||
* | Merge pull request #354 from kruton/translations | Kenny Root | 2015-12-17 | 2 | -0/+33 |
|\ | | | | | Update translations | ||||
| * | Update translations | Kenny Root | 2015-12-16 | 2 | -0/+33 |
|/ | |||||
* | Release 1.9.0-alpha1 | Kenny Root | 2015-11-23 | 3 | -4/+5 |
| | |||||
* | Update changelog | Kenny Root | 2015-11-23 | 1 | -3/+14 |
| | |||||
* | Merge pull request #337 from kruton/contribution-guidelines | Kenny Root | 2015-11-06 | 1 | -0/+60 |
|\ | | | | | Add contribution guidelines | ||||
| * | Add contribution guidelines | Kenny Root | 2015-11-06 | 1 | -0/+60 |
| | | | | | | | | | | This will help GitHub link potential developers to how to contribute to ConnectBot and lead to a smoother contribution process. | ||||
* | | Merge pull request #330 from alescdb/keyboard-always-visible | Kenny Root | 2015-11-06 | 6 | -7/+40 |
|\ \ | | | | | | | Add an option to always show the virtual keyboard (special keys) | ||||
| * \ | Merge branch 'master' into keyboard-always-visible | Alex | 2015-10-26 | 12 | -0/+18 |
| |\ \ | |||||
| * | | | Better context for translators | Alex | 2015-10-26 | 1 | -1/+1 |
| | | | | |||||
| * | | | Better context for translators | Alex | 2015-10-26 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge branch 'master' into keyboard-always-visible | Alex | 2015-10-26 | 42 | -181/+0 |
| |\ \ \ | |||||
| * | | | | Extra tabs removed | alescdb | 2015-10-24 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Restore (unused) ns in string.xlm | alescdb | 2015-10-24 | 1 | -1/+2 |
| | | | | | |||||
| * | | | | Resource context & french translation | alescdb | 2015-10-24 | 2 | -2/+4 |
| | | | | | |||||
| * | | | | Restore imports order | alescdb | 2015-10-24 | 1 | -14/+13 |
| | | | | | |||||
| * | | | | Update ConsoleActivity.java | Alex | 2015-10-24 | 1 | -3/+0 |
| | | | | | |||||
| * | | | | Remove summary and change title | alescdb | 2015-10-23 | 3 | -4/+1 |
| | | | | | |||||
| * | | | | Code style (xml) spaces -> tab | alescdb | 2015-10-23 | 1 | -4/+3 |
| | | | | | |||||
| * | | | | Code style | alescdb | 2015-10-23 | 1 | -16/+17 |
| | | | | | |||||
| * | | | | Code style | alescdb | 2015-10-23 | 4 | -44/+44 |
| | | | | | |||||
| * | | | | Add a setting options to always show the virtual keyboard (special keys) | alescdb | 2015-10-23 | 5 | -11/+48 |
| | | | | |