Heath Borders
Heath Borders
I'd like to add support for [sqlite3_update_hook](https://www.sqlite.org/c3ref/update_hook.html) and [sqlite3_commit_hook and sqlite3_rollback_hook](https://www.sqlite.org/c3ref/commit_hook.html), and ideally, I'd like to do so as part of this project. Do you have any contribution guidelines? I...
The README says to install compatibility-v4, but that installs version 19 now, and the pom required version 18. When using maven-android-plugin 3.6.1, I got a NoClassDefFoundError for org.sonatype.aether.RepositorySystem. Upgrading to...
Fixed two issues with android-sample-tests/pom.xml
Fixes the following maven warning: ``` [WARNING] [WARNING] Some problems were encountered while building the effective model for com.octo.android:android-sample-robolectric-tests:apk:0.0.1-SNAPSHOT [WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:build-helper-maven-plugin is missing. @ line 114, column 12...
Upgrading to robotium 4.3.1 fixed this exception (when run on a 4.4 emulator): ``` java.lang.RuntimeException: java.lang.ClassCastException: java.util.ArrayList cannot be cast to android.view.View[] at com.jayway.android.robotium.solo.Searcher.searchFor(Searcher.java:127) at com.jayway.android.robotium.solo.Waiter.waitForText(Waiter.java:383) at com.jayway.android.robotium.solo.Clicker.clickOn(Clicker.java:352) at com.jayway.android.robotium.solo.Solo.clickOnButton(Solo.java:742)...
Everything builds fine when I use JDK 1.7 on my Mac. I suspect this is related to one of these JDK bugs: http://bugs.java.com/bugdatabase/view_bug.do?bug_id=7073508 http://bugs.java.com/bugdatabase/view_bug.do?bug_id=7073477 Failing output is below. ``` LT-A8-120617:Quality-Tools-for-Android...
When I run `mvn clean install -P jacoco`, I see the following in output: ``` [INFO] Fork Value is true [java] The following classes needed for analysis were missing: [java]...
Reorganized sources to be easier to consume. Put the sources you need to include and the license front and center.
All the major events of an NSURLProtocolClient are tracked. I also added the ability to disable caching, so this can be used just as a URL system logging framework.
I've made the arguments after the launched application more order independent, and I've added the ability to specify stdout, stderr, an environment with a plist file, and command-line arguments.