<feed xmlns='http://www.w3.org/2005/Atom'>
<title>android_development/cmds, branch eclair</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/LineageOS/android_development/'/>
<entry>
<title>Added missing --pct-syskeys to processOptions in Monkey</title>
<updated>2010-05-11T07:11:43+00:00</updated>
<author>
<name>Johan Alfven</name>
<email>johan.alfven@sonyericsson.com</email>
</author>
<published>2010-05-11T07:05:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_development/commit/?id=f515f1a6c8ba50e625243b76633deabf4c9f99fb'/>
<id>f515f1a6c8ba50e625243b76633deabf4c9f99fb</id>
<content type='text'>
According to the developer guidelines
http://developer.android.com/guide/developing/tools/monkey.html
it should be possible to run monkey with option --pct-syskeys &lt;percent&gt;
to adjust percentage of "system" key events. (These are keys that are
generally reserved for use by the system, such as Home, Back,
Start Call, End Call, or Volume controls.) However, when trying
to run monkey with that option it fails with:
** Error: Unknown option: --pct-syskeys
The function processOptions in file Monkey.java was missing the
option --pct-syskeys.

Change-Id: I5d328fc93dfe67ed7a905735d6762c7f91c69838
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
According to the developer guidelines
http://developer.android.com/guide/developing/tools/monkey.html
it should be possible to run monkey with option --pct-syskeys &lt;percent&gt;
to adjust percentage of "system" key events. (These are keys that are
generally reserved for use by the system, such as Home, Back,
Start Call, End Call, or Volume controls.) However, when trying
to run monkey with that option it fails with:
** Error: Unknown option: --pct-syskeys
The function processOptions in file Monkey.java was missing the
option --pct-syskeys.

Change-Id: I5d328fc93dfe67ed7a905735d6762c7f91c69838
</pre>
</div>
</content>
</entry>
<entry>
<title>DO NOT MERGE Fix bug where monkey always tries to run multiple scripts.</title>
<updated>2010-01-15T01:09:19+00:00</updated>
<author>
<name>Eric Rowe</name>
<email>erowe@google.com</email>
</author>
<published>2009-11-04T02:24:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_development/commit/?id=d98ba32eeff587a30396fa24728a1150de9dc305'/>
<id>d98ba32eeff587a30396fa24728a1150de9dc305</id>
<content type='text'>
Change condition so MonkeySourceRandromScript is only triggered on multiple
scripts.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change condition so MonkeySourceRandromScript is only triggered on multiple
scripts.
</pre>
</div>
</content>
</entry>
<entry>
<title>DO NOT MERGE Create way to run monkey with multiple scripts.</title>
<updated>2010-01-15T01:04:27+00:00</updated>
<author>
<name>Eric Rowe</name>
<email>erowe@google.com</email>
</author>
<published>2009-10-28T22:25:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_development/commit/?id=7d961f86208b35c12867a049d4bb815da72167d3'/>
<id>7d961f86208b35c12867a049d4bb815da72167d3</id>
<content type='text'>
By giving multiple -f arguments, the monkey will randomly choose between the
scripts.  Also, add the --setup argument which will run a setup script before
starting to play the other scripts in random order.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
By giving multiple -f arguments, the monkey will randomly choose between the
scripts.  Also, add the --setup argument which will run a setup script before
starting to play the other scripts in random order.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix how the monkey counts events for scripts.</title>
<updated>2010-01-14T02:22:32+00:00</updated>
<author>
<name>Eric Rowe</name>
<email>erowe@google.com</email>
</author>
<published>2010-01-13T23:55:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_development/commit/?id=66e263baed854acd93a8b17ac5a820abca55c54a'/>
<id>66e263baed854acd93a8b17ac5a820abca55c54a</id>
<content type='text'>
Instead of the monkey counting up to the count times the number of events in the
script, the monkey will now only increment the count when the script reaches the
end of the file.  This allows us to have multiple script files with differing
event counts in each.

Conflicts:

	cmds/monkey/src/com/android/commands/monkey/Monkey.java
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead of the monkey counting up to the count times the number of events in the
script, the monkey will now only increment the count when the script reaches the
end of the file.  This allows us to have multiple script files with differing
event counts in each.

Conflicts:

	cmds/monkey/src/com/android/commands/monkey/Monkey.java
