Skip to content

Tags: kruton/connectbot

Tags

git-master-2015-07-16_07-17-49

Toggle git-master-2015-07-16_07-17-49's commit message
Rename logtag values to fit in 23 characters

git-master-2015-07-15_14-15-06

Toggle git-master-2015-07-15_14-15-06's commit message
Merge pull request #98 from jklein24/master

Fix a few style errors.

git-master-2015-07-15_10-26-05

Toggle git-master-2015-07-15_10-26-05's commit message
Merge pull request #95 from jklein24/master

Add a tab button to the emulated keys above the soft keyboard.

git-master-2015-07-14_06-40-59

Toggle git-master-2015-07-14_06-40-59's commit message
Merge pull request #91 from jklein24/master

Switch the quick connect entry in the hostlist to a LinearLayout.

git-master-2015-06-09_19-32-01

Toggle git-master-2015-06-09_19-32-01's commit message
Remove wrong link to license

Closes #77

git-master-2015-06-09_19-25-01

Toggle git-master-2015-06-09_19-25-01's commit message
Set the default RSA key size to 2048 bits

This should be the default size according to NIST 800-57 for new keys.
Closes #81.

git-master-2015-06-09_19-19-29

Toggle git-master-2015-06-09_19-19-29's commit message
Scale entropy dialog text with display density

Fixes #82.

git-master-2015-06-09_19-18-16

Toggle git-master-2015-06-09_19-18-16's commit message
Scale entropy dialog text with display density

Fixes #82.

git-master-2015-06-09_19-04-31

Toggle git-master-2015-06-09_19-04-31's commit message
Update the CHANGELOG for recent commits

git-master-2015-06-09_19-01-21

Toggle git-master-2015-06-09_19-01-21's commit message
Use explicit Intent when launching from Host List

If there are multiple apps that can handle the "ssh" protocol, it will
bring up an activity disambiguation dialog if we don't specify the
component explicitly. Fixes #84.