Commit Graph

420418 Commits

Author SHA1 Message Date
Hall Liu
feadbafc03 Merge "Add carrier config for allowing merge of RTT calls" into qt-r1-dev
am: f84ff34a31

Change-Id: I14916ac03825bcfac65208aa2dfda26e7d7b8632
2019-08-08 17:13:34 -07:00
Hall Liu
f84ff34a31 Merge "Add carrier config for allowing merge of RTT calls" into qt-r1-dev 2019-08-08 23:47:58 +00:00
TreeHugger Robot
0571fa8211 Merge "Import translations. DO NOT MERGE" into qt-qpr1-dev 2019-08-08 22:29:13 +00:00
Andrew Sapperstein
f9dc7e8535 Merge "Add a blacklist for preinstalled carrier apps." into qt-dev am: aa3689c4d9
am: 386126a450

Change-Id: I71c331bb025b0c0786d5bfb6f46e760ef3d8aa54
2019-08-08 14:40:05 -07:00
Andrew Sapperstein
386126a450 Merge "Add a blacklist for preinstalled carrier apps." into qt-dev
am: aa3689c4d9

Change-Id: I4a9898f5a205b7ff13ef8631870cbe3f8451923b
2019-08-08 14:30:33 -07:00
Andrew Sapperstein
aa3689c4d9 Merge "Add a blacklist for preinstalled carrier apps." into qt-dev 2019-08-08 20:50:09 +00:00
bsears
ffd303312b Merge "Avoid using secondary displays as launch params when not support" into qt-dev am: c5568f9aac
am: 54ce005a97

Change-Id: I8c6af618546f5bb8ec1eadb7a9988a71857bb88a
2019-08-08 11:19:22 -07:00
bsears
54ce005a97 Merge "Avoid using secondary displays as launch params when not support" into qt-dev
am: c5568f9aac

Change-Id: I28c1abc4eea843fdbffc95d9bccde910e415a468
2019-08-08 11:02:43 -07:00
TreeHugger Robot
48d3b7ce3e Merge "Don't crash trying to stop program list updates on already closed tuner" into qt-qpr1-dev 2019-08-08 17:54:28 +00:00
Bill Yi
008a05c2db Import translations. DO NOT MERGE
Auto-generated-cl: translation import

Bug: 64712476
Change-Id: Ie8885933ae01cb24f524be427fbf09e6c278fd53
2019-08-08 10:51:22 -07:00
bsears
c5568f9aac Merge "Avoid using secondary displays as launch params when not support" into qt-dev 2019-08-08 17:51:11 +00:00
Patrick Baumann
0796e013f2 Merge "Cleans up sharedUser regardless of creation logic" into qt-dev am: a1bf282e43
am: da658b4a34

Change-Id: I8ec2669b8671ccfbb778ae42f8f5773776fb1e75
2019-08-08 10:06:45 -07:00
Patrick Baumann
da658b4a34 Merge "Cleans up sharedUser regardless of creation logic" into qt-dev
am: a1bf282e43

Change-Id: Ic721f31332bbcbb9d64e501b3b94b6b457c8af51
2019-08-08 09:56:08 -07:00
TreeHugger Robot
a1bf282e43 Merge "Cleans up sharedUser regardless of creation logic" into qt-dev 2019-08-08 16:18:33 +00:00
Lucas Dupin
5364c5c49e Merge "Stop face auth requests when users are typing" into qt-qpr1-dev 2019-08-08 15:26:04 +00:00
Tomasz Wasilczyk
06e534a3fb Don't crash trying to stop program list updates on already closed tuner
Bug: 130816005
Test: build and run
Change-Id: Ibb0af40165c6b330785ef208510ba654c5ee6ad7
(cherry picked from commit 136870f7f1)
2019-08-08 15:19:48 +00:00
Andrew Sapperstein
e016781807 Add a blacklist for preinstalled carrier apps.
Allows an OEM to specify that a preinstalled carrier app, even if
TelephonyManager says it should have carrier privileges, does not
get granted the default permissions and does not get enabled when
a compatible SIM is inserted.

Bug: 138150105
Test: verified locally
Change-Id: I0afec28f1f18227947c1fe9e6bb5fd0dad3b5dac
Merged-In: I0afec28f1f18227947c1fe9e6bb5fd0dad3b5dac
2019-08-08 15:05:06 +00:00
TreeHugger Robot
2233164086 Merge "Avoid using secondary displays as launch params when not support" into qt-qpr1-dev 2019-08-08 03:35:27 +00:00
Patrick Baumann
cf9a4835c1 Cleans up sharedUser regardless of creation logic
Prior to this change, we were not updating the shared user a package
setting belongs to if the package setting was not deep copied. In the
case that shared users didn't match, we were not deep copying and so
were not updating later. There is a more fundamental change to be made
here, but we're limiting risk by keeping this change as small as
possible.

