summaryrefslogtreecommitdiffstats
path: root/monkeyrunner
Commit message (Collapse)AuthorAgeFilesLines
* Update project setup.Xavier Ducrohet2014-05-151-7/+7
| | | | Change-Id: I4129f12069ebfaba14cb358959b3a705b31097a9
* Move to multi-platform builds.Xavier Ducrohet2014-05-081-5/+10
| | | | Change-Id: I010cf533db44e1eba5cd60930de07dd06494b7ec
* New distrib plugin.Xavier Ducrohet2014-05-081-2/+2
| | | | Change-Id: If89b68a8947d0222c6406f4ab4eeb5ba00d9fdb4
* Update build files to build from tools/Xavier Ducrohet2014-05-081-8/+5
| | | | Change-Id: I06c7fb0464f4f5f01fd9856a2e6851b956ddc126
* Fix MonkeyRunner's handling of accessibility ids.Jose Mayol2013-10-082-7/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Create a custom class representation for accessibility ids in IChimpView. This class contains the window id as an int and the accessibility node id as a long. ChimpView encapsulates the data from Monkey in this class and passes it on to MonkeyView, which exposes them to Python. Change MonkeyDevice to take the ids as strings when retrieving views by accessibility ids. Jython's ArgParser doesn't have a parser for long parameters, so pass the value in as a string and parse the long value in Java. A change in AccessibilityNodeInfo changed the accessibility id from int to long and caused errors with MonkeyView and accessibility ids in MonkeyRunner. "Adding APIs to enable reporting virtual view hierarchies to accessibility serivces." platform/frameworks/base 021078554b902179442a345a9d080a165c3b5139 Svetoslav Ganov <svetoslavganov@google.com> This commit is related to the following patch: "Fix AccessibilityNodeInfo view id member reference" platform/development 6ec4f5d21685c50135337ffad4da2534d6ce423d Kyle Russell <bkylerussell@gmail.com> Change-Id: Ic0f3581ff4c5dc7e38e83836e4666370f68835e3 Signed-off-by: Jose Mayol <jei.mayol@gmail.com>
* Support for installing SDK in C:\Program FilesScott Barta2013-08-151-9/+9
| | | | | | Properly handles spaces in installation pathname on Windows. Change-Id: Ie457ab36af43f8646510adc4bbde569e1c4cd0cf
* Fix monkey dependencies.Xavier Ducrohet2013-05-211-2/+2
| | | | Change-Id: I28b4a4f5d69038dee0728a71edf9c0ced53b3882
* Move monkeyrunner into tools/swt.Raphael Moll2013-03-1351-0/+5480
Change-Id: I6db1bf25f2d5762282aa01e764fe833461f7a38f