<feed xmlns='http://www.w3.org/2005/Atom'>
<title>platform_tools_swt/chimpchat, branch android11-dev</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>Chimpchat: use shell timeout from DdmPreferences instead of hardcoding</title>
<updated>2014-12-02T19:52:59+00:00</updated>
<author>
<name>Vojtech Bocek</name>
<email>vbocek@gmail.com</email>
</author>
<published>2014-12-01T22:23:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_tools_swt/commit/?id=06080ca7a376ae484c0589ebf415d876e42991b2'/>
<id>06080ca7a376ae484c0589ebf415d876e42991b2</id>
<content type='text'>
Change-Id: I452c54caa6f87a4763be29c42478488225f50250
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I452c54caa6f87a4763be29c42478488225f50250
</pre>
</div>
</content>
</entry>
<entry>
<title>Update build to the new no-snapshot version.</title>
<updated>2014-05-22T01:43:20+00:00</updated>
<author>
<name>Xavier Ducrohet</name>
<email>xav@google.com</email>
</author>
<published>2014-05-22T01:43:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_tools_swt/commit/?id=c62de92b03157b3902f4be5efc8535d481af94e8'/>
<id>c62de92b03157b3902f4be5efc8535d481af94e8</id>
<content type='text'>
Change-Id: I26e35fd2f125fdddd76c639978ae4cb5f14c5130
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I26e35fd2f125fdddd76c639978ae4cb5f14c5130
</pre>
</div>
</content>
</entry>
<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>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>Change Eclipse compiler errors for null issues to warnings</title>
<updated>2013-06-12T17:04:20+00:00</updated>
<author>
<name>Tor Norbye</name>
<email>tnorbye@google.com</email>
</author>
<published>2013-06-12T17:04:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_tools_swt/commit/?id=2bf8adde493021ce7774f86c35c216a6f7ad1a65'/>
<id>2bf8adde493021ce7774f86c35c216a6f7ad1a65</id>
<content type='text'>
Change-Id: I8526a8603733b4b8d809ddf5b9cfdb966ca70108
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I8526a8603733b4b8d809ddf5b9cfdb966ca70108
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Chimpchat ImageUtilsTest</title>
<updated>2013-05-03T19:22:47+00:00</updated>
<author>
<name>Raphael Moll</name>
<email>ralf@android.com</email>
</author>
<published>2013-05-03T19:19:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_tools_swt/commit/?id=a8764979fecc0b41e5525ded97bd4842a7556b48'/>
<id>a8764979fecc0b41e5525ded97bd4842a7556b48</id>
<content type='text'>
The ImageUtilsTest tries to deserialize the image1.raw file from the
resourcesi but this fails since it tries to recreate the old
monkeyrunner RawImage class which has been replaced by the ChimRawImage
since then. The fix is just to reimplement the obsolete class as-is so that
deserialization can work properly.
Both RawImage implementations are compatible and interchangeable.

Change-Id: I927a21588944652c1823447706003fb432cc361a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The ImageUtilsTest tries to deserialize the image1.raw file from the
resourcesi but this fails since it tries to recreate the old
monkeyrunner RawImage class which has been replaced by the ChimRawImage
since then. The fix is just to reimplement the obsolete class as-is so that
deserialization can work properly.
Both RawImage implementations are compatible and interchangeable.

Change-Id: I927a21588944652c1823447706003fb432cc361a
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix sourceSets.</title>
<updated>2013-03-19T00:57:29+00:00</updated>
<author>
<name>Xavier Ducrohet</name>
<email>xav@android.com</email>
</author>
<published>2013-03-19T00:57:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_tools_swt/commit/?id=def90dd5bbc5df48d9e8fda1907313589145b95a'/>
<id>def90dd5bbc5df48d9e8fda1907313589145b95a</id>
<content type='text'>
Change-Id: Iba3eda80ead3d1baac25fcd4e7569a04d2ac70c6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Iba3eda80ead3d1baac25fcd4e7569a04d2ac70c6
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix eclipse project dependencies.</title>
<updated>2013-03-18T21:16:23+00:00</updated>
<author>
<name>Xavier Ducrohet</name>
<email>xav@android.com</email>
</author>
<published>2013-03-18T21:16:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_tools_swt/commit/?id=b96e1903996a3443a34a5f4de1fe9ac1bf3aa4a3'/>
<id>b96e1903996a3443a34a5f4de1fe9ac1bf3aa4a3</id>
<content type='text'>
- Use the prebuilts from the maven repo
- Make each project exports its dependencies to avoid having to
  redefine them in all projects.

Change-Id: Ib4c8fc192da224ff6fc765725cb106c865eebb97
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Use the prebuilts from the maven repo
- Make each project exports its dependencies to avoid having to
  redefine them in all projects.

Change-Id: Ib4c8fc192da224ff6fc765725cb106c865eebb97
</pre>
</div>
</content>
</entry>
<entry>
<title>Move chimpchat to tools/swt.</title>
<updated>2013-03-13T22:44:18+00:00</updated>
<author>
<name>Raphael Moll</name>
<email>ralf@android.com</email>
</author>
<published>2013-03-09T03:34:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_tools_swt/commit/?id=3a0be4cccbe47981e945a2e41f4f70d56034452c'/>
<id>3a0be4cccbe47981e945a2e41f4f70d56034452c</id>
<content type='text'>
Change-Id: I895f51760a9c7b93c3a4c6ed68604fe3b0a313d6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I895f51760a9c7b93c3a4c6ed68604fe3b0a313d6
</pre>
</div>
</content>
</entry>
</feed>
