OSDN Git Service

android-x86/frameworks-base.git
13 years agoAdd debug to CallManager#canDial.
Wink Saville [Tue, 25 Jan 2011 07:25:31 +0000 (23:25 -0800)]
Add debug to CallManager#canDial.

Add some debug to trackdown why canDial is sometime
returning false, see bug 3381435.

Change-Id: I0caade5ffdf9d67cdee0557971a8918182718512

13 years agoMerge "Make AwesomePlayer's reset process more verbose to track down ANRs (again...
Andreas Huber [Mon, 24 Jan 2011 18:45:59 +0000 (10:45 -0800)]
Merge "Make AwesomePlayer's reset process more verbose to track down ANRs (again)" into honeycomb

13 years agoMerge "Resubmit of 'Fix for isssue 3369932 : stopPreview returns 0'" into honeycomb
Santosh Madhava [Mon, 24 Jan 2011 18:45:36 +0000 (10:45 -0800)]
Merge "Resubmit of 'Fix for isssue 3369932 : stopPreview returns 0'" into honeycomb

13 years agoMerge "Remove unwanted parameter (it was a typo)." into honeycomb
Joe Onorato [Mon, 24 Jan 2011 18:43:55 +0000 (10:43 -0800)]
Merge "Remove unwanted parameter (it was a typo)." into honeycomb

13 years agoMake AwesomePlayer's reset process more verbose to track down ANRs (again)
Andreas Huber [Mon, 24 Jan 2011 18:30:05 +0000 (10:30 -0800)]
Make AwesomePlayer's reset process more verbose to track down ANRs (again)

Change-Id: I0d66994cc4295fd5ceeaaf151ce913ed0dd995f9
related-to-bug: 3362836

13 years agoResubmit of 'Fix for isssue 3369932 : stopPreview returns 0'
Santosh Madhava [Mon, 24 Jan 2011 18:17:05 +0000 (10:17 -0800)]
Resubmit of 'Fix for isssue 3369932 : stopPreview returns 0'

Change-Id: Id2e4598f29191c506ab99a112bd7743f6a794cd6

13 years agoRemove unwanted parameter (it was a typo).
Joe Onorato [Mon, 24 Jan 2011 17:22:12 +0000 (09:22 -0800)]
Remove unwanted parameter (it was a typo).

Bug: 3241144
Change-Id: I569f6c8dffb17041a422be6084b6eab89624a57b

13 years agoMerge "Use optimized display lists for all hwaccelerated rendering" into honeycomb
Chet Haase [Mon, 24 Jan 2011 17:24:59 +0000 (09:24 -0800)]
Merge "Use optimized display lists for all hwaccelerated rendering" into honeycomb

13 years agoMerge "Smoothly hide the list when there are no notifications." into honeycomb
Daniel Sandler [Mon, 24 Jan 2011 16:59:08 +0000 (08:59 -0800)]
Merge "Smoothly hide the list when there are no notifications." into honeycomb

13 years agoMerge "New fix for popup behavior in AutoCompleteTextViews." into honeycomb
Gilles Debunne [Mon, 24 Jan 2011 16:58:07 +0000 (08:58 -0800)]
Merge "New fix for popup behavior in AutoCompleteTextViews." into honeycomb

13 years agoUse optimized display lists for all hwaccelerated rendering
Chet Haase [Mon, 10 Jan 2011 22:10:36 +0000 (14:10 -0800)]
Use optimized display lists for all hwaccelerated rendering

Previously, display lists were used only if hardware acceleration
was enabled for an application (hardwareAccelerated=true) *and* if
setDrawingCacheEnabled(true) was called. This change makes the framework
use display lists for all views in an application if hardware acceleration
is enabled.

In addition, display list renderering has been optimized so that
any view's recreation of its own display list (which is necessary whenever
the visuals of that view change) will not cause any other display list
in its parent hierarchy to change. Instead, when there are any visual
changes in the hierarchy, only those views which need to have new
display list content will recreate their display lists.

This optimization works by caching display list references in each
parent display list (so the container of some child will refer to its
child's display list by a reference to the child's display list). Then when
a view needs to recreate its display list, it will do so inside the same
display list object. This will cause the content to get refreshed, but not
the reference to that content. Then when the view hierarchy is redrawn,
it will automatically pick up the new content from the old reference.

