Commit Graph

2769 Commits

Author SHA1 Message Date
Romain Guy
9c5363b081 am 897af093: Add uses-feature for live wallpaper sample.
Merge commit '897af09372ca7c95db6c12554d9ff6fcec81ad58' into eclair-plus-aosp

* commit '897af09372ca7c95db6c12554d9ff6fcec81ad58':
  Add uses-feature for live wallpaper sample.
2010-01-27 17:04:23 -08:00
Romain Guy
897af09372 Add uses-feature for live wallpaper sample.
Change-Id: I766d72ea79e8ef9530b2c485376a3429b530a00f
2010-01-27 16:55:38 -08:00
Raphael
cb399d52cf am d51d36fa: Windows SDK: package new tools/find_java.bat
Merge commit 'd51d36fa5444ef5f28dbbe5903949e1a75bb2510' into eclair-plus-aosp

* commit 'd51d36fa5444ef5f28dbbe5903949e1a75bb2510':
  Windows SDK: package new tools/find_java.bat
2010-01-26 16:28:13 -08:00
Raphael
d51d36fa54 Windows SDK: package new tools/find_java.bat
SDK Bug: 2315813

Change-Id: Ice0eb6327b153fcaab42477cd4d3aa8ee12e0063
2010-01-26 16:14:55 -08:00
Dirk Dougherty
07b5c3bdb7 am c220077d: Merge "SDK doc change: Misc fixes." into eclair
Merge commit 'c220077d52972356ff30d46d47def7669731f0d7' into eclair-plus-aosp

* commit 'c220077d52972356ff30d46d47def7669731f0d7':
  SDK doc change: Misc fixes.
2010-01-22 16:49:51 -08:00
Dirk Dougherty
c220077d52 Merge "SDK doc change: Misc fixes." into eclair 2010-01-22 16:45:03 -08:00
Dirk Dougherty
e096b94573 SDK doc change: Misc fixes.
Bug: 2160782
Change-Id: I44d1d9687df45dae40a6922a37e6b410cc2de835
2010-01-22 15:18:15 -08:00
Xavier Ducrohet
a7945e3b9c am a6181df4: Add Dell Mini5 to the USB driver.
Merge commit 'a6181df43110ce1bea8a856295ce372ab06a7873' into eclair-plus-aosp

* commit 'a6181df43110ce1bea8a856295ce372ab06a7873':
  Add Dell Mini5 to the USB driver.
2010-01-22 10:52:03 -08:00
Xavier Ducrohet
a6181df431 Add Dell Mini5 to the USB driver.
Change-Id: If0758e6dc43541fd2877e7d00ff3abf9d354a299
2010-01-21 17:36:19 -08:00
Eric Rowe
14dbea614b am d98ba32e: DO NOT MERGE Fix bug where monkey always tries to run multiple scripts.
Merge commit 'd98ba32eeff587a30396fa24728a1150de9dc305' into eclair-plus-aosp

* commit 'd98ba32eeff587a30396fa24728a1150de9dc305':
  DO NOT MERGE Fix bug where monkey always tries to run multiple scripts.
2010-01-14 17:12:33 -08:00
Eric Rowe
329f400764 am 7d961f86: DO NOT MERGE Create way to run monkey with multiple scripts.
Merge commit '7d961f86208b35c12867a049d4bb815da72167d3' into eclair-plus-aosp

* commit '7d961f86208b35c12867a049d4bb815da72167d3':
  DO NOT MERGE Create way to run monkey with multiple scripts.
2010-01-14 17:12:28 -08:00
Eric Rowe
d98ba32eef DO NOT MERGE Fix bug where monkey always tries to run multiple scripts.
Change condition so MonkeySourceRandromScript is only triggered on multiple
scripts.
2010-01-14 17:09:19 -08:00
Eric Rowe
7d961f8620 DO NOT MERGE Create way to run monkey with multiple scripts.
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.
2010-01-14 17:04:27 -08:00
Eric Rowe
f796440492 am c1d00a99: Merge "Fix how the monkey counts events for scripts." into eclair
Merge commit 'c1d00a99f3dcacf7b0235e386a2aa0902e07179e' into eclair-plus-aosp

* commit 'c1d00a99f3dcacf7b0235e386a2aa0902e07179e':
  Fix how the monkey counts events for scripts.
2010-01-13 19:29:32 -08:00
Eric Rowe
c1d00a99f3 Merge "Fix how the monkey counts events for scripts." into eclair 2010-01-13 19:25:21 -08:00
Eric Rowe
66e263baed Fix how the monkey counts events for scripts.
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
2010-01-13 18:22:32 -08:00
David Turner
a84a9656b3 am 23d8ded2: Merge "Update documentation for OpenGL ES 1.0 / 1.1 / 2.0" into eclair
Merge commit '23d8ded2e1fcf6e74a793b2931539fc71d4e7b6c' into eclair-plus-aosp

* commit '23d8ded2e1fcf6e74a793b2931539fc71d4e7b6c':
  Update documentation for OpenGL ES 1.0 / 1.1 / 2.0
