OSDN Git Service

android-x86/frameworks-base.git
9 years agoam 9deffecc: am 15c3ce77: am 0dfcfdcb: am 23056929: Merge "docs: Updated Google Play...
Quddus Chong [Fri, 5 Dec 2014 23:01:16 +0000 (23:01 +0000)]
am 9deffecc: am 15c3ce77: am 0dfcfdcb: am 23056929: Merge "docs: Updated Google Play services Javadocs to reflect v6.5 (Nacho) release." into lmp-docs

* commit '9deffeccfe06587a09a0ca42cab1c53ff46d887f':
  docs: Updated Google Play services Javadocs to reflect v6.5 (Nacho) release.

9 years agoam b503e3f2: Merge "Don\'t destroy surfaces of activities launched behind early....
Wale Ogunwale [Fri, 5 Dec 2014 23:01:11 +0000 (23:01 +0000)]
am b503e3f2: Merge "Don\'t destroy surfaces of activities launched behind early." into lmp-mr1-dev

* commit 'b503e3f2872636b450d950b5792fdb569d87819c':
  Don't destroy surfaces of activities launched behind early.

9 years agoam e6a2ff2b: Merge "Fix calculation of overscan insets in WindowState." into lmp...
Filip Gruszczynski [Fri, 5 Dec 2014 23:01:06 +0000 (23:01 +0000)]
am e6a2ff2b: Merge "Fix calculation of overscan insets in WindowState." into lmp-mr1-dev

* commit 'e6a2ff2b1f7a2241350347fd0f12ffccc1391649':
  Fix calculation of overscan insets in WindowState.

9 years agoam 0029f0ac: Merge "Fix issue #17323751: Additional items in aggregated battery stats...
Dianne Hackborn [Fri, 5 Dec 2014 23:01:01 +0000 (23:01 +0000)]
am 0029f0ac: Merge "Fix issue #17323751: Additional items in aggregated battery stats" into lmp-mr1-dev

* commit '0029f0ac36c28b60d59d3d70d148ba3136971b95':
  Fix issue #17323751: Additional items in aggregated battery stats

9 years agoam 15c3ce77: am 0dfcfdcb: am 23056929: Merge "docs: Updated Google Play services...
Quddus Chong [Fri, 5 Dec 2014 22:58:24 +0000 (22:58 +0000)]
am 15c3ce77: am 0dfcfdcb: am 23056929: Merge "docs: Updated Google Play services Javadocs to reflect v6.5 (Nacho) release." into lmp-docs

* commit '15c3ce77fd8eccef01f1c0671485fcc20c4c6e9c':
  docs: Updated Google Play services Javadocs to reflect v6.5 (Nacho) release.

9 years agoMerge "Don't destroy surfaces of activities launched behind early." into lmp-mr1-dev
Wale Ogunwale [Fri, 5 Dec 2014 22:56:11 +0000 (22:56 +0000)]
Merge "Don't destroy surfaces of activities launched behind early." into lmp-mr1-dev

9 years agoMerge "Fix calculation of overscan insets in WindowState." into lmp-mr1-dev
Filip Gruszczynski [Fri, 5 Dec 2014 22:55:58 +0000 (22:55 +0000)]
Merge "Fix calculation of overscan insets in WindowState." into lmp-mr1-dev

9 years agoMerge "Fix issue #17323751: Additional items in aggregated battery stats" into lmp...
Dianne Hackborn [Fri, 5 Dec 2014 22:54:07 +0000 (22:54 +0000)]
Merge "Fix issue #17323751: Additional items in aggregated battery stats" into lmp-mr1-dev

9 years agoDon't destroy surfaces of activities launched behind early.
Wale Ogunwale [Fri, 5 Dec 2014 17:03:48 +0000 (09:03 -0800)]
Don't destroy surfaces of activities launched behind early.

When the launch activity behind feature was introduced in
http://ag/502868, we destroy the surfaces of windows associated with
the activity early in the last app window animation step. The causes
issues with activities that might be using the surface and not
prepared to have the surface destroyed from underneath them. We now
let the surface destruction get handled like any other window so all
the components/processes interested in the surface can be in the
right state when the surface is destroyed.

Bug: 18325222
Change-Id: I45e834a07a199b8a9e364f7392db99c871a43280

9 years agoam 0dfcfdcb: am 23056929: Merge "docs: Updated Google Play services Javadocs to refle...
Quddus Chong [Fri, 5 Dec 2014 22:47:17 +0000 (22:47 +0000)]
am 0dfcfdcb: am 23056929: Merge "docs: Updated Google Play services Javadocs to reflect v6.5 (Nacho) release." into lmp-docs

* commit '0dfcfdcbea3fcfa0679e2ee2a196de17c804479e':
  docs: Updated Google Play services Javadocs to reflect v6.5 (Nacho) release.

9 years agoam 23056929: Merge "docs: Updated Google Play services Javadocs to reflect v6.5 ...
Quddus Chong [Fri, 5 Dec 2014 22:36:49 +0000 (22:36 +0000)]
am 23056929: Merge "docs: Updated Google Play services Javadocs to reflect v6.5 (Nacho) release." into lmp-docs