Bug: 138919405
Test: atest AppSecurityTests
Test: manual; flash P then flash this build: observe consistent PackageSettings
Change-Id: Ib22f9e6a1fb3104bec4eb3e5b1de983e19d49dce
2019-08-07 19:25:02 -07:00
Hall Liu
ef80008000 Add carrier config for allowing merge of RTT calls
Add a carrier config key that specifies whether merging an RTT call is
allowed.

Bug: 136035168
Test: manual

Change-Id: I8cfdf68c69b50abed88d7c835db0480a53755f5a
2019-08-07 16:37:45 -07:00
Kevin Hufnagle
68069af829 Merge "docs: Removed dates in obsolete field messages." into qt-dev am: 45855214b5
am: 3956d9606c

Change-Id: Ieddbc7388e0594554b91b30534718c1c0de500c4
2019-08-07 15:34:26 -07:00
Kevin Hufnagle
3956d9606c Merge "docs: Removed dates in obsolete field messages." into qt-dev
am: 45855214b5

Change-Id: I549026ea364645a8d60a1a06df9b20886a6df97a
2019-08-07 15:23:39 -07:00
Kevin Hufnagle
45855214b5 Merge "docs: Removed dates in obsolete field messages." into qt-dev 2019-08-07 22:05:16 +00:00
Lucas Dupin
ccf6721e41 Stop face auth requests when users are typing
We don't want the bouncer to be dismissed right under the user's finger
when typing.
Let's abort face auth after we start typing.

Test: solve challenge when face auth is running
Test: repeat for pin/pattern/password
Fixes: 136525169
Change-Id: I8f1ccbca4be9c84f5cb108618b84aefe03b74cc4
2019-08-07 12:57:31 -07:00
Ryan Mitchell
55189157a9 Merge "Stop idmap2d after several seconds pass" into qt-r1-dev
am: aa22db3da7

Change-Id: Iadb3c2ef9dbb0863559d805fb2692dc8d6adcda5
2019-08-07 10:06:38 -07:00
Adrian Roos
4fd6bf01d3 Merge "GestureNav: Fix AbsSeekBar thumb exclusion" into qt-r1-dev
am: 92f61f0323

Change-Id: If88cb2016add304bb4ac18c957abb71538329583
2019-08-07 09:56:48 -07:00
Ryan Mitchell
aa22db3da7 Merge "Stop idmap2d after several seconds pass" into qt-r1-dev 2019-08-07 16:50:33 +00:00
TreeHugger Robot
92f61f0323 Merge "GestureNav: Fix AbsSeekBar thumb exclusion" into qt-r1-dev 2019-08-07 16:33:36 +00:00
Adrian Roos
7c7898e74f GestureNav: Fix AbsSeekBar thumb exclusion
Fix two issues that caused the exclusion for SeekBar thumbs to be to small and offset
from the thumb:

Account for padding and thumb offset; the thumb drawable is drawn with an offset
from the View's Canvas; the same offset must be applied when udpating the exclusion
rects.

The thumb is typically much smaller than the drag zone; the thumb rect alone doesn't
provide an appropriately large exclusion for reliably hitting it, so it is enlarged
to the height of the seek bar (up to 48dp).

Bug: 138992366
Test: manual, show exclusion zones with: adb shell setprop debug.pointerlocation.showexclusion 150 && adb shell settings put system pointer_location 1
Test: atest android.widget.AbsSeekBarTest
Change-Id: I2b670c6f3f33451bdccdfd3d75a75e90260257ff
2019-08-07 15:09:26 +02:00
Bill Yi
fc798ad2e3 [automerger skipped] Merge "Import translations. DO NOT MERGE" into qt-dev am: 6aa3f38983 -s ours
am: 1daf3587cb -s ours
am skip reason: subject contains skip directive

Change-Id: Iacbe765bde8186815348d60fcdc2cbac47c2f24a
2019-08-06 23:07:37 -07:00
Bill Yi
1daf3587cb [automerger skipped] Merge "Import translations. DO NOT MERGE" into qt-dev
am: 6aa3f38983 -s ours
am skip reason: subject contains skip directive