This optimization will not necessarily improve performance when applications
need to update the entire view hierarchy or redraw the entire screen, but it does
show significant improvements when redrawing only a portion of the screen,
especially when the regions that are not refreshed are complex and time-
consuming to redraw.

Change-Id: I68d21cac6a224a05703070ec85253220cb001eb4

13 years agoAdd a way that subtype will be excluded from a last input method
satok [Mon, 24 Jan 2011 15:11:47 +0000 (00:11 +0900)]
Add a way that subtype will be excluded from a last input method

Bug: 3382702

- Added SUBTYPE_EXTRAVALUE_EXCLUDE_FROM_LAST_IME and if subtype has this extra value,
It will be excluded from a last input method which will be called from switchToLastInputMethod

Change-Id: I03ae10e07f978dcc3a83dd77b10613048dce7f22

13 years agoMerge "VideoEditor:Clear Surface API addition" into honeycomb
Gil Dobjanschi [Mon, 24 Jan 2011 06:32:28 +0000 (22:32 -0800)]
Merge "VideoEditor:Clear Surface API addition" into honeycomb

13 years agoMerge "Fix a regression in the wallpaper drawing." into honeycomb
Dianne Hackborn [Mon, 24 Jan 2011 06:12:39 +0000 (22:12 -0800)]
Merge "Fix a regression in the wallpaper drawing." into honeycomb

13 years agoFix a regression in the wallpaper drawing.
Jeff Brown [Mon, 24 Jan 2011 06:01:49 +0000 (22:01 -0800)]
Fix a regression in the wallpaper drawing.

We should not lock and post the surface if we don't intend to
draw anything into it.

Change-Id: Idfd1cf127bdc1f5e1f5e783a8991d44de90878da

13 years agoMerge "Fix bug 3360953 - Toasts use the holo theme in non-HC apps" into honeycomb
Adam Powell [Mon, 24 Jan 2011 06:00:29 +0000 (22:00 -0800)]
Merge "Fix bug 3360953 - Toasts use the holo theme in non-HC apps" into honeycomb

13 years agoVideoEditor:Clear Surface API addition
Dheeraj Sharma [Sun, 23 Jan 2011 23:14:05 +0000 (15:14 -0800)]
VideoEditor:Clear Surface API addition

Change-Id: I824c4a9d7f0a11ad60f8045eccc8b6139b66af22

13 years agoFix bug 3360953 - Toasts use the holo theme in non-HC apps
Adam Powell [Mon, 24 Jan 2011 05:15:23 +0000 (21:15 -0800)]
Fix bug 3360953 - Toasts use the holo theme in non-HC apps

Change-Id: Ic386b35ec47613655f4b17395090959f9031e3ad

13 years agoMerge "Fix bug 3381275 - Too much padding on the left of a custom nav bar" into honeycomb
Adam Powell [Mon, 24 Jan 2011 04:52:38 +0000 (20:52 -0800)]
Merge "Fix bug 3381275 - Too much padding on the left of a custom nav bar" into honeycomb

13 years agoFix bug 3381275 - Too much padding on the left of a custom nav bar
Adam Powell [Mon, 24 Jan 2011 04:25:15 +0000 (20:25 -0800)]
Fix bug 3381275 - Too much padding on the left of a custom nav bar

Hide the title layout if it's empty to omit any included padding.

Change-Id: I01d287c8e214ed3648a47f5ca00b50f78d1659ad

13 years agoMerge "visibility ("lights out") API." into honeycomb
Joe Onorato [Mon, 24 Jan 2011 03:26:13 +0000 (19:26 -0800)]
Merge "visibility ("lights out") API." into honeycomb

13 years agovisibility ("lights out") API.
Joe Onorato [Mon, 24 Jan 2011 01:53:23 +0000 (17:53 -0800)]
visibility ("lights out") API.

1. Views may setSystemUiVisibility() to recommend that
the system chrome (status bar or other UI) show or hide
itself.  (This functionality was previously available only
via the FLAG_FULLSCREEN window flag for some SystemUI
implementations.)

2. Views may register a OnSystemUiVisibilityChangedListener
on a view, and find out when the system UI actually
appears or disappears, allowing apps to coordinate the
appearance of their own UI if desired.