</pre>
</div>
</content>
</entry>
<entry>
<title>DO NOT MERGE Modify Monkey so that scripts can use raw and user events.</title>
<updated>2010-01-13T23:07:08+00:00</updated>
<author>
<name>Eric Rowe</name>
<email>erowe@google.com</email>
</author>
<published>2009-10-20T01:06:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_development/commit/?id=b2fa770013cf1b6b8bf0619a946a54feafec5197'/>
<id>b2fa770013cf1b6b8bf0619a946a54feafec5197</id>
<content type='text'>
Fix javadoc comment in MonkeySourceRandom.java and combine raw events and user
events in MonkeySourceScript.java.  Also, fix bug where too few arguments in
the script causes a RuntimeException.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix javadoc comment in MonkeySourceRandom.java and combine raw events and user
events in MonkeySourceScript.java.  Also, fix bug where too few arguments in
the script causes a RuntimeException.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes bug of the number of injected monkey events.</title>
<updated>2010-01-09T02:26:53+00:00</updated>
<author>
<name>Ying Wang</name>
<email>wangying@google.com</email>
</author>
<published>2009-12-29T23:41:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_development/commit/?id=7e3d678570d9e9849a249476275fec0a4bb1be1e'/>
<id>7e3d678570d9e9849a249476275fec0a4bb1be1e</id>
<content type='text'>
Returns the actual events number that has been injected,
if any system error has occurred.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Returns the actual events number that has been injected,
if any system error has occurred.
</pre>
</div>
</content>
</entry>
<entry>
<title>Set ro.monkey if it's not set yet.</title>
<updated>2010-01-06T18:16:55+00:00</updated>
<author>
<name>Ying Wang</name>
<email>wangying@google.com</email>
</author>
<published>2010-01-06T18:16:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_development/commit/?id=9c7692aabbf28554810f440fc7ff60fc9c335dc9'/>
<id>9c7692aabbf28554810f440fc7ff60fc9c335dc9</id>
<content type='text'>
http://b/issue?id=1681101
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
http://b/issue?id=1681101
</pre>
</div>
</content>
</entry>
<entry>
<title>Annouce that Monkey is running.</title>
<updated>2010-01-04T19:51:56+00:00</updated>
<author>
<name>Ying Wang</name>
<email>wangying@google.com</email>
</author>
<published>2009-12-30T22:37:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_development/commit/?id=48f0d8993b5e871dd2695e983266aa655801769e'/>
<id>48f0d8993b5e871dd2695e983266aa655801769e</id>
<content type='text'>
http://b/issue?id=1681101
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
http://b/issue?id=1681101
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix build.</title>
<updated>2009-10-06T00:35:26+00:00</updated>
<author>
<name>Dianne Hackborn</name>
<email>hackbod@google.com</email>
</author>
<published>2009-10-06T00:35:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_development/commit/?id=42abc11092e7cf8a51151a62ee4d66e23c15de24'/>
<id>42abc11092e7cf8a51151a62ee4d66e23c15de24</id>
<content type='text'>
Change-Id: I6b6180942d102745bd5717fcc5d0ea9e00211f18
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I6b6180942d102745bd5717fcc5d0ea9e00211f18
</pre>
</div>
</content>
</entry>
<entry>
<title>	modified:   src/com/android/commands/monkey/MonkeySourceScript.java</title>
<updated>2009-09-15T02:06:18+00:00</updated>
<author>
<name>Yu Shan Emily Lau</name>
<email>yslau@google.com</email>
</author>
<published>2009-09-15T01:41:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_development/commit/?id=b1cc0de3c8e605f0eb242cd8c85c392d7c07eb3a'/>
<id>b1cc0de3c8e605f0eb242cd8c85c392d7c07eb3a</id>
<content type='text'>
Added the long press keyword and event.

	modified:   src/com/android/commands/monkey/MonkeySourceScript.java

	modified:   src/com/android/commands/monkey/MonkeySourceScript.java

	modified:   src/com/android/commands/monkey/MonkeySourceScript.java
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added the long press keyword and event.

	modified:   src/com/android/commands/monkey/MonkeySourceScript.java

	modified:   src/com/android/commands/monkey/MonkeySourceScript.java

	modified:   src/com/android/commands/monkey/MonkeySourceScript.java
</pre>
</div>
</content>
</entry>
</feed>
