Commit Graph

307184 Commits

Author SHA1 Message Date
Jason Monk
a8e72d463c Merge "Move Keyguard to SystemUI" 2017-02-11 00:37:39 +00:00
TreeHugger Robot
1c2beb2eb6 Merge "Set package name on bugreport intents." 2017-02-10 23:24:32 +00:00
TreeHugger Robot
395f2bbd62 Merge "Implement "dump displaylist" button for skia pipelines" 2017-02-10 23:10:58 +00:00
TreeHugger Robot
22532a00dc Merge "Add Shell commands to list and reset auto-fill sessions." 2017-02-10 23:01:28 +00:00
TreeHugger Robot
c38e4a64b2 Merge "Fixed call to setServiceForegroundInnerLocked()." 2017-02-10 22:44:27 +00:00
Chris Tate
5c9057f80e Merge "Idle whitelist always-on VPN host apps while VPN services are launching" 2017-02-10 22:43:29 +00:00
Mathias Agopian
ead5aa0759 Merge "separate the JNI part of the NDK into their own source" 2017-02-10 22:07:21 +00:00
TreeHugger Robot
3b75a82306 Merge "Report bitmap config when decoding only metadata" 2017-02-10 21:52:30 +00:00
Paul Lawrence
962230dd82 Merge "Expand seccomp whitelist" am: c6c11723cb am: 3b9c0fadda am: 507c3fb099
am: 6c1238699b

Change-Id: I9ecf11de7bef9f199700b3539b526ce3a9e7dea5
2017-02-10 21:34:07 +00:00
Paul Lawrence
6c1238699b Merge "Expand seccomp whitelist" am: c6c11723cb am: 3b9c0fadda
am: 507c3fb099

Change-Id: Idcdec4c87b2ad5f91cbe05874ea532139fe38d42
2017-02-10 21:28:56 +00:00
Paul Lawrence
507c3fb099 Merge "Expand seccomp whitelist" am: c6c11723cb
am: 3b9c0fadda

Change-Id: I50851e4d3c92d53562e593be0b82c09709262d4a
2017-02-10 21:22:25 +00:00
Paul Lawrence
3b9c0fadda Merge "Expand seccomp whitelist"
am: c6c11723cb

Change-Id: I73a7ede13a35354a08e1bc3301f624295373cd52
2017-02-10 21:17:14 +00:00
TreeHugger Robot
f106167447 Merge "Fix missing break statement." 2017-02-10 21:15:13 +00:00
Treehugger Robot
c6c11723cb Merge "Expand seccomp whitelist" 2017-02-10 21:08:07 +00:00
Felipe Leme
8775eaac44 Set package name on bugreport intents.
BUG: 35257764
Test: BugreportReceiverTest passes
Change-Id: Ia6ff03b2a12ab9987f5b36fa1da88e9c77af18a2
2017-02-10 13:06:58 -08:00
Felipe Leme
69a1cae411 Add Shell commands to list and reset auto-fill sessions.
These commands are useful during development and CTS tests (for
example, the test can assert there is no dangling session after it's
finished).

BUG: 33802548

Test: manual verification
Change-Id: I61f96e30d07642fa2165df9b982c6bf32a4e8716
2017-02-10 13:06:05 -08:00
TreeHugger Robot
bb08a46251 Merge "Disable StatusBarTests due to flakes." 2017-02-10 20:51:28 +00:00
Andrii Kulian
3d227ad86c Merge "Allow destroying display content on removal" 2017-02-10 20:49:49 +00:00
Felipe Leme
26ae163a2b Fixed call to setServiceForegroundInnerLocked().
It was passing the calling uid instead of the notification id.

Change-Id: Id8b0f6e547ae2e605302be7e8475a10afdb43b77
Fixes: 35252523
Test: manual verification
2017-02-10 12:42:44 -08:00
Evan Rosky
187706f3e4 Merge "Don't notify parents of views made focusable off UI thread" 2017-02-10 20:36:13 +00:00
TreeHugger Robot
74c73c2105 Merge "Fix error logging level in WifiNetworkScoreCache." 2017-02-10 20:32:05 +00:00
TreeHugger Robot
d57f1781b1 Merge "Update framework to use new SkColorSpace API" 2017-02-10 20:20:56 +00:00
Mathias Agopian
e68b4f73a9 separate the JNI part of the NDK into their own source
Test: built and booted device
Bug: 35164655
Change-Id: I944c9f28730b82e8c428b5384dc57e1b296144b2
2017-02-10 20:07:33 +00:00
Mathias Agopian
a43d232575 Merge "fallout from view::Surface / Surface split" 2017-02-10 20:05:02 +00:00
TreeHugger Robot
ca4e4e5eae Merge "Fix incorrect header highlight when in single-pane." 2017-02-10 20:02:57 +00:00
Chris Tate
600c3f38e0 Merge "Put shell on the idle/background whitelist" 2017-02-10 19:58:25 +00:00
TreeHugger Robot
077bf66250 Merge "Clear mExtraDataKeys when clearing A11yNodeInfo." 2017-02-10 19:58:09 +00:00
Christopher Tate
3283079e5e Put shell on the idle/background whitelist
Bug 35229549

Change-Id: I9f7dd66c37af9c28c9f0714be4358b94930c2d32
2017-02-10 11:42:23 -08:00
Romain Guy
e8d2ebb5c2 Report bitmap config when decoding only metadata
With the introduction of support for 16 bit images, bitmaps returned
by BitmapFactory may be using the RGBA_F16 configuration. Some apps
and libraries assume the returned configuration is always ARGB_8888
and make assumptions based on that to compute cache sizes, etc.

