OSDN Git Service

android-x86/frameworks-base.git
9 years agoMerge "Use VMRuntime.isBootClassPathOnDisk" into lmp-dev
Brian Carlstrom [Wed, 1 Oct 2014 04:21:25 +0000 (04:21 +0000)]
Merge "Use VMRuntime.isBootClassPathOnDisk" into lmp-dev

9 years agoam e906b38b: am 781c988a: am ae7b5dc4: Merge "docs: ADT beginner text fix" into klp...
Ricardo Cervera [Wed, 1 Oct 2014 03:15:45 +0000 (03:15 +0000)]
am e906b38b: am 781c988a: am ae7b5dc4: Merge "docs: ADT beginner text fix" into klp-modular-docs

* commit 'e906b38b7e692d05cf57ce12aabcb103a9a8b775':
  docs: ADT beginner text fix

9 years agoam 781c988a: am ae7b5dc4: Merge "docs: ADT beginner text fix" into klp-modular-docs
Ricardo Cervera [Wed, 1 Oct 2014 03:08:30 +0000 (03:08 +0000)]
am 781c988a: am ae7b5dc4: Merge "docs: ADT beginner text fix" into klp-modular-docs

* commit '781c988a767eabf9b1b03b4a74f21e3b687902b6':
  docs: ADT beginner text fix

9 years agoam ae7b5dc4: Merge "docs: ADT beginner text fix" into klp-modular-docs
Ricardo Cervera [Wed, 1 Oct 2014 02:57:29 +0000 (02:57 +0000)]
am ae7b5dc4: Merge "docs: ADT beginner text fix" into klp-modular-docs

* commit 'ae7b5dc49381e76c82cda928cc37a6a8b529da25':
  docs: ADT beginner text fix

9 years agoMerge "Reduce latency from doze to screen on." into lmp-dev
Jeff Brown [Wed, 1 Oct 2014 02:31:30 +0000 (02:31 +0000)]
Merge "Reduce latency from doze to screen on." into lmp-dev

9 years agoMerge "docs: ADT beginner text fix" into klp-modular-docs
Ricardo Cervera [Wed, 1 Oct 2014 02:07:14 +0000 (02:07 +0000)]
Merge "docs: ADT beginner text fix" into klp-modular-docs

9 years agoMerge "Update java doc for content rating systems" into lmp-dev
Sungsoo Lim [Wed, 1 Oct 2014 01:46:25 +0000 (01:46 +0000)]
Merge "Update java doc for content rating systems" into lmp-dev

9 years agoMerge "Make sure cancel is called on tear down." into lmp-dev
Jerome Poichet [Wed, 1 Oct 2014 01:22:41 +0000 (01:22 +0000)]
Merge "Make sure cancel is called on tear down." into lmp-dev

9 years agoMerge "Maybe fix issue #17700474: manta: high occurrence of device booted..." into...
Dianne Hackborn [Wed, 1 Oct 2014 01:16:14 +0000 (01:16 +0000)]
Merge "Maybe fix issue #17700474: manta: high occurrence of device booted..." into lmp-dev

9 years agoMaybe fix issue #17700474: manta: high occurrence of device booted...
Dianne Hackborn [Tue, 30 Sep 2014 21:31:42 +0000 (14:31 -0700)]
Maybe fix issue #17700474: manta: high occurrence of device booted...

...but dev.bootcomplete flag is not set

Rework things to address a few issues I found:

- When the activity goes idle, the way we were handling finishing the
  boot there was calling finishBooting() with the lock held, but it
  shouldn't.  We now dispatch that and turning on the screen together
  in a separate message.

- Make sure we don't try to start the home activity until we have
  reached the point of the system being ready and mBooting being set.
  This ensures we don't do any work prematurely.

Change-Id: If30c1f287af73bc2164e7aadbe98022ae42cc5e7

9 years agoReduce latency from doze to screen on.
Jeff Brown [Tue, 30 Sep 2014 21:42:27 +0000 (14:42 -0700)]
Reduce latency from doze to screen on.

Don't wait for the brightness ramp to complete before reporting
display ready.  Keep track of whether we have any unfinished
brightness changes and take care to grab a wakelock to ensure
they are eventually applied.

Ideally we would rewrite the whole state machine to more carefully
coordinate screen state and brightness changes but that's too
risky for now.

The pixel fairies are having a bad day.

Bug: 17718416

(cherry picked from commit 875f80c2732a3fbe652a6e8fc14031041f791308)

Change-Id: I7a2d8ba4591a12b773653d3dbf86c7db016f967e

9 years agoMake sure cancel is called on tear down.
Jerome Poichet [Wed, 1 Oct 2014 00:54:03 +0000 (17:54 -0700)]
Make sure cancel is called on tear down.

