Commit Graph

11856 Commits

Author SHA1 Message Date
Mathew Inwood
46f7f16a4d Merge "Restore some greylist entries." into qt-dev am: f76bdce6e0 am: 13ffa87a6d
am: 89f02cc81c

Change-Id: Ib5bc4e76d81ad69f7c3293e6cb72393e1aee7ed9
2019-06-28 09:36:40 -07:00
Matt Pietal
1c8b96048e Merge "Resolver - Improve flow for Intent URL handling" into qt-dev am: d73543b588 am: 1437b43eb6
am: 861c5782b7

Change-Id: Ieb63107a6202590104c57bfe08b6f4b61645fef0
2019-06-28 09:35:49 -07:00
Mathew Inwood
89f02cc81c Merge "Restore some greylist entries." into qt-dev am: f76bdce6e0
am: 13ffa87a6d

Change-Id: I4c92e5685804a5b03510ab5b9396c0dc6f4aad46
2019-06-28 08:49:28 -07:00
Matt Pietal
861c5782b7 Merge "Resolver - Improve flow for Intent URL handling" into qt-dev am: d73543b588
am: 1437b43eb6

Change-Id: Iea3b2f52e8d466eab71e0bff13b00c674794d7af
2019-06-28 08:45:13 -07:00
Mathew Inwood
13ffa87a6d Merge "Restore some greylist entries." into qt-dev
am: f76bdce6e0

Change-Id: I320e33be57b8124ff7c132a67c8981d53802f8f5
2019-06-28 07:43:43 -07:00
Matt Pietal
1437b43eb6 Merge "Resolver - Improve flow for Intent URL handling" into qt-dev
am: d73543b588

Change-Id: I158e33705154e00fae20c29ebb7177877beae655
2019-06-28 07:39:26 -07:00
TreeHugger Robot
f76bdce6e0 Merge "Restore some greylist entries." into qt-dev 2019-06-28 12:02:43 +00:00
Matt Pietal
d73543b588 Merge "Resolver - Improve flow for Intent URL handling" into qt-dev 2019-06-28 12:02:04 +00:00
Mathew Inwood
3a75f264a8 Restore some greylist entries.
In Q, these APIs were either:
- removed from the greylist entirely without good reason
- Moved to the restricted greylist without any public alternative
  information added

So they are being moved back to the greylist for Q.

Test: Treehugger
Bug: 136102585
Change-Id: I5ac8b8b9b23c3789d80239cf456072cc7dfa1203
2019-06-28 10:15:37 +01:00
Jorim Jaggi
d1cfa11c4b Request invalidate root when legacy nav bar bg changes am: 6482df5602 am: b99472439e
am: ced3f6160c

Change-Id: Ifb56c7be07c0c3d69e8d275f54c8a11d9d8a47ba
2019-06-27 13:05:14 -07:00
Eugene Susla
f17eed60b8 Merge "Don't throw from PooledLambda#toString" into qt-dev am: 667d2c91bc am: 290ca1ec3b
am: 770a9881fc

Change-Id: I98adef2767a9ab43a242db0491032bc425dea726
2019-06-27 12:11:19 -07:00
Kalesh Singh
147706daf1 Merge "Route KernelWakelockReader's userspace native wakelock stats collection to SystemSuspend (ISuspendControl::getWakeLockStats())" am: a1cae83560 am: 05b194e058 am: c26cc3d35a
am: 5e4d3e4e40

Change-Id: Ibf684d7b8a4b0ef17dab7afb2c64922c64051c27
2019-06-27 11:52:42 -07:00
Jorim Jaggi
ced3f6160c Request invalidate root when legacy nav bar bg changes am: 6482df5602
am: b99472439e

Change-Id: I2767cf0cd8020ba74bbb6e9585a14555a1abf844
2019-06-27 10:36:45 -07:00
Matt Pietal
0d6834adfe Resolver - Improve flow for Intent URL handling
When a URL is detected and all resolved targets are browsers, allow
the user to set a default browser from the Resolver. If one of the
options is an App and not a browser (as defined by
ResolveInfo.handleAllWebDataURI) then direct the user to the settings
page where they can make changes to set the default app for particular
URLs.

On the settings page, highlight the correct setting to change so it's
clear to the user.

Bug: 132071949
Test: Manually resolve URLs with multiple browsers and apps like Reddit/Twitter
Change-Id: Ib8f867a020ecfbb73fa5f1d7db84890c72e4842d
2019-06-27 13:35:11 -04:00
Eugene Susla
770a9881fc Merge "Don't throw from PooledLambda#toString" into qt-dev am: 667d2c91bc
am: 290ca1ec3b

Change-Id: I76d3f664d9359c04a221104f386f1d851c239885
2019-06-27 09:14:30 -07:00
TreeHugger Robot
cb842b96a0 Merge "Fixed Autofill workflow is broken" 2019-06-27 12:24:36 +00:00
Jorim Jaggi
b99472439e Request invalidate root when legacy nav bar bg changes
am: 6482df5602

