Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Space after switch | Jeremy Klein | 2015-07-29 | 1 | -1/+1 | |
| | | ||||||
| * | Make clicking the mouse wheel paste. | Jeremy Klein | 2015-07-29 | 1 | -5/+15 | |
| | | ||||||
| * | Automatically start copy mode when clicking and dragging with a mouse | Jeremy Klein | 2015-07-29 | 1 | -15/+28 | |
|/ | ||||||
* | Merge in PRs again | Kenny Root | 2015-07-29 | 3 | -24/+80 | |
|\ | | | | | | | For some reason these got clobbered. | |||||
| * | Merge pull request #110 from jklein24/copypaste | Kenny Root | 2015-07-29 | 1 | -11/+49 | |
| |\ | | | | | | | Add a context menu to the console view with "paste". | |||||
| | * | Add a context menu to the console view with "paste". | Jeremy Klein | 2015-07-29 | 1 | -11/+49 | |
| | | | ||||||
| * | | Merge pull request #109 from jklein24/confirmdisconnect | Kenny Root | 2015-07-29 | 2 | -12/+29 | |
| |\ \ | | | | | | | | | Add a confirm dialog for the disconnect all action. | |||||
| | * | | Add a confirm dialog for the disconnect all action. | Jeremy Klein | 2015-07-29 | 2 | -12/+29 | |
| | |/ | ||||||
| * | | Merge pull request #111 from jklein24/touchslop | Kenny Root | 2015-07-29 | 1 | -1/+2 | |
| |\ \ | | | | | | | | | Use scaled touch slop for determining the scroll x-tolerance. | |||||
| | * | | Use scaled touch slop for determining the scroll x-tolerance. | Jeremy Klein | 2015-07-29 | 1 | -1/+2 | |
| | |/ | ||||||
* | / | travis-ci: try to avoid some gradle cache churn | Kenny Root | 2015-07-29 | 1 | -0/+3 | |
|/ / | ||||||
* | | Quiet JNI compilation warning about ptsname | Kenny Root | 2015-07-29 | 1 | -2/+2 | |
| | | ||||||
* | | Filter out lint false positive | Kenny Root | 2015-07-29 | 1 | -2/+3 | |
| | | ||||||
* | | Fix French and German translations of "nickname" | Kenny Root | 2015-07-29 | 2 | -2/+2 | |
| | | ||||||
* | | Change three dots to elipsis | Kenny Root | 2015-07-29 | 26 | -26/+26 | |
|/ | ||||||
* | 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. |