OSDN Git Service

Release MonkeyRunner into open source.
authorBill Napier <napier@google.com>
Tue, 27 Jul 2010 23:18:34 +0000 (16:18 -0700)
committerBill Napier <napier@google.com>
Tue, 27 Jul 2010 23:40:25 +0000 (16:40 -0700)
commit7169aa30eeaac89c49984bb9d061ca152d43391a
tree8c4d6380f0a6c0e6069afe9ea4bd215919c36683
parent2e43b58d4e4bf4a2dfbf2a605c8c309a0cfd01b6
Release MonkeyRunner into open source.

Change-Id: Ie08e493e700e3e4c85270629f68547a08b7457d4
53 files changed:
monkeyrunner/Android.mk [new file with mode: 0644]
monkeyrunner/MODULE_LICENSE_APACHE2 [new file with mode: 0644]
monkeyrunner/NOTICE [new file with mode: 0644]
monkeyrunner/etc/Android.mk [new file with mode: 0644]
monkeyrunner/etc/manifest.txt [new file with mode: 0644]
monkeyrunner/etc/monkeyrunner [new file with mode: 0755]
monkeyrunner/jython/test/MonkeyRunner_test.py [new file with mode: 0644]
monkeyrunner/jython/test/all_tests.py [new file with mode: 0644]
monkeyrunner/scripts/help.py [new file with mode: 0644]
monkeyrunner/src/Android.mk [new file with mode: 0644]
monkeyrunner/src/com/android/monkeyrunner/JythonUtils.java [new file with mode: 0644]
monkeyrunner/src/com/android/monkeyrunner/MonkeyDevice.java [new file with mode: 0644]
monkeyrunner/src/com/android/monkeyrunner/MonkeyFormatter.java [new file with mode: 0644]
monkeyrunner/src/com/android/monkeyrunner/MonkeyImage.java [new file with mode: 0644]
monkeyrunner/src/com/android/monkeyrunner/MonkeyManager.java [new file with mode: 0644]
monkeyrunner/src/com/android/monkeyrunner/MonkeyRunner.java [new file with mode: 0644]
monkeyrunner/src/com/android/monkeyrunner/MonkeyRunnerBackend.java [new file with mode: 0644]
monkeyrunner/src/com/android/monkeyrunner/MonkeyRunnerHelp.java [new file with mode: 0644]
monkeyrunner/src/com/android/monkeyrunner/MonkeyRunnerOptions.java [new file with mode: 0644]
monkeyrunner/src/com/android/monkeyrunner/MonkeyRunnerStarter.java [new file with mode: 0644]
monkeyrunner/src/com/android/monkeyrunner/PhysicalButton.java [new file with mode: 0644]
monkeyrunner/src/com/android/monkeyrunner/ScriptRunner.java [new file with mode: 0644]
monkeyrunner/src/com/android/monkeyrunner/adb/AdbBackend.java [new file with mode: 0644]
monkeyrunner/src/com/android/monkeyrunner/adb/AdbMonkeyDevice.java [new file with mode: 0644]
monkeyrunner/src/com/android/monkeyrunner/adb/AdbMonkeyImage.java [new file with mode: 0644]
monkeyrunner/src/com/android/monkeyrunner/adb/CommandOutputCapture.java [new file with mode: 0644]
monkeyrunner/src/com/android/monkeyrunner/adb/LinearInterpolator.java [new file with mode: 0644]
monkeyrunner/src/com/android/monkeyrunner/adb/LoggingOutputReceiver.java [new file with mode: 0644]
monkeyrunner/src/com/android/monkeyrunner/adb/image/CaptureRawAndConvertedImage.java [new file with mode: 0644]
monkeyrunner/src/com/android/monkeyrunner/adb/image/ImageUtils.java [new file with mode: 0644]
monkeyrunner/src/com/android/monkeyrunner/adb/image/SixteenBitColorModel.java [new file with mode: 0644]
monkeyrunner/src/com/android/monkeyrunner/adb/image/ThirtyTwoBitColorModel.java [new file with mode: 0644]
monkeyrunner/src/com/android/monkeyrunner/controller/MonkeyController.java [new file with mode: 0644]
monkeyrunner/src/com/android/monkeyrunner/controller/MonkeyControllerFrame.java [new file with mode: 0644]
monkeyrunner/src/com/android/monkeyrunner/controller/VariableFrame.java [new file with mode: 0644]
monkeyrunner/src/com/android/monkeyrunner/doc/MonkeyRunnerExported.java [new file with mode: 0644]
monkeyrunner/src/com/android/monkeyrunner/exceptions/MonkeyRunnerException.java [new file with mode: 0644]
monkeyrunner/src/com/android/monkeyrunner/stub/StubBackend.java [new file with mode: 0644]
monkeyrunner/src/resources/com/android/monkeyrunner/html.cs [new file with mode: 0644]
monkeyrunner/src/resources/com/android/monkeyrunner/text.cs [new file with mode: 0644]
monkeyrunner/test/Android.mk [new file with mode: 0644]
monkeyrunner/test/com/android/monkeyrunner/AllTests.java [new file with mode: 0644]
monkeyrunner/test/com/android/monkeyrunner/ImageUtilsTest.java [new file with mode: 0644]
monkeyrunner/test/com/android/monkeyrunner/JythonUtilsTest.java [new file with mode: 0644]
monkeyrunner/test/com/android/monkeyrunner/MonkeyRunnerOptionsTest.java [new file with mode: 0644]
monkeyrunner/test/com/android/monkeyrunner/adb/AdbMonkeyDeviceTest.java [new file with mode: 0644]
monkeyrunner/test/com/android/monkeyrunner/adb/LinearInterpolatorTest.java [new file with mode: 0644]
monkeyrunner/test/resources/com/android/monkeyrunner/adb/instrument_result.txt [new file with mode: 0644]
monkeyrunner/test/resources/com/android/monkeyrunner/adb/multiline_instrument_result.txt [new file with mode: 0644]
monkeyrunner/test/resources/com/android/monkeyrunner/image1.png [new file with mode: 0644]
monkeyrunner/test/resources/com/android/monkeyrunner/image1.raw [new file with mode: 0644]
monkeyrunner/test/resources/com/android/monkeyrunner/image2.png [new file with mode: 0644]
monkeyrunner/test/resources/com/android/monkeyrunner/image2.raw [new file with mode: 0644]