2010-01-13 17:25:42 -08:00
David Turner
23d8ded2e1 Merge "Update documentation for OpenGL ES 1.0 / 1.1 / 2.0" into eclair 2010-01-13 17:21:11 -08:00
David 'Digit' Turner
eef791e9a1 Update documentation for OpenGL ES 1.0 / 1.1 / 2.0 2010-01-13 16:50:57 -08:00
Eric Rowe
8315bb4933 am b2fa7700: DO NOT MERGE Modify Monkey so that scripts can use raw and user events.
Merge commit 'b2fa770013cf1b6b8bf0619a946a54feafec5197' into eclair-plus-aosp

* commit 'b2fa770013cf1b6b8bf0619a946a54feafec5197':
  DO NOT MERGE Modify Monkey so that scripts can use raw and user events.
2010-01-13 15:41:28 -08:00
Eric Rowe
b2fa770013 DO NOT MERGE Modify Monkey so that scripts can use raw and user events.
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.
2010-01-13 15:07:08 -08:00
Raphael Moll
9edfe97598 am 2b9a0444: Merge "Add etc1tool to Windows SDK." into eclair
Merge commit '2b9a0444eaa9a3ba3e527990babb6a44f1ae5739' into eclair-plus-aosp

* commit '2b9a0444eaa9a3ba3e527990babb6a44f1ae5739':
  Add etc1tool to Windows SDK.
2010-01-12 15:38:37 -08:00
Raphael Moll
2b9a0444ea Merge "Add etc1tool to Windows SDK." into eclair 2010-01-12 15:32:03 -08:00
Xavier Ducrohet
7ae4c4026a am 2f2fb96b: Make the SDK packaging put the samples in the root folder.
Merge commit '2f2fb96b4b037a016336a98e3b637f4394e1f323' into eclair-plus-aosp

* commit '2f2fb96b4b037a016336a98e3b637f4394e1f323':
  Make the SDK packaging put the samples in the root folder.
2010-01-12 12:46:21 -08:00
Xavier Ducrohet
2f2fb96b4b Make the SDK packaging put the samples in the root folder.
Change-Id: Icb88f88d503de9690ba210c0bfabdc0598021860
2010-01-12 12:32:12 -08:00
Raphael
d670431064 Add etc1tool to Windows SDK.
SDK BUG 2368918

This depends on Change I1b4f5e39 from build/core.

Change-Id: I8348514506742aa70cdee057e94069a67357a689
2010-01-12 11:16:08 -08:00
Trevor Johns
7b48a6463f am c7d2c458: Merge "Adding index file for BusinessCard sample. This will be displayed in the HTML documentation when this sample is selected via the Resource tab." into eclair
Merge commit 'c7d2c4580552a4921ed1f1fa78b0a180eb995193' into eclair-plus-aosp

* commit 'c7d2c4580552a4921ed1f1fa78b0a180eb995193':
  Adding index file for BusinessCard sample. This will be displayed in the HTML
2010-01-11 14:05:34 -08:00
Trevor Johns
c7d2c45805 Merge "Adding index file for BusinessCard sample. This will be displayed in the HTML documentation when this sample is selected via the Resource tab." into eclair 2010-01-11 14:00:50 -08:00
Xavier Ducrohet
7f5c515c64 am ef54fe9a: Fix compilation error by declaring stride before the first goto
Merge commit 'ef54fe9aaab4124e61850062d2212b20c20c8ea5' into eclair-plus-aosp

* commit 'ef54fe9aaab4124e61850062d2212b20c20c8ea5':
  Fix compilation error by declaring stride before the first goto
2010-01-11 12:07:57 -08:00
Xavier Ducrohet
ef54fe9aaa Fix compilation error by declaring stride before the first goto
Change-Id: I242601038dc7290eac0e4745abaa1ec35d859c09
2010-01-11 12:03:02 -08:00
Trevor Johns
f44d1b040f Adding index file for BusinessCard sample. This will be displayed in the HTML
documentation when this sample is selected via the Resource tab.
2010-01-11 11:59:10 -08:00
Jack Palevich
297e315d0d am a8ba4a0e: Merge "Add the tool etc1tool to the sdk." into eclair
Merge commit 'a8ba4a0e361b44dd5edf954a8b088b310023eb3b' into eclair-plus-aosp

* commit 'a8ba4a0e361b44dd5edf954a8b088b310023eb3b':
  Add the tool etc1tool to the sdk.
2010-01-09 21:54:20 -08:00
Jack Palevich
ec2d1b8fb0 am 84d83ba8: Merge "DO NOT MERGE Tool for compressing/decompressing ETC1 textures." into eclair
Merge commit '84d83ba81b076cc6234e3fc92b8367b89fab5561' into eclair-plus-aosp

* commit '84d83ba81b076cc6234e3fc92b8367b89fab5561':
  DO NOT MERGE Tool for compressing/decompressing ETC1 textures.
