OSDN Git Service

android-x86/frameworks-base.git
12 years agoFix issue #5433192 and maybe #5433192
Dianne Hackborn [Thu, 1 Dec 2011 02:41:15 +0000 (18:41 -0800)]
Fix issue #5433192 and maybe #5433192

5433192: Factory reset device: compatibility screen is the first...
...screen before setup wizard

Don't show compat mode dialog if compat mode is unknown (which happens
early in boot before an activity is shown for example).  Also make sure
to update status any time the current focus app token changes, so we
correctly update every time switching apps.

5651152 [Stingray] change zoom/strech setting icon won't go away

This is probably also fixed by updating when the app token changes.

Change-Id: Ibe9bd6277166230d5d96689741b78325ea099d57

12 years agoMerge "NumberPicker incorrectly shown for the old theme." into ics-mr1
Svetoslav Ganov [Wed, 30 Nov 2011 18:25:42 +0000 (10:25 -0800)]
Merge "NumberPicker incorrectly shown for the old theme." into ics-mr1

12 years agoMerge "Fix issue #5628789: Cannot set static/custom wallpaper after clearing Settings...
Dianne Hackborn [Wed, 30 Nov 2011 18:20:29 +0000 (10:20 -0800)]
Merge "Fix issue #5628789: Cannot set static/custom wallpaper after clearing Settings data" into ics-mr1

12 years agoFix superfluous onError callbacks.
Narayan Kamath [Wed, 30 Nov 2011 12:23:40 +0000 (12:23 +0000)]
Fix superfluous onError callbacks.

When stop() is called twice or after done().This relates
to bug 5662598 because users using the old deprecated API
will see two calls to onUtteranceCompleted.

bug:5662598
Change-Id: I5d59cf66b4f4c8650d3f8f9e503ac3f33132c0d0

12 years agoNumberPicker incorrectly shown for the old theme.
Svetoslav Ganov [Wed, 30 Nov 2011 02:27:23 +0000 (18:27 -0800)]
NumberPicker incorrectly shown for the old theme.

1. NumberPicker is trying to greedily grow to its max size
   but if the max size is not specified the default value
   was the max integer which makes the widget get quite
   tall in some cases. Now the widget tries to reach the
   max size only if it has been specified.

2. NumberPicker was not computing its min width when the array
   of display values is set.

3. DatePicker' layout for the old Theme was adding a margin on
   the right of the group of spinners and if the calendar view
   is not shown the spinners were not centered. Added the spinners
   right margin to the left margin of the calendar view.

4. TimePickerDialog was using the wrong conext and was not dismissable
   on an outside touch. Same for the DatePickerDialog context.

bug:5646161

Change-Id: Ic15f9b3e6291b76493604230ceb4f783a04d4ac7

12 years agoFix issue #5628789: Cannot set static/custom wallpaper after clearing Settings data
Dianne Hackborn [Wed, 30 Nov 2011 02:01:50 +0000 (18:01 -0800)]
Fix issue #5628789: Cannot set static/custom wallpaper after clearing Settings data

Need to make sure the "files" directory is created.

Change-Id: I8d5b374a5a03590a5ce7fafb5171705414f7b2f9

12 years agoMerge changes I7e973a35,Ib3386fcc into ics-mr1
Mathias Agopian [Wed, 30 Nov 2011 01:46:35 +0000 (17:46 -0800)]
Merge changes I7e973a35,Ib3386fcc into ics-mr1

* changes:
  SurfaceTexture: add EGL_KHR_fence_sync option
  SurfaceTexture: add a blit-to-FBO test

12 years agoMerge "SurfaceMediaSource: use the vid enc usage bit" into ics-mr1
Jamie Gennis [Wed, 30 Nov 2011 01:25:09 +0000 (17:25 -0800)]
Merge "SurfaceMediaSource: use the vid enc usage bit" into ics-mr1

12 years agoSurfaceTexture: add EGL_KHR_fence_sync option
Jamie Gennis [Mon, 14 Nov 2011 22:51:01 +0000 (14:51 -0800)]
SurfaceTexture: add EGL_KHR_fence_sync option

This change adds a compile-time option for SurfaceTexture to use the
EGL_KHR_fence_sync extension to synchronize access to Gralloc buffers.

Bug: 5122031
Change-Id: I7e973a358631fff5308acf377581b811911fe790

12 years agoMerge "Send animation start notification back to webkit from ui thread" into ics-mr1
Chris Craik [Wed, 30 Nov 2011 00:55:47 +0000 (16:55 -0800)]
Merge "Send animation start notification back to webkit from ui thread" into ics-mr1