- Make sure cancel is called when consumer of SpeechRecognizer calls
  destroy.
- If consumer goes away, make sure to call cancel as well.

b/17584947 Pressing mic button in Music hoses audio

Change-Id: Ibe1198b37fe6167493a8694f9089d970f1eb07de

9 years agoMerge "Roaming blacklist" into lmp-dev
Amit Mahajan [Wed, 1 Oct 2014 00:44:01 +0000 (00:44 +0000)]
Merge "Roaming blacklist" into lmp-dev

9 years agoUpdate java doc for content rating systems
Sungsoo Lim [Fri, 19 Sep 2014 04:49:25 +0000 (13:49 +0900)]
Update java doc for content rating systems

- DVB and ISDB ratings are added.
- Remove rating systems whose countries uses DVB and ISDB.
- Updated java doc for AR, AU, and BR.

Bug: 17494772
Change-Id: Ia2a63c7914148b42078decb8de1ae45baefb010d

9 years agoMerge "Fix issue with using locally defined attrs in a shared lib" into lmp-dev
Adam Lesinski [Wed, 1 Oct 2014 00:39:56 +0000 (00:39 +0000)]
Merge "Fix issue with using locally defined attrs in a shared lib" into lmp-dev

9 years agoRoaming blacklist
w19976 [Tue, 30 Sep 2014 00:44:11 +0000 (17:44 -0700)]
Roaming blacklist

Bug: 17684236
Change-Id: I3e4a293ed8ae134d77fe3ce0c0cfa3b6012500a8

9 years agoMerge "Add activated text colors, update Material preference header" into lmp-dev
Alan Viverette [Wed, 1 Oct 2014 00:35:01 +0000 (00:35 +0000)]
Merge "Add activated text colors, update Material preference header" into lmp-dev

9 years agoMerge "Remove baked-in shadow insets from Material dialog minHeight" into lmp-dev
Alan Viverette [Wed, 1 Oct 2014 00:32:38 +0000 (00:32 +0000)]
Merge "Remove baked-in shadow insets from Material dialog minHeight" into lmp-dev

9 years agoRemove baked-in shadow insets from Material dialog minHeight
Alan Viverette [Wed, 1 Oct 2014 00:07:25 +0000 (17:07 -0700)]
Remove baked-in shadow insets from Material dialog minHeight

We don't bake in shadows anymore, so this was making the minimum
content area way too tall.

BUG: 17700338
Change-Id: I728693654a6dc1c8d75a258746409b61639dccfc

9 years agoMerge "Show one name if both plmn and spn are equal" into lmp-dev
Vineeta Srivastava [Wed, 1 Oct 2014 00:03:32 +0000 (00:03 +0000)]
Merge "Show one name if both plmn and spn are equal" into lmp-dev

9 years agoMerge "Correct MTU size for Bell" into lmp-dev
Vineeta Srivastava [Wed, 1 Oct 2014 00:00:01 +0000 (00:00 +0000)]
Merge "Correct MTU size for Bell" into lmp-dev

9 years agoUse VMRuntime.isBootClassPathOnDisk
Brian Carlstrom [Mon, 29 Sep 2014 20:44:04 +0000 (13:44 -0700)]
Use VMRuntime.isBootClassPathOnDisk

Bug: 17679443
Change-Id: If53c236058a7237d735c2344a715cf0a36301f9b

9 years agoMerge "Camera2 Legacy: Set a default thumbnail size" into lmp-dev
Eino-Ville Talvala [Tue, 30 Sep 2014 23:44:58 +0000 (23:44 +0000)]
Merge "Camera2 Legacy: Set a default thumbnail size" into lmp-dev

9 years agoShow one name if both plmn and spn are equal
Sungmin Choi [Mon, 29 Sep 2014 06:21:15 +0000 (15:21 +0900)]
Show one name if both plmn and spn are equal

If both plmn and SPN are SKTelecom, lockscreen is shown as SKTelecom-SKTelecom.
In this case, it would be better to show only SKTelecom.

Bug: 17702041
Change-Id: I268455b037752cf21a3247be7809283f50b72c27

9 years agoMerge "Invalid accessibility state if UI test process crashes in a bad time." into...
Svetoslav [Tue, 30 Sep 2014 23:33:55 +0000 (23:33 +0000)]
Merge "Invalid accessibility state if UI test process crashes in a bad time." into lmp-dev

9 years agoCorrect MTU size for Bell
Gordon Gao [Tue, 23 Sep 2014 22:13:14 +0000 (15:13 -0700)]
Correct MTU size for Bell

