aboutsummaryrefslogtreecommitdiffstats
path: root/app/build.gradle
Commit message (Collapse)AuthorAgeFilesLines
* Add mockito and assertj for testsKenny Root2015-07-241-0/+2
|
* Upgrade to support library version 22.2.1Kenny Root2015-07-241-1/+1
|
* Remove language compatibility blockKenny Root2015-07-241-4/+0
|
* Re-organize gradle files to make them more readableKenny Root2015-07-241-58/+19
|
* Move to library-based buildKenny Root2015-07-241-0/+8
|
* Add mouse wheel scroll support.Jeremy Klein2015-07-241-1/+1
|
* Update code coverage locationKenny Root2015-07-171-1/+1
|
* Get code coverage for JUnit+Robolectric insteadKenny Root2015-07-171-1/+41
|
* Revert down to coveralls plugin 2.0.1xKenny Root2015-07-171-1/+1
|
* Add coverage supportKenny Root2015-07-171-0/+14
| | | | | This will export the coverage report to coveralls.io as well (from Travis CI).
* Update to Robolectric 3.0Kenny Root2015-07-161-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.1Kenny Root2015-07-161-1/+1
|
* Add the v4 support library and update the notification API.Jeremy Klein2015-07-151-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 tasksKenny Root2015-03-261-0/+1
|
* Update to latest build systemKenny Root2015-03-231-1/+1
|
* Revert "Add BuildConfig stuff instead of msg_version"Kenny Root2014-10-031-27/+6
| | | | This reverts commit d2eb6b37b3910f404f229625a39a11954fac681d.
* Add BuildConfig stuff instead of msg_versionKenny Root2014-10-021-6/+27
|
* Fix the NDK library output nameKenny Root2014-10-011-0/+1
|
* Disable lint for missing translationsKenny Root2014-10-011-0/+1
|
* Add optional signing configuarationKenny Root2014-10-011-0/+15
|
* Add Checkstyle checksKenny Root2014-10-011-0/+1
|
* Add package suffix for debug versionKenny Root2014-10-011-0/+4
|
* Add in SDK manager Gradle pluginKenny Root2014-10-011-0/+1
|
* Convert to gradle build systemKenny Root2014-10-011-0/+34