12 years agoMerge "Fix issue #5636525: ANR observed in setup wizard after changing language"...
Dianne Hackborn [Tue, 29 Nov 2011 23:28:41 +0000 (15:28 -0800)]
Merge "Fix issue #5636525: ANR observed in setup wizard after changing language" into ics-mr1

12 years agoSend animation start notification back to webkit from ui thread
Chris Craik [Tue, 29 Nov 2011 18:26:10 +0000 (10:26 -0800)]
Send animation start notification back to webkit from ui thread

bug:5239801

depends on external/webkit CL: https://android-git.corp.google.com/g/#/c/152559/

Change-Id: I647b5a82680f570c918227dbf57521b862dcfe25

12 years agoSurfaceTexture: add a blit-to-FBO test
Jamie Gennis [Sat, 12 Nov 2011 02:05:11 +0000 (18:05 -0800)]
SurfaceTexture: add a blit-to-FBO test

This change adds a test for blitting (via GL rendering) from a
SurfaceTexture to an FBO.

Change-Id: Ib3386fcc3f37153277f3e37a26347441bb80ab58

12 years agoMerge "WebView animation support" into ics-mr1
Teng-Hui Zhu [Tue, 29 Nov 2011 22:18:27 +0000 (14:18 -0800)]
Merge "WebView animation support" into ics-mr1

12 years agoMerge "Improve screenshot animation performance Bug #5525888" into ics-mr1
Romain Guy [Tue, 29 Nov 2011 22:14:44 +0000 (14:14 -0800)]
Merge "Improve screenshot animation performance Bug #5525888" into ics-mr1

12 years agoMerge "Make sure we can properly shutdown even if" into ics-mr1
Andreas Huber [Tue, 29 Nov 2011 22:09:10 +0000 (14:09 -0800)]
Merge "Make sure we can properly shutdown even if" into ics-mr1

12 years agoMerge "If an error occurs that prevents us from reallocating buffers during a format...
Andreas Huber [Tue, 29 Nov 2011 22:09:03 +0000 (14:09 -0800)]
Merge "If an error occurs that prevents us from reallocating buffers during a format change" into ics-mr1

12 years agoMerge "Updated (internal) API for IStreamSource to signal discontinuities" into ics-mr1
Andreas Huber [Tue, 29 Nov 2011 22:08:45 +0000 (14:08 -0800)]
Merge "Updated (internal) API for IStreamSource to signal discontinuities" into ics-mr1

12 years agoMerge "Finer granularity discontinuity support." into ics-mr1
Andreas Huber [Tue, 29 Nov 2011 22:08:13 +0000 (14:08 -0800)]
Merge "Finer granularity discontinuity support." into ics-mr1

12 years agoImprove screenshot animation performance
Romain Guy [Tue, 29 Nov 2011 21:56:25 +0000 (13:56 -0800)]
Improve screenshot animation performance
Bug #5525888

Uses only 25% of the original amount of OpenGL API calls
Fillrate usage is now 1x the screen size instead of 5x

Change-Id: Icc7d2793f276fb7ce23c7f652079e54e3d4779d5

12 years agoFix issue #5636525: ANR observed in setup wizard after changing language
Dianne Hackborn [Tue, 29 Nov 2011 21:54:43 +0000 (13:54 -0800)]
Fix issue #5636525: ANR observed in setup wizard after changing language

We could sometimes allow a process to be killed while still waiting for
an activity in it to finish stopping.

Change-Id: Ibf89665c4ad6da6be22de04a82b19ef778a7fda0

12 years agoMerge "Fix application launch shortcuts." into ics-mr1
Jeff Brown [Tue, 29 Nov 2011 21:13:33 +0000 (13:13 -0800)]
Merge "Fix application launch shortcuts." into ics-mr1

12 years agoMerge "Another attempt at getting OOM reports to batch." into ics-mr1
Dianne Hackborn [Tue, 29 Nov 2011 21:05:26 +0000 (13:05 -0800)]
Merge "Another attempt at getting OOM reports to batch." into ics-mr1

12 years agoAnother attempt at getting OOM reports to batch.
Dianne Hackborn [Tue, 29 Nov 2011 19:29:02 +0000 (11:29 -0800)]
Another attempt at getting OOM reports to batch.

We now generate a stack-trace looking thing at the top of the report.

Also fix a bug I hit where the phone window manager was sending a
broadcast before the boot had completed.

