Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix the Jacoco rules now that we have two kinds of tests | Kenny Root | 2015-08-27 | 1 | -1/+1 |
| | | | | | Since we have both "test" and "androidTest" they have different task names that we need to track in the Jacoco file. | ||||
* | Add test for local connections | Kenny Root | 2015-08-27 | 1 | -0/+3 |
| | | | | | | This tests the basic functionality of creating a local terminal, making sure ConsoleActivity shows up, and being able to disconnect from the host. | ||||
* | Silence Android Studio gradle linter | Kenny Root | 2015-08-27 | 1 | -0/+3 |
| | |||||
* | Move signingConfig closer to where it should be | Kenny Root | 2015-08-27 | 1 | -9/+9 |
| | |||||
* | Move lintOptions to right place | Kenny Root | 2015-08-27 | 1 | -5/+5 |
| | |||||
* | No need to have ConnectBot maven repo URL | Kenny Root | 2015-08-27 | 1 | -6/+0 |
| | | | | It's in jcenter now! | ||||
* | Update to targetSdkVersion 23 | Kenny Root | 2015-08-27 | 1 | -6/+6 |
| | |||||
* | Add dummy Android test | Kenny Root | 2015-08-27 | 1 | -1/+16 |
| | | | | | This is the start of the regression tests to make sure stuff like Local connections not working doesn't happen again. | ||||
* | Merge tag 'v1.8.6' into master | Kenny Root | 2015-08-27 | 1 | -1/+1 |
|\ | | | | | | | Update version code for v1.8.6 | ||||
| * | Only consider annotated tags | Kenny Root | 2015-08-27 | 1 | -1/+1 |
| | | |||||
* | | Bump design library to match others | Kenny Root | 2015-08-20 | 1 | -1/+1 |
| | | |||||
* | | Add tabs when there's more than one terminal active. | Jeremy Klein | 2015-08-13 | 1 | -1/+3 |
|/ | |||||
* | Make sure version code is updated in strings | Kenny Root | 2015-08-11 | 1 | -0/+27 |
| | |||||
* | Add mockito and assertj for tests | Kenny Root | 2015-07-24 | 1 | -0/+2 |
| | |||||
* | Upgrade to support library version 22.2.1 | Kenny Root | 2015-07-24 | 1 | -1/+1 |
| | |||||
* | 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 | 1 | -58/+19 |
| | |||||
* | Move to library-based build | Kenny Root | 2015-07-24 | 1 | -0/+8 |
| | |||||
* | Add mouse wheel scroll support. | Jeremy Klein | 2015-07-24 | 1 | -1/+1 |
| | |||||
* | Update code coverage location | Kenny Root | 2015-07-17 | 1 | -1/+1 |
| | |||||
* | Get code coverage for JUnit+Robolectric instead | Kenny Root | 2015-07-17 | 1 | -1/+41 |
| | |||||
* | Revert down to coveralls plugin 2.0.1x | Kenny Root | 2015-07-17 | 1 | -1/+1 |
| | |||||
* | Add coverage support | Kenny Root | 2015-07-17 | 1 | -0/+14 |
| | | | | | This will export the coverage report to coveralls.io as well (from Travis CI). | ||||
* | Update to Robolectric 3.0 | Kenny Root | 2015-07-16 | 1 | -1/+9 |
| | | | | | | 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. | ||||
* | Update build-tools version to 22.0.1 | Kenny Root | 2015-07-16 | 1 | -1/+1 |
| | |||||
* | Add the v4 support library and update the notification API. | Jeremy Klein | 2015-07-15 | 1 | -3/+7 |
| | | | | | | Switch to using NotificationCompat.Builder. This will allow for the creation of a "disconnect all" button in the notification (see #93). | ||||
* | Add translation gradle tasks | Kenny Root | 2015-03-26 | 1 | -0/+1 |
| | |||||
* | Update to latest build system | Kenny Root | 2015-03-23 | 1 | -1/+1 |
| | |||||
* | Revert "Add BuildConfig stuff instead of msg_version" | Kenny Root | 2014-10-03 | 1 | -27/+6 |
| | | | | This reverts commit d2eb6b37b3910f404f229625a39a11954fac681d. | ||||
* | Add BuildConfig stuff instead of msg_version | Kenny Root | 2014-10-02 | 1 | -6/+27 |
| | |||||
* | Fix the NDK library output name | Kenny Root | 2014-10-01 | 1 | -0/+1 |
| | |||||
* | Disable lint for missing translations | Kenny Root | 2014-10-01 | 1 | -0/+1 |
| | |||||
* | Add optional signing configuaration | Kenny Root | 2014-10-01 | 1 | -0/+15 |
| | |||||
* | Add Checkstyle checks | Kenny Root | 2014-10-01 | 1 | -0/+1 |
| | |||||
* | Add package suffix for debug version | Kenny Root | 2014-10-01 | 1 | -0/+4 |
| | |||||
* | Add in SDK manager Gradle plugin | Kenny Root | 2014-10-01 | 1 | -0/+1 |
| | |||||
* | Convert to gradle build system | Kenny Root | 2014-10-01 | 1 | -0/+34 |