* commit '230569292c5dfb0e55682c4ecc3b26f0581a8195':
  docs: Updated Google Play services Javadocs to reflect v6.5 (Nacho) release.

9 years agoMerge "docs: Updated Google Play services Javadocs to reflect v6.5 (Nacho) release...
Quddus Chong [Fri, 5 Dec 2014 22:30:24 +0000 (22:30 +0000)]
Merge "docs: Updated Google Play services Javadocs to reflect v6.5 (Nacho) release." into lmp-docs

9 years agoam 62517a6e: Merge "Fine tune the light radius from 800dp to 600dp" into lmp-mr1-dev
ztenghui [Fri, 5 Dec 2014 22:12:50 +0000 (22:12 +0000)]
am 62517a6e: Merge "Fine tune the light radius from 800dp to 600dp" into lmp-mr1-dev

* commit '62517a6e9ce85b23da67767a9e75e252d7989502':
  Fine tune the light radius from 800dp to 600dp

9 years agoMerge "Fine tune the light radius from 800dp to 600dp" into lmp-mr1-dev
ztenghui [Fri, 5 Dec 2014 21:56:01 +0000 (21:56 +0000)]
Merge "Fine tune the light radius from 800dp to 600dp" into lmp-mr1-dev

9 years agoFix issue #17323751: Additional items in aggregated battery stats
Dianne Hackborn [Fri, 5 Dec 2014 01:46:42 +0000 (17:46 -0800)]
Fix issue #17323751: Additional items in aggregated battery stats

- Now aggregate number of times each process has crashed and ANRed.
- Now aggregate total number of connectivity changes.
- Now record connectivity changes in the history.

Crash and ANR counts are new entries at the end of "pr" in checkin.

Connectivity change counts is a new entry at the end of "m" in checkin.

Connectivity changes in the history checkin are Ecn and include the
type of connection and its state.

Change-Id: I0c01186446034cf6c3fb97d45f5e3b5c69a0438a

9 years agoFix calculation of overscan insets in WindowState.
Filip Gruszczynski [Fri, 5 Dec 2014 21:31:43 +0000 (13:31 -0800)]
Fix calculation of overscan insets in WindowState.

Bug: 18630625
Change-Id: I19b0c8627c3b9d61923e68c59fce9bddb2751c3d

9 years agoam 0c1a5bea: Merge "Doing provisioning check for wifi tethering from SystemUI" into...
Sanket Padawe [Fri, 5 Dec 2014 20:59:02 +0000 (20:59 +0000)]
am 0c1a5bea: Merge "Doing provisioning check for wifi tethering from SystemUI" into lmp-mr1-dev

* commit '0c1a5bea2eb897b3f1d34b9c25ea6ed0bd5ca6eb':
  Doing provisioning check for wifi tethering from SystemUI

9 years agoam 2ff214b6: Merge "Camera2: Add HDR scene mode for backwards compatibility." into...
Eino-Ville Talvala [Fri, 5 Dec 2014 20:58:56 +0000 (20:58 +0000)]
am 2ff214b6: Merge "Camera2: Add HDR scene mode for backwards compatibility." into lmp-mr1-dev

* commit '2ff214b603939af60cae11727e189eb350b34c39':
  Camera2: Add HDR scene mode for backwards compatibility.

9 years agoam 0aaf843c: Merge "Fix docs build" into lmp-mr1-dev
Eino-Ville Talvala [Fri, 5 Dec 2014 20:58:51 +0000 (20:58 +0000)]
am 0aaf843c: Merge "Fix docs build" into lmp-mr1-dev

* commit '0aaf843c8cdcbcce9f491bf8734a4b75fec2ad6b':
  Fix docs build

9 years agoMerge "Doing provisioning check for wifi tethering from SystemUI" into lmp-mr1-dev
Sanket Padawe [Fri, 5 Dec 2014 20:55:51 +0000 (20:55 +0000)]
Merge "Doing provisioning check for wifi tethering from SystemUI" into lmp-mr1-dev

9 years agoMerge "Camera2: Add HDR scene mode for backwards compatibility." into lmp-mr1-dev
Eino-Ville Talvala [Fri, 5 Dec 2014 20:54:06 +0000 (20:54 +0000)]
Merge "Camera2: Add HDR scene mode for backwards compatibility." into lmp-mr1-dev

9 years agoMerge "Fix docs build" into lmp-mr1-dev
Eino-Ville Talvala [Fri, 5 Dec 2014 20:53:44 +0000 (20:53 +0000)]
Merge "Fix docs build" into lmp-mr1-dev

9 years agoam d2028d90: Merge "Add mapping between RAT and Network Mode" into lmp-mr1-dev
Stuart Scott [Fri, 5 Dec 2014 20:47:56 +0000 (20:47 +0000)]
am d2028d90: Merge "Add mapping between RAT and Network Mode" into lmp-mr1-dev

* commit 'd2028d90fa99196dd1fc70825f94cd0a5da83854':
  Add mapping between RAT and Network Mode

9 years agoam df1d07b4: Add checking to find AppDirectedSmsProxy for App Directed SMS feature
Jing Zhao [Fri, 5 Dec 2014 20:47:42 +0000 (20:47 +0000)]
am df1d07b4: Add checking to find AppDirectedSmsProxy for App Directed SMS feature