Bug: 17627179
Change-Id: I4740326b0211ca34b82267ebe953f2930f4e3690

9 years agoFix issue with using locally defined attrs in a shared lib
Adam Lesinski [Tue, 30 Sep 2014 23:06:58 +0000 (16:06 -0700)]
Fix issue with using locally defined attrs in a shared lib

The attribute name resource IDs were never fixed up with
the runtime package ID so we weren't finding attributes
whenever the runtime package ID was different than the build
time one, which happened to be when a shared lib referenced itself
(0x00 vs 0x02).

Bug:17666947
Change-Id: Icf3e874bcea0e27eebe42d60fbed626a34bf9266

9 years agoFixing build (Bug 17381033)
Winson Chung [Tue, 30 Sep 2014 23:17:12 +0000 (16:17 -0700)]
Fixing build (Bug 17381033)

Change-Id: I95a7c8167f82a4fe982bdc9588d5fbaf5a627d0b

9 years agoInvalid accessibility state if UI test process crashes in a bad time.
Svetoslav [Tue, 30 Sep 2014 23:03:20 +0000 (16:03 -0700)]
Invalid accessibility state if UI test process crashes in a bad time.

We allow a fake accessibility service to connect to the system for UI
automation. If the process hosting the fake service dies right after
registering it, the accessibility layer ends up in a bad state and
subsequent attempts to connect UI automation service fail.

bug:17725904

Change-Id: Idad288eab41bbdd486d95e1e5803220640653fb7

9 years agoMerge "Fixing an issue with leaking starting windows. (Bug 17657878)" into lmp-dev
Winson Chung [Tue, 30 Sep 2014 22:48:42 +0000 (22:48 +0000)]
Merge "Fixing an issue with leaking starting windows. (Bug 17657878)" into lmp-dev

9 years agoMerge "Call Surface.release() for starting windows" into lmp-dev
Craig Mautner [Tue, 30 Sep 2014 22:47:03 +0000 (22:47 +0000)]
Merge "Call Surface.release() for starting windows" into lmp-dev

9 years agoFixing an issue with leaking starting windows. (Bug 17657878)
Winson Chung [Tue, 30 Sep 2014 22:04:02 +0000 (15:04 -0700)]
Fixing an issue with leaking starting windows. (Bug 17657878)

In some cases, when starting an animation while another starting window is visible,
the starting window is never scheduled to be removed.  In that case, we try and
schedule the closing app starting window to be removed when we are starting the
transition to a new activity.  This also partially addresses issues related to
leaking windows in b/17381033.

Change-Id: Id26525cd71380852f109ec2f55a4a60db5086ded

9 years agoMerge "Inset the non-overlay contextual action bar without a status guard" into lmp-dev
Adam Powell [Tue, 30 Sep 2014 22:17:00 +0000 (22:17 +0000)]
Merge "Inset the non-overlay contextual action bar without a status guard" into lmp-dev

9 years agodocs: ADT beginner text fix
Ricardo Cervera [Tue, 30 Sep 2014 22:07:16 +0000 (15:07 -0700)]
docs: ADT beginner text fix

Change-Id: I03cc08d5a4f12137a573c23d1ee07e048225c8f5

9 years agoMerge "Implement missing visibility management for FrameLayout foreground" into lmp-dev
Alan Viverette [Tue, 30 Sep 2014 22:06:02 +0000 (22:06 +0000)]
Merge "Implement missing visibility management for FrameLayout foreground" into lmp-dev

9 years agoMerge "Correct the documentation for VectorDrawable" into lmp-dev
ztenghui [Tue, 30 Sep 2014 22:05:59 +0000 (22:05 +0000)]
Merge "Correct the documentation for VectorDrawable" into lmp-dev

9 years agoMerge "camera2: Use valid dimensions for RGBA8888 gralloc buffers." into lmp-dev
Ruben Brunk [Tue, 30 Sep 2014 22:05:47 +0000 (22:05 +0000)]
Merge "camera2: Use valid dimensions for RGBA8888 gralloc buffers." into lmp-dev

9 years agoCall Surface.release() for starting windows
Craig Mautner [Thu, 25 Sep 2014 21:49:26 +0000 (14:49 -0700)]
Call Surface.release() for starting windows

If the window maanger received BinderDied for a starting window
before activity manager then it would null
AppWindowToken.startingWindow and not go through the
PhoneWindowManager.removeStartingWindow call later. That meant that
Surface.release() was never called from
ViewRootImpl.dispatchDetachedFromWindow(). Which in turn meant that
graphics memory was being leaked.

This change notifies the PhoneWindowManager to go through the
removeStartingWindow path when the starting window gets removed for
any reason.