Change-Id: I0cee16180e4d05c9bd3fe715212a28f504ec91ac

12 years agoFix application launch shortcuts.
Jeff Brown [Mon, 28 Nov 2011 20:59:11 +0000 (12:59 -0800)]
Fix application launch shortcuts.

Improved quick launch bookmarks to support category-based shortcuts
instead of hardcoding package and class names for all apps.

Added a set of Intent categories for typical applications on the
platform.

Added support for some of the HID application launch usages to
reduce reliance on quick launch for special purpose keys.  Some
keyboard vendors have hardcoded launch keys that synthesize
"Search + X" type key combos.  The goal is to encourage them
to stop doing this by implementing more of HID.

Bug: 5674723
Change-Id: I79f1147c65a208efc3f67228c9f0fa5cd050c593

12 years agoUpdated (internal) API for IStreamSource to signal discontinuities
Andreas Huber [Tue, 29 Nov 2011 19:57:35 +0000 (11:57 -0800)]
Updated (internal) API for IStreamSource to signal discontinuities

Change-Id: Idd4b9d8e7cec16b3e3c91c70e75144d42be30f96
related-to-bug: 5553055

12 years agoMerge "Import revised translations. DO NOT MERGE" into ics-mr1
Eric Fischer [Tue, 29 Nov 2011 19:44:59 +0000 (11:44 -0800)]
Merge "Import revised translations.  DO NOT MERGE" into ics-mr1

12 years agoImport revised translations. DO NOT MERGE
Eric Fischer [Tue, 29 Nov 2011 19:42:53 +0000 (11:42 -0800)]
Import revised translations.  DO NOT MERGE

Change-Id: Ia50fd44ea4492188f481e652caae940acaf961e2

12 years agoMerge "temporarily hardcode Nexus S refresh rate" into ics-mr1
Mathias Agopian [Tue, 29 Nov 2011 19:35:07 +0000 (11:35 -0800)]
Merge "temporarily hardcode Nexus S refresh rate" into ics-mr1

12 years agoMerge "Fix issue #5642121: Proximity sensor didn't turn the screen on in call" into...
Dianne Hackborn [Tue, 29 Nov 2011 18:16:11 +0000 (10:16 -0800)]
Merge "Fix issue #5642121: Proximity sensor didn't turn the screen on in call" into ics-mr1

12 years agoMerge "Cleanup references when turning BT off." into ics-mr1
Jaikumar Ganesh [Tue, 29 Nov 2011 18:05:27 +0000 (10:05 -0800)]
Merge "Cleanup references when turning BT off." into ics-mr1

12 years agoMerge "Cleanup static references when quitting." into ics-mr1
Jaikumar Ganesh [Tue, 29 Nov 2011 18:05:13 +0000 (10:05 -0800)]
Merge "Cleanup static references when quitting." into ics-mr1

12 years agoMerge "Extracted text problems" into ics-mr1
Gilles Debunne [Tue, 29 Nov 2011 17:59:00 +0000 (09:59 -0800)]
Merge "Extracted text problems" into ics-mr1

12 years agoMerge "IOOB in text selection." into ics-mr1
Gilles Debunne [Tue, 29 Nov 2011 17:56:58 +0000 (09:56 -0800)]
Merge "IOOB in text selection." into ics-mr1

12 years agoMerge "Quick fix for bug 5646217 blocking automation tests" into ics-mr1
Daniel Sandler [Tue, 29 Nov 2011 13:49:11 +0000 (05:49 -0800)]
Merge "Quick fix for bug 5646217 blocking automation tests" into ics-mr1

12 years agoMerge "Add the min fps option to set the min fps in the media recorder test. Add...
Yu Shan Emily Lau [Tue, 29 Nov 2011 03:53:58 +0000 (19:53 -0800)]
Merge "Add the min fps option to set the min fps in the media recorder test. Add the procmem log to the media memory stress test." into ics-mr1

12 years agoMerge "Add iteration-limited mode to FrameworkPerf" into ics-mr1
Christopher Tate [Tue, 29 Nov 2011 01:56:18 +0000 (17:56 -0800)]
Merge "Add iteration-limited mode to FrameworkPerf" into ics-mr1

12 years agoAdd the min fps option to set
Yu Shan Emily Lau [Thu, 24 Nov 2011 03:02:01 +0000 (19:02 -0800)]
Add the min fps option to set
the min fps in the media recorder test.
Add the procmem log to the media
memory stress test.

