aboutsummaryrefslogtreecommitdiffstats
path: root/app/build.gradle
Commit message (Collapse)AuthorAgeFilesLines
* local build changesHEADmasterhsm2016-05-291-2/+10
|
* Update to sshlib 2.2.4Kenny Root2016-05-191-1/+1
|
* Update dependency minor versionsKenny Root2016-02-211-4/+4
|
* Support multiple known keys per hostKenny Root2016-02-211-1/+7
| | | | | This will allow hosts we originally saw with a certain hostkey algorithm to continue to use those keys without warning us.
* Upgrade to sshlib 2.2.3Kenny Root2016-01-241-1/+1
|
* Update to version 2.2.2 of sshlibKenny Root2015-12-281-1/+1
| | | | | | This fixes some problems with EC keys on a large field (e.g., P521) which would cause both ECDSA and ECDH signature verification to fail randomly.
* Release 1.9.0-alpha1Kenny Root2015-11-231-0/+3
|
* Update to buildtools v23.0.1alescdb2015-10-231-1/+1
|
* Update to Android gradle build tools 1.4.0-beta3Kenny Root2015-10-221-1/+1
|
* Update from Support Library 23.0.1 to 23.1.0. This also fixes background ↵Ryan Hansberry2015-10-201-1/+1
| | | | issues with FABs for pre Android 4.0 devices.
* Use variables to set the dependency versionsKenny Root2015-09-181-9/+15
|
* Fix StartupTest tests to work with RecyclerView.Kyle Horimoto2015-09-171-0/+6
|
* Merge pull request #209 from kruton/sshlib-updateKenny Root2015-09-171-1/+1
|\ | | | | Update to version of sshlib that uses a smaller SOCKS library
| * Update to version of sshlib that uses a smaller SOCKS libraryKenny Root2015-09-161-1/+1
| |
* | Convert to using RecyclerView.Kyle Horimoto2015-09-141-0/+1
|/
* Merge pull request #186 from khorimoto/fix-gradle-buildKenny Root2015-09-041-1/+1
|\ | | | | Bump the support library version from 23.0.0 to 23.0.1.
| * Bump the support library version from 23.0.0 to 23.0.1.Kyle Horimoto2015-09-041-4/+4
| | | | | | | | 23.0.1. is the new version automatically downloaded in Android Studio.
* | Update to newer support library 23.0.0 -> 23.0.1Kenny Root2015-09-031-3/+3
| | | | | | | | Travis-CI was actually freaking out about this.
* | Fix instrumentation on connected testsKenny Root2015-09-031-1/+1
|/ | | | | | | JaCoCo was not setting its output file correctly and it ended up being attempted to be written to the root directory which didn't work. This is a temporary fix until an updated test runner comes out.
* Fix the Jacoco rules now that we have two kinds of testsKenny Root2015-08-271-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 connectionsKenny Root2015-08-271-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 linterKenny Root2015-08-271-0/+3
|
* Move signingConfig closer to where it should beKenny Root2015-08-271-9/+9
|
* Move lintOptions to right placeKenny Root2015-08-271-5/+5
|
* No need to have ConnectBot maven repo URLKenny Root2015-08-271-6/+0
| | | | It's in jcenter now!
* Update to targetSdkVersion 23Kenny Root2015-08-271-6/+6
|
* Add dummy Android testKenny Root2015-08-271-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 masterKenny Root2015-08-271-1/+1
|\ | | | | | | Update version code for v1.8.6
| * Only consider annotated tagsKenny Root2015-08-271-1/+1
| |
* | Bump design library to match othersKenny Root2015-08-201-1/+1
| |
* | Add tabs when there's more than one terminal active.Jeremy Klein2015-08-131-1/+3
|/
* Make sure version code is updated in stringsKenny Root2015-08-111-0/+27
|
* 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
|