aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Add shared IDEA target for running all testsKenny Root2015-07-241-0/+29
| |
| * Add mockito and assertj for testsKenny Root2015-07-242-1/+6
| |
| * Change bridges access through methodKenny Root2015-07-243-12/+12
|/ | | | This will help with unit testing.
* Change project to Unit Test variantKenny Root2015-07-241-23/+42
|
* Merge pull request #105 from kruton/masterKenny Root2015-07-24163-29565/+67
|\ | | | | Update to library-based build
| * Upgrade to support library version 22.2.1Kenny Root2015-07-242-1/+3
| |
| * Remove language compatibility blockKenny Root2015-07-241-4/+0
| |
| * Re-organize gradle files to make them more readableKenny Root2015-07-243-71/+60
| |
| * Remove roboelectric-tests project from Android Studio configsKenny Root2015-07-241-2/+0
| |
| * Move to library-based buildKenny Root2015-07-24160-29495/+12
|/
* Merge pull request #106 from jklein24/mousewheelKenny Root2015-07-243-4/+24
|\ | | | | Add mouse wheel scroll support to terminal view.
| * Add mouse wheel scroll support.Jeremy Klein2015-07-243-4/+24
|/
* Move Serbian strings to right placeKenny Root2015-07-191-0/+0
|
* Import revised translationsKenny Root2015-07-192-48/+59
|
* translations: remove fancy loggingKenny Root2015-07-191-21/+4
|
* strings: add some context for translatorsKenny Root2015-07-191-1/+12
|
* Update code coverage locationKenny Root2015-07-171-1/+1
|
* Get code coverage for JUnit+Robolectric insteadKenny Root2015-07-172-2/+42
|
* Revert down to coveralls plugin 2.0.1xKenny Root2015-07-171-1/+1
|
* Merge pull request #102 from kruton/masterKenny Root2015-07-1714-27/+54
|\ | | | | Fix some lint issues and add coverage reports
| * Add coverage supportKenny Root2015-07-172-1/+17
| | | | | | | | | | This will export the coverage report to coveralls.io as well (from Travis CI).
| * Try to fix some RTL layout issuesKenny Root2015-07-1711-21/+30
| |
| * Use the "terminal_failed" string when failed host verificationKenny Root2015-07-171-5/+7
|/
* Update to new gradle pluginKenny Root2015-07-171-1/+1
|
* Change README file to Markdown formatKenny Root2015-07-162-31/+27
| | | | Also get rid of some old sections that don't make sense anymore.
* Merge pull request #85 from SweetLion/patch-1Kenny Root2015-07-161-1/+16
|\ | | | | Update README
| * Update READMESweetLion2015-06-061-1/+16
| | | | | | Added Google Play Badge and link to the translation page
* | Merge pull request #101 from kruton/masterKenny Root2015-07-1611-136/+20
|\ \ | | | | | | Update to Robolectric 3.0
| * | Update to Robolectric 3.0Kenny Root2015-07-1611-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/masterKenny Root2015-07-162-6/+7
|\| | | | | | | | travis-ci: switch to NDK r10e
| * | Update build-tools version to 22.0.1Kenny Root2015-07-162-2/+2
| | |
| * | travis-ci: switch to NDK r10eKenny Root2015-07-161-4/+5
|/ /
* | Rename logtag values to fit in 23 charactersKenny Root2015-07-1620-20/+20
| |
* | Merge pull request #99 from jklein24/gradle-conversionKenny Root2015-07-165-34/+41
|\ \ | | | | | | Add the v4 support library and update the notification API.
| * | Add android 22 and m2repository to the travis ci.Jeremy Klein2015-07-151-0/+2
| | |
| * | Address review comments.Jeremy Klein2015-07-151-18/+17
| | |
| * | Add the v4 support library and update the notification API.Jeremy Klein2015-07-154-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 errorKenny Root2015-07-151-1/+1
| |
* | travis-ci: fix typo in travis configKenny Root2015-07-151-1/+1
| |
* | Merge branch 'master' into gradle-conversionKenny Root2015-07-151-4/+4
|\ \
| * \ Merge pull request #98 from jklein24/masterKenny Root2015-07-152-5/+5
| |\ \ | | | | | | | | Fix a few style errors.
| | * | Fix a few style errors.Jeremy Klein2015-07-152-5/+5
| |/ /
* | | travis-ci: switch to containerized buildKenny Root2015-07-151-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-conversionKenny Root2015-07-156-5/+45
|\| |
| * | Merge pull request #95 from jklein24/masterKenny Root2015-07-155-6/+47
| |\ \ | | | | | | | | Add a tab button to the emulated keys above the soft keyboard.
| | * | Add a tab button to the emulated keys above the soft keyboard.Jeremy Klein2015-07-145-6/+47
| |/ / | | | | | | | | | Fixes #92
| * | Merge pull request #91 from jklein24/masterKenny Root2015-07-141-5/+3
| |\ \ | | | | | | | | Switch the quick connect entry in the hostlist to a LinearLayout.
| | * | Switch the quick connect entry in the hostlist to a LinearLayout.Jeremy Klein2015-07-131-5/+3
| |/ / | | | | | | | | | | | | | | | This fixes a bug in landscape where the input is not visible at all. See http://stackoverflow.com/questions/23982098/android-relativelayout-layout-above-appears-to-behave-incorrectly-with-layout-a.
* | | Upgrade to new Android Studio metafilesKenny Root2015-06-096-148/+162
| | |
* | | Merge branch 'master' into gradle-conversionKenny Root2015-06-091-10/+1
|\| |