<feed xmlns='http://www.w3.org/2005/Atom'>
<title>platform_tools_swt/monkeyrunner, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_tools_swt/'/>
<entry>
<title>Update project setup.</title>
<updated>2014-05-15T17:44:36+00:00</updated>
<author>
<name>Xavier Ducrohet</name>
<email>xav@google.com</email>
</author>
<published>2014-05-14T17:22:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_tools_swt/commit/?id=1ad1e59667a2b7ea4c0c90e3bfb76c39c5a96fb3'/>
<id>1ad1e59667a2b7ea4c0c90e3bfb76c39c5a96fb3</id>
<content type='text'>
Change-Id: I4129f12069ebfaba14cb358959b3a705b31097a9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I4129f12069ebfaba14cb358959b3a705b31097a9
</pre>
</div>
</content>
</entry>
<entry>
<title>Move to multi-platform builds.</title>
<updated>2014-05-08T16:55:26+00:00</updated>
<author>
<name>Xavier Ducrohet</name>
<email>xav@google.com</email>
</author>
<published>2014-02-05T03:16:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_tools_swt/commit/?id=ecb08c4c0d087323c91e0ce60b825c52c919aa2b'/>
<id>ecb08c4c0d087323c91e0ce60b825c52c919aa2b</id>
<content type='text'>
Change-Id: I010cf533db44e1eba5cd60930de07dd06494b7ec
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I010cf533db44e1eba5cd60930de07dd06494b7ec
</pre>
</div>
</content>
</entry>
<entry>
<title>New distrib plugin.</title>
<updated>2014-05-08T16:55:26+00:00</updated>
<author>
<name>Xavier Ducrohet</name>
<email>xav@google.com</email>
</author>
<published>2014-01-23T19:56:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_tools_swt/commit/?id=9237820972dc153552b17205c35a7549d6226251'/>
<id>9237820972dc153552b17205c35a7549d6226251</id>
<content type='text'>
Change-Id: If89b68a8947d0222c6406f4ab4eeb5ba00d9fdb4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: If89b68a8947d0222c6406f4ab4eeb5ba00d9fdb4
</pre>
</div>
</content>
</entry>
<entry>
<title>Update build files to build from tools/</title>
<updated>2014-05-08T16:55:25+00:00</updated>
<author>
<name>Xavier Ducrohet</name>
<email>xav@google.com</email>
</author>
<published>2014-01-15T21:47:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_tools_swt/commit/?id=570793541fe79d192c6ecab41fb5dcf574d43b80'/>
<id>570793541fe79d192c6ecab41fb5dcf574d43b80</id>
<content type='text'>
Change-Id: I06c7fb0464f4f5f01fd9856a2e6851b956ddc126
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I06c7fb0464f4f5f01fd9856a2e6851b956ddc126
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix MonkeyRunner's handling of accessibility ids.</title>
<updated>2013-10-08T09:59:14+00:00</updated>
<author>
<name>Jose Mayol</name>
<email>jei.mayol@gmail.com</email>
</author>
<published>2013-10-07T13:02:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_tools_swt/commit/?id=a53c9b6d016a379678963a3cebeec33c5c8fbc35'/>
<id>a53c9b6d016a379678963a3cebeec33c5c8fbc35</id>
<content type='text'>
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 &lt;svetoslavganov@google.com&gt;

This commit is related to the following patch:

"Fix AccessibilityNodeInfo view id member reference"
platform/development
6ec4f5d21685c50135337ffad4da2534d6ce423d
Kyle Russell &lt;bkylerussell@gmail.com&gt;

Change-Id: Ic0f3581ff4c5dc7e38e83836e4666370f68835e3
Signed-off-by: Jose Mayol &lt;jei.mayol@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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 &lt;svetoslavganov@google.com&gt;

This commit is related to the following patch:

"Fix AccessibilityNodeInfo view id member reference"
platform/development
6ec4f5d21685c50135337ffad4da2534d6ce423d
Kyle Russell &lt;bkylerussell@gmail.com&gt;

Change-Id: Ic0f3581ff4c5dc7e38e83836e4666370f68835e3
Signed-off-by: Jose Mayol &lt;jei.mayol@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Support for installing SDK in C:\Program Files</title>
<updated>2013-08-15T22:20:17+00:00</updated>
<author>
<name>Scott Barta</name>
<email>sbarta@google.com</email>
</author>
<published>2013-08-15T22:20:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_tools_swt/commit/?id=a14e9b4c6eec048c4fb9de74df1ad9c1b7b135d7'/>
<id>a14e9b4c6eec048c4fb9de74df1ad9c1b7b135d7</id>
<content type='text'>
Properly handles spaces in installation pathname on Windows.

Change-Id: Ie457ab36af43f8646510adc4bbde569e1c4cd0cf
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Properly handles spaces in installation pathname on Windows.

Change-Id: Ie457ab36af43f8646510adc4bbde569e1c4cd0cf
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix monkey dependencies.</title>
<updated>2013-05-22T01:01:50+00:00</updated>
<author>
<name>Xavier Ducrohet</name>
<email>xav@android.com</email>
</author>
<published>2013-05-22T01:01:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_tools_swt/commit/?id=807f4d63019d9937a700d4a73038c0c45c880c4d'/>
<id>807f4d63019d9937a700d4a73038c0c45c880c4d</id>
<content type='text'>
Change-Id: I28b4a4f5d69038dee0728a71edf9c0ced53b3882
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I28b4a4f5d69038dee0728a71edf9c0ced53b3882
</pre>
</div>
</content>
</entry>
<entry>
<title>Move monkeyrunner into tools/swt.</title>
<updated>2013-03-13T22:44:20+00:00</updated>
<author>
<name>Raphael Moll</name>
<email>ralf@android.com</email>
</author>
<published>2013-03-09T04:43:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_tools_swt/commit/?id=d9880c7c4d4c12d94d2059453361f1c3691a901d'/>
<id>d9880c7c4d4c12d94d2059453361f1c3691a901d</id>
<content type='text'>
Change-Id: I6db1bf25f2d5762282aa01e764fe833461f7a38f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I6db1bf25f2d5762282aa01e764fe833461f7a38f
</pre>
</div>
</content>
</entry>
</feed>