* commit 'df1d07b4c77bcc8928b2e5360440aa9b69a6cd21':
  Add checking to find AppDirectedSmsProxy for App Directed SMS feature

9 years agoMerge "Add mapping between RAT and Network Mode" into lmp-mr1-dev
Stuart Scott [Fri, 5 Dec 2014 20:44:24 +0000 (20:44 +0000)]
Merge "Add mapping between RAT and Network Mode" into lmp-mr1-dev

9 years agoAdd checking to find AppDirectedSmsProxy for App Directed SMS feature
Jing Zhao [Fri, 5 Dec 2014 01:17:33 +0000 (19:17 -0600)]
Add checking to find AppDirectedSmsProxy for App Directed SMS feature

Adding new system permission android.permission.CARRIER_FILTER_SMS

Bug: 18609762
Change-Id: I80a133653101cd4ec1793e726faf3601e2970224

9 years agoam 0c5ec0e0: Merge "Avoid race condition in heads up snooze code path." into lmp...
Chris Wren [Fri, 5 Dec 2014 20:29:10 +0000 (20:29 +0000)]
am 0c5ec0e0: Merge "Avoid race condition in heads up snooze code path." into lmp-mr1-dev

* commit '0c5ec0e0db3ac8d3d1ed6796ab2bcc9cc37cf5fa':
  Avoid race condition in heads up snooze code path.

9 years agoAdd mapping between RAT and Network Mode
Stuart Scott [Thu, 4 Dec 2014 23:01:31 +0000 (15:01 -0800)]
Add mapping between RAT and Network Mode

bug:18416275
bug:18415493

Change-Id: I0b29ec953ec9eb29248a22d582013127ee0fea41

9 years agoMerge "Avoid race condition in heads up snooze code path." into lmp-mr1-dev
Chris Wren [Fri, 5 Dec 2014 20:22:09 +0000 (20:22 +0000)]
Merge "Avoid race condition in heads up snooze code path." into lmp-mr1-dev

9 years agoam 2aa909f0: Merge "Correctly parse previous PMBA state during backup" into lmp-mr1-dev
Christopher Tate [Fri, 5 Dec 2014 20:11:31 +0000 (20:11 +0000)]
am 2aa909f0: Merge "Correctly parse previous PMBA state during backup" into lmp-mr1-dev

* commit '2aa909f0ab017e17d8397f18b8c2c6dc0ec150a4':
  Correctly parse previous PMBA state during backup

9 years agoam 8ec2dc00: Merge "Tune delivery and batching of alarms" into lmp-mr1-dev
Christopher Tate [Fri, 5 Dec 2014 20:11:26 +0000 (20:11 +0000)]
am 8ec2dc00: Merge "Tune delivery and batching of alarms" into lmp-mr1-dev

* commit '8ec2dc00e5225256976ee6f07a715932f65c8833':
  Tune delivery and batching of alarms

9 years agoMerge "Correctly parse previous PMBA state during backup" into lmp-mr1-dev
Christopher Tate [Fri, 5 Dec 2014 20:05:09 +0000 (20:05 +0000)]
Merge "Correctly parse previous PMBA state during backup" into lmp-mr1-dev

9 years agoMerge "Tune delivery and batching of alarms" into lmp-mr1-dev
Christopher Tate [Fri, 5 Dec 2014 20:04:24 +0000 (20:04 +0000)]
Merge "Tune delivery and batching of alarms" into lmp-mr1-dev

9 years agoam b81ce34a: Merge "Revert "Merge "Remove CONNECTIVITY_CHANGE_DELAY and friends....
Pavel Zhamaitsiak [Fri, 5 Dec 2014 19:44:53 +0000 (19:44 +0000)]
am b81ce34a: Merge "Revert "Merge "Remove CONNECTIVITY_CHANGE_DELAY and friends." into lmp-mr1-dev"" into lmp-mr1-dev

* commit 'b81ce34af33ce940846e71878279f9482037cb39':
  Revert "Merge "Remove CONNECTIVITY_CHANGE_DELAY and friends." into lmp-mr1-dev"

9 years agoam 4a9cecb1: Merge "Add UUID for Pbap client" into lmp-mr1-dev
Justin Harrison [Fri, 5 Dec 2014 19:44:48 +0000 (19:44 +0000)]
am 4a9cecb1: Merge "Add UUID for Pbap client" into lmp-mr1-dev

* commit '4a9cecb1f0bb6f5f949f33c5f07be6d995f4cf24':
  Add UUID for Pbap client

9 years agoam 710e20d2: Merge "Relax access on deprecated fields for compatibility." into lmp...
Ihab Awad [Fri, 5 Dec 2014 19:44:43 +0000 (19:44 +0000)]
am 710e20d2: Merge "Relax access on deprecated fields for compatibility." into lmp-mr1-dev

* commit '710e20d22516a896c3560d96fdec423ffa0d154e':
  Relax access on deprecated fields for compatibility.

9 years agoam 4ca9d738: Merge "RTL support for Lollipop Land." into lmp-mr1-dev
Dan Sandler [Fri, 5 Dec 2014 19:44:35 +0000 (19:44 +0000)]
am 4ca9d738: Merge "RTL support for Lollipop Land." into lmp-mr1-dev