This change also ensures that scheduleRemoveStartingWindow is
always called with the window manager lock held.

Fixes bug 17381033.

Change-Id: Ic6860d0e1410c9bb5053d85ae21a08b11f573b6d

9 years agoCorrect the documentation for VectorDrawable
ztenghui [Mon, 29 Sep 2014 20:19:00 +0000 (13:19 -0700)]
Correct the documentation for VectorDrawable

We missed the alpha for the vector drawable root level in the documentation.
And the animation target can be vector drawable itself for the alpha value,
which is more than path and group object.

b/17696183

Change-Id: Ic9d441fbdf411dad92718ae5adbc6655fe708453

9 years agoAdd activated text colors, update Material preference header
Alan Viverette [Tue, 30 Sep 2014 21:43:32 +0000 (14:43 -0700)]
Add activated text colors, update Material preference header

Addresses contrast issues when using activated background.

BUG: 17521147
Change-Id: Ia242c6d7bd0c1b5ca545a81fe515f15320b14d67

9 years agoImplement missing visibility management for FrameLayout foreground
Alan Viverette [Tue, 30 Sep 2014 21:27:58 +0000 (14:27 -0700)]
Implement missing visibility management for FrameLayout foreground

BUG: 15350931
Change-Id: I16900d0d95051489852385d682e7b5aa4adad327

9 years agoMerge "Clear ident when obtaining provider across users." into lmp-dev
Jeff Sharkey [Tue, 30 Sep 2014 21:10:47 +0000 (21:10 +0000)]
Merge "Clear ident when obtaining provider across users." into lmp-dev

9 years agoClear ident when obtaining provider across users.
Jeff Sharkey [Tue, 30 Sep 2014 20:55:39 +0000 (13:55 -0700)]
Clear ident when obtaining provider across users.

When calling getContentProvider() across user boundaries, and
creating the provider for the first time, we need to clear caller
identity.  (We could have torn down the provider while the system
was under memory pressure.)

Bug: 17409650
Change-Id: I67713a03e5f7106f5e8fcf33fe3fdae81ce644ec

9 years agocamera2: Use valid dimensions for RGBA8888 gralloc buffers.
Ruben Brunk [Tue, 30 Sep 2014 10:42:13 +0000 (03:42 -0700)]
camera2: Use valid dimensions for RGBA8888 gralloc buffers.

Bug: 17675571

- All of the mistakes were made.  Unmake them.

Change-Id: I23ff7a553347d4d9588c728219f4bf0604ba2e38

9 years agoInset the non-overlay contextual action bar without a status guard
Adam Powell [Tue, 30 Sep 2014 20:21:12 +0000 (13:21 -0700)]
Inset the non-overlay contextual action bar without a status guard

When the status guard is not available, (e.g. when the window is not
drawing system bars) do not consume the insets when an action mode is
active.

Bug 17691453

Change-Id: I459622eaf161a96152fb9ac5f60bb9508aa4de89

9 years agoMerge "More work on issue #17656716: Unhandled exception in Window Manager" into...
Dianne Hackborn [Tue, 30 Sep 2014 20:18:47 +0000 (20:18 +0000)]
Merge "More work on issue #17656716: Unhandled exception in Window Manager" into lmp-dev

9 years agoMerge "Use default encryption password if an accessibility service is enabled." into...
Svetoslav [Tue, 30 Sep 2014 20:01:03 +0000 (20:01 +0000)]
Merge "Use default encryption password if an accessibility service is enabled." into lmp-dev

9 years agoUse default encryption password if an accessibility service is enabled.
Svetoslav [Tue, 30 Sep 2014 01:16:20 +0000 (18:16 -0700)]
Use default encryption password if an accessibility service is enabled.

When device is encrypted the user has to authenticate in order to decrypt
the data partition which is required for running accessibility services
and Text-To-Speech. In order to address this issue we are falling back
to use the default password if there is an enabled accessibility service
and the user has secure lock. This will enable the user to authenticate
when accessibility layer is completely functional.

bug:17671790

Change-Id: Iafffe7bcd234008cf91ffb5011b21b803dca227a

9 years agoMerge "Update for bug #17521147 Settings activity looks terrible on Volantis" into...
Fabrice Di Meglio [Tue, 30 Sep 2014 19:46:13 +0000 (19:46 +0000)]
Merge "Update for bug #17521147 Settings activity looks terrible on Volantis" into lmp-dev

9 years agoMerge "Fixing regression with black task bar background. (Bug 17584337)" into lmp-dev
Winson Chung [Tue, 30 Sep 2014 19:16:21 +0000 (19:16 +0000)]
Merge "Fixing regression with black task bar background. (Bug 17584337)" into lmp-dev

