aboutsummaryrefslogtreecommitdiff
path: root/manualtest/AndroidManifest.xml
AgeCommit message (Collapse)Author
2015-02-20rename package 'com.google.android' to 'io.appium'Kevin Jin
Change-Id: I2c7c96cd6a6971806e2ea7b06cd6c2c6666e4340
2015-02-12Add Gradle files for ManualDDKevin Jin
Change-Id: Ic96d6d0f9d2127aabb1ca3222eea03cd17e75e27
2014-10-31Revert "Revert "add manualtest for DroidDriver""Kevin Jin
Fix the original broken commit: 1) The failure can be reproduced with "m tests" ("m" only passes). 2) It is fixed by remove the LOCAL_INSTRUMENTATION_FOR var. 3) Since the "tests" tag has this side-effect, I replaced it with "optional" in LOCAL_MODULE_TAGS, such that it won't be an implicit target. 4) Disables proguard because it does not have "tests" tag now. This reverts commit fd84db8f7411744696b439dfebabb4e3498b6dee. Change-Id: I74c6e4e85f8d50e771d2875adaf3a6db7d80dae8
2014-10-31Revert "add manualtest for DroidDriver"Nick Kralevich
Broken build This reverts commit 7eaedea1d7ac9a4103c616a85351599a290df37f. Change-Id: I24e8e9423f5975cdbafa7e5244129f6236040163
2014-10-30add manualtest for DroidDriverKevin Jin
It's a convenient way to reproduce and debug failures without the dependency on real apps. Change-Id: Ib8d84b5f2c501e04cf95205c3943d0baf56346ef