* commit '4ca9d738fa3961507a0289cb4e7873701bc04e12':
  RTL support for Lollipop Land.

9 years agoMerge "Revert "Merge "Remove CONNECTIVITY_CHANGE_DELAY and friends." into lmp-mr1...
Pavel Zhamaitsiak [Fri, 5 Dec 2014 19:42:10 +0000 (19:42 +0000)]
Merge "Revert "Merge "Remove CONNECTIVITY_CHANGE_DELAY and friends." into lmp-mr1-dev"" into lmp-mr1-dev

9 years agoMerge "Add UUID for Pbap client" into lmp-mr1-dev
Justin Harrison [Fri, 5 Dec 2014 19:41:52 +0000 (19:41 +0000)]
Merge "Add UUID for Pbap client" into lmp-mr1-dev

9 years agoMerge "Relax access on deprecated fields for compatibility." into lmp-mr1-dev
Ihab Awad [Fri, 5 Dec 2014 19:39:18 +0000 (19:39 +0000)]
Merge "Relax access on deprecated fields for compatibility." into lmp-mr1-dev

9 years agoMerge "RTL support for Lollipop Land." into lmp-mr1-dev
Dan Sandler [Fri, 5 Dec 2014 19:36:37 +0000 (19:36 +0000)]
Merge "RTL support for Lollipop Land." into lmp-mr1-dev

9 years agoam 22afe626: Merge "Added isRemovingAdmin method" into lmp-mr1-dev
Fyodor Kupolov [Fri, 5 Dec 2014 19:36:26 +0000 (19:36 +0000)]
am 22afe626: Merge "Added isRemovingAdmin method" into lmp-mr1-dev

* commit '22afe6261aab343070b63c60a1f4c7ce6f4383f9':
  Added isRemovingAdmin method

9 years agoCamera2: Add HDR scene mode for backwards compatibility.
Eino-Ville Talvala [Fri, 5 Dec 2014 19:10:15 +0000 (11:10 -0800)]
Camera2: Add HDR scene mode for backwards compatibility.

To maximize backwards compatibility, support the HDR scene mode fully,
as it was supported on Camera HAL1 / Camera API1.

Bug: 18639933
Change-Id: I35c164563379f7f820b42c674bd91f706061170c

9 years agoMerge "Added isRemovingAdmin method" into lmp-mr1-dev
Fyodor Kupolov [Fri, 5 Dec 2014 19:28:11 +0000 (19:28 +0000)]
Merge "Added isRemovingAdmin method" into lmp-mr1-dev

9 years agoam 43606641: Merge "Correct check of is user running" into lmp-mr1-dev
Amith Yamasani [Fri, 5 Dec 2014 19:14:12 +0000 (19:14 +0000)]
am 43606641: Merge "Correct check of is user running" into lmp-mr1-dev

* commit '43606641f6a2b7f31b289da4548231306f4e5156':
  Correct check of is user running

9 years agoam 0752da22: Merge "add system|signature protection to android.permission.BIND_CARRIE...
Cheuksan Wang [Fri, 5 Dec 2014 19:13:55 +0000 (19:13 +0000)]
am 0752da22: Merge "add system|signature protection to android.permission.BIND_CARRIER_MESSAGING_SERVICE" into lmp-mr1-dev

* commit '0752da22c7ea369d28235572963aac48b66bb416':
  add system|signature protection to android.permission.BIND_CARRIER_MESSAGING_SERVICE

9 years agoFix docs build
Eino-Ville Talvala [Fri, 5 Dec 2014 19:11:45 +0000 (11:11 -0800)]
Fix docs build

Change-Id: I9947d53aeb155d98f5194c9789f19aba1f01e4be

9 years agoMerge "Correct check of is user running" into lmp-mr1-dev
Amith Yamasani [Fri, 5 Dec 2014 19:11:15 +0000 (19:11 +0000)]
Merge "Correct check of is user running" into lmp-mr1-dev

9 years agoMerge "add system|signature protection to android.permission.BIND_CARRIER_MESSAGING_S...
Cheuksan Wang [Fri, 5 Dec 2014 19:07:09 +0000 (19:07 +0000)]
Merge "add system|signature protection to android.permission.BIND_CARRIER_MESSAGING_SERVICE" into lmp-mr1-dev

9 years agoadd system|signature protection to
Cheuksan Wang [Fri, 5 Dec 2014 18:44:43 +0000 (10:44 -0800)]
add system|signature protection to
android.permission.BIND_CARRIER_MESSAGING_SERVICE

Bug: 18005911
Change-Id: Iacb16a20c5cef4a55be0187af0a47e0cb82b409b

9 years agoFine tune the light radius from 800dp to 600dp
ztenghui [Fri, 5 Dec 2014 18:41:15 +0000 (10:41 -0800)]
Fine tune the light radius from 800dp to 600dp

The spot shadow will change very slightly, as smaller and darker,
which is what UX team want.

b/18631715

Change-Id: I9ce098cf54c5875fa7bd3c20095b526ea2e661e6

9 years agoCorrect check of is user running
Sergii Skorokhodov [Tue, 11 Nov 2014 07:22:18 +0000 (08:22 +0100)]
Correct check of is user running

