Commit Graph

230056 Commits

Author SHA1 Message Date
Winson
c8a4cdc067 Fix regression with drop targets not being visible.
- This happened because the RecentsView had the same priority as the
  touch handler, which updates the visible dock states, which RV uses
  to determine what to draw, resulting in the first time after rotation
  to not show the right targets.  The touch handler should now have a
  higher priority than the view that depends on it.

Change-Id: I9441e34f677fe105757c237db0f6970e7cf8203b
2016-01-19 22:42:53 +00:00
Alan Viverette
7487f90581 Merge "Animate context popup menu around origin point" 2016-01-19 21:43:33 +00:00
Filip Gruszczynski
11cbea90ef Merge "Don't remove task needed for reuse when clearing during activity start." 2016-01-19 21:26:55 +00:00
John Reck
0c540849d7 Merge "Fix ordering of texture->upload arguments" 2016-01-19 21:21:33 +00:00
Filip Gruszczynski
be9dabdc0f Don't remove task needed for reuse when clearing during activity start.
Bug: 26541093
Change-Id: I4ed39110e9bd72e5f7e11a49acc0a36dc8414df4
2016-01-19 13:04:19 -08:00
John Reck
9372ac3621 Fix ordering of texture->upload arguments
Caught by scatter-shotting GL_CHECKPOINTS which
seem generally useful to have

Bug: 26609444

Change-Id: Ie31d9297d8dae56405126720f338b4256c8bae77
2016-01-19 12:58:48 -08:00
Ruben Brunk
6e415b691f Merge "Update LightsService to use low-persistence mode." 2016-01-19 20:54:44 +00:00
Lenka Trochtova
9c844b13ef Merge "Add a system config flag for making all guests ephemeral." 2016-01-19 20:51:30 +00:00
Lenka Trochtova
02fee15d85 Add a system config flag for making all guests ephemeral.
BUG: 25737696

Change-Id: I4c915ba97431a6f9f0aee2d93b618a5add51c766
2016-01-19 21:45:59 +01:00
Doris Liu
6771fc41bb Merge "Revert "Get animation update timing for AVD"" into mnc-dr1.5-dev am: a466e15223 am: 22116275aa
am: 574277d65a  -s ours

* commit '574277d65ad41ba34db5365000365a1b471be531':
  Revert "Get animation update timing for AVD"
2016-01-19 20:42:03 +00:00
Filip Gruszczynski
ddd1bc7e46 Merge "Enable enter animation when docking by dragging from recents." 2016-01-19 20:30:35 +00:00
Ruben Brunk
8ad3f208a9 Update LightsService to use low-persistence mode.
Bug: 26274041
Bug: 26217194

Change-Id: I4cbee11d0936b6df5b8aed9dfab8d9d1d928f9c3
2016-01-19 12:26:49 -08:00
Doris Liu
574277d65a Merge "Revert "Get animation update timing for AVD"" into mnc-dr1.5-dev am: a466e15223
am: 22116275aa

* commit '22116275aa2b7184c65b14c3e92455d76d3c67d4':
  Revert "Get animation update timing for AVD"
2016-01-19 20:15:14 +00:00
Doris Liu
22116275aa Merge "Revert "Get animation update timing for AVD"" into mnc-dr1.5-dev
am: a466e15223

* commit 'a466e15223ad64c5ae5d81e51f571fc45f606920':
  Revert "Get animation update timing for AVD"
2016-01-19 20:04:36 +00:00
Doris Liu
a466e15223 Merge "Revert "Get animation update timing for AVD"" into mnc-dr1.5-dev 2016-01-19 19:59:53 +00:00
Doris Liu
476b686d67 Revert "Get animation update timing for AVD"
This reverts commit fc8e3cb768.

