Xiaohui Chen
92f3efa4e8
Merge "sysui: refactor scrim controller" into nyc-dev
2016-03-08 20:47:14 +00:00
Winson Chung
c20c500b16
Merge "Fixing crash in Recents" into nyc-dev
2016-03-08 20:36:51 +00:00
Jason Monk
e7e4b3d8d6
Merge "Don't cache QS custom tiles across users" into nyc-dev
2016-03-08 20:34:07 +00:00
Winson
4cfea69511
Fixing crash in Recents
...
- The change to setTasks() was causing us to queue items to be loaded
before the activity had even started. This change ensures that we
don’t do this for the dummy-transition-only stack view, and only when
setting stack tasks for real.
Bug: 27538945
Change-Id: I4ff0413cb2fb961a4dedcad42471293bab4f955a
2016-03-08 12:34:00 -08:00
Jason Monk
1ffa11b9b2
Don't cache QS custom tiles across users
...
Then it doesn't bind to the right user causing all sorts of badness
(10000).
Bug: 27527669
Change-Id: I28eff8b4bb0e0cfe56d041c6f0980282781af8aa
2016-03-08 15:19:14 -05:00
Jason Monk
95e412b4df
Merge "Work on QS animation curves" into nyc-dev
2016-03-08 20:12:13 +00:00
Prathmesh Prabhu
fbcaea877c
Merge "SettingsProvider: Add default value for SHOW_IME_WITH_HARD_KEYBOARD." into nyc-dev
2016-03-08 19:55:59 +00:00
Chong Zhang
984600566b
Merge "Some fixes for black screen when pressing home button" into nyc-dev
2016-03-08 19:30:43 +00:00
Chong Zhang
d78ddb409a
Some fixes for black screen when pressing home button
...
Pressing home button sometimes involves a rotation (eg. when app is
running in landscape mode but launch is fixed portrait mode). This will
trigger a screen freeze, which clears the transition. We still need to
add the opening app to the opening list even if transition is unset,
otherwise it doesn't wait for app to draw first frame.
Also during rotation, app, launcher and wallpaper all get relaunched.
The transition can't start until the first frame on the new launcher
window comes back. We can't start it based on the draw state of the old
window, because the old window could get removed and readded shortly
after we start the transition, and it shows up as a black frame.
bug: 27391256
bug: 27295820
Change-Id: I346685076657eef209d0fab68f272e218b55e011
2016-03-08 11:30:15 -08:00
Yi Kong
b80612e05b
Merge "Track libcore change f121f31fd91c5a557225cd6a97418e716529eb2d (part 2)" into nyc-dev
2016-03-08 19:15:06 +00:00
Yi Kong
2f55bdf2e3
Track libcore change f121f31fd91c5a557225cd6a97418e716529eb2d (part 2)
...
Bug: 27427010
Change-Id: I5527f34ef6bf15aaa1a39b705e951122ae4b3d5a
2016-03-08 19:14:21 +00:00
John Reck
f76535cd4a
Merge "Fix build breakage" into nyc-dev
2016-03-08 19:06:54 +00:00
John Reck
88737a05b3
Fix build breakage
...
Update for API change
Change-Id: I649778b5f104a5295c0c827cc832e6190137bd02
2016-03-08 11:03:35 -08:00
Jason Monk
57f4376d33
Merge "Fix QS translation on tablets" into nyc-dev
2016-03-08 19:00:42 +00:00
Jason Monk
5025f42203
Fix QS translation on tablets
...
Now that QS sits inside a density container, the density container
should be translated rather than the qs container.
Bug: 27474427
Change-Id: Ia516f1927362cdffe6f906fca1d7ce583542d002
2016-03-08 13:48:05 -05:00
Sami Tolvanen
525032754e
Merge "Notify user when forced to boot into safe mode" into nyc-dev
2016-03-08 18:44:08 +00:00
Xiaohui Chen
4dab4b5048
sysui: refactor scrim controller
...
Allow show or hide scrim behind. This toggles scrim behind to fully
transparent or not.
Bug: 27504706
Bug: 27348736
Change-Id: If9734587ad8dadb94bcf3357388a5ed19d0c1fb8
2016-03-08 18:41:12 +00:00
Sami Tolvanen
c7d64c134a
Notify user when forced to boot into safe mode
...
When the device is forced into safe mode due to a security
compromise (persist.sys.audit_safemode has been set), notify
the user and provide access to a help article.
Bug: 27308928
Bug: 26902605
Change-Id: Ief7451f2d741eb888e5b111061aab5dc29525ea5
2016-03-08 10:36:19 -08:00
Amith Yamasani
4b1d8b07e5
Merge "Reorder migration of settings from db to xml" into nyc-dev
2016-03-08 18:35:13 +00:00
John Reck
328653d74c
Merge "Add leak-checking to unit tests" into nyc-dev
2016-03-08 18:25:10 +00:00
John Reck
dc87c52cd5
Add leak-checking to unit tests
...
Initial pass at leak-detection on the unit
tests. Due to quirks in jemalloc we need
to run the leak check on both the main thread
and the RT thread to get decent leak coverage.
Change-Id: I0dce754aef5593f1ef5c3bed86e1168437a34b74
2016-03-08 10:20:28 -08:00
Tony Mak
29d6b9f0f7
Merge "clear calling identity before calling getUserInfo" into nyc-dev
2016-03-08 18:09:35 +00:00
Muyuan Li
605ec5cdca
Merge "Fixing shortcut key duplicate registration bug" into nyc-dev
2016-03-08 18:02:56 +00:00
Makoto Onuki
ed58f5f0aa
Merge "Introducing ShortcutManager" into nyc-dev
2016-03-08 18:01:05 +00:00
Toby Sargeant
316b9ecdcf
Merge "Increase char limit for webview multiprocess setting string" into nyc-dev
2016-03-08 17:55:35 +00:00
Julia Reynolds
4ed0e8cf8f
Merge "Condition cleanup." into nyc-dev
2016-03-08 17:39:01 +00:00
Steve McKay
e0dc3f2975
Merge "Make delete dialog match spec." into nyc-dev
2016-03-08 17:26:40 +00:00
Tenghui Zhu
e4e4da5cc6
Merge "Add tileMode support into GradientColor" into nyc-dev
2016-03-08 17:25:48 +00:00
Steve McKay
67f50e64e0
Make delete dialog match spec.
...
Bug: 27535181
Change-Id: Icd2347003747b4e7674048f632dbe47a1607f8b2
2016-03-08 09:25:24 -08:00
Tony Mak
4d9abf92d4
clear calling identity before calling getUserInfo
...
Bug: 27523508
Change-Id: I243a5423de850477cf65968c8ea26cbb3ae896d5
2016-03-08 17:00:22 +00:00
Wale Ogunwale
a521c4a9fa
Merge "Disabled debug logs" into nyc-dev
2016-03-08 16:55:35 +00:00
Tony Mantler
ad43160b65
Merge "Add hidden slide fraction call to Slide" into nyc-dev
2016-03-08 16:53:58 +00:00
Glen Kuhne
ae0da24c8d
Merge "Added EIDs for ERP, Supported & Extended Rates" into mm-wireless-dev
...
am: 45eb1bdf87
* commit '45eb1bdf8788bc2aa537ec86bc93b3bf437d9c6e':
Added EIDs for ERP, Supported & Extended Rates
2016-03-08 16:53:34 +00:00
David Brazdil
8cd2bee34e
Merge "Fix 'cmd package compile' help message" into nyc-dev
2016-03-08 16:48:38 +00:00
Glen Kuhne
45eb1bdf87
Merge "Added EIDs for ERP, Supported & Extended Rates" into mm-wireless-dev
2016-03-08 16:48:35 +00:00
David Brazdil
cf0469520e
Fix 'cmd package compile' help message
...
Change-Id: I6d4fc505b509569793c5e61410327b4c69487a43
2016-03-08 16:47:12 +00:00
Jean-Michel Trivi
84dee4f16c
Merge "Rename AudioRecordConfiguration to AudioRecordingConfiguration" into nyc-dev
2016-03-08 16:46:58 +00:00
David Brazdil
b7efced3c4
Merge "Rename 'all' compile mode to 'full'" into nyc-dev
2016-03-08 16:31:46 +00:00
David Brazdil
ce389e53b1
Rename 'all' compile mode to 'full'
...
The name of the full-AoT compile mode is confusing. We should change it.
Change-Id: I9cba83e398fb4ae0efb1a25ff257ba79ab105386
2016-03-08 16:27:09 +00:00
Philip P. Moltmann
6beb8b8d08
Merge "Update 'more options' button when changing the printer." into nyc-dev
2016-03-08 16:19:55 +00:00
Tobias Sargeant
431a92d86d
Increase char limit for webview multiprocess setting string
...
Change-Id: I6589052461aaa7a14a83d085373fa33e5509affc
2016-03-08 16:07:14 +00:00
Julia Reynolds
1d6d16d699
Condition cleanup.
...
Change-Id: If978bebac52c0b1438e86339669f409b4b17c6fc
2016-03-08 10:41:31 -05:00
Jorim Jaggi
f2d7b28115
Merge "Don't dock tasks that are non-dockable" into nyc-dev
2016-03-08 15:27:56 +00:00
Jorim Jaggi
aa6c574411
Don't dock tasks that are non-dockable
...
Bug: 27200491
Change-Id: I4578441b37734b85ea03b3bb67e57abed8b21182
2016-03-08 16:20:54 +01:00
David Brazdil
5868ea7e01
Merge "Add option to clear profile data to 'cmd package compile'" into nyc-dev
2016-03-08 14:49:56 +00:00
David Brazdil
9edd36a8ba
Merge "Add option to compile all packages with 'cmd package compile'" into nyc-dev
2016-03-08 14:40:56 +00:00
Jason Monk
fa0f47a95d
Work on QS animation curves
...
Bug: 27201532
Change-Id: Ib59b12c57f60c7fc08fbf2b3e63238c6d56efaf1
2016-03-08 09:40:44 -05:00
Jorim Jaggi
b0069b25de
Merge "Don't apply dim if there is no docked stack" into nyc-dev
2016-03-08 14:31:29 +00:00
Jorim Jaggi
bc5425cdb9
Don't apply dim if there is no docked stack
...
Also add proper names for the different dim layer surfaces, so we
better know where they are coming from when we see it in the
surface flinger dump.
Bug: 27270126
Bug: 27200491
Change-Id: Ic085e8505d20a941f4631ec914f00eefda74a766
2016-03-08 15:28:24 +01:00
David Brazdil
9aa6db03f0
Add option to clear profile data to 'cmd package compile'
...
Adds an option which clears all profile data of a given package.
Bug: 27516490
Change-Id: Ie83ef1f06ca47d35ffb206c29341dc68166afeb3
2016-03-08 14:24:54 +00:00