9 years agoMerge "Add a returns clause to the matchesInterruptionFilter javadoc." into lmp-dev
Chris Wren [Tue, 30 Sep 2014 18:51:27 +0000 (18:51 +0000)]
Merge "Add a returns clause to the matchesInterruptionFilter javadoc." into lmp-dev

9 years agoMerge "Update the documentation on EXTRA_PEOPLE." into lmp-dev
Chris Wren [Tue, 30 Sep 2014 18:50:04 +0000 (18:50 +0000)]
Merge "Update the documentation on EXTRA_PEOPLE." into lmp-dev

9 years agoMake CaptivePortalLogin app exit if underlying Network disconnects.
Paul Jensen [Fri, 26 Sep 2014 19:19:17 +0000 (15:19 -0400)]
Make CaptivePortalLogin app exit if underlying Network disconnects.

The app is no longer useful if the underlying Network has disconnected
and could get in the way of another signing into another Network.

bug:17672087
Change-Id: I26e820444640975e7fd4dd73244f4d4f4b40cb5e

9 years agoMore work on issue #17656716: Unhandled exception in Window Manager
Dianne Hackborn [Tue, 30 Sep 2014 18:28:18 +0000 (11:28 -0700)]
More work on issue #17656716: Unhandled exception in Window Manager

Drop down the limit on when we log, since under normal operation we
will never get more than a few K of data due to strict mode.

Try to clean up the code paths coming in and out of binder IPCs to
plug any places where we could disrupt the gather flag of a thread,
causing it to keep gathering stack crawls (which is the thing that
is causing our strict mode data to become so large).

Change-Id: I9a46512283d33e863c429840b465855d1fabb74e

9 years agoCamera2 Legacy: Set a default thumbnail size
Eino-Ville Talvala [Tue, 30 Sep 2014 00:01:04 +0000 (17:01 -0700)]
Camera2 Legacy: Set a default thumbnail size

Generally, JPEGs are better with thumbnails, and the default parameters
typically set a basic thumbnail size. In legacy, include a default size in the
templates.

This also works around issues with some devices not producing valid images with no
thumbnail.

Bug: 17724701
Change-Id: I2ad1449fc8c6d1fdec609af55f53db7491abbb92

9 years agoAdd a returns clause to the matchesInterruptionFilter javadoc.
Chris Wren [Tue, 30 Sep 2014 17:05:14 +0000 (13:05 -0400)]
Add a returns clause to the matchesInterruptionFilter javadoc.

Bug: 17641219
Change-Id: I4f1949902bf872823389f3db8e694e370e113295

9 years agoMerge "Adds the ability to start a user in background" into lmp-dev
Alexandra Gherghina [Tue, 30 Sep 2014 17:00:13 +0000 (17:00 +0000)]
Merge "Adds the ability to start a user in background" into lmp-dev

9 years agoMerge "Fix issue #17705755: Battery stats resets at incorrect times" into lmp-dev
Dianne Hackborn [Tue, 30 Sep 2014 16:45:25 +0000 (16:45 +0000)]
Merge "Fix issue #17705755: Battery stats resets at incorrect times" into lmp-dev

9 years agoMerge "Fixing crash in Recents due to late onBootCompleted call (Bug 17572254)" into...
Winson Chung [Tue, 30 Sep 2014 16:39:42 +0000 (16:39 +0000)]
Merge "Fixing crash in Recents due to late onBootCompleted call (Bug 17572254)" into lmp-dev

9 years agoMerge "Don't play hint animations when dozing" into lmp-dev
John Spurlock [Tue, 30 Sep 2014 16:35:25 +0000 (16:35 +0000)]
Merge "Don't play hint animations when dozing" into lmp-dev

9 years agoUpdate the documentation on EXTRA_PEOPLE.
Chris Wren [Mon, 29 Sep 2014 21:19:27 +0000 (17:19 -0400)]
Update the documentation on EXTRA_PEOPLE.

Include the supported formats with links to ContactsContract documentation.

Bug: 15283556
Change-Id: Ic48b0a9ad1be61f0fa119b1d0e9d6aac5e5bea27

9 years agoDon't play hint animations when dozing
Jorim Jaggi [Tue, 30 Sep 2014 15:38:19 +0000 (17:38 +0200)]
Don't play hint animations when dozing

Bug: 17718416
Change-Id: I2c27b4ea479ee46612eb5284a2c872d03dc52ab0

9 years agoMerge "Pull roaming from mServiceState for consistency" into lmp-dev
Jason Monk [Tue, 30 Sep 2014 15:30:10 +0000 (15:30 +0000)]
Merge "Pull roaming from mServiceState for consistency" into lmp-dev

