Commit Graph

26150 Commits

Author SHA1 Message Date
Justin Ho
4d3df43e6d Merge "Updated notification sounds for trygon" into honeycomb 2011-01-12 15:06:19 -08:00
Romain Guy
ae2231040d Merge "Reenable region composition pipeline for layers Bug #3341848" into honeycomb 2011-01-12 15:06:18 -08:00
Xia Wang
ac6b50a8db Merge "Wait for Wi-Fi state change before set the state verification criteria. bug: 3336896" into honeycomb 2011-01-12 14:58:46 -08:00
Jamie Gennis
2d605c4208 Merge "Implement crop & transform for SurfaceTexture." into honeycomb 2011-01-12 14:57:29 -08:00
Carl Shapiro
23b5a89a0f Merge "Remove minimum heap size test now that the underlying interface is gone." into honeycomb 2011-01-12 14:51:54 -08:00
Kenny Root
7d9b00786e Merge "Make sure AppCacheTest casts to long" into honeycomb 2011-01-12 14:40:57 -08:00
Brad Fitzpatrick
d86e104d99 Merge "Unhide Content{Resolver,Provider}.call()" into honeycomb 2011-01-12 14:39:50 -08:00
Stephen Hines
8a5419821d Merge "Unhide more of the RS APIs." into honeycomb 2011-01-12 14:39:11 -08:00
Andreas Huber
7119976dbc Merge "Fail to parse duration instead of asserting, if the server response cannot be parsed." into honeycomb 2011-01-12 14:33:51 -08:00
James Dong
9ceca322e1 Merge "Publish MediaMetadataRetriever.java as public API" into honeycomb 2011-01-12 14:31:34 -08:00
Dianne Hackborn
adbbdb3d97 Merge "Fix issue #3344089: runtime restart due to java.lang.StackOverflowError..." into honeycomb 2011-01-12 14:29:34 -08:00
Romain Guy
7bc4e56165 Merge "Add logging to the new layers API." into honeycomb 2011-01-12 14:29:15 -08:00
Mike Lockwood
337119b3b7 Merge "Media Provider and MTP now use emulated /mnt/sdcard instead of /data/media" into honeycomb 2011-01-12 14:25:13 -08:00
Mike Lockwood
43ffd1a873 Merge "Remove permission android.permission.WRITE_MEDIA_STORAGE" into honeycomb 2011-01-12 14:25:05 -08:00
Romain Guy
0fc508addf Merge "Better debug info for layers." into honeycomb 2011-01-12 14:15:59 -08:00
Gilles Debunne
65c76aafb9 Merge "New QuickContactBadge holo style." into honeycomb 2011-01-12 14:07:26 -08:00
Jason Sams
13fda1acb6 Merge "Cleanup bitmap uploads Implement standalone mipmap generation." into honeycomb 2011-01-12 13:30:41 -08:00
Amith Yamasani
8a61739fed Merge "Use light preference panel drawable for Theme.Light" into honeycomb 2011-01-12 13:18:20 -08:00
Jim Miller
b4e50e1206 Merge "Fix 3201849: Use custom Drawable for bg in lockscreen" into honeycomb 2011-01-12 13:14:33 -08:00
Jason parks
d2c382ed0f Remove the APIs for the old encryption scheme.
Change-Id: I55116a5b29b10dfd50015805ec019b485257f68b
2011-01-12 15:01:34 -06:00
Dianne Hackborn
6bbe877e72 Merge "Make ProgressDialog a little less lame." into honeycomb 2011-01-12 12:59:27 -08:00
Romain Guy
a034863a11 Merge "Cleanup GL objects on the correct thread." into honeycomb 2011-01-12 12:50:50 -08:00
Romain Guy
b2262c91c6 Merge "Fix CTS test. Bug #3345445" into honeycomb 2011-01-12 12:47:30 -08:00
Kenny Root
fd71d288cf Merge "Skip SD card tests on devices without SD cards" into honeycomb 2011-01-12 12:28:39 -08:00
Jaikumar Ganesh
1ed008bf08 Merge "Add ability to parse keyboard fixed pin auto pair blacklist." into honeycomb 2011-01-12 12:22:57 -08:00
Jaikumar Ganesh
3712282e0a Merge "Revert "Add temporary hack for keyboards not following spec."" into honeycomb 2011-01-12 12:22:50 -08:00
Leon Scroggins
7db98c291c Merge "Differentiate between clicks for focus and actual clicks." into honeycomb 2011-01-12 12:01:31 -08:00
Kenny Root
211d93f4df Merge "Allow updated system apps to retain priority" into honeycomb 2011-01-12 11:58:11 -08:00
James Dong
8a27bdcea1 Merge "Speed up MP3Extractor using cached reads" into honeycomb 2011-01-12 11:54:32 -08:00
Alex Sakhartchouk
32258245f4 Merge "Adding ability to load cubemaps from individual faces." into honeycomb 2011-01-12 11:53:42 -08:00
Jamie Gennis
235c424c9a Fix a bug in SurfaceTexture::dequeueBuffer.
This change fixes a bug that allowed the most recently queued buffer to
be returned by dequeueBuffer.  At the next updateTexImage call, the
dequeued buffer would be set as the contents of the texture even though
the client could be writing to it.

