aboutsummaryrefslogtreecommitdiffstats
path: root/chimpchat
Commit message (Collapse)AuthorAgeFilesLines
* Add option to disable initialization of AndroidDebugBridge.Paul McClave2012-10-222-14/+30
| | | | Change-Id: Iea659ca03c864db79f53154a419d32dece9aba66
* host modules don't need LOCAL_MODULE_TAGSJoe Onorato2012-08-162-4/+0
| | | | Change-Id: I5412777820c8b0e691d07b10df348a739f92f291
* More refactoring.Xavier Ducrohet2012-08-132-1/+2
| | | | | | | Move stuff out of sdklib into common and ide_common. Remove androidprefs and move the one class into common. Change-Id: I71d126a13cf2ba413692e29616f4968a37d7b33a
* Fix instrument ignoring extra argumentsDiego Torres Milano2012-08-031-1/+11
| | | | | | | | | | | | | | | Extra arguments passed to instrument are silently ignored. This could lead to some confusion when instrument is invoked with extra arguments that are expected to alter the instrumentation being run. A common use case for this is when 'instrument' is invoked from monkeyrunner to run all the tests in one class: device.instrument(pkg, { 'class':'com.example.test.MyTests' }) without this patch, the previous method will run all the tests in pkg. Change-Id: I908d49422fe2755a1bcf562c2d040651b9691a6a
* Merge "Added check for mText property in getText()"Jean-Baptiste Queru2012-05-241-1/+5
|\
| * Added check for mText property in getText()Diego Torres Milano2012-05-031-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | Sometimes the node's property is not 'text:mText' but just 'mText'. A new test was added to getText() to check for both properties and not throwing unnecessarily the RuntimeException("No text property on node"). This has been tested by monkyrunner tests using EasyMonkeyDevice that runs correctly after this patch is applied. Change-Id: I5399169b906e28eeee0a17ab298a724cc5bb9b51 Signed-off-by: Diego Torres Milano <dtmilano@gmail.com>
* | Fix typo in javadoc.Pin Ting2012-05-111-2/+2
|/ | | | Change-Id: Ieb6ea82e0cb914b9f586b798c350dedd7200ab7c
* Change how to find adb.Bill Napier2011-08-221-7/+6
| | | | | | This method is aligned with how hierarchyviewer2 finds adb. Change-Id: I56a5a12e3e6ff592748a3afee18299d16066a537
* Added view introspection to ChimpChat and MonkeyRunnerMichael Wright2011-07-2714-16/+882
| | | | Change-Id: I0e44f6d2c51c99cb0409087a77e2916b630051da
* Refactored MonkeyRunner to use ChimpChatMichael Wright2011-06-2027-21/+491
| | | | Change-Id: Icbe5bcb066021d578faae43aa49b58ab1595870b
* Extracted ChimpChat from MonkeyRunnerMichael Wright2011-06-2020-3/+2530
| | | | | | | Extracted ChimpChat, the library for communication with Monkey from MonkeyRunner Change-Id: Ia9f966549d27abc9f494b2b001099d8130dea376
* Laying out the base for ChimpChatMichael Wright2011-06-155-0/+260
Change-Id: Ia9ba8bb572e029bf3c838605feae55b2f91f16eb