Makoto Onuki
6406be311c
Merge \"Cache the default launcher.\" into nyc-mr1-dev
...
am: cf99263662
Change-Id: If8d15587702dad81d9a9025e13dec9820456287b
2016-07-15 22:26:15 +00:00
Makoto Onuki
cf99263662
Merge "Cache the default launcher." into nyc-mr1-dev
2016-07-15 22:22:34 +00:00
Ashutosh Joshi
820ab55e1c
Merge \"Loading NanoApps now works.\" into nyc-mr1-dev
...
am: 095979b463
Change-Id: I8035e04cc0ca040357a8799136c9b31702a151c0
2016-07-15 22:21:01 +00:00
Ashutosh Joshi
095979b463
Merge "Loading NanoApps now works." into nyc-mr1-dev
2016-07-15 22:12:42 +00:00
Makoto Onuki
3e3f0f1ba8
Merge \"Fix the allowed icon type error message\" into nyc-mr1-dev
...
am: fd57d549cf
Change-Id: Ibff8d87533d075f0af95ab98d44f67fd4405a951
2016-07-15 21:50:46 +00:00
TreeHugger Robot
fd57d549cf
Merge "Fix the allowed icon type error message" into nyc-mr1-dev
2016-07-15 21:43:03 +00:00
Mike Tsao
d4584a8fb5
Merge \"Back up Night Light settings\" into nyc-mr1-dev
...
am: 9a0e444c22
Change-Id: I4bc968dfced4671fecb140c50ce759b02d78c4a1
2016-07-15 21:33:57 +00:00
TreeHugger Robot
9a0e444c22
Merge "Back up Night Light settings" into nyc-mr1-dev
2016-07-15 21:28:34 +00:00
Adrian Roos
8b942b2404
Merge \"Notification: Apply small icon level\" into nyc-mr1-dev
...
am: 9d8de73530
Change-Id: Iac5f0b6e210355867f79cbc7f48165517ba11a26
2016-07-15 21:16:41 +00:00
Adrian Roos
119840eb91
Merge \"Add way to set live wallpaper across users\" into nyc-mr1-dev
...
am: 9a7c3bd577
Change-Id: Ia5630143df774d76d5867e8e9541775e07e1c5df
2016-07-15 21:16:36 +00:00
Adrian Roos
9d8de73530
Merge "Notification: Apply small icon level" into nyc-mr1-dev
2016-07-15 21:09:37 +00:00
TreeHugger Robot
9a7c3bd577
Merge "Add way to set live wallpaper across users" into nyc-mr1-dev
2016-07-15 21:07:31 +00:00
Ashutosh Joshi
118644056f
Loading NanoApps now works.
...
Fixing transaction handling for loading/unloading nanoApps.
Bug: 30165105
Change-Id: I540243d730040e70b2d104ccd9ea5a0baaa0d97d
2016-07-15 13:46:22 -07:00
Makoto Onuki
a97256b793
Fix the allowed icon type error message
...
Bug 30162778
Change-Id: I925c563c1924c6525fe17afc44626d62864ba7e1
2016-07-15 13:23:54 -07:00
Mike Tsao
fc47ba75e4
Back up Night Light settings
...
Bug: 30150787
Change-Id: I79697b41b68e0f123de20e7b8782c6058bef7977
2016-07-15 13:12:17 -07:00
Svet Ganov
cd263d56d2
Merge \"Prevent apps to overlay other apps via toast windows\" into nyc-mr1-dev
...
am: e2d148b008
Change-Id: I73f802b9b1c4acd5b17c706372f42c9e5d388840
2016-07-15 20:03:33 +00:00
Makoto Onuki
1030520822
Cache the default launcher.
...
Originally we always checked with PM for the default launcher,
which would take ~2ms.
Now we cache the result, and clears the cache when (any) preferred
activities change.
Bug 30126557
Change-Id: Iceef288cd372c8bb9b119aa493e5173d894f2302
2016-07-15 12:57:03 -07:00
Svetoslav Ganov
e2d148b008
Merge "Prevent apps to overlay other apps via toast windows" into nyc-mr1-dev
2016-07-15 19:56:42 +00:00
Vladislav Kaznacheev
b604ade452
Merge \"Always return valid ClipDescription for ACTION_DRAG_EXITED\" into nyc-mr1-dev
...
am: 278676bdeb
Change-Id: I51a339a1a821439b5c90079812aea56833872b75
2016-07-15 18:38:08 +00:00
TreeHugger Robot
278676bdeb
Merge "Always return valid ClipDescription for ACTION_DRAG_EXITED" into nyc-mr1-dev
2016-07-15 18:26:51 +00:00
Adrian Roos
40ea083b59
Add way to set live wallpaper across users
...
Also adds an entry point for vendor specific services
to SystemUI.
Bug: 30038484
Change-Id: I8f335c1f7de15d619f2c688a8ac95372f166595f
2016-07-15 11:20:36 -07:00
Jason Monk
356d4914b2
Merge \"QS: Don\'t use ComponentName to identify tiles\" into nyc-mr1-dev
...
am: a0967ebbdf
Change-Id: Ib98a48e46f711b927a1b9e8d2b8162a59bfa3240
2016-07-15 17:03:46 +00:00
Jason Monk
a0967ebbdf
Merge "QS: Don't use ComponentName to identify tiles" into nyc-mr1-dev
2016-07-15 16:55:23 +00:00
Svet Ganov
b3b22cba86
Prevent apps to overlay other apps via toast windows
...
It was possible for apps to put toast type windows
that overlay other apps which toast winodws aren't
removed after a timeout like toasts are.
Now to add a toast window one needs to have a special
token. The token is added by the notificatoion manager
service only for the lifetime of the shown toast and
is then removed including all windows associated with
this token.
This prevents apps to add arbitrary toast windows. The
token is passed in the app domain in the request to
construt and add the toast window which allows a bad
app to add arbitrary toast windows. However, this is
fine since the token will be invalided and all of its
windows removed after the toast for which it was
create times out.
We do not care of braking apps that add toast windows
directly due to the security and privacy implications
of arbitrary UI redressing. Also we have dedicated
Toast APIs which are the way to add this time of UI.
bug:30150688
Change-Id: I65372c81a791489de89fb2886cc96392c28680bb
2016-07-14 19:16:42 -07:00
Makoto Onuki
22963b8937
Merge \"Handle locale change and pacakge change in different way\" into nyc-mr1-dev
...
am: 83fa7a8255
Change-Id: I4988ff6c77f70211336e21729f0f6cd69beefc7d
2016-07-15 00:49:28 +00:00
Makoto Onuki
83fa7a8255
Merge "Handle locale change and pacakge change in different way" into nyc-mr1-dev
2016-07-15 00:39:06 +00:00
Vladislav Kaznacheev
7fe1f798bf
Always return valid ClipDescription for ACTION_DRAG_EXITED
...
Bug: 30148704
Change-Id: I5f5cbb35a343e6ef61bed9ff92e3921a4ecce0c0
2016-07-14 17:15:02 -07:00
Seigo Nonaka
d6acdcee26
Merge \"Treat U+2695, U+2640, U+2642 as emoji characters.\" into nyc-mr1-dev
...
am: c0ab2e83ac
Change-Id: Iaa4d63c425f5d263d322d463c320312890588aaf
2016-07-14 22:37:53 +00:00
Seigo Nonaka
dc8ad8d49d
Merge \"Delete gender-balanced emoji sequence by one backspace key event.\" into nyc-mr1-dev
...
am: ef9e2a5f4b
Change-Id: If60a0502875163ec60eeac61a3195e217b34e9f5
2016-07-14 22:37:50 +00:00
Raph Levien
c0ab2e83ac
Merge "Treat U+2695, U+2640, U+2642 as emoji characters." into nyc-mr1-dev
2016-07-14 22:25:40 +00:00
Raph Levien
ef9e2a5f4b
Merge "Delete gender-balanced emoji sequence by one backspace key event." into nyc-mr1-dev
2016-07-14 22:25:21 +00:00
Jeff Sharkey
aa8ae41aa5
Merge \"Require permission for FLAG_WILL_BE_FOREGROUND.\" into nyc-mr1-dev
...
am: 97639a1310
Change-Id: I90756b855879cf37bc0bca86844fe99f8a62ef25
2016-07-14 20:14:31 +00:00
TreeHugger Robot
97639a1310
Merge "Require permission for FLAG_WILL_BE_FOREGROUND." into nyc-mr1-dev
2016-07-14 20:05:39 +00:00
Justin Klaassen
5f3bf63121
Merge \"Refactor display color transforms\" into nyc-mr1-dev
...
am: 94673f0b7c
Change-Id: I7fdf83db6cbf26cdc5b8a9971fa48b7f8458474d
2016-07-14 19:33:35 +00:00
Felipe Leme
6806690f8d
Merge \\"Fixed statuses on Battery Saver column.\\" into nyc-dev am: 24b2e7bbee
...
am: 28318faf16
Change-Id: Id23c8c2af5ce170f00cf1d3968c56a59d5f168fb
2016-07-14 18:30:34 +00:00
Justin Klaassen
22eb19939d
Refactor display color transforms
...
- Removed Secure.ACCESSIBILITY_DISPLAY_COLOR_MATRIX, it's not desirable
to persist the actual color transformation matrix.
- Refactored all SurfaceFlinger transforms to DisplayTransformManager,
which allows color transforms to be set independently from the a11y
manager service.
Bug: 30042357
Change-Id: Iefa477dedb66aac90e1218e327802a3fab6899ed
2016-07-14 11:28:07 -07:00
Felipe Leme
28318faf16
Merge \"Fixed statuses on Battery Saver column.\" into nyc-dev
...
am: 24b2e7bbee
Change-Id: I6b871cebf05f0fe18b054df456aabd80b10336aa
2016-07-14 18:23:12 +00:00
Felipe Leme
24b2e7bbee
Merge "Fixed statuses on Battery Saver column." into nyc-dev
2016-07-14 18:10:56 +00:00
Felipe Leme
9e325706f4
Fixed statuses on Battery Saver column.
...
BUG: 30139400
Change-Id: I1798607af13c9be5e1f21212fd7078f7152562bd
2016-07-14 11:04:49 -07:00
Jeff Sharkey
785f494e87
Require permission for FLAG_WILL_BE_FOREGROUND.
...
We caught scheduleAsPackage(), but not schedule(), oops.
Bug: 28998999
Change-Id: I0642c2265ff61eead8747cc6b4d0f852f1ca3ef2
2016-07-14 10:43:14 -06:00
Rubin Xu
3ad94d299d
Merge \"Fix typo in DevicePolicyManager\" into nyc-mr1-dev
...
am: 74eb4a5226
Change-Id: I790597626c960f2e9cb3ffcac20f77fc2e001075
2016-07-14 09:55:48 +00:00
Rubin Xu
74eb4a5226
Merge "Fix typo in DevicePolicyManager" into nyc-mr1-dev
2016-07-14 09:46:23 +00:00
Chris Banes
54224d40f9
Merge \"Read translation and elevation attributes as floats\" into nyc-mr1-dev
...
am: 6487312544
Change-Id: I22bdfa3abbc85ffb8de7bef62fae0e2e68e2368a
2016-07-14 09:21:17 +00:00
Chris Banes
6487312544
Merge "Read translation and elevation attributes as floats" into nyc-mr1-dev
2016-07-14 09:11:05 +00:00
Calin Juravle
5a7be749f7
Merge changes I7a052a8e,Idb11b1c0 into nyc-mr1-dev
...
am: 7366e8c16a
Change-Id: I4f54b1b9c45294b2c3c43e0027ece1e8b38e335f
2016-07-14 08:39:22 +00:00
Nicolas Geoffray
7366e8c16a
Merge changes I7a052a8e,Idb11b1c0 into nyc-mr1-dev
...
* changes:
[RFC] Special case system apps for profile optimizations
Compile core-apps according to their own "reason" for A/B
2016-07-14 08:32:52 +00:00
Calin Juravle
0bd7762079
[RFC] Special case system apps for profile optimizations
...
If the OTA updates a system app which was previously preopted to a non-
preopted state the app might end up being verified at runtime. That's
because by default the apps are verify-profile but for preopted apps
there's no profile.
Do a hacky check to ensure that if we have no profiles (a reasonable
indication that before the OTA the app was preopted) system apps get
compiled with a non-profile filter (by default interpret-only).
Bug: 30032273
Test: Andreas "has verified that Calin's change to A/B works as expected
and promotes things like SystemUI to speed. From my side, that's
ready to be merged"
Change-Id: I7a052a8ea76cab7f649dc993237ea05534d6c4b9
2016-07-14 08:20:29 +00:00
Tomasz Mikolajewski
0f2a7ca01e
Merge \"Fix javadoc broken links in DocumentsContract.\" into nyc-mr1-dev
...
am: 0e7bb571fd
Change-Id: I45a178f0897fd837307131007529286ca4af0025
2016-07-14 03:21:51 +00:00
Tomasz Mikolajewski
0e7bb571fd
Merge "Fix javadoc broken links in DocumentsContract." into nyc-mr1-dev
2016-07-14 03:16:42 +00:00
Android Build Merger (Role)
36c6cf1bdc
Merge "Merge changes I56d6be69,Ibf8f9b26 into nyc-mr1-dev am: a7ebd4f4bb" into nyc-mr1-dev-plus-aosp
2016-07-14 01:59:25 +00:00