Bug: 26616870
Change-Id: I2f018cb34f014f4ebb635e18cd940997507a4a4d
2016-01-19 19:56:13 +00:00
Calin Juravle
7bdf3cff92 Merge "Enable profile guided compilation on the framework side" 2016-01-19 19:51:51 +00:00
Gustav Sennton
4752ab714d Merge "Change API for killing app-depentents to also kill main app." 2016-01-19 19:48:29 +00:00
Adam Lesinski
0c4217b527 Merge "Fix local builds by adding CleanSpec command" 2016-01-19 19:45:29 +00:00
Calin Juravle
db4a79a5d7 Enable profile guided compilation on the framework side
The background compilation service will trigger a profile based
compilation instead of a full one. If no profile information is
available the compilation is skipped (see installd).

Note that the end decision whether or not to compile a package is taken
by dext2oat. We can't make the decision here because this service runs
under system server which cannot read app's profile data.

Bug: 26080105
Change-Id: I457ea8dea0557839c1f7cdc241770055732b0a4a
2016-01-19 11:44:27 -08:00
Adam Lesinski
719e2d0637 Fix local builds by adding CleanSpec command
Changed the package name of an R.java generated file, so we need
to clean up the old one left behind from a previous build.

Change-Id: I3ece312d367a30d736084736c44238b4e52d22d7
2016-01-19 11:39:24 -08:00
Tony Mak
b73e7ccde5 Merge "Telecom shell command accepts userhandle as argument of phone account" 2016-01-19 19:32:41 +00:00
Tony Mak
6390bd8d69 Telecom shell command accepts userhandle as argument of phone account
We need a sort of way to enable phone account in managed profile for
writing cts running in managed profile.

Change-Id: I2e869e792c6e145c93a314f64a5de98e2f6e315f
2016-01-19 19:32:18 +00:00
Felipe Leme
2ab08ed2cc Merge "Skip zip regeneration when user didn't provide extra info." 2016-01-19 19:26:59 +00:00
Xiaohui Chen
78571980fa Merge "sysui: small refactor and delete dead code" 2016-01-19 19:25:53 +00:00
Alan Viverette
91098574f9 Animate context popup menu around origin point
Also enables the context popup menu enter transition.

Bug: 25801140
Change-Id: Id7fb384e8ac8974189b32a052352bd2f6cbb176e
2016-01-19 14:07:31 -05:00
Jason Monk
34ac1d6c6f Merge "Support data usage changes in Settings" 2016-01-19 19:03:19 +00:00
Etan Cohen
e645f5691b Merge "WLAN wake reason accounting from driver." 2016-01-19 18:48:14 +00:00
Jean-Michel Trivi
11ca2874d2 Merge "Fix AudioAttributes.Builder.setFlags() javadoc" 2016-01-19 18:46:09 +00:00
Xiaohui Chen
109423039d sysui: small refactor and delete dead code
Bug: 26068752
Change-Id: I1af018ff9b74779ea663fc9e90b47a8fad70447e
2016-01-19 10:43:26 -08:00
John Reck
465eefb9f3 Merge "fix race condition between HWUI cache and renderThread" am: 2c2b5e8514
am: 4354ae9883

* commit '4354ae9883ae1282ac457539f46d529bdfa89fec':
  fix race condition between HWUI cache and renderThread
2016-01-19 18:42:21 +00:00
Felipe Leme
b9d598c47b Skip zip regeneration when user didn't provide extra info.
If the user provides a title or description, it's necessary to create a
new zip file with the contents of the old file plus the new entries,
which takes time.

Hence, if the user didn't provide more info (title or description), we
should skip that step.

BUG: 26616935
Change-Id: Ice14f88b5763d463d8db2f942e823797e80bfde9
2016-01-19 10:42:17 -08:00
John Reck
4354ae9883 Merge "fix race condition between HWUI cache and renderThread"
am: 2c2b5e8514

* commit '2c2b5e8514247d8524778d209f26b7dbde19d142':
  fix race condition between HWUI cache and renderThread