9 years agoMerge "Clear preordered list after use." into lmp-dev
George Mount [Tue, 30 Sep 2014 14:58:20 +0000 (14:58 +0000)]
Merge "Clear preordered list after use." into lmp-dev

9 years agoDoze: Log screenOnFromTouch when flinging.
John Spurlock [Tue, 30 Sep 2014 13:56:05 +0000 (09:56 -0400)]
Doze: Log screenOnFromTouch when flinging.

Bug: 17350239
Bug: 17496795
Change-Id: I4a8e26c2fc05cf4396e9c8cb58e81b4f95c531e6

9 years agoPull roaming from mServiceState for consistency
Jason Monk [Tue, 30 Sep 2014 13:29:34 +0000 (09:29 -0400)]
Pull roaming from mServiceState for consistency

Also consolidate roaming logic while here, to make it easier to
maintain.

Bug: 17514906
Bug: 17619763
Change-Id: I8efabdecc26722ff6ac70d715f3befaae989abdc

9 years agoMerge "Fix deadlock caused by clearAllBackoffs in SSE" into lmp-dev
Matthew Williams [Tue, 30 Sep 2014 03:09:09 +0000 (03:09 +0000)]
Merge "Fix deadlock caused by clearAllBackoffs in SSE" into lmp-dev

9 years agoMerge "Update LegacyTypeTracker state before sending connect broadcasts." into lmp-dev
Lorenzo Colitti [Tue, 30 Sep 2014 03:05:47 +0000 (03:05 +0000)]
Merge "Update LegacyTypeTracker state before sending connect broadcasts." into lmp-dev

9 years agoUpdate for bug #17521147 Settings activity looks terrible on Volantis
Fabrice Di Meglio [Tue, 30 Sep 2014 02:03:12 +0000 (19:03 -0700)]
Update for bug #17521147 Settings activity looks terrible on Volantis

Per UX request:

- remove PreferenceHeader list divider
- make list item primary/secondary text using the correct themed list item
text appearance (so that they can be overridden)

Change-Id: Ie0cadf81914cf208434a342829a48b5a1df62141

9 years agoFix issue #17705755: Battery stats resets at incorrect times
Dianne Hackborn [Tue, 30 Sep 2014 01:31:22 +0000 (18:31 -0700)]
Fix issue #17705755: Battery stats resets at incorrect times

Revert back to (mostly) KK behavior, fix a problem where we were
collecting some data in an inconsistent state.

Change-Id: Ida3ca3fb734a9d7d61a90fd5044152e927c59e02

9 years agoam 6287a65c: am 294d5347: am 9d20628b: docs: b/16044763 Update IAB docs to give notic...
Scott Rowe [Tue, 30 Sep 2014 00:53:34 +0000 (00:53 +0000)]
am 6287a65c: am 294d5347: am 9d20628b: docs: b/16044763 Update IAB docs to give notice of v2 turndown

* commit '6287a65cca1d7efb8a265be5b51feca0f1e320f7':
  docs: b/16044763 Update IAB docs to give notice of v2 turndown

9 years agoam 6ea34ddf: am 9f483941: am 808440cd: Merge "docs: Fixed path for build output....
Ricardo Cervera [Tue, 30 Sep 2014 00:53:23 +0000 (00:53 +0000)]
am 6ea34ddf: am 9f483941: am 808440cd: Merge "docs: Fixed path for build output." into klp-modular-docs

* commit '6ea34ddfde0aa3c60a83cc4fb7111514be97da9c':
  docs: Fixed path for build output.

9 years agoam 92ffd6b5: (-s ours) am 28d01e67: Merge "DO NOT MERGE Disable vibration from notifi...
Justin Koh [Tue, 30 Sep 2014 00:53:19 +0000 (00:53 +0000)]
am 92ffd6b5: (-s ours) am 28d01e67: Merge "DO NOT MERGE Disable vibration from notificationmanagerservice when on watch" into klp-modular-dev

* commit '92ffd6b5fe11c649483c1ae53ec72a42d33629dd':
  DO NOT MERGE Disable vibration from notificationmanagerservice when on watch

9 years agoMerge "Decrease date picker height to avoid cutting off calendar" into lmp-dev
Alan Viverette [Tue, 30 Sep 2014 00:50:38 +0000 (00:50 +0000)]
Merge "Decrease date picker height to avoid cutting off calendar" into lmp-dev

9 years agoDecrease date picker height to avoid cutting off calendar
Alan Viverette [Tue, 30 Sep 2014 00:47:03 +0000 (17:47 -0700)]
Decrease date picker height to avoid cutting off calendar