Change-Id: I9e682b0b8bfac5cfb59857c3899e31a060758068
2019-06-27 04:28:17 -07:00
Jorim Jaggi
6482df5602 Request invalidate root when legacy nav bar bg changes
...because only invalidating the root window node will ensure that
onPostDraw() will be called again.

Test: Open com.planeth.rhythm
Fixes: 135207159
Change-Id: I03f814eb7435d91287968f3dcb72f579ab4a35ed
2019-06-27 11:15:14 +00:00
Adam He
55f0e3be9c Merge "Fixed autofill compat mode regression caused by DecorContext" into qt-dev am: 2f54cf120e am: f44f4f9832
am: 5ab9ecd701

Change-Id: I9fb52d6e474185f87857f1055d55fa30263afd85
2019-06-26 18:22:40 -07:00
Eugene Susla
290ca1ec3b Merge "Don't throw from PooledLambda#toString" into qt-dev
am: 667d2c91bc

Change-Id: I8511be019f12ac077dbf7832b9aea741186c3d19
2019-06-26 18:14:43 -07:00
TreeHugger Robot
667d2c91bc Merge "Don't throw from PooledLambda#toString" into qt-dev 2019-06-27 00:51:27 +00:00
Daniel Sandler
d425d4f74f Merge "resolve merge conflicts of 9c9b26fba6 to master" 2019-06-26 22:18:26 +00:00
Eugene Susla
9891f0986c Don't throw from PooledLambda#toString
Turns out there was one more place b/134594642#comment23

Fixes: 134594642
Test: presubmit
Change-Id: I602569c6dd0632641215a7482def2987e10701b2
2019-06-26 15:15:23 -07:00
Kalesh Singh
5e4d3e4e40 Merge "Route KernelWakelockReader's userspace native wakelock stats collection to SystemSuspend (ISuspendControl::getWakeLockStats())" am: a1cae83560 am: 05b194e058
am: c26cc3d35a

Change-Id: I27a520d89c5cf5b72d4f9148b12a112ef0829700
2019-06-26 13:08:21 -07:00
Kalesh Singh
c26cc3d35a Merge "Route KernelWakelockReader's userspace native wakelock stats collection to SystemSuspend (ISuspendControl::getWakeLockStats())" am: a1cae83560
am: 05b194e058

Change-Id: If9203ea35fec2469561e623da907b8db922f34eb
2019-06-26 12:40:23 -07:00
Govinda Wasserman
5e193b0356 Merge "Add handle suppression to learned state" into qt-dev
am: 079d81a479

Change-Id: I333ba403981edbc002246910636620a311a1f55e
2019-06-26 11:38:04 -07:00
Treehugger Robot
a1cae83560 Merge "Route KernelWakelockReader's userspace native wakelock stats collection to SystemSuspend (ISuspendControl::getWakeLockStats())" 2019-06-26 18:16:34 +00:00
TreeHugger Robot
079d81a479 Merge "Add handle suppression to learned state" into qt-dev 2019-06-26 17:08:37 +00:00
Fabian Kozynski
d69617080e DO NOT MERGE Revert Privacy Indicators to P
am: 5c837108e2

Change-Id: I620ec40368bb4cb12ee7dbb9a93d65b02edac81a
2019-06-26 06:45:29 -07:00
TreeHugger Robot
cac81a5c18 Merge "Add handle suppression to learned state" into qt-r1-dev-plus-aosp 2019-06-26 00:15:06 +00:00
Kalesh Singh
759af3274d Route KernelWakelockReader's userspace native wakelock stats
collection to SystemSuspend (ISuspendControl::getWakeLockStats())

Native wakelocks obatined via SystemSuspend when useSuspendCounter is
enabled, will not be reflected in the information available from
/d/wakeup_sources or proc/wakelocks. This information has been
made available via the ISuspendControl AIDL interface of SystemSuspend.
Kernelwakelock stats however are still being collected in the
/d/wakeup_sources.

Change-Id: I208d004aa0fabcf367016faae77ad51388cdf0ea
Bug: 135680393
Test: Observe SystemSuspend service wakelocks in dumpsys batterystats (for
instance, "PowerManager.SuspendLockout"):
`dumpsys batterystats --checkin | grep wl | grep PowerManager.SuspendLockout`
2019-06-25 16:31:38 -07:00
Dan Sandler
8300235b66 resolve merge conflicts of 9c9b26fba6 to master
Bug: None
Test: I solemnly swear I tested this conflict resolution.
Change-Id: Ia32b6803d06a99dc3f75fd63a96302928d29ce1c
2019-06-25 19:18:02 -04:00
Adam He
5ab9ecd701 Merge "Fixed autofill compat mode regression caused by DecorContext" into qt-dev am: 2f54cf120e
am: f44f4f9832

