James Yum
b8168f27f6
Merge "Market licensing server library core." into eclair
2010-01-28 10:36:53 -08:00
James Yum
f32f3b5e7b
Market licensing server library core.
...
new file: ILicenseResultListener.aidl
new file: ILicensingService.aidl
new file: LicenseChecker.java
new file: LicenseCheckerCallback.java
new file: Policy.java
new file: ResponseData.java
new file: StrictPolicy.java
new file: LicenseValidator.java
2010-01-27 18:51:48 -08:00
Brett Chabot
e848f6b2c7
Merge "Fix cts-content testdef." into eclair
2010-01-27 17:54:29 -08:00
Brett Chabot
4d1a3b839c
Fix cts-content testdef.
...
Change-Id: I02c98f57c0fbf7cd7fbcdf3e7ba642e0d66acf93
2010-01-27 17:17:16 -08:00
Romain Guy
897af09372
Add uses-feature for live wallpaper sample.
...
Change-Id: I766d72ea79e8ef9530b2c485376a3429b530a00f
2010-01-27 16:55:38 -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
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
a6181df431
Add Dell Mini5 to the USB driver.
...
Change-Id: If0758e6dc43541fd2877e7d00ff3abf9d354a299
2010-01-21 17:36:19 -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
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
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
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
2b9a0444ea
Merge "Add etc1tool to Windows SDK." into eclair
2010-01-12 15:32:03 -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
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
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
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
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
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
48f0d8993b
Annouce that Monkey is running.
...
http://b/issue?id=1681101
2010-01-04 11:51:56 -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
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
Trevor Johns
0ed0224e24
Renaming com.google.example.android.contactmanager to com.example.android.contactmanager.
2009-12-14 23:25:59 -08:00
Xavier Ducrohet
b84cf9e1e3
Clean up the SDK and make it compiled and installed in the SDK system image.
...
Change-Id: I6e5f01a1cc45beada70608307f4ac38a4dcdd0b9
2009-12-14 22:36:44 -08:00
Xavier Ducrohet
1162372c9e
Use the feature list for the SDK.
...
Change-Id: I926a682ac23a373276d10223af9f1e47ebc617d0
2009-12-14 18:01:14 -08:00
Android (Google) Code Review
2276398db0
Merge change I0d9344aa into eclair
...
* changes:
Fixed
2009-12-11 13:29:37 -08:00
vchtchetkine
ecef8139de
Fixed
2009-12-11 11:38:41 -08:00
Android (Google) Code Review
7579e4afcf
Merge change I9fb303e6 into eclair
...
* changes:
Add new samples to the SDK.
2009-12-10 17:12:47 -08:00
Xavier Ducrohet
5a39638875
Add new samples to the SDK.
...
Change-Id: I9fb303e6b6f6fb00172f4f5bf64a2c56649c2491
2009-12-10 16:54:52 -08:00
Roman Nurik
e7e7a6b821
Modify index pages of MultiResolution, Wiktionary, and WiktionarySimple samples, to point to new screenshots. Also some minor cleanup.
2009-12-10 09:43:24 -08:00
Android (Google) Code Review
0359bdb72f
Merge change I2b0bb983 into eclair
...
* changes:
Importing Wikitionary/SimpleWiktionary sample code from http://code.google.com/p/wiktionary-android/ .
2009-12-09 18:07:31 -08:00
Android (Google) Code Review
1fd97693dc
Merge change Ia13e890e into eclair
...
* changes:
Update documentation to indicate EGL ES 2.0 isn't supported in the emulator.
2009-12-09 16:02:14 -08:00
David 'Digit' Turner
a13e890e57
Update documentation to indicate EGL ES 2.0 isn't supported in the emulator.
2009-12-09 15:46:07 -08:00
Trevor Johns
807dc15b09
Importing Wikitionary/SimpleWiktionary sample code from http://code.google.com/p/wiktionary-android/ .
...
Original code by Jeffrey Sharkey <jsharkey@android.com >.
Modifications:
- Remove .classpath, .project, and default.properties.
- Remove generated files (/gen).
- Create Android.mk and _index.html.
- Cleaned up whitespace and converted to match AOSP style guide.
- Renamed SimpleWiktionary to WiktionarySimple to keep both samples next to each other in the
directory listing.
- Removed the android:text attribute in the BulletPoint due to localization issues.
2009-12-09 11:35:26 -08:00
Trevor Johns
bba4ff7c38
Fixing crash in ContactManager: Changing ContactsContract.Contacts.LOOKUP_KEY to
...
ContactsContract.Contacts._ID.
2009-12-08 23:23:53 -08:00
Android (Google) Code Review
5865825df6
Merge change Iabe9529e into eclair
...
* changes:
Adding ContactManager sample to SDK samples.
2009-12-08 17:50:19 -08:00
Trevor Johns
c6d634b850
Adding ContactManager sample to SDK samples.
...
This sample demonstrates use of the ContactsContract classes introduced in API Level 5.
2009-12-08 16:51:39 -08:00
Android (Google) Code Review
6b4bd26058
Merge change I1cd5c828 into eclair
...
* changes:
change the way bytes are read from InputStream. Read only the bytes received and don't allocate new arrays Also revise the mechanism for writing the outgoing messages to the screen to be more consistent with reading and cleanup line lengths to be <100 chars.
2009-12-08 16:44:40 -08:00
Scott Main
25b6aed7b2
change the way bytes are read from InputStream.
...
Read only the bytes received and don't allocate new arrays
Also revise the mechanism for writing the outgoing messages
to the screen to be more consistent with reading and
cleanup line lengths to be <100 chars.
2009-12-08 16:29:51 -08:00
James Yum
d2962a3321
TextToSpeech API demo.
2009-12-07 18:35:56 -08:00