Bug: 3241144
Change-Id: Ia1758d94099182d49a1e3688ea2738ae4995b829

13 years agoFix bug 3367627 - spontaneous crash
Adam Powell [Mon, 24 Jan 2011 03:17:53 +0000 (19:17 -0800)]
Fix bug 3367627 - spontaneous crash

Fix a little-traversed codepath that could cause some grief.

Change-Id: I75e6931c3208a0f18b40446f23a2fdd5a0065ce8

13 years agoMerge "Fix typo that causes brigtness to be wrong." into honeycomb
Joe Onorato [Mon, 24 Jan 2011 02:26:02 +0000 (18:26 -0800)]
Merge "Fix typo that causes brigtness to be wrong." into honeycomb

13 years agoNew fix for popup behavior in AutoCompleteTextViews.
Gilles Debunne [Mon, 24 Jan 2011 01:23:31 +0000 (17:23 -0800)]
New fix for popup behavior in AutoCompleteTextViews.

Bug 3374144

The fix in https://android-git.corp.google.com/g/#change,91880 is not
sufficient. An updated adapter needs to be able to force an update of
the poup result list.

Addded a flag that prevents the popup from being re-opened when it has
previously been closed by a user action.

Change-Id: I45fab056c8ebd6dc4317430213f2bc37b51b79e3

13 years agoMerge "Fix bug 3380292 - long title in actionbar context mode pushes buttons over...
Adam Powell [Mon, 24 Jan 2011 02:16:09 +0000 (18:16 -0800)]
Merge "Fix bug 3380292 - long title in actionbar context mode pushes buttons over edge" into honeycomb

13 years agoFix bug 3380292 - long title in actionbar context mode pushes buttons over edge
Adam Powell [Mon, 24 Jan 2011 02:07:45 +0000 (18:07 -0800)]
Fix bug 3380292 - long title in actionbar context mode pushes buttons over edge

Also adjust default web text selection menu to allow overflow, preventing items
from being cut off in portrait or on smaller screens.

Change-Id: I686c9a8daab31a38c2fcb75ee1402f09f568c238

13 years agoMerge "Fix issue #3215261: NPE in WiFi Settings" into honeycomb
Dianne Hackborn [Mon, 24 Jan 2011 01:45:59 +0000 (17:45 -0800)]
Merge "Fix issue #3215261: NPE in WiFi Settings" into honeycomb

13 years agoFix issue #3215261: NPE in WiFi Settings
Dianne Hackborn [Mon, 24 Jan 2011 00:51:16 +0000 (16:51 -0800)]
Fix issue #3215261: NPE in WiFi Settings

And also fix #3343369: EGL_BAD_DISPLAY and/or broadcast intent
TIME_SET before boot completion

And a few more tweaks to animations to keep the wallpaper displayed
when needed.

And make more use of the drag and drop "rotation disabled" thing to
also use it while animating the screen rotation, since if we try to
start a new rotation while doing the animation we end up with a mess.

Change-Id: I373af305a6e23a92835abed96229a83e173f67ce

13 years agoMerge "Fix bug 3381563 - fix segmented button styles" into honeycomb
Adam Powell [Mon, 24 Jan 2011 01:07:59 +0000 (17:07 -0800)]
Merge "Fix bug 3381563 - fix segmented button styles" into honeycomb

13 years agoMerge "Fix 3373106: add hint text to PasswordUnlock" into honeycomb
Jim Miller [Mon, 24 Jan 2011 01:06:42 +0000 (17:06 -0800)]
Merge "Fix 3373106: add hint text to PasswordUnlock" into honeycomb

13 years agoFix bug 3381563 - fix segmented button styles
Adam Powell [Mon, 24 Jan 2011 01:00:59 +0000 (17:00 -0800)]
Fix bug 3381563 - fix segmented button styles

Change-Id: Ie191ef55548f2035012f643ad6ef434a4b10fff0

13 years agoFix typo that causes brigtness to be wrong.
Joe Onorato [Mon, 24 Jan 2011 01:03:36 +0000 (17:03 -0800)]
Fix typo that causes brigtness to be wrong.

Bug: 3351558
Change-Id: I4409c44db15a35be98ba0b0f2c28ed939494495a