BUG: 17696098
Change-Id: I3d97d8bcd5222bf266dfc75e89759d57ec184515

9 years agoam 294d5347: am 9d20628b: docs: b/16044763 Update IAB docs to give notice of v2 turndown
Scott Rowe [Tue, 30 Sep 2014 00:39:49 +0000 (00:39 +0000)]
am 294d5347: am 9d20628b: docs: b/16044763 Update IAB docs to give notice of v2 turndown

* commit '294d534787e139119d30eb7a5b4dd1532312018e':
  docs: b/16044763 Update IAB docs to give notice of v2 turndown

9 years agoam 9f483941: am 808440cd: Merge "docs: Fixed path for build output." into klp-modular...
Ricardo Cervera [Tue, 30 Sep 2014 00:39:39 +0000 (00:39 +0000)]
am 9f483941: am 808440cd: Merge "docs: Fixed path for build output." into klp-modular-docs

* commit '9f48394158bce2984a19fe504b7a7f1f673866f3':
  docs: Fixed path for build output.

9 years agoam 28d01e67: Merge "DO NOT MERGE Disable vibration from notificationmanagerservice...
Justin Koh [Tue, 30 Sep 2014 00:39:16 +0000 (00:39 +0000)]
am 28d01e67: Merge "DO NOT MERGE Disable vibration from notificationmanagerservice when on watch" into klp-modular-dev

* commit '28d01e677c05edaa45456a26dff22d1b0fc28164':
  DO NOT MERGE Disable vibration from notificationmanagerservice when on watch

9 years agoMerge "Fix drawable container tinting" into lmp-dev
Alan Viverette [Tue, 30 Sep 2014 00:32:29 +0000 (00:32 +0000)]
Merge "Fix drawable container tinting" into lmp-dev

9 years agoFix drawable container tinting
Alan Viverette [Tue, 30 Sep 2014 00:22:47 +0000 (17:22 -0700)]
Fix drawable container tinting

BUG: 17704311
Change-Id: Ib9ced41e8589352c852e6c9dc7abbe6e4b9f2520

9 years agoMerge "Send volume keys to the default stream if not actually playing" into lmp-dev
Jean-Michel Trivi [Tue, 30 Sep 2014 00:11:13 +0000 (00:11 +0000)]
Merge "Send volume keys to the default stream if not actually playing" into lmp-dev

9 years agoClear preordered list after use.
George Mount [Mon, 29 Sep 2014 23:56:22 +0000 (16:56 -0700)]
Clear preordered list after use.

Bug 17671834
Bug 17697944

Change-Id: I0ba46f32661869db0c925b00342211ea543e2f88

9 years agoMerge "Work on issue #17656716: Unhandled exception in Window Manager" into lmp-dev
Dianne Hackborn [Mon, 29 Sep 2014 23:06:16 +0000 (23:06 +0000)]
Merge "Work on issue #17656716: Unhandled exception in Window Manager" into lmp-dev

9 years agoWork on issue #17656716: Unhandled exception in Window Manager
Dianne Hackborn [Mon, 29 Sep 2014 17:52:47 +0000 (10:52 -0700)]
Work on issue #17656716: Unhandled exception in Window Manager

Remove the checks for large parcel sizes.  Those were triggering,
and identifyng the area of the problem, but also cause a lot of
trouble by making the unsafe deadlocky code there much more likely
to deadlock.

Add logging for strict mode IPCs, since those seem to be the
problem.  Only log when things look bad.

Also add a log when battery stats are reset, to diagnose why they
are getting reset when they shouldn't be.

Change-Id: I588c858fb8d8c45f3c9c164ae2de9ae01547b304

9 years agoam 9d20628b: docs: b/16044763 Update IAB docs to give notice of v2 turndown
Scott Rowe [Mon, 29 Sep 2014 22:53:15 +0000 (22:53 +0000)]
am 9d20628b: docs: b/16044763 Update IAB docs to give notice of v2 turndown

* commit '9d20628b4beb38470d4f7d10193ac5a7cc558d41':
  docs: b/16044763 Update IAB docs to give notice of v2 turndown

9 years agoMerge "Implement alpha as documented for drawables" into lmp-dev
Chris Craik [Mon, 29 Sep 2014 22:20:42 +0000 (22:20 +0000)]
Merge "Implement alpha as documented for drawables" into lmp-dev

9 years agodocs: b/16044763 Update IAB docs to give notice of v2 turndown
Scott Rowe [Mon, 29 Sep 2014 21:16:41 +0000 (14:16 -0700)]
docs: b/16044763 Update IAB docs to give notice of v2 turndown