Before the ActivityManagerService sends an intent or
starts an activity it checks if target user is in
mStartedUsers array.

When removing a non-owner user process the
UserStartedState instance will still be in mStartedUsers
array with mState STOPPING or SHUTDOWN.

This should be checked before sending an intent or start
an activity.

isUserRunningLocked(...) will interpret mState STOPPING
and SHUTDOWN as a non running user.

Bug: 7462778
Change-Id: I1b51bcdb62bdd0f6dbe05dab4d529d4ad40d0d44

9 years agoam 0702752c: Merge "Potential fix for accidental deactivation of profile owner" into...
Amith Yamasani [Fri, 5 Dec 2014 19:02:09 +0000 (19:02 +0000)]
am 0702752c: Merge "Potential fix for accidental deactivation of profile owner" into lmp-mr1-dev

* commit '0702752cf8153f92b4d345c1553515e5f73652cd':
  Potential fix for accidental deactivation of profile owner

9 years agoMerge "Potential fix for accidental deactivation of profile owner" into lmp-mr1-dev
Amith Yamasani [Fri, 5 Dec 2014 18:56:52 +0000 (18:56 +0000)]
Merge "Potential fix for accidental deactivation of profile owner" into lmp-mr1-dev

9 years agoAvoid race condition in heads up snooze code path.
Chris Wren [Fri, 5 Dec 2014 18:53:23 +0000 (13:53 -0500)]
Avoid race condition in heads up snooze code path.

The user can still snooze the heads up as its in the process of timing
out.  In this case, mHeadsUp is already null.  We save the package
name so that we can still snooze the package.

Bug: 18639224
Change-Id: I9bcce99a5c912e70a6856b277b61adab9cdcbc33

9 years agoam 04c022f4: Merge "AVD: Deep copy the animator target setup when mutate." into lmp...
ztenghui [Fri, 5 Dec 2014 18:35:49 +0000 (18:35 +0000)]
am 04c022f4: Merge "AVD: Deep copy the animator target setup when mutate." into lmp-mr1-dev

* commit '04c022f4c12a778027957a266dd9fce2b70a1cb0':
  AVD: Deep copy the animator target setup when mutate.

9 years agoMerge "AVD: Deep copy the animator target setup when mutate." into lmp-mr1-dev
ztenghui [Fri, 5 Dec 2014 18:28:28 +0000 (18:28 +0000)]
Merge "AVD: Deep copy the animator target setup when mutate." into lmp-mr1-dev

9 years agoam ffbb52d0: am 89d30bbc: am 9c40e80a: am c85fa8f1: Merge "Updating screenshots to...
Clare Bayley [Fri, 5 Dec 2014 18:10:20 +0000 (18:10 +0000)]
am ffbb52d0: am 89d30bbc: am 9c40e80a: am c85fa8f1: Merge "Updating screenshots to LMP release and N6" into lmp-docs

* commit 'ffbb52d0807070714e4893a6ea8e4c139b85a939':
  Updating screenshots to LMP release and N6

9 years agoRevert "Merge "Remove CONNECTIVITY_CHANGE_DELAY and friends." into lmp-mr1-dev"
Erik Kline [Fri, 5 Dec 2014 11:13:08 +0000 (20:13 +0900)]
Revert "Merge "Remove CONNECTIVITY_CHANGE_DELAY and friends." into lmp-mr1-dev"

This is the revert of ag/572619.

This reverts commit 9261d9d64548f0221de50eb99f3675488a4176a4, reversing
changes made to 32b61ab28f54e5b00f472b2166f9b1100375e4ff.

Bug: 18609055
Bug: 17769720
Change-Id: I122eba200f2071d4e5777ec34c1d04fb567345a8

9 years agoam f58a9091: Merge "Make setting the session token in MediaBrowserService synchronous...
RoboErik [Fri, 5 Dec 2014 18:01:33 +0000 (18:01 +0000)]
am f58a9091: Merge "Make setting the session token in MediaBrowserService synchronous" into lmp-mr1-dev

* commit 'f58a909113b5ebb37e57c9b88afe569e7ddec823':
  Make setting the session token in MediaBrowserService synchronous

9 years agoam 89d30bbc: am 9c40e80a: am c85fa8f1: Merge "Updating screenshots to LMP release...
Clare Bayley [Fri, 5 Dec 2014 18:00:43 +0000 (18:00 +0000)]
am 89d30bbc: am 9c40e80a: am c85fa8f1: Merge "Updating screenshots to LMP release and N6" into lmp-docs

* commit '89d30bbc110f1b511ae6e619ac02a067261ebd4d':
  Updating screenshots to LMP release and N6

9 years agoMerge "Make setting the session token in MediaBrowserService synchronous" into lmp...
RoboErik [Fri, 5 Dec 2014 17:57:14 +0000 (17:57 +0000)]
Merge "Make setting the session token in MediaBrowserService synchronous" into lmp-mr1-dev

9 years agoam 9c40e80a: am c85fa8f1: Merge "Updating screenshots to LMP release and N6" into...
Clare Bayley [Fri, 5 Dec 2014 17:51:05 +0000 (17:51 +0000)]
am 9c40e80a: am c85fa8f1: Merge "Updating screenshots to LMP release and N6" into lmp-docs

