Andrii Kulian
f12fce1a3a
Update override config to include some changes from global config
...
In override config for task we set Configuration#screenLayout field based on
initial global config + shrink to fit the area on screen given for this task.
However this field also contains information (like layout direction) that we
do not intend to override and it can be changed in global config separately.
In this case we need to update the override config with changes from global
config.
Bug: 28616488
Change-Id: I22673257621b3f9ae7933b37bd0fb9446c6042ea
2016-05-31 13:14:55 -07:00
Jorim Jaggi
0c54d2c391
Merge "Fix multi-window enter animation" into nyc-dev
2016-05-31 20:08:50 +00:00
Jorim Jaggi
8e879f1fec
Enforce background fallback to be non-translucent
...
To avoid screen garbage or wallpaper shining through, the background
we use there for filling the whole needs to
a) Be non-translucent in all cases except if the window is translucent.
b) Don't infer it from the theme as it might be unexpected. Don't define
it in the theme, and use black if it's not defined.
Bug: 28763785
Change-Id: Ifb724b5c5feea3ed70d68e5bd7615fa91185e743
2016-05-31 20:05:37 +00:00
George Mount
5ae0b7abf0
Better handling of confused finish transition.
...
Bug 28347277
When an activity calls startActivity with makeSceneTransitionAnimation
and then calls finishAfterTransition, it should not do any transition
and just finish.
Change-Id: I00e537638fa6f24c95605f09bbafd843b569bb4d
2016-05-31 12:58:52 -07:00
Jason Monk
e5107a36b0
QS: Only put visible tiles in listening state
...
- Make it so the QSPanel doesn't listen until expansion starts
- Push listening state through the TileLayout
- Make PagedTileLayout only listen for visible pages
- Push setListening onto background thread
Change-Id: Id7c008c9447f9a5dac69469fef72bc580f423b0c
Fixes: 28962155
2016-05-31 15:49:35 -04:00
Selim Cinek
80b8e67a99
Merge "Fixed a few accessibility issues with notifications and groups" into nyc-dev
...
am: ddc6de1eda
* commit 'ddc6de1eda495790e6564438994df5d49ddf248f':
Fixed a few accessibility issues with notifications and groups
Change-Id: Ieec9526a2c54edd2f0d3b34973cc61f610f452ae
2016-05-31 19:36:21 +00:00
Selim Cinek
ddc6de1eda
Merge "Fixed a few accessibility issues with notifications and groups" into nyc-dev
2016-05-31 19:26:16 +00:00
Yigit Boyar
8e5e136403
Merge "Invalidate child bounds when AbsListView bounds change" into nyc-dev
...
am: bb039d2f17
* commit 'bb039d2f17d61b96c88d2cae445a53a642fb421f':
Invalidate child bounds when AbsListView bounds change
Change-Id: I204f80216fb0594b7c7cb6070add58e91003b7a7
2016-05-31 19:26:09 +00:00
Yigit Boyar
bb039d2f17
Merge "Invalidate child bounds when AbsListView bounds change" into nyc-dev
2016-05-31 19:20:21 +00:00
Christopher Tate
1d7d9404e0
Don't back up/restore the "automatically restore app data" setting
...
It stomps on the Setup Wizard intended [or user-supplied!] behavior.
Bug 29030834
Change-Id: Iabb0ff88b7f8b9130abb59af68872d02e5534140
2016-05-31 12:03:25 -07:00
Eric Schmidt
804482222c
docs: Fixed 'MessageStyle' typo
...
Bug: 28964745
Change-Id: Ida96fbae10fa70c4cfffdad8642cfb4c8132c3a3
2016-05-31 11:56:03 -07:00
sreevanis
c854e70a49
Updated image sizes and wrapped text around images. am: 1ce2279423 am: 2cbac3c122
...
am: 9801a9269c
* commit '9801a9269c6fcdc9996fb752b2421eb409fc3b09':
Updated image sizes and wrapped text around images.
Change-Id: I82a1e05d0c1da0560dff4199c36ce75f094064a0
2016-05-31 18:50:20 +00:00
sreevanis
9801a9269c
Updated image sizes and wrapped text around images. am: 1ce2279423
...
am: 2cbac3c122
* commit '2cbac3c122e1114f72ef44c3e62c8ec7c372db94':
Updated image sizes and wrapped text around images.
Change-Id: Ie0df8af83058bf81a71f6fb75cb71b453ad9f47e
2016-05-31 18:45:36 +00:00
Christopher Tate
4d628b86e4
Merge "Build JobStatus objects outside the lock" into nyc-dev
...
am: 87ad1fce25
* commit '87ad1fce254bdb398c5a33753f0368a596fd81f0':
Build JobStatus objects outside the lock
Change-Id: I91f11f9de40e5d8cfa8c5619796dedd56c490eb5
2016-05-31 18:42:03 +00:00
sreevanis
2cbac3c122
Updated image sizes and wrapped text around images.
...
am: 1ce2279423
* commit '1ce2279423a544d431bf6b64f2bfeb1a4617120b':
Updated image sizes and wrapped text around images.
Change-Id: I61e1bb43a0b32ca80e0875e375c746fc930c85cb
2016-05-31 18:39:38 +00:00
Chris Tate
87ad1fce25
Merge "Build JobStatus objects outside the lock" into nyc-dev
2016-05-31 18:36:49 +00:00
sreevanis
1ce2279423
Updated image sizes and wrapped text around images.
...
Fixed messagingstyle link in api-overview page.
Bug:28864173
Change-Id: I2e1a6036010b2e3aea8104e51e37a1697906691c
2016-05-31 10:55:13 -07:00
Joe Onorato
9d97ee2ad2
Turn this wtf into just a log.
...
We're seeing this a bunch, but the overhead from the WTF is concerning.
So turn it off. It means that somewhere there is a race in tearing
down the app, or maybe some place fails to call back in some scenario.
Bug: 28932059
Change-Id: Ice14ade95bb9377ad622d440fb022953ad51c34c
2016-05-31 10:49:08 -07:00
Hall Liu
49459e4ee8
Merge "Disable app pinning when emergency call button pressed" into nyc-dev
...
am: 8b655e0f57
* commit '8b655e0f57b071756e7d6a3547eeabe35885bcc9':
Disable app pinning when emergency call button pressed
Change-Id: Ibe8d37716ad1630359b3ef08350f485b0d1177a7
2016-05-31 17:37:37 +00:00
Ricky Wai
f2ca8f9c50
Merge "Do not get device owner admin info when device owner is null" into nyc-dev
...
am: 21f98459b7
* commit '21f98459b7740f57f6fd0415298cb5f5c0c7e0ae':
Do not get device owner admin info when device owner is null
Change-Id: Iae5d7d5f9e5f5cf23d8c02bf9a4322e4569be9de
2016-05-31 17:37:33 +00:00
Jae Seo
ee32ede540
TIF: Release an existing audio patch before creating a new one
...
Bug: 28115694, Bug: 28954262
Change-Id: I04e2e9176a008b72468592db7dc3c7ce376b94f2
2016-05-31 10:33:08 -07:00
Hall Liu
8b655e0f57
Merge "Disable app pinning when emergency call button pressed" into nyc-dev
2016-05-31 17:29:37 +00:00
Daniel Yu
674cfd13af
Merge "docs: Updating GuidedStepFragment for 23.2, new action types" into mnc-io-docs am: 160ce9413c am: 2ad3221e5f
...
am: 24d5e1b9ec
* commit '24d5e1b9ec676eea4cb803f584dec3dadc170ab8':
docs: Updating GuidedStepFragment for 23.2, new action types
Change-Id: I269a97d21f165148512cd6a76a262839bb659a41
2016-05-31 17:25:26 +00:00
Ricky Wai
21f98459b7
Merge "Do not get device owner admin info when device owner is null" into nyc-dev
2016-05-31 17:22:55 +00:00
Dan Yu
24d5e1b9ec
Merge "docs: Updating GuidedStepFragment for 23.2, new action types" into mnc-io-docs am: 160ce9413c
...
am: 2ad3221e5f
* commit '2ad3221e5f982dd0b9213c7e600d6186a1a9ea23':
docs: Updating GuidedStepFragment for 23.2, new action types
Change-Id: Iaf555b61ddb9fc6706a67775e76106c8187b4d27
2016-05-31 17:21:48 +00:00
Daniel Yu
2ad3221e5f
Merge "docs: Updating GuidedStepFragment for 23.2, new action types" into mnc-io-docs
...
am: 160ce9413c
* commit '160ce9413ccd5cef62b01f2e7e7fb601c5e8fbf2':
docs: Updating GuidedStepFragment for 23.2, new action types
Change-Id: I646cb0a2e9ecc0f783444bb8b63334a37c6e22df
2016-05-31 17:17:18 +00:00
Philip P. Moltmann
236b9e8eb4
Handle the uncommon case that a name is null
...
Bug: 29037588
Change-Id: I697184bd1ae4d519f8f29bf612ba13843e6662cb
2016-05-31 10:16:30 -07:00
Dan Yu
160ce9413c
Merge "docs: Updating GuidedStepFragment for 23.2, new action types" into mnc-io-docs
2016-05-31 17:09:24 +00:00
Ricky Wai
90c9dbc919
Do not get device owner admin info when device owner is null
...
Bug: 29043723
Change-Id: I355c549f891a5e71f654f42ed16a7139da86482a
2016-05-31 18:01:46 +01:00
Jason Monk
cb9446453c
Merge "QS: Update layout to show gear all the time" into nyc-mr1-dev
2016-05-31 14:39:06 +00:00
Jason Monk
4bb7b1a3e3
QS: Update layout to show gear all the time
...
Because evidently, when you've gotta change something, you've really
gotta change something.
Bug: 28673919
Change-Id: I085a0424c134a7f80316397b04a6b120440d32c8
2016-05-31 10:37:06 -04:00
Jason Monk
35742d8c31
QS: Followup to scroll fixes
...
Change-Id: Icfa8f9e7c2cc563dd1496049b82e4cdb4c4fc922
Fixes: 28671167
2016-05-31 10:30:46 -04:00
Nicolas Geoffray
7c34fd3ccd
Merge "Look at last used app when filtering." into nyc-dev
...
am: ce289e937e
* commit 'ce289e937ee6b001cd14824e5dec3c6010b51e61':
Look at last used app when filtering.
Change-Id: I7c1c693cc76d5067733e5b424dbdac1dcb55c288
2016-05-31 11:36:38 +00:00
Nicolas Geoffray
ff078da846
Merge "Cleanup performDexOpt with instruction sets." into nyc-dev
...
am: 89f4bff149
* commit '89f4bff149c62baf8371118aed2c4e6ac29976c5':
Cleanup performDexOpt with instruction sets.
Change-Id: Id973c65cbe87f54a743bfcb89fbe7e4aea45d1c8
2016-05-31 11:36:34 +00:00
TreeHugger Robot
ce289e937e
Merge "Look at last used app when filtering." into nyc-dev
2016-05-31 11:29:41 +00:00
TreeHugger Robot
89f4bff149
Merge "Cleanup performDexOpt with instruction sets." into nyc-dev
2016-05-31 11:23:44 +00:00
Nicolas Geoffray
fa78b219b7
Look at last used app when filtering.
...
In order to cover cases where a device hasn't been used
for a while.
bug:28969280
Change-Id: I897e833ed83912b848f25a7a81fe59f0ee655be1
2016-05-31 11:13:51 +01:00
Victor Chang
d6d2497ebe
Merge "Finish ConfirmDialog when another vpn app is always-on" into nyc-dev
...
am: 98801e9f2b
* commit '98801e9f2bec03faf9be0c8bb961150004d309ff':
Finish ConfirmDialog when another vpn app is always-on
Change-Id: If8de5a6c200953599bc3965da57b0de2b1dfb76e
2016-05-31 09:51:44 +00:00
Victor Chang
98801e9f2b
Merge "Finish ConfirmDialog when another vpn app is always-on" into nyc-dev
2016-05-31 09:43:37 +00:00
Victor Chang
76366146c6
Merge "Fix VPN Request dialog appearing each time VPN is connecting" into nyc-dev
...
am: 76609106b7
* commit '76609106b72e944eb87782f1c622519f98ff490f':
Fix VPN Request dialog appearing each time VPN is connecting
Change-Id: Ia3d8b743457a03d38f85442b3e66cab1285826c5
2016-05-31 08:33:08 +00:00
Victor Chang
76609106b7
Merge "Fix VPN Request dialog appearing each time VPN is connecting" into nyc-dev
2016-05-31 08:21:24 +00:00
Victor Chang
aa2e02348a
Finish ConfirmDialog when another vpn app is always-on
...
Bug:29000925
Change-Id: I1087dbb2c366cebb4583ae0bb97302b3d2caf42c
2016-05-31 09:11:19 +01:00
Bill Yi
f35dcdb530
Merge "Import translations. DO NOT MERGE" into nyc-dev
...
am: e71cdef7e3 -s ours
* commit 'e71cdef7e307aff6326a5790d98a044bdfcec84c':
Import translations. DO NOT MERGE
Change-Id: I17af720d1549bc29d2f8a823d529d2d9429671ee
2016-05-31 04:48:25 +00:00
Bill Yi
f3dfa54f79
Merge "Import translations. DO NOT MERGE" into nyc-dev
...
am: ae284e6cb6 -s ours
* commit 'ae284e6cb643236be307e78960e976d8266e8d2c':
Import translations. DO NOT MERGE
Change-Id: I65d0bb4ce8a10499a43e5935ccffca9bdcf42d0a
2016-05-31 04:06:21 +00:00
Bill Yi
e53394400c
Merge "Import translations. DO NOT MERGE" into nyc-dev
...
am: 5854f2aa07 -s ours
* commit '5854f2aa077e5ceba2977724f71162eaf3faa384':
Import translations. DO NOT MERGE
Change-Id: I565899541685a2f1951c35d8a07b4f29ca5eae3e
2016-05-31 04:06:13 +00:00
TreeHugger Robot
e71cdef7e3
Merge "Import translations. DO NOT MERGE" into nyc-dev
2016-05-31 03:54:31 +00:00
TreeHugger Robot
6d160e9b8d
Merge "Import translations. DO NOT MERGE" into nyc-mr1-dev
2016-05-31 03:53:25 +00:00
TreeHugger Robot
ae284e6cb6
Merge "Import translations. DO NOT MERGE" into nyc-dev
2016-05-31 03:46:00 +00:00
TreeHugger Robot
5854f2aa07
Merge "Import translations. DO NOT MERGE" into nyc-dev
2016-05-31 03:45:44 +00:00
TreeHugger Robot
52364d9fc4
Merge "Import translations. DO NOT MERGE" into nyc-mr1-dev
2016-05-31 03:42:45 +00:00