Change-Id: Icf82f12adeca7072a171991d1d6a994e4bb7764a

12 years agoAdd iteration-limited mode to FrameworkPerf
Christopher Tate [Sat, 19 Nov 2011 01:14:14 +0000 (17:14 -0800)]
Add iteration-limited mode to FrameworkPerf

You can run tests for exactly N iterations regardless of duration now,
in addition to the previous time-limited behavior.

(Clean cherry-pick to break a dependency on a previous patch that
needs work before being committed.)

Change-Id: I2e6cf511bbe968a6f95391567658722e87dfa1fe

12 years agoFix issue #5642121: Proximity sensor didn't turn the screen on in call
Dianne Hackborn [Tue, 29 Nov 2011 00:54:31 +0000 (16:54 -0800)]
Fix issue #5642121: Proximity sensor didn't turn the screen on in call

Turning animations back on exposed this.  The problem is that when the
screen brightness changes, it initiates a brightness animation.  When
we force the screen to black as we wait for it to be ready to display,
it sees that an animation is running so stops it and thinks this means
it should now turn the display off.

To fix this, don't modify the screen brightness while we are waiting
to show the screen.  This is good anyway because the whole point is to
avoid showing the screen until ready, and modifying the brightness at
that point would turn it on prematurely.

Change-Id: I84b296f8ca5705c2d237ea7741cdeb95c5521df9

12 years agoam 2d9f4620: Fix build
Xia Wang [Tue, 29 Nov 2011 00:53:50 +0000 (16:53 -0800)]
am 2d9f4620: Fix build

* commit '2d9f4620625405b916aa27177a6b5f82f8e5b15d':
  Fix build

12 years agoMerge "Fix issue #5588689: Black camera preview after coming back from gmail" into...
Dianne Hackborn [Tue, 29 Nov 2011 00:53:00 +0000 (16:53 -0800)]
Merge "Fix issue #5588689: Black camera preview after coming back from gmail" into ics-mr1

12 years agoFix build
Xia Wang [Tue, 29 Nov 2011 00:49:06 +0000 (16:49 -0800)]
Fix build

Change-Id: I465d85e4783763f311ed6ec0a09c1edde9712405

12 years agoFiner granularity discontinuity support.
Andreas Huber [Mon, 28 Nov 2011 20:36:11 +0000 (12:36 -0800)]
Finer granularity discontinuity support.

No clients can signal a format change on either audio or video track (or both)
and a time discontinuity (timestamps changed) independantly.

Change-Id: I3e6cf4e7c260e85759879d61a9b517f68431c22f
related-to-bug: 5553055

12 years agoMake sure we can properly shutdown even if
Andreas Huber [Tue, 29 Nov 2011 00:27:35 +0000 (16:27 -0800)]
Make sure we can properly shutdown even if

a) one of the two decoders has a pending discontinuity
b) the renderer holds on to all output buffers for that decoder
c) the renderer is paused

if all three conditions are met the decoder won't ask for more input data
and therefore never see the discontinuity.

To avoid this we briefly resume the renderer just before shutting down.

Change-Id: I9e08af2a1eb4298d1cd00497d6aa33f4ad184e9a
related-to-bug: 5655016

12 years agoCleanup references when turning BT off.
Jaikumar Ganesh [Mon, 28 Nov 2011 17:59:08 +0000 (09:59 -0800)]
Cleanup references when turning BT off.

Bug: 5572649
Change-Id: I62f9e0620832b69995d5c6e1c24634c9a3895a4b

12 years agoCleanup static references when quitting.
Jaikumar Ganesh [Mon, 28 Nov 2011 21:13:02 +0000 (13:13 -0800)]
Cleanup static references when quitting.

The State machine was leaking references when it was
getting created and destroyed.

Change-Id: I7904baf0482eef1617071d159d7b283566b4095c

12 years agoMerge "Fix crash in existing applications Bug #5659476" into ics-mr1
Romain Guy [Tue, 29 Nov 2011 00:06:52 +0000 (16:06 -0800)]
Merge "Fix crash in existing applications Bug #5659476" into ics-mr1

12 years agoam 25261f59: Merge "Increase time between wifi stop and wifi start: set to 2 minutes...
Xia Wang [Tue, 29 Nov 2011 00:02:44 +0000 (16:02 -0800)]
am 25261f59: Merge "Increase time between wifi stop and wifi start: set to 2 minutes b/issue?id=5629901" into ics-mr0

* commit '25261f59af0d902f239e541b735f7dc31e714b07':
  Increase time between wifi stop and wifi start: set to 2 minutes http://b/issue?id=5629901