* commit '9c40e80a5edbf2962d9a1d98152b4085e306b501':
  Updating screenshots to LMP release and N6

9 years agoam c85fa8f1: Merge "Updating screenshots to LMP release and N6" into lmp-docs
Clare Bayley [Fri, 5 Dec 2014 17:38:28 +0000 (17:38 +0000)]
am c85fa8f1: Merge "Updating screenshots to LMP release and N6" into lmp-docs

* commit 'c85fa8f1e291e4e0727d4e71536940fdc0896c29':
  Updating screenshots to LMP release and N6

9 years agoMerge "Updating screenshots to LMP release and N6" into lmp-docs
Clare Bayley [Fri, 5 Dec 2014 17:29:33 +0000 (17:29 +0000)]
Merge "Updating screenshots to LMP release and N6" into lmp-docs

9 years agoam 7792b714: Merge "Don\'t forget to listen for USER_ALL broadcasts." into lmp-mr1-dev
Dan Sandler [Fri, 5 Dec 2014 14:33:33 +0000 (14:33 +0000)]
am 7792b714: Merge "Don\'t forget to listen for USER_ALL broadcasts." into lmp-mr1-dev

* commit '7792b714b66e3af57bc243666b7843b0adf9c0b3':
  Don't forget to listen for USER_ALL broadcasts.

9 years agoMerge "Don't forget to listen for USER_ALL broadcasts." into lmp-mr1-dev
Dan Sandler [Fri, 5 Dec 2014 14:27:24 +0000 (14:27 +0000)]
Merge "Don't forget to listen for USER_ALL broadcasts." into lmp-mr1-dev

9 years agoam fb967585: Merge "Change the routing path of bluetooth headset connections." into...
Benjamin Franz [Fri, 5 Dec 2014 12:11:23 +0000 (12:11 +0000)]
am fb967585: Merge "Change the routing path of bluetooth headset connections." into lmp-mr1-dev

* commit 'fb967585cc43937a88b0ed9a5e434a50b0a498b9':
  Change the routing path of bluetooth headset connections.

9 years agoMerge "Change the routing path of bluetooth headset connections." into lmp-mr1-dev
Benjamin Franz [Fri, 5 Dec 2014 12:04:00 +0000 (12:04 +0000)]
Merge "Change the routing path of bluetooth headset connections." into lmp-mr1-dev

9 years agoam cff6d450: Merge "Ensure that the USER_PRESENT_INTENT is sent to all profiles of...
Justin Harrison [Fri, 5 Dec 2014 07:48:27 +0000 (07:48 +0000)]
am cff6d450: Merge "Ensure that the USER_PRESENT_INTENT is sent to all profiles of the current user." into lmp-mr1-dev

* commit 'cff6d450dcef733499f584522ae1faa92940366c':
  Ensure that the USER_PRESENT_INTENT is sent to all profiles of the current user.

9 years agoMerge "Ensure that the USER_PRESENT_INTENT is sent to all profiles of the current...
Justin Harrison [Fri, 5 Dec 2014 07:42:57 +0000 (07:42 +0000)]
Merge "Ensure that the USER_PRESENT_INTENT is sent to all profiles of the current user." into lmp-mr1-dev

9 years agoam c8640fca: Merge "Add 8 more scripts to the font fallback chain." into lmp-mr1-dev
Raph Levien [Fri, 5 Dec 2014 07:33:47 +0000 (07:33 +0000)]
am c8640fca: Merge "Add 8 more scripts to the font fallback chain." into lmp-mr1-dev

* commit 'c8640fca7862fee5e156fa634c1cdf7853115595':
  Add 8 more scripts to the font fallback chain.

9 years agoMerge "Add 8 more scripts to the font fallback chain." into lmp-mr1-dev
Raph Levien [Fri, 5 Dec 2014 07:27:31 +0000 (07:27 +0000)]
Merge "Add 8 more scripts to the font fallback chain." into lmp-mr1-dev

9 years agoDon't forget to listen for USER_ALL broadcasts.
Dan Sandler [Fri, 5 Dec 2014 05:26:24 +0000 (00:26 -0500)]
Don't forget to listen for USER_ALL broadcasts.

The ActivityManager.closeSystemDialogs() call (used by,
among other things, the home button) broadcasts
ACTION_CLOSE_SYSTEM_DIALOGS for UserHandle.USER_ALL, rather
than any one user.

Bug: 18629414
Change-Id: I89bfa3f556866e1b27987be2753ce83fd0313998

9 years agoam 9e094efa: Merge "TIF: handle a race condition when a session is crashed" into...
Dongwon Kang [Fri, 5 Dec 2014 04:12:12 +0000 (04:12 +0000)]
am 9e094efa: Merge "TIF: handle a race condition when a session is crashed" into lmp-mr1-dev

* commit '9e094efa93e9c95212c0edfcd1b0bb0380f7af9a':
  TIF: handle a race condition when a session is crashed

9 years agoam 670de6b6: Merge "TIF: increase the time threshold for tune operation which was...
Dongwon Kang [Fri, 5 Dec 2014 04:12:07 +0000 (04:12 +0000)]
am 670de6b6: Merge "TIF: increase the time threshold for tune operation which was too harsh" into lmp-mr1-dev