13 years agoMerge "Don't call broken+deprecated SamplingProfiler.writeHprofData" into honeycomb
Jesse Wilson [Mon, 24 Jan 2011 00:40:53 +0000 (16:40 -0800)]
Merge "Don't call broken+deprecated SamplingProfiler.writeHprofData" into honeycomb

13 years agoMerge "Fix bitmap meshes to work in display lists." into honeycomb
Romain Guy [Mon, 24 Jan 2011 00:34:08 +0000 (16:34 -0800)]
Merge "Fix bitmap meshes to work in display lists." into honeycomb

13 years agoFix bitmap meshes to work in display lists.
Romain Guy [Mon, 24 Jan 2011 00:36:11 +0000 (16:36 -0800)]
Fix bitmap meshes to work in display lists.

Change-Id: Ie226d049840942d9ad9cf58e0c19132f49d62a75

13 years agoMerge "aapt: Allow raw "%" in unformatted string-arrays" into honeycomb
Dianne Hackborn [Mon, 24 Jan 2011 00:30:53 +0000 (16:30 -0800)]
Merge "aapt: Allow raw "%" in unformatted string-arrays" into honeycomb

13 years agoUpdated legacy radio buttons (mdpi)
Justin Ho [Mon, 24 Jan 2011 00:16:03 +0000 (16:16 -0800)]
Updated legacy radio buttons (mdpi)

Change-Id: Id17077b8f216d193eb6f6ae65b5d4e158116aeef

13 years agoAdd support for arcs.
Romain Guy [Mon, 24 Jan 2011 00:15:02 +0000 (16:15 -0800)]
Add support for arcs.

Change-Id: I96c057ff4eb1b464b03f132da0b85333777bee4f

13 years agoMerge "Add support for arcs." into honeycomb
Romain Guy [Mon, 24 Jan 2011 00:12:50 +0000 (16:12 -0800)]
Merge "Add support for arcs." into honeycomb

13 years agoFix 3373106: add hint text to PasswordUnlock
Jim Miller [Fri, 21 Jan 2011 01:43:45 +0000 (17:43 -0800)]
Fix 3373106: add hint text to PasswordUnlock

Change-Id: Ie0a5081cf74da551a161f46457b987bcdcef2127

13 years agoMerge "Fix bug 3299208 - Some apps' dialogs aren't show()ing successfully" into honeycomb
Adam Powell [Mon, 24 Jan 2011 00:09:54 +0000 (16:09 -0800)]
Merge "Fix bug 3299208 - Some apps' dialogs aren't show()ing successfully" into honeycomb

13 years agoaapt: Allow raw "%" in unformatted string-arrays
Josh Stone [Tue, 18 Jan 2011 02:34:11 +0000 (18:34 -0800)]
aapt: Allow raw "%" in unformatted string-arrays