12 years agoMerge "Increase time between wifi stop and wifi start: set to 2 minutes http://b...
Xia Wang [Tue, 29 Nov 2011 00:00:49 +0000 (16:00 -0800)]
Merge "Increase time between wifi stop and wifi start: set to 2 minutes b/issue?id=5629901" into ics-mr0

12 years agoMerge "Fix flashing wifi dialog after rotating back from landscape." into ics-mr1
Chet Haase [Mon, 28 Nov 2011 23:43:23 +0000 (15:43 -0800)]
Merge "Fix flashing wifi dialog after rotating back from landscape." into ics-mr1

12 years agoFix flashing wifi dialog after rotating back from landscape.
Chet Haase [Mon, 28 Nov 2011 19:53:21 +0000 (11:53 -0800)]
Fix flashing wifi dialog after rotating back from landscape.

There was an error in some of the OpenGL layer logic such that we would
occasionally set up a layer for rendering and then not clean up when it was
done. This caused future OpenGL rendering to go into that layer instead of
to the buffers being displayed on the screen, resulting in artifacts including
flashes and displaying of stale content. This happened specifically when
using the wifi settings dialog with the InputMethod keyboard displayed,
but it was probably visible in other situations as well.

Issue #5628248: Flickering/flashing after entering password for WiFi

Change-Id: I38139f620b310f4309570fa7224552d2ee633999

12 years agoFix crash in existing applications
Romain Guy [Mon, 28 Nov 2011 17:35:09 +0000 (09:35 -0800)]
Fix crash in existing applications
Bug #5659476

The FontRenderer was not cleaning up its temporary state, leading
to crashes when invoking renderDropShadow.

Change-Id: I43b24820dd5625af8c080bbe11b64de2f74164b2

12 years agoFix issue #5588689: Black camera preview after coming back from gmail
Dianne Hackborn [Sat, 19 Nov 2011 22:36:15 +0000 (14:36 -0800)]
Fix issue #5588689: Black camera preview after coming back from gmail

Make surface management between SurfaceView and the window manager
much more controlled, to ensure that SurfaceView always gets to report
the current surface is destroyed before the window manager actually
destroys it.

Also a small tweak to allow windows that have a wallpaper background
to still have a preview window.  This makes launching home after it
has been killed feel much more responsive.

Change-Id: I0d22cf178a499601a770cb1dbadef7487e392d85

12 years agoMerge "Fix SCO start stop tests." into ics-mr1
Eric Rowe [Mon, 28 Nov 2011 20:32:34 +0000 (12:32 -0800)]
Merge "Fix SCO start stop tests." into ics-mr1

12 years agoIf an error occurs that prevents us from reallocating buffers during a format change
Andreas Huber [Mon, 28 Nov 2011 18:54:12 +0000 (10:54 -0800)]
If an error occurs that prevents us from reallocating buffers during a format change

we need to transition to executing state anyway to be able to properly flush/shutdown
in the future.

Change-Id: Ie48bc09ea31942009ae3a5a45aabc9ffad9fb91f
related-to-bug: 5655016

12 years agoMerge "Fix TTS instantiation from webview accessibility handlers." into ics-mr1
Narayan Kamath [Mon, 28 Nov 2011 18:36:32 +0000 (10:36 -0800)]
Merge "Fix TTS instantiation from webview accessibility handlers." into ics-mr1

12 years agoMerge "Update Webkit with the zoom level after double tap gesture" into ics-mr1
Derek Sollenberger [Mon, 28 Nov 2011 18:34:04 +0000 (10:34 -0800)]
Merge "Update Webkit with the zoom level after double tap gesture" into ics-mr1

12 years agoFix TTS instantiation from webview accessibility handlers.
Narayan Kamath [Mon, 28 Nov 2011 17:10:04 +0000 (17:10 +0000)]
Fix TTS instantiation from webview accessibility handlers.

The TTS instantiated from here shouldn't clobber any
existing TTS objects opened within the same package context.

Ideally, the TTS API should work fine with multiple TTS object
instances within the same package context but making that happen
correctly is a larger change.

bug:5659758
Change-Id: Ia1f63c61b9f12ac92ff42a427a004d414e42a759

12 years agoUpdate Webkit with the zoom level after double tap gesture
Derek Sollenberger [Mon, 28 Nov 2011 14:31:49 +0000 (09:31 -0500)]
Update Webkit with the zoom level after double tap gesture