Change-Id: I696c9b22707d34635ab65b392d90aa7406ab40d0

9 years agoFixing regression with black task bar background. (Bug 17584337)
Winson Chung [Mon, 29 Sep 2014 21:21:26 +0000 (14:21 -0700)]
Fixing regression with black task bar background. (Bug 17584337)

Change-Id: Ieaa2defa4997ffc8851832c18dfe84e561ffedb5

9 years agoFix bug #17682629 Crash while accessing apps' settings
Fabrice Di Meglio [Mon, 29 Sep 2014 21:05:23 +0000 (14:05 -0700)]
Fix bug #17682629 Crash while accessing apps' settings

- add missing Material resource file

Change-Id: Ibf5f43c0c5a09b4e562fbe8f40778a89b560e211

9 years agoSend volume keys to the default stream if not actually playing
RoboErik [Mon, 29 Sep 2014 21:16:45 +0000 (14:16 -0700)]
Send volume keys to the default stream if not actually playing

This ensures that we'll only adjust volume on a session's stream if
that stream is actually in use.

bug:17690423
Change-Id: I5fce8265a015bbc5034afa16719d9a0bbf257598

9 years agoImplement alpha as documented for drawables
Chris Craik [Mon, 29 Sep 2014 20:22:05 +0000 (13:22 -0700)]
Implement alpha as documented for drawables

bug:17693526

With this change, outline opacity isn't published by default, as was
intended. Default behavior for custom drawables is to have a
rectangular outline, but not cast a shadow, e.g. as a button
background.

Change-Id: If80a256ff359bcb58f3f593ec9018f2df5fc4e44

9 years agoMerge "Be more paranoid about threading in MediaSessionRecord" into lmp-dev
RoboErik [Mon, 29 Sep 2014 20:48:10 +0000 (20:48 +0000)]
Merge "Be more paranoid about threading in MediaSessionRecord" into lmp-dev

9 years agoam 808440cd: Merge "docs: Fixed path for build output." into klp-modular-docs
Ricardo Cervera [Mon, 29 Sep 2014 20:43:55 +0000 (20:43 +0000)]
am 808440cd: Merge "docs: Fixed path for build output." into klp-modular-docs

* commit '808440cd5e1052f21b937cdcb60acecefd57f23c':
  docs: Fixed path for build output.

9 years agoFixing crash in Recents due to late onBootCompleted call (Bug 17572254)
Winson Chung [Mon, 29 Sep 2014 20:42:49 +0000 (13:42 -0700)]
Fixing crash in Recents due to late onBootCompleted call (Bug 17572254)

Change-Id: I016dd8b7be9efa786291051152b1b56aac708e33

9 years agoMerge "Update time in layout preview" into lmp-dev
Deepanshu Gupta [Mon, 29 Sep 2014 20:35:43 +0000 (20:35 +0000)]
Merge "Update time in layout preview" into lmp-dev

9 years agoBe more paranoid about threading in MediaSessionRecord
RoboErik [Mon, 29 Sep 2014 20:21:47 +0000 (13:21 -0700)]
Be more paranoid about threading in MediaSessionRecord

This makes copies of objects with bundles before posting to another
thread and is more aggressive about locking before making assignments
of mutable objects.

bug:17692568
Change-Id: I28e8229718b862c485e870fd2ca06a3a18a7c454

9 years agoMerge "Zen: Fix downtime calculation for Sunday mornings." into lmp-dev
John Spurlock [Mon, 29 Sep 2014 20:04:46 +0000 (20:04 +0000)]
Merge "Zen: Fix downtime calculation for Sunday mornings." into lmp-dev

9 years agoZen: Fix downtime calculation for Sunday mornings.
John Spurlock [Mon, 29 Sep 2014 19:39:04 +0000 (15:39 -0400)]
Zen: Fix downtime calculation for Sunday mornings.

Previous calculation would always exit downtime on Sunday mornings,
due to the target day ending up at zero (an invalid day).

Bug:17682999
Change-Id: Icc5f01a42c3c644170eea9e60442cf77ce15a06c

9 years agoMerge "Update alert dialog message text style, list divider opacity" into lmp-dev
Alan Viverette [Mon, 29 Sep 2014 19:21:21 +0000 (19:21 +0000)]
Merge "Update alert dialog message text style, list divider opacity" into lmp-dev

9 years agoUpdate alert dialog message text style, list divider opacity
Alan Viverette [Mon, 29 Sep 2014 18:31:30 +0000 (11:31 -0700)]
Update alert dialog message text style, list divider opacity

BUG: 17627843
BUG: 17694759
Change-Id: I9c5d08c8dd48b43a2485cc6fd213ef00bdeac8a4