Commit 15fe2cb added format checking for translatable strings, enforcing
the use of positional args.  This check can be disabled on <string>
values with translatable="false" or formatted="false".  But they didn't
check for those attributes on <string-array>, so some of CM's strings
fail when they're not really format strings, just because they contain
percent signs.  (e.g. brightness widget's "Auto/Dim/40%/100%")

So now the formatted/translatable attributes are checked in string-array
too, and we can restore our proper percent signs.

Change-Id: I3478ab7e0b939e61fe0cec20201ac55096264080

13 years agoFix bug 3299208 - Some apps' dialogs aren't show()ing successfully
Adam Powell [Sun, 23 Jan 2011 23:18:46 +0000 (15:18 -0800)]
Fix bug 3299208 - Some apps' dialogs aren't show()ing successfully

Fix legacy submenus in options menus.

Change-Id: I3d115c72d99dadd5b23f9459fd27277a39de332b

13 years agoHoneycomb is now officially API 11.
Dianne Hackborn [Sun, 23 Jan 2011 22:56:39 +0000 (14:56 -0800)]
Honeycomb is now officially API 11.

Change-Id: I5b11801468bf6ee2482f1ef201ece70ed9303bd8

13 years agoMerge "Final (hopefully) API cleanup." into honeycomb
Dianne Hackborn [Sun, 23 Jan 2011 22:48:09 +0000 (14:48 -0800)]
Merge "Final (hopefully) API cleanup." into honeycomb

13 years agoFinal (hopefully) API cleanup.
Dianne Hackborn [Sun, 23 Jan 2011 22:43:11 +0000 (14:43 -0800)]
Final (hopefully) API cleanup.

Change-Id: Iaac6b2ca399eda44458c2bc1a6501672b6c85b90

13 years agoAdd support for ovals and stroked rectangles.
Romain Guy [Sun, 23 Jan 2011 22:18:41 +0000 (14:18 -0800)]
Add support for ovals and stroked rectangles.

Change-Id: I1292e241386763c82e6622c8f7ed90b0f5b7bd4f

13 years agoMerge "Add support for ovals and stroked rectangles." into honeycomb
Romain Guy [Sun, 23 Jan 2011 22:17:28 +0000 (14:17 -0800)]
Merge "Add support for ovals and stroked rectangles." into honeycomb

13 years agoMerge "Adding faketouch feature." into honeycomb
Dan Morrill [Sun, 23 Jan 2011 22:17:18 +0000 (14:17 -0800)]
Merge "Adding faketouch feature." into honeycomb

13 years agoMerge "Avoid unnecessarily redrawing the wallpaper." into honeycomb
Jeff Brown [Sun, 23 Jan 2011 21:39:23 +0000 (13:39 -0800)]
Merge "Avoid unnecessarily redrawing the wallpaper." into honeycomb

13 years agoMerge "Fix spurious resizes during rotation animation." into honeycomb
Jeff Brown [Sun, 23 Jan 2011 21:39:10 +0000 (13:39 -0800)]
Merge "Fix spurious resizes during rotation animation." into honeycomb

13 years agoMerge "Fix SENSOR_LANDSCAPE and SENSOR_PORTRAIT" into honeycomb
Jeff Brown [Sun, 23 Jan 2011 21:38:51 +0000 (13:38 -0800)]
Merge "Fix SENSOR_LANDSCAPE and SENSOR_PORTRAIT" into honeycomb

13 years agoAdding faketouch feature.
Dan Morrill [Sun, 23 Jan 2011 21:15:53 +0000 (13:15 -0800)]
Adding faketouch feature.

Change-Id: Idff0b059c2f82fa4237d6238710e87dc55ae76a8

13 years agoAlways render text underline extra.
Romain Guy [Sun, 23 Jan 2011 21:32:12 +0000 (13:32 -0800)]
Always render text underline extra.
Bug #3381287

Change-Id: Ibfbc9c51c8dccef216daccc37d835e5dbf143a6a

13 years agoAvoid unnecessarily redrawing the wallpaper.
Jeff Brown [Sun, 23 Jan 2011 21:14:23 +0000 (13:14 -0800)]
Avoid unnecessarily redrawing the wallpaper.

Added some logic to ImageWallpaper to avoid redrawing the wallpaper
when it is not necessary.  Even with the resize fixes, we were still
redrawing the wallpaper an extra 5 times due to visibility and
offset changes which had no real effect.

Change-Id: Ifa39b7bb8c0f7a6a41bc81e00cc2159440f529c5

13 years agoFix spurious resizes during rotation animation.
Jeff Brown [Sun, 23 Jan 2011 21:07:25 +0000 (13:07 -0800)]
Fix spurious resizes during rotation animation.

Fixed a bug in WindowManagerService where it would set mSurfaceResized
to true even if the surface was just moved and not resized.  As a result,
we would send dozens of spurious resize messages to all applications
during orientation changes since the rotation animation changes the
positions of surfaces as they swing into place.  Among other things,
the spurious resizes caused the wallpaper to be redrawn dozens of time.

Change-Id: I2be7278c0d6a00aaef665a65e268d8da1771e51f

13 years agoFix SENSOR_LANDSCAPE and SENSOR_PORTRAIT
Jeff Brown [Sun, 23 Jan 2011 21:05:44 +0000 (13:05 -0800)]
Fix SENSOR_LANDSCAPE and SENSOR_PORTRAIT

Fixed a bug in the handling of SENSOR_LANDSCAPE and SENSOR_PORTAIT
on devices that have a natural landscape orientation.  The old code
was disabling 180 degree orientation detection when it shouldn't have.

Change-Id: I484a0aa44b3b8267a7d3b74bdf39c296faa7c6e3

13 years agoMerge "Fix issue #3302006: Cannot see the dialog lunched from a transparent activity...
Dianne Hackborn [Sun, 23 Jan 2011 20:00:41 +0000 (12:00 -0800)]
Merge "Fix issue #3302006: Cannot see the dialog lunched from a transparent activity." into honeycomb

13 years agoMerge "Collapse sucessive calls to restoreToCount() in display lists." into honeycomb
Romain Guy [Sun, 23 Jan 2011 19:59:39 +0000 (11:59 -0800)]
Merge "Collapse sucessive calls to restoreToCount() in display lists." into honeycomb

13 years agoCollapse sucessive calls to restoreToCount() in display lists.
Romain Guy [Sun, 23 Jan 2011 20:01:41 +0000 (12:01 -0800)]
Collapse sucessive calls to restoreToCount() in display lists.

Change-Id: Icb3d3dc2c579436d375269a9cb0b821a931c5a79

13 years agoMerge "Fix bug 3380299 - Update checkboxes to show checks." into honeycomb
Adam Powell [Sun, 23 Jan 2011 19:44:55 +0000 (11:44 -0800)]
Merge "Fix bug 3380299 - Update checkboxes to show checks." into honeycomb

13 years agoDon't call broken+deprecated SamplingProfiler.writeHprofData
Jesse Wilson [Sun, 23 Jan 2011 19:41:15 +0000 (11:41 -0800)]
Don't call broken+deprecated SamplingProfiler.writeHprofData

http://b/3381260
Change-Id: I5cf5ef8fbac2ada3669a0f7eff42f834db6573d7

13 years agoFix potential crash in display lists.
Romain Guy [Sun, 23 Jan 2011 19:35:13 +0000 (11:35 -0800)]
Fix potential crash in display lists.

Change-Id: I868821cbe69f7e71d93701b9cdb528a2ef796cd4

13 years agoFix bug 3380299 - Update checkboxes to show checks.
Adam Powell [Sun, 23 Jan 2011 00:55:37 +0000 (16:55 -0800)]
Fix bug 3380299 - Update checkboxes to show checks.

Glowing square lights out, check marks in!

Update radio buttons.

Change-Id: I8f03f4a72ad8d97310bd4f7321dde0d466bd6d49

13 years agoFix issue #3302006: Cannot see the dialog lunched from a transparent activity.
Dianne Hackborn [Sun, 23 Jan 2011 02:05:38 +0000 (18:05 -0800)]
Fix issue #3302006: Cannot see the dialog lunched from a transparent activity.

The activity manager was not performing the layout pass on the new window,
because its app token was still hidden, because the activity manager / window
manager were still waiting for it to be ready to show.

Just ignore whether the app token is hidden for this case.

Also fixes some problems with animations, and tweaks the ViewConfiguration
values for xlarge screens.

Change-Id: Icbe9c77ba8127d1e02df2d6f27b8e86ec842e50a

13 years agoFix bug 3380266 - Add searchview min width defaults for non-xlarge configurations
Adam Powell [Sat, 22 Jan 2011 23:24:49 +0000 (15:24 -0800)]
Fix bug 3380266 - Add searchview min width defaults for non-xlarge configurations

Change-Id: Ibebf7438b668c27f726d9023d0530d90e72d413c

13 years agoMerge "Remove MTP related log spam" into honeycomb
Mike Lockwood [Sat, 22 Jan 2011 22:35:39 +0000 (14:35 -0800)]
Merge "Remove MTP related log spam" into honeycomb

13 years agoMerge "Whoops, actually exclude pre-HC apps." into honeycomb
Dianne Hackborn [Sat, 22 Jan 2011 21:06:48 +0000 (13:06 -0800)]
Merge "Whoops, actually exclude pre-HC apps." into honeycomb

13 years agoWhoops, actually exclude pre-HC apps.
Dianne Hackborn [Sat, 22 Jan 2011 21:00:12 +0000 (13:00 -0800)]
Whoops, actually exclude pre-HC apps.

Change-Id: I7266b3a622ae65f350bdb2a0eb6557b481a14365

13 years agoMerge "Fix issue #3377999: Activities need to be stopped when sleeping" into honeycomb
Dianne Hackborn [Sat, 22 Jan 2011 19:38:48 +0000 (11:38 -0800)]
Merge "Fix issue #3377999: Activities need to be stopped when sleeping" into honeycomb

13 years agoMerge "Fix regression with hardware layers." into honeycomb
Romain Guy [Sat, 22 Jan 2011 08:39:16 +0000 (00:39 -0800)]
Merge "Fix regression with hardware layers." into honeycomb

13 years agoFix regression with hardware layers.
Romain Guy [Sat, 22 Jan 2011 08:32:12 +0000 (00:32 -0800)]
Fix regression with hardware layers.

The renderer was checking whether the layer's region is a rect to
draw it with a simple quad. This test was done against the layer's
region structure, which was cleared after generating the mesh.
Unfortunately Region::isRect() returns true when the region is
empty, which was causing the renderer to always use a quad to
draw a mesh on screen.

Change-Id: If4b874579ee0cedcb67367c9efa5c0c98ca55231

13 years agoSmoothly hide the list when there are no notifications.
Daniel Sandler [Sat, 22 Jan 2011 06:26:22 +0000 (01:26 -0500)]
Smoothly hide the list when there are no notifications.

Bug: 3374985
Change-Id: I18be9f1112ac9dc4f7bc4446c2a2dd92d1cde339

13 years agoMerge "doc change: update glibc/ubuntu min req for sdk. Add info about emulator perfo...
Dirk Dougherty [Sat, 22 Jan 2011 06:24:42 +0000 (22:24 -0800)]
Merge "doc change: update glibc/ubuntu min req for sdk. Add info about emulator performance." into honeycomb

13 years agodoc change: update glibc/ubuntu min req for sdk. Add info about emulator performance.
Dirk Dougherty [Sat, 22 Jan 2011 06:21:47 +0000 (22:21 -0800)]
doc change: update glibc/ubuntu min req for sdk. Add info about emulator performance.

Change-Id: Ia6f0731538ed8df76dbb949d9052667013b8da7c

13 years agoMerge "Connect other profiles when priority is auto connect." into honeycomb
Jaikumar Ganesh [Sat, 22 Jan 2011 05:24:49 +0000 (21:24 -0800)]
Merge "Connect other profiles when priority is auto connect." into honeycomb

13 years agoMerge "Log only 1 line per process when using OpenGLRenderer." into honeycomb
Romain Guy [Sat, 22 Jan 2011 05:15:40 +0000 (21:15 -0800)]
Merge "Log only 1 line per process when using OpenGLRenderer." into honeycomb

13 years agoLog only 1 line per process when using OpenGLRenderer.
Romain Guy [Sat, 22 Jan 2011 05:14:15 +0000 (21:14 -0800)]
Log only 1 line per process when using OpenGLRenderer.

Change-Id: Idbdd6b84f31301e58ed53e0d50fd61fece192dfa

13 years agoRemove MTP related log spam
Mike Lockwood [Sat, 22 Jan 2011 05:00:54 +0000 (21:00 -0800)]
Remove MTP related log spam

Change-Id: I9de1792cbeec07fa5ab42ff9a10813f0c3d30fc1
Signed-off-by: Mike Lockwood <lockwood@android.com>
13 years agoDoc change: adding sample links
Robert Ly [Sat, 22 Jan 2011 04:34:02 +0000 (20:34 -0800)]
Doc change: adding sample links

Change-Id: I8922fe5d775b1b3c9acf0c1002188a9dd89ff611

13 years agoMerge "Update preloaded-classes for Honeycomb." into honeycomb
Jesse Wilson [Sat, 22 Jan 2011 03:29:22 +0000 (19:29 -0800)]
Merge "Update preloaded-classes for Honeycomb." into honeycomb

13 years agoConnect other profiles when priority is auto connect.
Jaikumar Ganesh [Sat, 22 Jan 2011 02:58:17 +0000 (18:58 -0800)]
Connect other profiles when priority is auto connect.

ACL auto connection was removed so other profiles
won't auto connect when priority was auto connect.

Reduced connect other profiles time delay.

Bug: 3281016
Change-Id: I8d98fd0d9bace193d619d7f241fff22f07e3e935

13 years agoMerge "add note about emulator performance" into honeycomb
Scott Main [Sat, 22 Jan 2011 03:13:38 +0000 (19:13 -0800)]
Merge "add note about emulator performance" into honeycomb

13 years agoMerge "Updated ic_sysbar menu asset" into honeycomb
Justin Ho [Sat, 22 Jan 2011 03:11:56 +0000 (19:11 -0800)]
Merge "Updated ic_sysbar menu asset" into honeycomb

13 years agoadd note about emulator performance
Scott Main [Sat, 22 Jan 2011 03:11:23 +0000 (19:11 -0800)]
add note about emulator performance

Change-Id: I92bcbc10f6cbf89abb2d8cc8ea80bc283f8fa343

13 years agoMerge "Updated IME asset" into honeycomb
Justin Ho [Sat, 22 Jan 2011 03:11:15 +0000 (19:11 -0800)]
Merge "Updated IME asset" into honeycomb

13 years agoUpdated ic_sysbar menu asset
Justin Ho [Sat, 22 Jan 2011 03:10:09 +0000 (19:10 -0800)]
Updated ic_sysbar menu asset

Change-Id: I108f4313c881b8805065a8e414d5abbe482d449c

13 years agoUpdated IME asset
Justin Ho [Sat, 22 Jan 2011 03:08:33 +0000 (19:08 -0800)]
Updated IME asset

Change-Id: Iba03d6d070467b8f5335690e9cf5fc0fb04dce68

13 years agoMerge "Correctly invalidate views that transition from opaque to non-opaque. Bug...
Romain Guy [Sat, 22 Jan 2011 03:02:05 +0000 (19:02 -0800)]
Merge "Correctly invalidate views that transition from opaque to non-opaque. Bug #3337037" into honeycomb

13 years agoCorrectly invalidate views that transition from opaque to non-opaque.
Romain Guy [Sat, 22 Jan 2011 03:01:46 +0000 (19:01 -0800)]
Correctly invalidate views that transition from opaque to non-opaque.
Bug #3337037

Change-Id: I31397273a31b6004e2e3801866122bcbb3ebee5d

13 years agoMerge "update sidenav, fix typos" into honeycomb
Scott Main [Sat, 22 Jan 2011 02:48:58 +0000 (18:48 -0800)]
Merge "update sidenav, fix typos" into honeycomb

13 years agoupdate sidenav, fix typos
Scott Main [Sat, 22 Jan 2011 02:36:07 +0000 (18:36 -0800)]
update sidenav, fix typos

Change-Id: I9da574db1ee13f511a5557f6ce4559192afc67b3

13 years agoMerge "b/3377597 Improve zooming performance." into honeycomb
Bart Sears [Sat, 22 Jan 2011 02:47:13 +0000 (18:47 -0800)]
Merge "b/3377597 Improve zooming performance." into honeycomb

13 years agoMerge "more revisions to getting started; add emulator issues" into honeycomb
Scott Main [Sat, 22 Jan 2011 02:26:53 +0000 (18:26 -0800)]
Merge "more revisions to getting started; add emulator issues" into honeycomb

13 years agomore revisions to getting started; add emulator issues
Scott Main [Sat, 22 Jan 2011 02:25:18 +0000 (18:25 -0800)]
more revisions to getting started; add emulator issues

Change-Id: I1483933857eeab784b2bfa6698846854017fcd9c

13 years agoMerge "Fix bug 3360851 - actionbar overflow menu button doesn't trigger "audible...
Adam Powell [Sat, 22 Jan 2011 02:18:00 +0000 (18:18 -0800)]
Merge "Fix bug 3360851 - actionbar overflow menu button doesn't trigger "audible selection"" into honeycomb

13 years agoMerge "Fixing a couple StackView bugs:" into honeycomb
Adam Cohen [Sat, 22 Jan 2011 02:12:15 +0000 (18:12 -0800)]
Merge "Fixing a couple StackView bugs:" into honeycomb

13 years agoFix bug 3360851 - actionbar overflow menu button doesn't trigger "audible selection"
Adam Powell [Sat, 22 Jan 2011 02:12:02 +0000 (18:12 -0800)]
Fix bug 3360851 - actionbar overflow menu button doesn't trigger "audible selection"

Change-Id: I768d35f9752d5f6466708fd191781aa26aefd121

13 years agoMerge "Fix bug 3374664 - Action bar spacing between tabs, spinners and titles should...
Adam Powell [Sat, 22 Jan 2011 02:08:51 +0000 (18:08 -0800)]
Merge "Fix bug 3374664 - Action bar spacing between tabs, spinners and titles should be 32 dip" into honeycomb