aboutsummaryrefslogtreecommitdiffstats
path: root/chimpchat
Commit message (Collapse)AuthorAgeFilesLines
* SDK: Delete projects moved to tools/base or tools/swt.Raphael Moll2013-03-1344-4171/+0
| | | | Change-Id: Iba15f82cb00d19217382c78d8ff37dda1e97ea59
* Merge "Extended the MonkeyRunner shell method with timeout arg."Siva Velusamy2013-02-212-1/+19
|\
| * Extended the MonkeyRunner shell method with timeout arg.pzoli2013-02-212-1/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | In python via MonkeyRunner it is possible execute shell commands but the running time was reduced to 5 seconds. This patch adds an extra argument for the "shell" method. It decides the maximum amount of time during which the command is allowed to not output any response. A value of 0 means that the method will wait forever. This extra arg is optionally. So the original function works without any changes. Change-Id: I1a6d9b37e1846715342b252b2a2a346c2309a08f Signed-off-by: Zoltán Papp <pzatya@gmail.com>
* | monkeyrunner: Support MOVE event for touchSeongJae Park2013-02-032-1/+4
|/ | | | | | | | | | | | monkeyrunner support only drag, not MOVE type touch event. Because drag event just drag from one point to another point, can't test complex user touch event case(e.g., drawing curves or move icon at launcher's homescreen). This commit add support for MOVE touch event. Change-Id: I9b2d5b2617d0c13cadbcfb63cd12007b9a9c0784 Signed-off-by: SeongJae Park <sj38.park@gmail.com>
* Fix build - update references to Window & View classesSiva Velusamy2013-01-131-4/+5
| | | | Change-Id: I35ae4e9d75a8a121fb94b6f56d0ffd0f06cc7468
* 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