Change-Id: I53dc14eed13262475627d5551337df57fd78fe00
2011-01-12 11:28:38 -08:00
Jamie Gennis
f238e28500 Implement crop & transform for SurfaceTexture.
This change adds support for the setCrop and setTransform methods of the
SurfaceTexture C++ class.  The crop and transform for the current
texture will be accessed by applications as a single texture coordinate
transform matrix.

Change-Id: I6482bf96f680e5c175364e848936db3908d6c8f8
2011-01-12 11:28:38 -08:00
Kristian Monsen
3c35a329b3 Merge "Add a static method to get the InputStream of a content URL" into honeycomb 2011-01-12 11:15:20 -08:00
Kristian Monsen
d9face92ee Merge "Adding a static method to get the size of a content url" into honeycomb 2011-01-12 11:15:09 -08:00
Michael Jurka
c9a8dc97a6 Merge "Add sym_def_app_icon to mipmap directory" into honeycomb 2011-01-12 11:06:44 -08:00
Chet Haase
f3ec504c02 Merge "New interpolator resources now found in interpolator/ directory" into honeycomb 2011-01-12 11:01:50 -08:00
Huahui Wu
46ff1c4b1c Merge "b/3340946 Fix NPE caused by null gesture detector." into honeycomb 2011-01-12 10:57:51 -08:00
Patrick Scott
fdadb0cbdf Merge "Do not merge." into honeycomb 2011-01-12 09:44:59 -08:00
Glenn Kasten
edc6925a3e Merge "Fix race in buffer ref counting." into honeycomb 2011-01-12 09:34:37 -08:00
Cary Clark
ef3cd33054 Merge "add null check to copy selection" into honeycomb 2011-01-12 08:19:24 -08:00
Robert Greenwalt
27af3e0432 Merge "Fix any_connection reporting." into honeycomb 2011-01-12 07:16:56 -08:00
satok
c7f66c9795 Merge "Update shortcut IME when asked. And match the language of subtype by "startWith" not "equals"." into honeycomb 2011-01-12 01:17:58 -08:00
Wei-Ta Chen
ceb57a5448 Merge "Correct the API comments." into honeycomb 2011-01-11 23:16:15 -08:00
Svetoslav Ganov
d351bee14f Merge "Renaming NumberPicker resources to be consistent." into honeycomb 2011-01-11 21:56:03 -08:00
Christopher Tate
d3151cb96d Merge "API CHANGE: startDrag() now takes "int flags" instead of "boolean localOnly"" into honeycomb 2011-01-11 20:02:35 -08:00
Chung-yih Wang
8cd900103f Merge "Merge "Add auth. username in SipProfile." from gingerbread." into honeycomb 2011-01-11 19:47:48 -08:00
Stephen Hines
8c0d3c7256 Merge "Clean up RS math headers." into honeycomb 2011-01-11 19:09:47 -08:00
Svetoslav Ganov
ad6fbf27f7 Merge "Down arrow on the month can end up at the start of the month" into honeycomb 2011-01-11 18:04:42 -08:00
Romain Guy
e46d676465 Merge "Disable the region compositing pipeline for layers." into honeycomb 2011-01-11 17:58:56 -08:00
Dianne Hackborn
1d74903a40 Merge "Get rid of old ParcelFileDescriptor API." into honeycomb 2011-01-11 17:57:19 -08:00