Change-Id: Ia24fdec8d709a36c7948e4e37ed55a9a1946e977
2019-06-25 15:39:47 -07:00
Adam He
209c597aba Merge "Fixed autofill compat mode regression caused by DecorContext" into qt-dev
am: 2f54cf120e

Change-Id: Idbb78b3f2455346d08370f189ad0289745f28a51
2019-06-25 15:17:19 -07:00
Adam He
f44f4f9832 Merge "Fixed autofill compat mode regression caused by DecorContext" into qt-dev
am: 2f54cf120e

Change-Id: I74b50f6b2cb4d229c2f952da3848a5d0ecff88db
2019-06-25 15:02:21 -07:00
TreeHugger Robot
2f54cf120e Merge "Fixed autofill compat mode regression caused by DecorContext" into qt-dev 2019-06-25 21:32:01 +00:00
Eugene Susla
057fd5fd0d [DO NOT MERGE] Don't throw from PooledLambdaImpl#toString am: 75632d616d
am: d6e398761e

Change-Id: I4f650c25bd38c6d3a21895623c0b4b6ef3d54b3b
2019-06-25 14:11:59 -07:00
Matt Pietal
9c9b26fba6 Merge "Sharesheet: Make max shortcut targets configurable" into qt-dev am: 8f09cd3de1
am: 9c9c561e8b

Change-Id: I1548b82c8363db4f35efcf468f84f5aa3a56f14d
2019-06-25 13:55:32 -07:00
Eugene Susla
d6e398761e [DO NOT MERGE] Don't throw from PooledLambdaImpl#toString
am: 75632d616d

Change-Id: I17ed8f194b6a197d674f7be1877f2775b2256960
2019-06-25 13:25:50 -07:00
Matt Pietal
9c9c561e8b Merge "Sharesheet: Make max shortcut targets configurable" into qt-dev
am: 8f09cd3de1

Change-Id: I64cabf37c16188c2fff8427f1ff6aab5a9d3ddb4
2019-06-25 13:12:35 -07:00
Eugene Susla
2fd77c3ce9 [DO NOT MERGE] Don't throw from PooledLambdaImpl#toString
am: 75632d616d

Change-Id: I74eb8dc3b62be5909e36bfd27154b98df625b139
2019-06-25 13:12:28 -07:00
Matt Pietal
6e97b7bd29 Merge "Sharesheet: Make max shortcut targets configurable" into qt-dev
am: 8f09cd3de1

Change-Id: I1a40f9ec9b9f196e1dd3b5eed077d0ec5dd730c7
2019-06-25 12:53:29 -07:00
Eugene Susla
224b4c761d Merge "[DO NOT MERGE] Don't throw from PooledLambdaImpl#toString" into qt-dev 2019-06-25 19:52:48 +00:00
Adam He
14c5b94058 Fixed autofill compat mode regression caused by DecorContext
Fixes: 135038324
Test: manual verification
Test: atest CtsAutoFillServiceTestCases
Change-Id: Iab32c24fdd9ad02308e79652422d1c4965be8e7c
2019-06-25 11:40:57 -07:00
Govinda Wasserman
186794edb9 Add handle suppression to learned state
Also adds a phenotype flag to enable handles in the learned state once
per day.

Test: Tested locally
BUG:132983599
Change-Id: I21e422382e62ee098cd6ff76d6b764db98be0cb7
Merged-In: I21e422382e62ee098cd6ff76d6b764db98be0cb7
2019-06-25 18:39:35 +00:00
Govinda Wasserman
3aa4f362c1 Add handle suppression to learned state
Also adds a phenotype flag to enable handles in the learned state once
per day.

Test: Tested locally
BUG:132983599
Change-Id: I21e422382e62ee098cd6ff76d6b764db98be0cb7
Merged-In: I21e422382e62ee098cd6ff76d6b764db98be0cb7
2019-06-25 18:29:39 +00:00
Govinda Wasserman
0c68fbda26 Add handle suppression to learned state
Also adds a phenotype flag to enable handles in the learned state once
per day.

Test: Tested locally
BUG:132983599
Change-Id: I21e422382e62ee098cd6ff76d6b764db98be0cb7
2019-06-25 18:26:33 +00:00
Eugene Susla
75632d616d [DO NOT MERGE] Don't throw from PooledLambdaImpl#toString
Bug: 134594642
Test: presubmit
Change-Id: Ia0834a76e7ae9a222ec2698dcd989317bb20f2a0
(cherry picked from commit 7f000e1dd9)
2019-06-25 18:03:50 +00:00
TYM Tsai
09ba2917de Fixed Autofill workflow is broken
ServiceConnector should be changed connection status before processing jobs.

Fixes: 135982531
Test: atest CtsAutoFillServiceTestCases
Test: manual verification with DebugService
Change-Id: Idc5d0bc356e4cd07d2ab0e139f11b1cb3c470daa
2019-06-25 20:38:21 +08:00
Eugene Susla
c08af8af49 Merge "Don't throw from PooledLambdaImpl#toString" 2019-06-24 17:16:35 +00:00