2010-01-09 21:54:17 -08:00
Jack Palevich
a8ba4a0e36 Merge "Add the tool etc1tool to the sdk." into eclair 2010-01-09 21:51:27 -08:00
Jack Palevich
84d83ba81b Merge "DO NOT MERGE Tool for compressing/decompressing ETC1 textures." into eclair 2010-01-09 21:51:15 -08:00
Ying Wang
494d869844 am 7e3d6785: Fixes bug of the number of injected monkey events.
Merge commit '7e3d678570d9e9849a249476275fec0a4bb1be1e' into eclair-plus-aosp

* commit '7e3d678570d9e9849a249476275fec0a4bb1be1e':
  Fixes bug of the number of injected monkey events.
2010-01-08 18:42:58 -08:00
Ying Wang
7e3d678570 Fixes bug of the number of injected monkey events.
Returns the actual events number that has been injected,
if any system error has occurred.
2010-01-08 18:26:53 -08:00
Jack Palevich
e1a1faefa9 Add the tool etc1tool to the sdk.
etc1tool is a command line tool for compressing and decompressing
ETC1 textures. This texture format is commonly supported by OpenGL
ES 2.0 GPUs.
2010-01-08 15:56:34 +08:00
Jack Palevich
30d42878b3 DO NOT MERGE Tool for compressing/decompressing ETC1 textures.
The ETC1 texture format is commonly supported by
OpenGL ES 2.0-capable GPUs.

For historical reasons ETC1 texture files have the
default extension .PKM

This tool relies on the libETC1 library to
compress and decompress the image data.
2010-01-08 14:52:08 +08:00
Ying Wang
19e2f60e4f am 9c7692aa: Set ro.monkey if it\'s not set yet.
Merge commit '9c7692aabbf28554810f440fc7ff60fc9c335dc9' into eclair-plus-aosp

* commit '9c7692aabbf28554810f440fc7ff60fc9c335dc9':
  Set ro.monkey if it's not set yet.
2010-01-06 13:44:28 -08:00
Ying Wang
9c7692aabb Set ro.monkey if it's not set yet.
http://b/issue?id=1681101
2010-01-06 10:16:55 -08:00
Ying Wang
e3b115d0e6 am 48f0d899: Annouce that Monkey is running.
Merge commit '48f0d8993b5e871dd2695e983266aa655801769e' into eclair-plus-aosp

* commit '48f0d8993b5e871dd2695e983266aa655801769e':
  Annouce that Monkey is running.
2010-01-04 12:58:44 -08:00
Ying Wang
48f0d8993b Annouce that Monkey is running.
http://b/issue?id=1681101
2010-01-04 11:51:56 -08:00
Dirk Dougherty
e897c1b428 am 1d151678: Merge change Ie8650e4b into eclair
Merge commit '1d15167865b22730cf6ba314a057e62f960aa1db' into eclair-plus-aosp

* commit '1d15167865b22730cf6ba314a057e62f960aa1db':
  sdk doc change for esr: fix some broken links to resources files.
2009-12-15 19:26:25 -08:00
Android (Google) Code Review
1d15167865 Merge change Ie8650e4b into eclair
* changes:
  sdk doc change for esr: fix some broken links to resources files.
2009-12-15 19:23:33 -08:00
Dirk Dougherty
0b1153b115 sdk doc change for esr: fix some broken links to resources files.
Bug: 2160782
Change-Id: Ie8650e4b642a96e67a2e7e62669282bc58d414ba
2009-12-15 18:47:00 -08:00
Trevor Johns
55d80586c7 am 5dba584a: Merge change Ic3464854 into eclair
Merge commit '5dba584a08e6d2d5c84ca971b796e053995e4214' into eclair-plus-aosp

* commit '5dba584a08e6d2d5c84ca971b796e053995e4214':
  Renaming com.google.example.android.contactmanager to com.example.android.contactmanager.
2009-12-15 12:17:03 -08:00
Android (Google) Code Review
5dba584a08 Merge change Ic3464854 into eclair
* changes:
  Renaming com.google.example.android.contactmanager to com.example.android.contactmanager.
2009-12-15 12:13:54 -08:00
Xavier Ducrohet
cf4e98b260 am b84cf9e1: Clean up the SDK and make it compiled and installed in the SDK system image.
Merge commit 'b84cf9e1e378f6cc6642b4ac3f391a85b208a23b' into eclair-plus-aosp

* commit 'b84cf9e1e378f6cc6642b4ac3f391a85b208a23b':
  Clean up the SDK and make it compiled and installed in the SDK system image.
2009-12-15 10:33:08 -08:00
Xavier Ducrohet
436be3f862 am 1162372c: Use the feature list for the SDK.
Merge commit '1162372c9e7ff4b6e60d247fb057b47f571af86f' into eclair-plus-aosp

* commit '1162372c9e7ff4b6e60d247fb057b47f571af86f':
  Use the feature list for the SDK.
2009-12-15 07:42:50 -08:00