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
Justin Ho
fed16e4034
Merge "Low battery notification sound update, alarm sound update" into honeycomb
2011-02-02 08:08:15 -08:00
Romain Guy
a3607b3aee
Merge "Fix incorrect dirty rectangle transformation in hardware layers. Bug #3413433 " into honeycomb
2011-02-02 00:47:21 -08:00
Romain Guy
0a9ddf6621
Merge "Update layers based on the dirty region. Bug #3413433 " into honeycomb
2011-02-01 23:05:35 -08:00
Romain Guy
ded982e811
Merge "New API to let apps draw without layers. Bug #3413433 " into honeycomb
2011-02-01 22:02:00 -08:00
Wink Saville
a4266a4aa7
Merge "Add TelephonyManager.getCurrentPhoneType" into honeycomb
2011-02-01 21:02:10 -08:00
Michael Jurka
e46736395a
Merge "add missing call to superclass method" into honeycomb
2011-02-01 20:53:13 -08:00
Ben Murdoch
80b5855510
Merge "Move setExpandedTileBounds from WC to UI thread" into honeycomb
2011-02-01 18:37:43 -08:00
Brian Muramatsu
d08d92976a
Merge "Fix Incorrect Times in TimePickerDialog" into honeycomb
2011-02-01 18:09:36 -08:00
Jaikumar Ganesh
a754163974
Merge "Fix BluetoothAdapter Connection change intent doc." into honeycomb
2011-02-01 17:06:56 -08:00
Dianne Hackborn
d559adb2b7
Merge "Whoops, need to put this check back." into honeycomb
2011-02-01 16:50:44 -08:00