2016-01-19 18:38:11 +00:00
John Reck
2c2b5e8514 Merge "fix race condition between HWUI cache and renderThread" 2016-01-19 18:29:30 +00:00
Jason Monk
9e5341f4fe Tuner control over volume policy.
Change-Id: Ic96ad05a9aab6fc2a1669cfe5f1ba1f3779e1b5e
2016-01-19 18:22:33 +00:00
Jason Monk
6e580aef16 Merge "Add zen panel to volume dialog again in tuner" 2016-01-19 18:22:13 +00:00
John Reck
411e2ee4d9 Merge "Revert "Switch to new rendering pipeline"" 2016-01-19 17:48:22 +00:00
Clara Bayarri
f3c5834c42 Merge "Work Challenge unlock to home instead of locked app" 2016-01-19 17:47:40 +00:00
Clara Bayarri
f0649ceb80 Work Challenge unlock to home instead of locked app
When a Work Challenge is in place and we are unlocking the device
to a foreground work app that should be locked, take the user to the
home screen instead to avoid them seeing two lock screens in a row.

Bug: 26579952
Change-Id: I6220aac730fbb1da3c3042d0f232cb9cbb18ec4b
2016-01-19 17:47:03 +00:00
John Reck
1b94f9b77c Revert "Switch to new rendering pipeline"
This reverts commit 3daf4d3272.

Temporarily disable due to high rate of crashes from endLayer check

Bug: 26609444
Change-Id: I7583a77bf5cc1e722fa4042db0542f80cd978760
2016-01-19 09:44:39 -08:00
Chet Haase
2b87fe0e09 Merge "Add AutoCancelTest back to framework tests" 2016-01-19 17:33:14 +00:00
Jonathan Basseri
663d09ab42 Merge "Un-hide carrier config keys." 2016-01-19 17:09:50 +00:00
Akshay Kannan
e1bb8f5b51 Merge "Flip EMERGENCY_ASSISTANCE_ENABLED to true Bug: 23591361" 2016-01-19 17:08:50 +00:00
Chet Haase
7d97a72da2 Add AutoCancelTest back to framework tests
This test used to fail consistently, but currently passes.
Adding it back to see whether whatever was causing it to fail has
since been fixed. If not, need to get failure logs to see what the problem
is during the automatic runs.

Issue #23807249 Fix AutoCancelTest or delete it

Change-Id: Ied0e0d3a700d9ba36d4d5ef8ca95b8072e639851
2016-01-19 08:54:37 -08:00
Robin Lee
a75d7008d1 Merge "[VPN] start lockdown before user is unlocked" 2016-01-19 16:51:56 +00:00
Robin Lee
9a5f48535d [VPN] start lockdown before user is unlocked
Removed the dependency on KeyStore encryption by removing that flag for
VPN profiles which don't use secure credentials when saving in Settings.

Old encrypted profiles will simply fail to load untile USER_PRESENT is
sent, as before.

Bug: 26108660
Change-Id: I2677d741d54252f15cb772c94ce1b39041f1e19c
2016-01-19 16:40:20 +00:00
Diego Perez
82b425f853 Fix bug in PropertyValuesHolder_Delegate method index am: ada8c117b1
am: 0eac32be0b

* commit '0eac32be0b7804184ad5e61af87f79d45b82c6b2':
  Fix bug in PropertyValuesHolder_Delegate method index
2016-01-19 15:53:12 +00:00
Diego Perez
0eac32be0b Fix bug in PropertyValuesHolder_Delegate method index
am: ada8c117b1

* commit 'ada8c117b197dd61bd472399147dd18ff337a204':
  Fix bug in PropertyValuesHolder_Delegate method index
2016-01-19 15:49:16 +00:00
John Reck
7d569db936 Merge "Hard-abort tests if LOG_ALWAYS_FATAL" 2016-01-19 15:38:16 +00:00
Martijn Coenen
6f9595382c Merge "NFC: Allow apps to specify they're done with tag." 2016-01-19 15:32:36 +00:00