aboutsummaryrefslogtreecommitdiffstats
path: root/monkeyrunner
Commit message (Collapse)AuthorAgeFilesLines
* SDK: Fix prebuilts/tool reference in wrapper scripts.Raphael Moll2012-05-081-1/+1
| | | | Change-Id: I928ce1288886f54d21868c20da56dbd4fe872770
* Fix CastClassException by using the right class.Bill Napier2011-08-221-5/+2
| | | | Change-Id: I691ded197cfb47acfa1da12f48f6d7e50254bbc9
* Added view introspection to ChimpChat and MonkeyRunnerMichael Wright2011-07-273-7/+328
| | | | Change-Id: I0e44f6d2c51c99cb0409087a77e2916b630051da
* Refactored MonkeyRunner to use ChimpChatMichael Wright2011-06-2042-2994/+128
| | | | Change-Id: Icbe5bcb066021d578faae43aa49b58ab1595870b
* Merge "Fixed MonkeyRunner to work with PyDev."Bill Napier2011-05-261-1/+4
|\
| * Fixed MonkeyRunner to work with PyDev.Michael Wright2011-05-261-1/+4
| | | | | | | | | | | | | | | | | | Eclipse passes the -u option to MonkeyRunner by default. Since we don't do anything with that option, we can just ignore it. Bug: 4109883 Change-Id: If3624c13583f639e745742f100a0e31e1ab694ad
* | Fixed MonkeyRunner startup script for manual buildMichael Wright2011-05-261-1/+3
|/ | | | | | | | Fixed the monkeyrunner startup script to include the proper SWT directory when monkeyrunner is started after a manual build (i.e. not from the prebuilt SDK) Change-Id: Ide8fa6949bba6f2e024ac69f8dd235795dab2a6a
* Use enum for converting TouchPressType valuesTerence Haddock2011-04-158-72/+97
| | | | Change-Id: I072425caf7da7c1c01bf757243005ba0ebd97014
* Separate MonkeyRunner core logicAdrian Zakrzewski2011-04-1426-352/+707
| | | | | | | | | | Refactored the MonkeyRunner code to separate core logic from the jython wrapper. The core logic is now usable directly from Java w/o the pollution from jython. The existing MonkeyRunner classes are now just a thin and dumb wrapper atop the core. Change-Id: I6ef18ea92e0e9284c1fde949b4efb0e2e7170e57
* Update monkeyrunner script to find SWT.Terence Haddock2011-04-132-2/+42
| | | | Change-Id: I75fca4620dc70ffa71d2255aff989e655be8bc16
* Initial version of "easy monkeyrunner".Terence Haddock2011-04-119-2/+521
| | | | Change-Id: I4fce0fb00eac1ed59d0b8a3bd4ac8d168b36b4e0
* Add initial and final MOVE events on drag.Bill Napier2011-03-311-0/+2
| | | | Change-Id: I88dfc808f34a862941640ad8c9ddd49051e85f72
* Merge "- Fix a NPE when arguments are not properly understood by ↵Bill Napier2011-03-093-4/+8
|\ | | | | | | MonkeyRunner - Add the ability to pass Boolean types for Intent extras (extras={'a':True, 'b':False}) - Fix an improper flag being passed to am start - Pass the key and value to am start instead of just the value."
| * - Fix a NPE when arguments are not properly understood by MonkeyRunnerVijay Yellapragada2011-03-093-4/+8
| | | | | | | | | | | | | | | | - Add the ability to pass Boolean types for Intent extras (extras={'a':True, 'b':False}) - Fix an improper flag being passed to am start - Pass the key and value to am start instead of just the value. Change-Id: Ifd0c69ccb4c2755a49efca2d3f8b3befa212a69f
* | Remove trailing comma that was causing compile problems.Bill Napier2011-03-031-1/+1
| | | | | | | | Change-Id: Ia80bd2c25b5898a6ad99b9404b89c1b41c8290ba
* | Allow loading MonkeyImages from a local filesystem.Bill Napier2011-02-282-2/+40
|/ | | | Change-Id: I995ac65f1e376b01312d66f82441043971acd16c
* Fix -v logging level flag.Bill Napier2010-11-233-21/+16
| | | | | | | | - Rather than ignoring the flag, actually make use of it. - Change the default logging level to SEVERE - Change the "command slow" exception print from ddmlib to INFO Change-Id: Iade4700b32ed7b4a55bcd3336c74b2127693bebe
* Merge "Initial cut at MonkeyRecorder."Bill Napier2010-10-1915-37/+1108
|\
| * Initial cut at MonkeyRecorder.Bill Napier2010-10-1816-38/+1127
| | | | | | | | | | | | | | | | MonkeyRecorder (and MonkeyPlayback) are a set of tools for using MonkeyRunner to record and playback actions. The current implementation is not very sophisticated, but it works. Please don't review yet. Needs a lot of style cleanup. Change-Id: Id300a27294b5dc13a842fade900e8b9916b8a17b
* | Merge "Fix field visibility by ensuring they stay in __dict__."Bill Napier2010-10-191-1/+19
|\ \
| * | Fix field visibility by ensuring they stay in __dict__.Bill Napier2010-10-171-1/+19
| |/ | | | | | | Change-Id: I0f632f799ac7f554bb524099208385973423a0d0
* | Make MonkeyRunner's adb finding more robust.Bill Napier2010-10-183-3/+30
|/ | | | | | This includes fixes for running out of the SDK. Change-Id: Ib14959929bec2b8d5514adbe405207be4ad41264
* Add in Windows batch file for monkeyrunner.Bill Napier2010-10-151-0/+46
| | | | Change-Id: Iebe42de2c5c8eb275f6dc4756f6209726f973860
* Bridge MonkeyRunnerExported tags into pydoc.Bill Napier2010-10-079-47/+412
| | | | | | | This allows the use of pydoc to generate MonkeyRunner API documentation. Change-Id: I0af981f2023abf2cbf92cb1d7c9132936414c559
* Merge "Add in support for the sys.executable variable."Bill Napier2010-09-302-17/+28
|\
| * Add in support for the sys.executable variable.Bill Napier2010-09-302-17/+28
| | | | | | | | | | | | This allows things like pydoc to work. Change-Id: I16206a17099f7a3785ebcb303bd760b65db36b68
* | Improve waitForConnection for booting devices.Bill Napier2010-09-232-2/+10
|/ | | | | | | Have waitForConnection actually wait until the device is ONLINE before returning it. Also give the on device monkey some more time to startup. Change-Id: I86193a8532a84d64dddd9a60012af4f3ef507841
* Merge "Create MonkeyRunner docs target to generate SDK docs."Xavier Ducrohet2010-08-251-0/+15
|\
| * Create MonkeyRunner docs target to generate SDK docs.Bill Napier2010-08-191-0/+15
| | | | | | | | Change-Id: Id84e1aec8965ac0efc58c25234855960e826fb3b
* | Merge "DOC: Updated doc for MonkeyRunner API"Xavier Ducrohet2010-08-253-113/+157
|\ \
| * | DOC: Updated doc for MonkeyRunner APIJoe Malin2010-08-163-113/+157
| | | | | | | | | | | | Change-Id: Id2682f2922a5ca509211a0c18c9c1366f0b020dc
* | | sdk-docs output format for use in generating the SDK documentation for ↵Bill Napier2010-08-193-2/+30
| |/ |/| | | | | | | | | MonkeyRunner. Change-Id: Iaf8cb5273d025983e62cca6ab092dca9e97c331a
* | Transition from clearsilver to jsilverBen Dodson2010-08-192-28/+20
| | | | | | | | Change-Id: Iea2fb85b246685b1c2e27866bb1c1df80fa55abe
* | Add paragraph support into MonkeyRunner documentation.Bill Napier2010-08-073-11/+36
|/ | | | | | | | Any strings that contain a newline are now broken up when put into the HDF. This allows the formatters to do special per-paragraph formatting (very useful for the HTML output). Change-Id: If2e1dd1a6c752afe900745347ff6c9a9e4bb406d
* Release MonkeyRunner into open source.Bill Napier2010-07-2753-0/+5464
Change-Id: Ie08e493e700e3e4c85270629f68547a08b7457d4