Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge pull request #103 from jklein24/master | Kenny Root | 2015-07-29 | 4 | -13/+85 | |
|\ | | | | | Add a disconnect button to the active connection notification | |||||
| * | Address review comments. Make TerminalManager.disconnectAll public. | Jeremy Klein | 2015-07-27 | 2 | -19/+16 | |
| | | ||||||
| * | Switch the handling of the disconnect all intent to HostListActivity. | Jeremy Klein | 2015-07-27 | 4 | -39/+68 | |
| | | ||||||
| * | Add a disconnect button to the active notification dialog. | Jeremy Klein | 2015-07-27 | 3 | -0/+46 | |
|/ | ||||||
* | Merge pull request #107 from kruton/unit-test | Kenny Root | 2015-07-24 | 7 | -13/+104 | |
|\ | | | | | Add simple unit test to get the ball rolling | |||||
| * | Add HostListActivity unit test | Kenny Root | 2015-07-24 | 1 | -0/+57 | |
| | | ||||||
| * | Add shared IDEA target for running all tests | Kenny Root | 2015-07-24 | 1 | -0/+29 | |
| | | ||||||
| * | Add mockito and assertj for tests | Kenny Root | 2015-07-24 | 2 | -1/+6 | |
| | | ||||||
| * | Change bridges access through method | Kenny Root | 2015-07-24 | 3 | -12/+12 | |
|/ | | | | This will help with unit testing. | |||||
* | Change project to Unit Test variant | Kenny Root | 2015-07-24 | 1 | -23/+42 | |
| | ||||||
* | Merge pull request #105 from kruton/master | Kenny Root | 2015-07-24 | 163 | -29565/+67 | |
|\ | | | | | Update to library-based build | |||||
| * | Upgrade to support library version 22.2.1 | Kenny Root | 2015-07-24 | 2 | -1/+3 | |
| | | ||||||
| * | Remove language compatibility block | Kenny Root | 2015-07-24 | 1 | -4/+0 | |
| | | ||||||
| * | Re-organize gradle files to make them more readable | Kenny Root | 2015-07-24 | 3 | -71/+60 | |
| | | ||||||
| * | Remove roboelectric-tests project from Android Studio configs | Kenny Root | 2015-07-24 | 1 | -2/+0 | |
| | | ||||||
| * | Move to library-based build | Kenny Root | 2015-07-24 | 160 | -29495/+12 | |
|/ | ||||||
* | Merge pull request #106 from jklein24/mousewheel | Kenny Root | 2015-07-24 | 3 | -4/+24 | |
|\ | | | | | Add mouse wheel scroll support to terminal view. | |||||
| * | Add mouse wheel scroll support. | Jeremy Klein | 2015-07-24 | 3 | -4/+24 | |
|/ | ||||||
* | Move Serbian strings to right place | Kenny Root | 2015-07-19 | 1 | -0/+0 | |
| | ||||||
* | Import revised translations | Kenny Root | 2015-07-19 | 2 | -48/+59 | |
| | ||||||
* | translations: remove fancy logging | Kenny Root | 2015-07-19 | 1 | -21/+4 | |
| | ||||||
* | strings: add some context for translators | Kenny Root | 2015-07-19 | 1 | -1/+12 | |
| | ||||||
* | Update code coverage location | Kenny Root | 2015-07-17 | 1 | -1/+1 | |
| | ||||||
* | Get code coverage for JUnit+Robolectric instead | Kenny Root | 2015-07-17 | 2 | -2/+42 | |
| | ||||||
* | Revert down to coveralls plugin 2.0.1x | Kenny Root | 2015-07-17 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #102 from kruton/master | Kenny Root | 2015-07-17 | 14 | -27/+54 | |
|\ | | | | | Fix some lint issues and add coverage reports | |||||
| * | 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 | |
|\| | |