* commit '670de6b6277768deb32ea67a4e0ae7a4ed2d3540':
  TIF: increase the time threshold for tune operation which was too harsh

9 years agoMerge "TIF: handle a race condition when a session is crashed" into lmp-mr1-dev
Dongwon Kang [Fri, 5 Dec 2014 04:08:21 +0000 (04:08 +0000)]
Merge "TIF: handle a race condition when a session is crashed" into lmp-mr1-dev

9 years agoMerge "TIF: increase the time threshold for tune operation which was too harsh" into...
Dongwon Kang [Fri, 5 Dec 2014 04:08:03 +0000 (04:08 +0000)]
Merge "TIF: increase the time threshold for tune operation which was too harsh" into lmp-mr1-dev

9 years agoCorrectly parse previous PMBA state during backup
Christopher Tate [Fri, 5 Dec 2014 01:20:28 +0000 (17:20 -0800)]
Correctly parse previous PMBA state during backup

Bug 18628030

Change-Id: Iefa23de50dd9e1b27cfa5d887f117876d57e4083

9 years agoTune delivery and batching of alarms
Christopher Tate [Fri, 5 Dec 2014 02:27:16 +0000 (18:27 -0800)]
Tune delivery and batching of alarms

* Inexact alarms no longer coalesce with exact alarms.  The motivation here
is that exact alarms are far more likely to be wall-clock aligned, and in
general pulling all alarms toward wall-clock alignment is a bad idea.

* Wakeup times are now fuzzed within the target batch's allowed window
rather than being hard pinned at the start of the window.

Bug 18631821

Change-Id: Iefaf34eee3f2a6546abefc27e177ee2fdcff935f

9 years agoam 26af8c19: am 26b18771: Merge "Private Window flag to disable touch events in Wallp...
Filip Gruszczynski [Fri, 5 Dec 2014 02:40:38 +0000 (02:40 +0000)]
am 26af8c19: am 26b18771: Merge "Private Window flag to disable touch events in WallpaperService." into lmp-sprout-dev

* commit '26af8c197c17487ac0400a7a3310037e57eda2a0':
  Private Window flag to disable touch events in WallpaperService.

9 years agoam 53966f62: am 8242ae16: am dddc2981: am 1782e526: Merge "Revert "docs: Long press...
Ricardo Cervera-Navarro [Fri, 5 Dec 2014 02:40:33 +0000 (02:40 +0000)]
am 53966f62: am 8242ae16: am dddc2981: am 1782e526: Merge "Revert "docs: Long press to dismiss fix by Wayne"" into lmp-docs

* commit '53966f6268ac1861d62bda97f361cf67b2156f6c':
  Revert "docs: Long press to dismiss fix by Wayne"

9 years agoam 26b18771: Merge "Private Window flag to disable touch events in WallpaperService...
Filip Gruszczynski [Fri, 5 Dec 2014 02:34:26 +0000 (02:34 +0000)]
am 26b18771: Merge "Private Window flag to disable touch events in WallpaperService." into lmp-sprout-dev

* commit '26b187711fdf6224e14df465a58f30f510011b49':
  Private Window flag to disable touch events in WallpaperService.

9 years agoam 8242ae16: am dddc2981: am 1782e526: Merge "Revert "docs: Long press to dismiss...
Ricardo Cervera-Navarro [Fri, 5 Dec 2014 02:34:02 +0000 (02:34 +0000)]
am 8242ae16: am dddc2981: am 1782e526: Merge "Revert "docs: Long press to dismiss fix by Wayne"" into lmp-docs

* commit '8242ae16b6f0f293ececb75228fb1364061171d0':
  Revert "docs: Long press to dismiss fix by Wayne"

9 years agoam 238efad0: Merge "Change Linkify leniency to VALID" into lmp-mr1-dev
Raph Levien [Fri, 5 Dec 2014 02:19:38 +0000 (02:19 +0000)]
am 238efad0: Merge "Change Linkify leniency to VALID" into lmp-mr1-dev

* commit '238efad04bfd144942b363c8589004ba831f3c63':
  Change Linkify leniency to VALID

9 years agoMerge "Change Linkify leniency to VALID" into lmp-mr1-dev
Raph Levien [Fri, 5 Dec 2014 02:14:51 +0000 (02:14 +0000)]
Merge "Change Linkify leniency to VALID" into lmp-mr1-dev

9 years agoam fa53c934: Merge "Use TelecomManager to call TelephonyManager#getVoicemailNumber...
Nancy Chen [Fri, 5 Dec 2014 01:59:09 +0000 (01:59 +0000)]
am fa53c934: Merge "Use TelecomManager to call TelephonyManager#getVoicemailNumber (1/2)" into lmp-mr1-dev

* commit 'fa53c93462ba273fb645831422c74d29e748519c':
  Use TelecomManager to call TelephonyManager#getVoicemailNumber (1/2)

9 years agoAdded isRemovingAdmin method
Fyodor Kupolov [Mon, 1 Dec 2014 23:08:09 +0000 (15:08 -0800)]
Added isRemovingAdmin method

Added isRemovingAdmin method, so that clients can query if device
admin is currently being removed.

