Commit Graph

26960 Commits

Author SHA1 Message Date
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
Dianne Hackborn
0d2e097e66 Merge "Make image wallpaper use a big surface." into honeycomb 2011-02-01 16:23:47 -08:00
Wink Saville
c99d837804 Merge "Have getPhoneType return PHONE_TYPE_NONE for non-voice capable devices." into honeycomb 2011-02-01 15:24:31 -08:00
Paul Westbrook
3f6265d63e Merge "Enable retrieving default download manager settings" into honeycomb 2011-02-01 15:07:40 -08:00
Romain Guy
121e57201a Merge "Correctly set the alpha of a hardware layer before drawing it. Bug #3410819" into honeycomb 2011-02-01 14:00:35 -08:00
Mike Cleron
850c612d87 Merge "Assume ARGB_8888 for unknown configs. Bug #3327175" into honeycomb 2011-02-01 14:00:09 -08:00
Dheeraj Sharma
399e99f14b Merge "Fix for issue 3410895 Transition regeneration not happening after changing aspect ratio of project" into honeycomb 2011-02-01 09:00:42 -08:00
Justin Ho
0f9b07e079 Merge "Updating Froyo framework assets to Holo style Bug: 3362749" into honeycomb 2011-02-01 07:28:04 -08:00
Mike Cleron
896ef5120c Merge "Remove MeasuredText debug messages" into honeycomb 2011-01-31 23:22:36 -08:00
Justin Ho
4897391a07 Merge "Enable subclass of SeekBarVolumizer to provide a custom file for sample playback." into honeycomb 2011-01-31 23:20:24 -08:00
Justin Ho
0f2d28da1a Merge "Updated notification and effects for Honeycomb Bug: 3389139" into honeycomb 2011-01-31 23:16:58 -08:00
Joe Onorato
0295988e37 Merge "When the data flows, the icon glows." into honeycomb 2011-01-31 22:16:02 -08:00
Dheeraj Sharma
a125aa4f05 Merge "Fix for issue 3409874:Crash during addition of pan and zoom effect if start and end rect are unchanged" into honeycomb 2011-01-31 22:06:10 -08:00
Romain Guy
c1f6e124bc Merge "Don't convert 4444 images to 565. Bug #3327175" into honeycomb 2011-01-31 22:05:34 -08:00
Justin Ho
5c5e0d69ce Merge "Fix bug 3410400 - Holo rating bar assets" into honeycomb 2011-01-31 20:59:46 -08:00
Jason parks
fdbda82859 Merge "Show the encryption boot animation." into honeycomb 2011-01-31 19:48:24 -08:00
Chet Haase
d2057c7abe Merge "Fix invalidation issue with actionbar items" into honeycomb 2011-01-31 19:08:28 -08:00
Dharmaray Kundargi
556cda6474 Merge "Fix issue 3408285. Fix issue in Thread safe in Java." into honeycomb 2011-01-31 19:01:13 -08:00
Justin Ho
a08f647c20 Merge "Updated notification panel alpha" into honeycomb 2011-01-31 18:32:20 -08:00
Gilles Debunne
5bbe5113b6 Merge "Pixel were missing on the last line of text when using MaxLines." into honeycomb 2011-01-31 18:14:05 -08:00
Tadashi G. Takaoka
6a384e5943 Merge "Update hard keyboard status on closing input methods panel" into honeycomb 2011-01-31 18:04:11 -08:00
Jeff Brown
1812775fb1 Merge "Fix keyboard hidden flag." into honeycomb 2011-01-31 17:45:56 -08:00