In the hardware accelerated case we were not updating webkit
with the new zoom information. This was causing plugins to
render at the old zoom level.

bug: 5663981
Change-Id: I3cb18ad9ca4f185f384ea9fb68780f29160391ad

12 years agoEnsure we dismiss the <select> option dialog.
Ben Murdoch [Mon, 28 Nov 2011 15:41:31 +0000 (15:41 +0000)]
Ensure we dismiss the <select> option dialog.

When the WebView is paused, or another action (such as navigating to
a new URL) occurs, cancel any ongoing <select> tag dialog that is open.

Bug: 5666545
Change-Id: Ifc35a239b729ed93cbf82b2096334f7d63f8993d

12 years agoMerge "Fix regressions in TTS completion callbacks." into ics-mr1
Narayan Kamath [Thu, 24 Nov 2011 17:38:15 +0000 (09:38 -0800)]
Merge "Fix regressions in TTS completion callbacks." into ics-mr1

12 years agoFix regressions in TTS completion callbacks.
Narayan Kamath [Wed, 23 Nov 2011 16:42:53 +0000 (16:42 +0000)]
Fix regressions in TTS completion callbacks.

(a) onUtteranceCompleted should be called on errors too. Also,
fix up the error handling so that onUtteranceCompleted is
always called.
(b) Don't treat empty utterances as errors, and let the engine
synthesize them, as before.

bug:5662598
Change-Id: I9223592bc6fe5f47d71103f4f02f046b54a655a8

12 years agoMerge "Fix tethering interaction from wifi" into ics-mr1
Irfan Sheriff [Thu, 24 Nov 2011 03:18:22 +0000 (19:18 -0800)]
Merge "Fix tethering interaction from wifi" into ics-mr1

12 years agoMerge "Fix a build break." into ics-mr1
John Wang [Thu, 24 Nov 2011 00:48:32 +0000 (16:48 -0800)]
Merge "Fix a build break." into ics-mr1

12 years agoFixing a typo in framework widget padding
Adam Cohen [Thu, 24 Nov 2011 00:28:49 +0000 (16:28 -0800)]
Fixing a typo in framework widget padding

Change-Id: I90733500487b3e9fb1ff19a7b946d6faf526a2c1

Conflicts:

core/res/res/values-sw600dp/dimens.xml

12 years agoFix a build break.
John Wang [Thu, 24 Nov 2011 00:26:13 +0000 (16:26 -0800)]
Fix a build break.

Change-Id: I2a9ceaace02f442c5e36fa8425b051116c81e76f

12 years agotemporarily hardcode Nexus S refresh rate
Mathias Agopian [Wed, 23 Nov 2011 22:51:09 +0000 (14:51 -0800)]
temporarily hardcode Nexus S refresh rate

Change-Id: Id8465f679b96636041b4b891d0b358c387d456c3

12 years agoCheck watingApns before access it.
John Wang [Wed, 23 Nov 2011 22:26:38 +0000 (14:26 -0800)]
Check watingApns before access it.

bug:5663125
Change-Id: I66275fafd316f318f9035ac11c16a30fcb32f7c8

12 years agoMerge "audioflinger: reduce sleep time to avoid underrun" into ics-mr1
Eric Laurent [Wed, 23 Nov 2011 20:31:04 +0000 (12:31 -0800)]
Merge "audioflinger: reduce sleep time to avoid underrun" into ics-mr1

12 years agoMerge "Update description of account_type" into ics-mr1
Michael Chan [Wed, 23 Nov 2011 20:12:51 +0000 (12:12 -0800)]
Merge "Update description of account_type" into ics-mr1

12 years agoMerge "Fix some policy-base routing issues." into ics-mr1
Robert Greenwalt [Wed, 23 Nov 2011 19:25:39 +0000 (11:25 -0800)]
Merge "Fix some policy-base routing issues." into ics-mr1

12 years agoWebView animation support
Teng-Hui Zhu [Mon, 14 Nov 2011 18:37:16 +0000 (10:37 -0800)]
WebView animation support

Fix the jumping issue when double tapping

bug:4982054
Change-Id: Ifb67030a3132fe3820a1fcc8ffc97a1ab474c223

12 years agoFix tethering interaction from wifi
Irfan Sheriff [Tue, 22 Nov 2011 20:57:17 +0000 (12:57 -0800)]
Fix tethering interaction from wifi

- Use the right interface for untether

- Wait till tethering service confirms that untether() is successful before
shutting down soft Ap. This helps to make sure interface does not go away
before clean up is done.

