Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Add coverage support | Kenny Root | 2015-07-17 | 2 | -1/+17 | |
| | | | | | | | | | | This will export the coverage report to coveralls.io as well (from Travis CI). | |||||
| * | Try to fix some RTL layout issues | Kenny Root | 2015-07-17 | 11 | -21/+30 | |
| | | ||||||
| * | Use the "terminal_failed" string when failed host verification | Kenny Root | 2015-07-17 | 1 | -5/+7 | |
|/ | ||||||
* | Update to new gradle plugin | Kenny Root | 2015-07-17 | 1 | -1/+1 | |
| | ||||||
* | Change README file to Markdown format | Kenny Root | 2015-07-16 | 2 | -31/+27 | |
| | | | | Also get rid of some old sections that don't make sense anymore. | |||||
* | Merge pull request #85 from SweetLion/patch-1 | Kenny Root | 2015-07-16 | 1 | -1/+16 | |
|\ | | | | | Update README | |||||
| * | Update README | SweetLion | 2015-06-06 | 1 | -1/+16 | |
| | | | | | | Added Google Play Badge and link to the translation page | |||||
* | | Merge pull request #101 from kruton/master | Kenny Root | 2015-07-16 | 11 | -136/+20 | |
|\ \ | | | | | | | Update to Robolectric 3.0 | |||||
| * | | Update to Robolectric 3.0 | Kenny Root | 2015-07-16 | 11 | -136/+20 | |
| | | | | | | | | | | | | | | | | | | This has better support for Android, so we don't need the separate project here anymore. Simply move all the existing robolectric-based tests to the app directory and remove the robolectric-tests subproject. | |||||
* | | | Merge pull request #100 from kruton/master | Kenny Root | 2015-07-16 | 2 | -6/+7 | |
|\| | | | | | | | | travis-ci: switch to NDK r10e | |||||
| * | | Update build-tools version to 22.0.1 | Kenny Root | 2015-07-16 | 2 | -2/+2 | |
| | | | ||||||
| * | | travis-ci: switch to NDK r10e | Kenny Root | 2015-07-16 | 1 | -4/+5 | |
|/ / | ||||||
* | | Rename logtag values to fit in 23 characters | Kenny Root | 2015-07-16 | 20 | -20/+20 | |
| | | ||||||
* | | Merge pull request #99 from jklein24/gradle-conversion | Kenny Root | 2015-07-16 | 5 | -34/+41 | |
|\ \ | | | | | | | Add the v4 support library and update the notification API. | |||||
| * | | Add android 22 and m2repository to the travis ci. | Jeremy Klein | 2015-07-15 | 1 | -0/+2 | |
| | | | ||||||
| * | | Address review comments. | Jeremy Klein | 2015-07-15 | 1 | -18/+17 | |
| | | | ||||||
| * | | Add the v4 support library and update the notification API. | Jeremy Klein | 2015-07-15 | 4 | -34/+40 | |
|/ / | | | | | | | | | | | Switch to using NotificationCompat.Builder. This will allow for the creation of a "disconnect all" button in the notification (see #93). | |||||
* | | fix merge error | Kenny Root | 2015-07-15 | 1 | -1/+1 | |
| | | ||||||
* | | travis-ci: fix typo in travis config | Kenny Root | 2015-07-15 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'master' into gradle-conversion | Kenny Root | 2015-07-15 | 1 | -4/+4 | |
|\ \ | ||||||
| * \ | Merge pull request #98 from jklein24/master | Kenny Root | 2015-07-15 | 2 | -5/+5 | |
| |\ \ | | | | | | | | | Fix a few style errors. | |||||
| | * | | Fix a few style errors. | Jeremy Klein | 2015-07-15 | 2 | -5/+5 | |
| |/ / | ||||||
* | | | travis-ci: switch to containerized build | Kenny Root | 2015-07-15 | 1 | -4/+9 | |
| | | | | | | | | | | | | | | | Change sudo rules into the new config options so we can be run in the containerized environment for apparently faster build times. | |||||
* | | | Merge branch 'master' into gradle-conversion | Kenny Root | 2015-07-15 | 6 | -5/+45 | |
|\| | | ||||||
| * | | Merge pull request #95 from jklein24/master | Kenny Root | 2015-07-15 | 5 | -6/+47 | |
| |\ \ | | | | | | | | | Add a tab button to the emulated keys above the soft keyboard. | |||||
| | * | | Add a tab button to the emulated keys above the soft keyboard. | Jeremy Klein | 2015-07-14 | 5 | -6/+47 | |
| |/ / | | | | | | | | | | Fixes #92 | |||||
| * | | Merge pull request #91 from jklein24/master | Kenny Root | 2015-07-14 | 1 | -5/+3 | |
| |\ \ | | | | | | | | | Switch the quick connect entry in the hostlist to a LinearLayout. | |||||
| | * | | Switch the quick connect entry in the hostlist to a LinearLayout. | Jeremy Klein | 2015-07-13 | 1 | -5/+3 | |
| |/ / | | | | | | | | | | | | | | | | This fixes a bug in landscape where the input is not visible at all. See http://stackoverflow.com/questions/23982098/android-relativelayout-layout-above-appears-to-behave-incorrectly-with-layout-a. | |||||
* | | | Upgrade to new Android Studio metafiles | Kenny Root | 2015-06-09 | 6 | -148/+162 | |
| | | | ||||||
* | | | Merge branch 'master' into gradle-conversion | Kenny Root | 2015-06-09 | 1 | -10/+1 | |
|\| | | ||||||
| * | | Remove wrong link to license | Kenny Root | 2015-06-09 | 1 | -10/+1 | |
| | | | | | | | | | | | | Closes #77 | |||||
* | | | Merge branch 'master' into gradle-conversion | Kenny Root | 2015-06-09 | 2 | -4/+4 | |
|\| | | ||||||
| * | | Set the default RSA key size to 2048 bits | Kenny Root | 2015-06-09 | 2 | -6/+6 | |
| | | | | | | | | | | | | | | | This should be the default size according to NIST 800-57 for new keys. Closes #81. | |||||
* | | | Merge branch 'master' into gradle-conversion | Kenny Root | 2015-06-09 | 1 | -0/+6 | |
|\| | | ||||||
| * | | Scale entropy dialog text with display density | Kenny Root | 2015-06-09 | 2 | -1/+2 | |
| | | | | | | | | | | | | Fixes #82. | |||||
| * | | Update the CHANGELOG for recent commits | Kenny Root | 2015-06-09 | 1 | -0/+5 | |
| | | | ||||||
* | | | Scale entropy dialog text with display density | Kenny Root | 2015-06-09 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge branch 'master' into gradle-conversion | Kenny Root | 2015-06-09 | 2 | -3/+4 | |
|\| | | ||||||
| * | | Use explicit Intent when launching from Host List | Kenny Root | 2015-06-09 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | 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. | |||||
| * | | Change MessageDigest algorithms to standard name | Kenny Root | 2015-06-09 | 1 | -3/+3 | |
| |/ | | | | | | | | | | | | | These message digests need a hyphen according to https://docs.oracle.com/javase/7/docs/technotes/guides/security/StandardNames.html#MessageDigest Fixes #87 | |||||
* | | Merge branch 'master' into gradle-conversion | Kenny Root | 2015-06-01 | 3 | -5/+8 | |
|\| | ||||||
| * | We should be decoding the public key not private | Kenny Root | 2015-06-01 | 1 | -1/+1 | |
| | | | | | | | | Thanks to @msoulatre-tt for pointing out the bug. Closes #83. | |||||
| * | Update version code for v1.8.4 | Kenny Root | 2015-04-19 | 2 | -4/+7 | |
| | | ||||||
* | | Merge branch 'master' into gradle-conversion | Kenny Root | 2015-04-19 | 3 | -7/+27 | |
|\| | ||||||
| * | telnet: try all addresses for host | Kenny Root | 2015-04-19 | 2 | -3/+20 | |
| | | | | | | | | Closes #46 | |||||
| * | Merge pull request #21 from zakki/keep-local-connection | Kenny Root | 2015-04-19 | 1 | -4/+7 | |
| |\ | | | | | | | Keep local connections when network down. | |||||
| | * | Keep local connections when network down. | Kensuke Matsuzaki | 2010-11-14 | 1 | -4/+7 | |
| | | | ||||||
* | | | Merge branch 'master' into gradle-conversion | Kenny Root | 2015-04-19 | 4 | -67/+25 | |
|\| | | ||||||
| * | | ssh: try all addresses when connecting | Kenny Root | 2015-04-19 | 2 | -67/+17 | |
| | | | | | | | | | | | | This should satisfy the SSH part of issue #46. | |||||
| * | | ssh: display the key exchange algorithm used | Kenny Root | 2015-04-19 | 3 | -0/+8 | |
| | | |