This changes extract the output config when BitmapFactory is invoked
with the inJustDecodeBounds option. Despite its name, this option
is already used (and documented!) to decode more than bounds as it
also decodes the MIME type.

Bug: 35108998
Test: CtsGraphicsTestCases
Change-Id: If71959751458816678e42b21ab26c889aba5dea0
2017-02-10 11:37:54 -08:00
TreeHugger Robot
62185042fa Merge "Import translations. DO NOT MERGE" 2017-02-10 19:10:35 +00:00
Yifan Hong
41894b468d Merge "android.os.HwBinder.getService() in Java respects VINTF." am: 01f374c635 am: 71e77c865b am: 2e943c5379
am: 229e2d09ce

Change-Id: I12223be235ec60ef67c8e327226b816d7843bad9
2017-02-10 18:57:22 +00:00
Yifan Hong
229e2d09ce Merge "android.os.HwBinder.getService() in Java respects VINTF." am: 01f374c635 am: 71e77c865b
am: 2e943c5379

Change-Id: Ibbf18bc51e146abef1ab211614a98ec59031b1b9
2017-02-10 18:53:07 +00:00
Fyodor Kupolov
456d7c1ffc Merge "Log.wtf all privapp-permissions in a single message" 2017-02-10 18:50:32 +00:00
Yifan Hong
2e943c5379 Merge "android.os.HwBinder.getService() in Java respects VINTF." am: 01f374c635
am: 71e77c865b

Change-Id: I37c99d5135046c6b0d2589f321cd8e4b235392e7
2017-02-10 18:48:14 +00:00
Alan Viverette
6b524c9c53 Merge "Don't scroll popup parent in response to parent scrolling" into nyc-mr2-dev am: 41023417e7
am: 07a6ff6989

Change-Id: If7b5bd47dd0582ea2b6dec98207cac16058f4bc5
2017-02-10 18:48:13 +00:00
Alan Viverette
07a6ff6989 Merge "Don't scroll popup parent in response to parent scrolling" into nyc-mr2-dev
am: 41023417e7

Change-Id: I4e42386e1f227e2cb48bf37eb05bcf7f81b6d709
2017-02-10 18:43:47 +00:00
Yifan Hong
71e77c865b Merge "android.os.HwBinder.getService() in Java respects VINTF."
am: 01f374c635

Change-Id: I1db3c946211861e6edd7c03d9eaeae7a0cb412c4
2017-02-10 18:43:37 +00:00
Paul Lawrence
39139358e5 Expand seccomp whitelist
Bug: 34763393
Test: cts test android.os.cts.SeccompTest now passes
Change-Id: I8907074485395015a03119700543ff33fdd8e214
2017-02-10 10:42:07 -08:00
Geoffrey Pitsch
63b55435e8 Disable StatusBarTests due to flakes.
Looks like it relies on some global state.

Test: runtest systemui
Change-Id: If4add9e551bbaef5580df2532f937345c9e69d32
2017-02-10 13:37:03 -05:00
TreeHugger Robot
41023417e7 Merge "Don't scroll popup parent in response to parent scrolling" into nyc-mr2-dev 2017-02-10 18:35:37 +00:00
Yifan Hong
01f374c635 Merge "android.os.HwBinder.getService() in Java respects VINTF." 2017-02-10 18:33:42 +00:00
Matt Sarett
89ddb1f164 Update framework to use new SkColorSpace API
Test: This compiles with SK_USE_LEGACY_NAMED_COLOR_SPACE
turned off.

Change-Id: Ie573f59e0aa475bab06b38589db3c6158ad82c5a
2017-02-10 13:32:09 -05:00
Phil Weaver
9b83ffbfae Clear mExtraDataKeys when clearing A11yNodeInfo.
Bug: 35244501
Test: Ran Accessibilitiy CTS. I can no longer get the test mentioned
in the bug to fail.

Change-Id: I69e5e1b5c8f12226837ced928fbd10ff77bcd235
2017-02-10 10:10:01 -08:00
Filip Pavlis
eadd5a9084 Fix incorrect header highlight when in single-pane.
Bug: 35216626
Test: Case will be covered in ag/1761868

Change-Id: I877823762a44d6545c80f4f59b29f190c389ba09
2017-02-10 18:00:43 +00:00
Jean-Michel Trivi
0a54d4bbed Merge "Fix PlaybackActivityMonitor unmute path" 2017-02-10 17:55:19 +00:00
TreeHugger Robot
35d5e36f14 Merge "Move auto-fill shell command off IPC" 2017-02-10 17:52:10 +00:00
Daniel Nishi
e767e087d5 Merge "Add storage management days to retain to settings for backup." 2017-02-10 17:50:22 +00:00
Jean-Michel Trivi
579c511765 Fix PlaybackActivityMonitor unmute path
Clear the list of muted played after iterating over it.

Test: see repro test in b/35229719
Bug 35229719

Change-Id: I2e9860f8afbb625933091e45ea705903c74d629e
2017-02-10 09:47:30 -08:00
Narayan Kamath
b8a33125b4 Merge "Partially revert commit ff5659fbc3026e621bdd926e96096e2957cfd42e." 2017-02-10 17:07:46 +00:00
Makoto Onuki
b23cd8ece5 Merge "Stop using IntentService and use async receiver (2/2 - contract)" 2017-02-10 16:27:52 +00:00