Bug: 5659166
Change-Id: Iff9d4a67ff40664c2114e766590d6a83b7739738

12 years agoFix some policy-base routing issues.
Robert Greenwalt [Mon, 21 Nov 2011 22:44:39 +0000 (14:44 -0800)]
Fix some policy-base routing issues.

Secondary nets sometimes come up with no routes, but parsing errors end up with null
routes getting added.  Trim that away.  Also added some dumpstate logging of the secondary
route tables and rules.

bug:5615697
Change-Id: I94c9d888bab958df44891b9117236436e046cc7f

12 years agoQuick fix for bug 5646217 blocking automation tests
Daniel Sandler [Wed, 23 Nov 2011 14:03:51 +0000 (09:03 -0500)]
Quick fix for bug 5646217 blocking automation tests

The screen saver knows to avoid running when applications
are holding wake locks via window flags, but other wake
locks are invisible to the window manager and therefore to
the screen saver activation code.

The correct thing to do is move the screen saver to the
power manager to give it access to all wakelock information.
In the meantime, this fix checks for the user's
STAY_ON_WHILE_PLUGGED_IN setting and disables the screen
saver in this case.

Bug: 5646217
Change-Id: Ia2286a8c3745267871901f7a0b7df94ec344a456

12 years agoFix SCO start stop tests.
Eric Rowe [Wed, 23 Nov 2011 03:16:50 +0000 (19:16 -0800)]
Fix SCO start stop tests.

Change-Id: Idf292bc244a494e2ffb11359e83c0d072907ea3b
Bug-id: http://b/5644683

12 years agoaudioflinger: reduce sleep time to avoid underrun
Eric Laurent [Wed, 23 Nov 2011 02:50:29 +0000 (18:50 -0800)]
audioflinger: reduce sleep time to avoid underrun

Progressively reduce the sleep time applied in MixerThread::threadLoop()
in case of consecutive application underruns to avoid starving the audio HAL.
As the default sleep time is longer than the duration of an audio buffer
we ended up writing less data than needed by the audio HAL if
the condition persisted.

Issue 5553055.

Change-Id: I2b23ee79c032efa945025db228beaecd1e07a2e5

12 years agoMerge "Fix 5654631. It forgot to consider the year in formatDateRange." into ics-mr1
Owen Lin [Wed, 23 Nov 2011 01:44:52 +0000 (17:44 -0800)]
Merge "Fix 5654631. It forgot to consider the year in formatDateRange." into ics-mr1

12 years agoReconcile with ics-mr0-release
The Android Open Source Project [Tue, 22 Nov 2011 23:24:03 +0000 (15:24 -0800)]
Reconcile with ics-mr0-release

Change-Id: Ib84a053208dd4deae9bfe04e185ab2cec4728864

12 years agoReconcile with ics-mr0-release
The Android Open Source Project [Tue, 22 Nov 2011 23:14:10 +0000 (15:14 -0800)]
Reconcile with ics-mr0-release

Change-Id: I0b5b295a6fc0e4e7978ce11905c3cffd0e07f7e1

12 years agomerge in ics-mr0-release history after reset to ics-mr0
The Android Automerger [Tue, 22 Nov 2011 22:28:06 +0000 (14:28 -0800)]
merge in ics-mr0-release history after reset to ics-mr0

12 years agoam fe464a76: [Prime K] Fix gabage character issue
dujin.cha [Tue, 22 Nov 2011 21:18:27 +0000 (13:18 -0800)]
am fe464a76: [Prime K] Fix gabage character issue

* commit 'fe464a76d8fc858be971dbb5e67b1d22fd925347':
  [Prime K] Fix gabage character issue

12 years agoIgnore e36657e5
Jean-Baptiste Queru [Tue, 22 Nov 2011 21:15:28 +0000 (13:15 -0800)]
Ignore e36657e5

Change-Id: I93632b881f8c5231a521863cb4a8f05d81ea8ada

12 years agoMerge "Draw in the correct FBO after invoking a GL functor Bug #5650514" into ics-mr1
Romain Guy [Tue, 22 Nov 2011 20:33:17 +0000 (12:33 -0800)]
Merge "Draw in the correct FBO after invoking a GL functor Bug #5650514" into ics-mr1

12 years agoMerge "Ensure we have an EGL context when building layers Bug #5638421" into ics-mr1
Romain Guy [Tue, 22 Nov 2011 20:33:04 +0000 (12:33 -0800)]
Merge "Ensure we have an EGL context when building layers Bug #5638421" into ics-mr1

