Chet Haase
90bc59c189
Merge "Fix leak in reused display lists" into honeycomb
2011-02-03 17:13:31 -08:00
Adam Powell
55355c040f
Merge "Asset updates for dialog frames and seek bar thumbs" into honeycomb
2011-02-03 16:57:21 -08:00
Justin Ho
2ca61b2a9e
Merge "Updating default wallpaper" into honeycomb
2011-02-03 16:53:40 -08:00
Justin Ho
b9d0210c8c
Merge "Updated notification area layout Bumping clock up 1px Swapping in new Bluetooth icons" into honeycomb
2011-02-03 16:53:23 -08:00
Romain Guy
26bbad9d9f
Merge "Fixes cache misses and extra allocations. Bug #3421454 " into honeycomb
2011-02-03 16:31:41 -08:00
Amith Yamasani
e8879462d4
Merge "Expanded volume panel with sliders and mute buttons." into honeycomb
2011-02-03 16:11:32 -08:00
Mathias Agopian
302d189d45
Merge "fix [3421350] Killing a game that uses the accelerometer renders the device unable to sleep" into honeycomb
2011-02-03 15:38:15 -08:00
Justin Ho
e6afd4cbef
Merge "Updated default wallpaper" into honeycomb
2011-02-03 14:13:08 -08:00
Justin Ho
31e36a2910
Merge "Scrubbing OGGs and updating all WAVs" into honeycomb
2011-02-03 13:57:49 -08:00
Justin Ho
eafc2f5f2c
Merge "Adding remaining volume dialog assets" into honeycomb
2011-02-03 13:50:09 -08:00
Justin Ho
c3d39921a2
Merge "Revert "Sounds cleanup"" into honeycomb
2011-02-03 12:35:51 -08:00
Michael Jurka
5c80436c54
Merge "adding fast setters for translationx/y" into honeycomb
2011-02-03 12:00:37 -08:00
Romain Guy
21d3caa8ed
Merge "Refresh display lists when turning off layers rendering. Bug #3420565 " into honeycomb
2011-02-03 11:43:17 -08:00
Xavier Ducrohet
1a05fcd202
Merge "LayoutLib: Fix some rendering issues" into honeycomb
2011-02-03 11:21:37 -08:00
Justin Ho
2fc9aa13e0
Merge "Sounds cleanup" into honeycomb
2011-02-03 10:47:22 -08:00
Daniel Sandler
60c921294a
Merge "Time to take down the Christmas lights." into honeycomb
2011-02-03 10:33:51 -08:00
Joe Malin
ee32c0c755
Merge "DOC CHANGE: Fix bugs in Installing SDK topic" into honeycomb
2011-02-03 10:27:22 -08:00
Eric Laurent
6bfb7ed0b1
Merge "Fix issue 3371080" into honeycomb
2011-02-03 10:26:05 -08:00
Justin Ho
d75437c7af
Merge "Adding Iridium as a ringtone" into honeycomb
2011-02-03 10:21:17 -08:00
Daniel Sandler
69da712510
Merge "Move the low battery sound to the notification stream." into honeycomb
2011-02-03 09:47:45 -08:00
Dheeraj Sharma
1414d12989
Merge "Fix for issue : 3419353 Crash during transition generation" into honeycomb
2011-02-03 09:36:02 -08:00
Cary Clark
00356fe99f
Merge "stop GL drawing thread before killing WebCore" into honeycomb
2011-02-03 08:48:24 -08:00
Justin Ho
05aa7cc609
Merge "Changing Honeycomb default wallpaper" into honeycomb
2011-02-03 07:25:18 -08:00
Romain Guy
2cd40b193a
Merge "Fast transform properties setters. Bug #3413510 " into honeycomb
2011-02-03 01:11:39 -08:00
Daniel Sandler
7b1a58eb04
Merge "Implement priority ordering in notifications." into honeycomb
2011-02-02 22:39:25 -08:00
Gil Dobjanschi
1f6e0735f1
Merge "Bug fix: 3419287 Deleted images and video clips invalidate the entire project" into honeycomb
2011-02-02 22:04:38 -08:00
Joe Onorato
6bbebe1404
Merge "Add a bluetooth icon and data direction to the status bar." into honeycomb
2011-02-02 21:22:49 -08:00
Romain Guy
b1c3ce3c1f
Merge "Allocate layers from the layers pool. Bug #3413433 " into honeycomb
2011-02-02 21:05:35 -08:00
Justin Ho
4115b139db
Merge "System bar tweaks" into honeycomb
2011-02-02 18:47:53 -08:00
Justin Ho
296ce72545
Merge "Adding new volume control dialog icons" into honeycomb
2011-02-02 18:45:27 -08:00
Dianne Hackborn
f52bf6c8cc
Merge "Fix issue #3418265 : Rotation animation on wallpaper is broken" into honeycomb
2011-02-02 18:42:45 -08:00
Scott Main
c4be9da9ab
Merge "docs: udpate action bar dev guide" into honeycomb
2011-02-02 18:06:01 -08:00
Romain Guy
e50ee1e79d
Merge "Don't clobber the local dirty rect after rendering a layer. Bug #3417254 Bug #3413433 " into honeycomb
2011-02-02 16:44:07 -08:00
Vasu Nori
70c6fb0d8b
Merge "bug:3414192 new API to designate a download to be OTA update" into honeycomb
2011-02-02 16:43:56 -08:00
Mathias Agopian
057a8137c6
Merge "[3418265] apply layer transformations to the DimLayer." into honeycomb
2011-02-02 16:42:37 -08:00
Mathias Agopian
bce26daaaf
[3418265] apply layer transformations to the DimLayer.
...
with this change DimLayers will behave just like any other layer,
in particular they'll respect the layer transformations.
Change-Id: Icb4a1275e8bca9e3deb5f57c9f9219aaa69f9877
2011-02-02 16:05:39 -08:00
Jamie Gennis
1472b3a885
Merge "Pass the IGraphicBufferAlloc to SurfaceTextureClient." into honeycomb
2011-02-02 15:53:33 -08:00
Jamie Gennis
1b20cde313
Pass the IGraphicBufferAlloc to SurfaceTextureClient.
...
This change passes a reference to the IGraphicBufferAlloc binder object
to SurfaceTextureClient objects. When STC objects are created they
query their associated ISurfaceTexture object for the
IGraphicBufferAlloc that the SurfaceTexture uses to allocate buffers.
Having the SurfaceTextureClient hold this reference prevents the
GraphicBufferAlloc in SurfaceFlinger from freeing the allocated buffers
before the SurfaceTextureClient is done with them.
Change-Id: Ib8e30e8b37fdd60438cbb4cb7e9174d0ba6d661c
related-bug: 3362519
2011-02-02 15:31:47 -08:00
Wink Saville
29e384d850
Merge "Have SmsMessage use getCurrentPhoneType" into honeycomb
2011-02-02 15:06:58 -08:00
Xavier Ducrohet
13b0abe05b
Merge "Make TimePicker/DatePicker/CalendarView render in Eclipse." into honeycomb
2011-02-02 14:15:39 -08:00
Dharmaray Kundargi
4e444e8e9a
Merge "Fix issue 3412777 ANR on adding effects." into honeycomb
2011-02-02 13:56:49 -08:00
Leon Scroggins
497b7b8ab8
Merge "DO NOT MERGE. Only scroll if the IME is open in certain cases." into honeycomb
2011-02-02 13:41:19 -08:00
Robert Ly
3192a752d2
Merge "Doc change: fixing broken links/images" into honeycomb
2011-02-02 13:36:47 -08:00
Jim Miller
3933318c96
Merge "Fix 3410155: Remove hint text from password entry field." into honeycomb
2011-02-02 12:41:07 -08:00
Dianne Hackborn
73de0b7cbc
Merge "Fix issue #3415137 : New wallpaper size breaks thumbnails." into honeycomb
2011-02-02 12:29:47 -08:00
Robert Greenwalt
bf0e823d9d
Merge "Use a cached context when possible." into honeycomb
2011-02-02 11:26:34 -08:00
Dharmaray Kundargi
e283e6c442
Merge "Fix issue 3408285 Crash while generating KenBurns" into honeycomb
2011-02-02 11:14:33 -08:00
Carl Shapiro
9d1502e10b
Merge "Fix the naming of the heap growth limit property." into honeycomb
2011-02-02 10:55:28 -08:00
Nemmara Venkateswaran
6ae3af29e9
Merge "Fix for issue 3370023 : Wrong aspect ratio in overlay" into honeycomb
2011-02-02 09:27:10 -08:00
Justin Ho
bc2cf787b3
Merge "Removing red cross from hdpi emergency symbol" into honeycomb
2011-02-02 08:33:45 -08:00