Bug: 17609838
Change-Id: I82547a9eeb228fcf8ac2a6e639ca1a75fa41d161

9 years agoMerge "Use TelecomManager to call TelephonyManager#getVoicemailNumber (1/2)" into...
Nancy Chen [Fri, 5 Dec 2014 01:53:21 +0000 (01:53 +0000)]
Merge "Use TelecomManager to call TelephonyManager#getVoicemailNumber (1/2)" into lmp-mr1-dev

9 years agoMerge "Private Window flag to disable touch events in WallpaperService." into lmp...
Filip Gruszczynski [Fri, 5 Dec 2014 01:42:01 +0000 (01:42 +0000)]
Merge "Private Window flag to disable touch events in WallpaperService." into lmp-sprout-dev

9 years agoam 25d2c2d6: Merge "Fix issue #18593636: Turn on "kill important processes that....
Dianne Hackborn [Fri, 5 Dec 2014 01:39:21 +0000 (01:39 +0000)]
am 25d2c2d6: Merge "Fix issue #18593636: Turn on "kill important processes that..." into lmp-mr1-dev

* commit '25d2c2d61b546f730ccd4bab67c68b2eaa4281a0':
  Fix issue #18593636: Turn on "kill important processes that...

9 years agoTIF: handle a race condition when a session is crashed
Dongwon Kang [Thu, 4 Dec 2014 09:08:00 +0000 (18:08 +0900)]
TIF: handle a race condition when a session is crashed

Currently, TIMS has a logic for handling session crash (binderDied).
However, this can be racy if the client calls an operation right before it gets
ITvInputClient.onSessionReleased() callback. This change handles those request
gracefully without causing a crash in the client side.

Bug: 18612616
Change-Id: I37241e05d53f3cca693e0239fc9ad5dce02fc925

9 years agoMerge "Fix issue #18593636: Turn on "kill important processes that..." into lmp-mr1-dev
Dianne Hackborn [Fri, 5 Dec 2014 01:35:19 +0000 (01:35 +0000)]
Merge "Fix issue #18593636: Turn on "kill important processes that..." into lmp-mr1-dev

9 years agoam 6dfa60f3: Avoid extra saveLayer calls in RippleDrawable, fix docs
Alan Viverette [Fri, 5 Dec 2014 00:57:21 +0000 (00:57 +0000)]
am 6dfa60f3: Avoid extra saveLayer calls in RippleDrawable, fix docs

* commit '6dfa60f33ca6018959ebff1efde82db7d2aed1e3':
  Avoid extra saveLayer calls in RippleDrawable, fix docs

9 years agoAVD: Deep copy the animator target setup when mutate.
ztenghui [Fri, 5 Dec 2014 00:41:01 +0000 (16:41 -0800)]
AVD: Deep copy the animator target setup when mutate.

Only calling VectorDrawable's mutate here will miss all the animator setup,
when the VectorDrawable has a new state.
So we just deep copy everything and setup the animators again.

b/18521582

Change-Id: Id164312750bb548f9c2d21cc0b5806cd2bafcf0d

9 years agoRelax access on deprecated fields for compatibility.
Ihab Awad [Fri, 5 Dec 2014 00:54:07 +0000 (16:54 -0800)]
Relax access on deprecated fields for compatibility.

Bug: 18610816
Change-Id: If2398069ecd1c5fa1e49af50527bf817b29fde96

9 years agoAvoid extra saveLayer calls in RippleDrawable, fix docs
Alan Viverette [Thu, 4 Dec 2014 22:10:16 +0000 (14:10 -0800)]
Avoid extra saveLayer calls in RippleDrawable, fix docs

Also fixes opacity returned from InsetDrawable to accurately reflect
the transparent inset area and updates button to correctly use tint.

BUG: 18226391
Change-Id: Ia9a88d9d663990a6829d2f251c7f59ea2a79d816

9 years agoam 3a0d878a: Ensure all events from a showing window are dispatched.
Svetoslav [Fri, 5 Dec 2014 00:45:51 +0000 (00:45 +0000)]
am 3a0d878a: Ensure all events from a showing window are dispatched.

* commit '3a0d878ab56475276c61d574af7651820a5cea5a':
  Ensure all events from a showing window are dispatched.

9 years agoam dddc2981: am 1782e526: Merge "Revert "docs: Long press to dismiss fix by Wayne...
Ricardo Cervera-Navarro [Fri, 5 Dec 2014 00:42:03 +0000 (00:42 +0000)]
am dddc2981: am 1782e526: Merge "Revert "docs: Long press to dismiss fix by Wayne"" into lmp-docs

* commit 'dddc29815375022e52c2945e8cab40f61f56483c':
  Revert "docs: Long press to dismiss fix by Wayne"

9 years agoEnsure all events from a showing window are dispatched.
Svetoslav [Thu, 4 Dec 2014 20:50:11 +0000 (12:50 -0800)]
Ensure all events from a showing window are dispatched.

Accessibility services may opt-in to introspect the interactive
windows on the screen. If window introspection is enabled there
is a case where some events from a showing window are received
before the updated window state from the window manager. Now the
window manager sends over the windows before notifying the app
for the focus change.

bug:18625996

Change-Id: Ic481e01efbe12dc92f090f799feeb236672fc7b3