12 years agoMerge "Fix an NPE on overflow in BatteryStats history." into ics-mr1
Amith Yamasani [Tue, 22 Nov 2011 19:02:49 +0000 (11:02 -0800)]
Merge "Fix an NPE on overflow in BatteryStats history." into ics-mr1

12 years ago[Prime K] Fix gabage character issue
dujin.cha [Tue, 22 Nov 2011 03:13:33 +0000 (12:13 +0900)]
[Prime K] Fix gabage character issue

Korean characters show up as gabage characters in Music player.
Reason : MTP service does not set the locale for the MediaScanner
Solution : Set locale when MtpDatabase creates MediaScanner.

Bug ID : 5567433
Signed-off-by: dujin.cha <dujin.cha@samsung.com>
Change-Id: I4bfe5f603c113170d45bd57a8709c21c665e260b

12 years agoMerge "HTML5 Video runs into super full screen mode" into ics-mr1
Teng-Hui Zhu [Tue, 22 Nov 2011 16:54:59 +0000 (08:54 -0800)]
Merge "HTML5 Video runs into super full screen mode" into ics-mr1

12 years agoMerge "Report a runtime error instead of asserting on malformed avc configuration...
Andreas Huber [Tue, 22 Nov 2011 16:39:11 +0000 (08:39 -0800)]
Merge "Report a runtime error instead of asserting on malformed avc configuration data." into ics-mr1

12 years agoMerge "Dismiss system windows when screen savers start." into ics-mr1
Daniel Sandler [Tue, 22 Nov 2011 15:15:29 +0000 (07:15 -0800)]
Merge "Dismiss system windows when screen savers start." into ics-mr1

12 years agoFix 5654631. It forgot to consider the year in formatDateRange.
Owen Lin [Tue, 22 Nov 2011 07:36:50 +0000 (15:36 +0800)]
Fix 5654631. It forgot to consider the year in formatDateRange.

Change-Id: I494e3ecc7a2e7c418ed61930ffd7311338c11783
fix: 5654631

12 years agoMerge "Update zoom (aka display) density from WebView thread." into ics-mr1
Mangesh Ghiware [Tue, 22 Nov 2011 07:14:05 +0000 (23:14 -0800)]
Merge "Update zoom (aka display) density from WebView thread." into ics-mr1

12 years agoIncrease time between wifi stop and wifi start: set to 2 minutes
Xia Wang [Thu, 17 Nov 2011 19:11:59 +0000 (11:11 -0800)]
Increase time between wifi stop and wifi start: set to 2 minutes
http://b/issue?id=5629901

Change on state validation:
  - When network state is broadcast in other network information,
    the test activity will record the state change which cause false
    alarm in the test.

Change-Id: I8bd1e8c04ab97116f3a02ccc5543f34a7e651cda

12 years agoMerge "Hide ManagedEGLContext until we are sure this is the correct API." into ics-mr1
Romain Guy [Tue, 22 Nov 2011 05:18:51 +0000 (21:18 -0800)]
Merge "Hide ManagedEGLContext until we are sure this is the correct API." into ics-mr1

12 years agoMerge "Fix log spamming during time lapse video recording" into ics-mr1
James Dong [Tue, 22 Nov 2011 04:28:27 +0000 (20:28 -0800)]
Merge "Fix log spamming during time lapse video recording" into ics-mr1

12 years agoFix the build
Romain Guy [Tue, 22 Nov 2011 02:28:49 +0000 (18:28 -0800)]
Fix the build

Change-Id: I3814c6c39eda2a4b56902e2044fbb121b4885e5d

12 years agoHide ManagedEGLContext until we are sure this is the correct API.
Romain Guy [Tue, 22 Nov 2011 02:24:23 +0000 (18:24 -0800)]
Hide ManagedEGLContext until we are sure this is the correct API.

Change-Id: If54942d342ca8ea348e10231b2aed3e5d3bd701b

12 years agoMerge "Move Camera.Sound to a stand-alone class CameraSound." into ics-mr1
Wu-cheng Li [Tue, 22 Nov 2011 02:10:52 +0000 (18:10 -0800)]
Merge "Move Camera.Sound to a stand-alone class CameraSound." into ics-mr1

12 years agoUpdate description of account_type
Michael Chan [Tue, 15 Nov 2011 00:44:32 +0000 (16:44 -0800)]
Update description of account_type

Change-Id: Id929b3a75f86aa79423a0fe0520204ac88502f5b