Change-Id: I9bb07364b95726b5e1b1f447f83ec5f9443706d6
2019-08-06 22:53:39 -07:00
TreeHugger Robot
dff17fc123 Merge "Extract keyguard indication view overlay" into qt-qpr1-dev 2019-08-07 05:39:04 +00:00
TreeHugger Robot
6aa3f38983 Merge "Import translations. DO NOT MERGE" into qt-dev 2019-08-07 05:28:25 +00:00
Bill Yi
47331f1451 [automerger skipped] Merge "Import translations. DO NOT MERGE" into qt-r1-dev
am: b672a3f6f6 -s ours
am skip reason: subject contains skip directive

Change-Id: I4705ff9613fad55896b585fe052a8c95a3a4aeaf
2019-08-06 20:44:48 -07:00
TreeHugger Robot
b672a3f6f6 Merge "Import translations. DO NOT MERGE" into qt-r1-dev 2019-08-07 03:26:38 +00:00
TreeHugger Robot
eec208ecda Merge "Import translations. DO NOT MERGE" into qt-qpr1-dev 2019-08-07 03:21:28 +00:00
Jerry Chang
930b5ec9a7 Extract keyguard indication view overlay
Bug: 138268879
Test: atest SystemUITests:KeyguardBottomAreaTest
Change-Id: I8729ef8dfa3dbb695b84fd864659486bdb340bf9
2019-08-07 10:21:12 +08:00
Kevin Hufnagle
6f809e2f7c docs: Removed dates in obsolete field messages.
Notices about obsolete fields and methods now mention the publish
location (Google Play Store) or Android version (Q and higher).

Test: make ds-docs

Bug: 122482744
Change-Id: Idb60fef711401d43af8eb71343f157590c311571
2019-08-06 18:21:18 -07:00
Long Ling
28f6d34b77 Merge "Use display listener instead of Intent Action for screen status" into qt-qpr1-dev 2019-08-07 00:58:50 +00:00
Bill Yi
a4daa86e5d Import translations. DO NOT MERGE
Auto-generated-cl: translation import

Bug: 64712476
Change-Id: Ib9ad88912c02d3b4d8355cab3ad9d713631fd427
2019-08-06 14:28:39 -07:00
Bill Yi
ee87e1f302 Import translations. DO NOT MERGE
Auto-generated-cl: translation import

Bug: 64712476
Change-Id: I177c5cfe63c60448882e1849f76a96d9103ed305
2019-08-06 14:17:57 -07:00
Bill Yi
e04635bfeb Import translations. DO NOT MERGE
Auto-generated-cl: translation import

Bug: 64712476
Change-Id: Ic7853a4d8574d496f1ee03a8163fff2671cafafd
2019-08-06 14:07:31 -07:00
Android Build Merger (Role)
a0c8c12db4 Merge "Merge "Stop timer when notification is not visible" into qt-r1-dev am: f7ad427d8b" into qt-qpr1-dev 2019-08-06 20:29:39 +00:00
Beth Thibodeau
3ea5a1fcbe Merge "Stop timer when notification is not visible" into qt-r1-dev
am: f7ad427d8b

Change-Id: I601b736974dffc1a4f5b8ced66d1d97127a42541
2019-08-06 13:28:50 -07:00
TreeHugger Robot
ad7f37d4fd Merge "Check distraction flags in addition to suspension state" into qt-qpr1-dev 2019-08-06 20:27:58 +00:00
Beth Thibodeau
f7ad427d8b Merge "Stop timer when notification is not visible" into qt-r1-dev 2019-08-06 20:11:27 +00:00
TreeHugger Robot
f5fa3cf7cf Merge "ImageWriter: configure surface to use user specified format" into qt-qpr1-dev 2019-08-06 17:55:19 +00:00
Long Ling
f3afe7d37a Use display listener instead of Intent Action for screen status
Bug: 138863442
Exempt-From-Owner-Approval: Santos is designated by Michael
Change-Id: Ia5fbac259e674fa1a33134a46ccdfe315cc4f552
2019-08-06 10:35:51 -07:00
Beth Thibodeau
4e4c86e1b5 Stop timer when notification is not visible
This combines ag/8888937 and ag/9019277 into one CL, plus fixes another issue
where the timer could restart if the user had removed a notification and then
restarted the stream

Fixes: 138261464
Test: manual, atest NotificationMediaTemplateViewWrapperTest

Also checked the changes on the master branch since that had very
obvious issues when locking / unlocking the phone before

Change-Id: I6a0bbc675d33a5c7d4ce7f0884aec19606bff4fa
2019-08-06 13:21:20 -04:00
Julia Reynolds
fc2dcf5d1b Check distraction flags in addition to suspension state
Test: xts in same topic
Fixes: 136431772
Change-Id: I129fae6e1fc93d26ea027bd67f46ea664728e913
(cherry picked from commit 7912df2966)
2019-08-06 16:44:02 +00:00