41370 Commits

Author SHA1 Message Date
Scott Main
ffd20dac9b Merge "docs: udpate action bar dev guide" into honeycomb 2011-02-02 18:06:01 -08:00
Joe Malin
2e3e3dfb40 DOC CHANGE: Fix bugs in Installing SDK topic
Change-Id: I5c5d588e8b4c758fd2ebc6873624cbde102b3508
2011-02-02 17:01:52 -08:00
Romain Guy
f44ed5adc4 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
6bc710f769 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
7ba35f5ab3 Merge "[3418265] apply layer transformations to the DimLayer." into honeycomb 2011-02-02 16:42:37 -08:00
Mathias Agopian
6e138fb682 [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
ecb4b3f023 Merge "Pass the IGraphicBufferAlloc to SurfaceTextureClient." into honeycomb 2011-02-02 15:53:33 -08:00
Romain Guy
62687ec12c Don't clobber the local dirty rect after rendering a layer.
Bug #3417254
Bug #3413433

Change-Id: I8045e9ec414ebe4ce4d38124142a00726d2c634d
2011-02-02 15:44:19 -08:00
Jamie Gennis
83bac216a7 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
Vasu Nori
72725ebcad bug:3414192 new API to designate a download to be OTA update
Change-Id: Iae2f6185e130324ad956f594e78b1d8b2176c808
2011-02-02 15:08:49 -08:00
Wink Saville
d31fed90f8 Merge "Have SmsMessage use getCurrentPhoneType" into honeycomb 2011-02-02 15:06:58 -08:00
Wink Saville
1938e314e3 Have SmsMessage use getCurrentPhoneType
Although our first tablet doesn't support SMS messages there are testing
scenarios where they can be used. To preserve proper behavior now that
getPhoneType can return PHONE_TYPE_NONE use getCurrentPhoneType.

bug: 3198435
Change-Id: I48ef294f563351c66971b4e89e6dcb3326b0ae92
2011-02-02 14:19:55 -08:00
Xavier Ducrohet
a4747d536e Merge "Make TimePicker/DatePicker/CalendarView render in Eclipse." into honeycomb 2011-02-02 14:15:39 -08:00
Xavier Ducrohet
345f866bfd Make TimePicker/DatePicker/CalendarView render in Eclipse.
Change-Id: Id5313a6f0f53bf45f6eaabc0e10fcf0660eeac08
2011-02-02 14:04:50 -08:00
Dharmaray Kundargi
54b0a7f3ff Merge "Fix issue 3412777 ANR on adding effects." into honeycomb 2011-02-02 13:56:49 -08:00
Leon Scroggins
8257e4d7e2 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
f8cc65c4ca Merge "Doc change: fixing broken links/images" into honeycomb 2011-02-02 13:36:47 -08:00
Dharmaray Kundargi
a3f87f855b Fix issue 3412777 ANR on adding effects.
Change-Id: Id3c480a8261423412a99375f71cf6ee585b6c22b
2011-02-02 13:09:08 -08:00
Jim Miller
22d23eb5d1 Merge "Fix 3410155: Remove hint text from password entry field." into honeycomb 2011-02-02 12:41:07 -08:00
Dianne Hackborn
0035b5cad1 Merge "Fix issue #3415137: New wallpaper size breaks thumbnails." into honeycomb 2011-02-02 12:29:47 -08:00
Leon Scroggins
e89d6418be DO NOT MERGE. Only scroll if the IME is open in certain cases.
Bug:3411564

Requires a change in external/webkit.

Already submitted to master.

Change-Id: Id5b8765bde4070f04fce0743c56a038f88e816ec
2011-02-02 15:05:30 -05:00
Robert Ly
5347a4b3e5 Doc change: fixing broken links/images
Change-Id: I2e0fd99ec4badc234b88482d0c90b03d33fbdc30
2011-02-02 11:54:28 -08:00
Dianne Hackborn
dd962ee163 Fix issue #3415137: New wallpaper size breaks thumbnails.
Change-Id: I3ce4fa8f532cc378c390138bab0ff3126fe0f0c3
2011-02-02 11:29:41 -08:00
Robert Greenwalt
2c507b92c2 Merge "Use a cached context when possible." into honeycomb 2011-02-02 11:26:34 -08:00
Dharmaray Kundargi
261ddb8120 Merge "Fix issue 3408285 Crash while generating KenBurns" into honeycomb 2011-02-02 11:14:33 -08:00
Robert Greenwalt
6e2884817d Use a cached context when possible.
It's always possible after services have been registered, so it's just early
in the process that's a problem.  Lie correctly in those early cases and fix this
in MR1.

bug:3415254
Change-Id: I95811d1efd676fde01f66b742393d3aa4623482f
2011-02-02 10:57:35 -08:00
Carl Shapiro
09128b2329 Merge "Fix the naming of the heap growth limit property." into honeycomb 2011-02-02 10:55:28 -08:00
Jim Miller
4c573605d0 Fix 3410155: Remove hint text from password entry field.
Change-Id: I36882a365e721f038366fea086a0727c9608bf67
2011-02-02 10:24:56 -08:00
Nemmara Venkateswaran
47b8c96b25 Merge "Fix for issue 3370023 : Wrong aspect ratio in overlay" into honeycomb 2011-02-02 09:27:10 -08:00
Justin Ho
c2e16dc6da Merge "Removing red cross from hdpi emergency symbol" into honeycomb 2011-02-02 08:33:45 -08:00
Justin Ho
a16eb1a77f Removing red cross from hdpi emergency symbol
Change-Id: Ic4b5ac44f267395ee50414ebf4ce717f45030439
2011-02-02 08:32:39 -08:00
Justin Ho
3d5b80cb18 Merge "Low battery notification sound update, alarm sound update" into honeycomb 2011-02-02 08:08:15 -08:00
Justin Ho
a730db4882 Low battery notification sound update, alarm sound update
Change-Id: Id2eb48f4b2df6772b4d5b1c6b4eca57856baaaec
2011-02-02 08:06:27 -08:00
Dharmaray Kundargi
beb9fc8ee8 Fix issue 3408285 Crash while generating KenBurns
Change-Id: Iaa207229e2c699e1d374b424893bcf252c6614f3
2011-02-02 03:25:01 -08:00
Santosh Madhava
63298a9809 Fix for issue 3370023 : Wrong aspect ratio in overlay
Change-Id: I65bdfb2b5c9edc26de94052e21b8f55ec8671f6a
2011-02-02 01:38:45 -08:00
Romain Guy
c1f8bcffb8 Merge "Fix incorrect dirty rectangle transformation in hardware layers. Bug #3413433" into honeycomb 2011-02-02 00:47:21 -08:00
Romain Guy
beff8d83ef Fix incorrect dirty rectangle transformation in hardware layers.
Bug #3413433

Change-Id: Iba201c7c4b4f11937797f3afcbf20c5a7395be25
2011-02-01 23:53:34 -08:00
Scott Main
6ea0d2c045 docs: udpate action bar dev guide
Change-Id: Iba3144d489d1468d946cedec4d1d7a3c365be482
2011-02-01 23:07:52 -08:00
Romain Guy
d51eaa64e3 Merge "Update layers based on the dirty region. Bug #3413433" into honeycomb 2011-02-01 23:05:35 -08:00
Romain Guy
3a3133d876 Update layers based on the dirty region.
Bug #3413433

This helps Launcher when a widget updates during a scroll, or when interacting
with widgets on the workspace if layers are still turned on.

Change-Id: Ic7a42eb34f74f4ae988039754f815e2efd1d1e4f
2011-02-01 23:01:43 -08:00
Romain Guy
518813ec13 Merge "New API to let apps draw without layers. Bug #3413433" into honeycomb 2011-02-01 22:02:00 -08:00
Wink Saville
1bf518d8b3 Merge "Add TelephonyManager.getCurrentPhoneType" into honeycomb 2011-02-01 21:02:10 -08:00
Michael Jurka
46ab5e13f2 Merge "add missing call to superclass method" into honeycomb 2011-02-01 20:53:13 -08:00
Michael Jurka
b8f939fb57 add missing call to superclass method 2011-02-01 20:50:30 -08:00
Carl Shapiro
85f974e7be Fix the naming of the heap growth limit property.
This change ensures that the heap growth limit is property registered
with the virtual machine.  Otherwise, applications will default to the
maximum heap size.

Bug: 3414804
Change-Id: Id820bf718993a45088f7652910deca9cd87fd488
2011-02-01 20:21:48 -08:00
Dharmaray Kundargi
c08f85a648 Fix issue 3414805 Crash during Overlay editing. JNI fixes.
Change-Id: I5e966c6987920318d3ce03f78552d0028ef55a26
2011-02-01 20:19:16 -08:00
Wink Saville
9d72be3318 Add TelephonyManager.getCurrentPhoneType
The new method getCurrentPhoneType has the old behavior of getPhoneType
and does not check for voice capable. This allows code to assume
the old behavior.

bug: 3198435
Change-Id: I0542838ceca2f757cceb6cd7f795e95fe886523e
2011-02-01 19:22:15 -08:00
Ben Murdoch
3b8657debc Merge "Move setExpandedTileBounds from WC to UI thread" into honeycomb 2011-02-01 18:37:43 -08:00
Ben Murdoch
fa148f6889 Move setExpandedTileBounds from WC to UI thread
Bug: 3412928
Change-Id: I2d5c8cc1ba188152dd570ef3a0f2f2f14d64465f
2011-02-02 02:27:40 +00:00
Brian Muramatsu
1d696fa458 Merge "Fix Incorrect Times in TimePickerDialog" into honeycomb 2011-02-01 18:09:36 -08:00