am: bd1708a19d
* commit 'bd1708a19da3ae205c4da3f22d0682c9bd1f76fe':
Fixes several animation issues related to a dismissing task.
Pipe the dismiss button logic through the touch handler.
Skip scroll-to animation when undocking and there are no tasks.
Fixing issue with docking being disallowed for secondary user.
Change-Id: Ifa1b2865dfc7035152864f1b63c4c83946fc5e89
* changes:
Fixes several animation issues related to a dismissing task.
Pipe the dismiss button logic through the touch handler.
Skip scroll-to animation when undocking and there are no tasks.
Fixing issue with docking being disallowed for secondary user.
The notifications now dismiss as soon as the finger is
lifted from the screen and we don't wait until it's fully
translated.
Change-Id: I2a37e019ce628ccf77e12bf8756bd05e549eca61
Fixes: 27418846
Previously we tried to fix a notification flicker when the summary
of a group was removed. This lead to a few issues that group children
would now also generate an animation and the whole notification would
just look weird.
We are now cancelling notification children as soon as their parent
is cancelled already in systemUI to ensure that the animations are
properly rendered.
Change-Id: Ie639b4ad28bdb55d922308e04c14a4e5b32b90bb
Fixes: 28190616
am: 886909f6e9
* commit '886909f6e96743fdb7fae87c7d4fbd81d85a57fd':
add new redirects for migration of sdk/ and tools/ docs to studio/ bug:28447530
Change-Id: Iaf631297f4a189ebd598cc5e404e698acf6d2a71
am: 9a26ce79ef
* commit '9a26ce79ef468891ffde89ac8984d017e7de0652':
add new redirects for migration of sdk/ and tools/ docs to studio/ bug:28447530
Change-Id: Ib0fa160a189ad455f2cbb49d7e785f9310817a1c
am: 395e68657b
* commit '395e68657b19e813c1f85ce6b0bd985fb99cbda6':
add new redirects for migration of sdk/ and tools/ docs to studio/ bug:28447530
Change-Id: Ia1619167356358262f96655d6dad1a8cda822bde
am: cf4fe3c46d
* commit 'cf4fe3c46d163a6f26b5a7dcdcaf56352e4b0bcd':
add new redirects for migration of sdk/ and tools/ docs to studio/ bug:28447530
Change-Id: I483ae2e094410a3dc72de519bfb5c723191eb7f5
The devices with USB PD support can have the data role and the power role of
their USB-C port reversed. Ensure the title of the notification and the content
of the USB selection dialog is correct in this case.
Testing done on Ryu with the following accessories:
- legacy A-C cable
- USB-C charger (5X)
- USB-PD charger (Zinger)
- Pixel 2 (in both roles)
- Type-C Macbook (in both roles)
- Nexus 5X (in both roles)
- Apple AV HDMI accessory
- LG USB-C screen/dock
- Honeybuns dock
Bug: 28310685
Bug: 24137353
Change-Id: Id7f358c40d8714fae68ca98a7eb067f62f18b0af
So that the native library isn't unloaded before we have a chance to
call the freeFunction.
Bug: 28406866
Change-Id: I889f1ccd91bba70e31fb8d09c0ec6d471fc35841
am: a31657911c
* commit 'a31657911c96fb735bf4a34610638c9f95e5c99d':
Allow apps to load libraries from under /data
Change-Id: I0a59bec71e6e4acf5a2f78af3107a8b5add3551b
am: 95aa2fc323
* commit '95aa2fc3234f0c842cf9a2b0de44e2f093dcb5d5':
List the CONNECTION_STATE_CHANGED broadcast for MAP as protected
Change-Id: I96dbeb48f7f80ab6f2920169c1b111ce623d4a9c
Update documentation for VOICE_UPLINK, VOICE_DOWNKINK and
VOICE_CALL MediaRecorder audio sources to indicate those
sources are protected by the signature|privileged permission
CAPTURE_AUDIO_OUTPUT
This was missing in M SDK doc.
Bug: 28081587.
Change-Id: I24f6d9978069115a0f2c41e48038b935e4395124
am: 49bdf11cd5
* commit '49bdf11cd5e388c0c91cfa095f3b6314902f9994':
Change low power stats format to make it easier for parsing
Change-Id: I17f34b996552ccbd8b1af3e7e505db6cc3606802
Added a new carrier config that allows carriers to enable
additional cell broadcast channels for CMAS.
bug: 21107166
Change-Id: I2bdce880dfb6a2d8d8e9e252d1f331f657f63ccc
Added. Also fixed dumpsys output when filtering, to apply the
filter to (almost) all of the output.
Change-Id: Iafb446599ad8fddbe8a766784deff618a6cfdbb7
New format: PlatformIdleStat state_1 name=XO_shutdown time=0 count=0
voter_1 name=APSS time=48264099 count=484 voter_2 name=MPSS
time=48573849 count=39857 voter_3 name=LPASS time=49584723 count=2082
state_2 name=VMIN time=47171000 count=38222
Old format: PlatformIdleStat XO_shutdown_time=0 XO_shutdown_count=0
APSS_time=9467486 APSS_count=583 MPSS_time=10835070 MPSS_count=9131
LPASS_time=10624719 LPASS_count=595 VMIN_time=9231000 VMIN_count=7878
In the old format it was hard to differentiate between the various
low power states and the voters for each state.
Bug:26564574
Change-Id: I3930aaf1c8c6e17066ef043552096ba61373f9f4
This CL allows getChildVisibleRect to optionally always call the
view's parent. The previous version attempted to optimize the call
by not calling further up the view heirarchy when the rect isn't
visible in the current view.
The call is hidden and the previous behaviour is preserved to limit
the bits of code that this change affects.
Bug: 28514727
Change-Id: I49550ed4082bcbdcfe4643b962b50f3308092525
Allow all application classloaders to load native
libraries from anywhere under /data
Bug: http://b/26954419
Change-Id: I8a808bcdf4a00f7d40b513d4e2ca3d1e76c0909f