Commit Graph

420319 Commits

Author SHA1 Message Date
Hai Zhang
f0c48cec19 DO NOT MERGE Fix PermissionManagerService throwing exception for unknown package.
am: 03bb8eeeaa

Change-Id: I89f3199cce21107340d6fa5ff2a8548097efbe7d
2019-08-04 00:49:43 -07:00
TreeHugger Robot
f4c88573a1 Merge "Import translations. DO NOT MERGE" into qt-qpr1-dev 2019-08-04 05:59:20 +00:00
Bill Yi
b64f1b093f Import translations. DO NOT MERGE
Auto-generated-cl: translation import

Bug: 64712476
Change-Id: I4ed9de49598ea22b528a33d61c24c864fc304ee6
2019-08-03 21:12:40 -07:00
TreeHugger Robot
298994875d Merge "Clearer message when face auth fails" into qt-qpr1-dev 2019-08-02 22:54:52 +00:00
Long Ling
c04f49e005 Merge "Responsiveness improvement for BrightnessObserver" into qt-r1-dev
am: 6348d1e923

Change-Id: Ie98eaea5afe1bfc4ecc16506bb6cfea0c2eecbde
2019-08-02 15:21:02 -07:00
Yin-Chia Yeh
1b1f14ebff Camera: fix getKeys impl for vendor keys
Test: partner testing
Bug: 137856586
Change-Id: Ie36db4f76e8b3d500aeea88d15e4e3295cc3d481
2019-08-02 22:14:40 +00:00
Shuo Qian
d0daec0289 Merge "Add documentation in TelephonyManager#getNetworkCountryIso" into qt-r1-dev
am: cd4208e080

Change-Id: I7b70012bc2c8eec1a6b02a1f2145ef0abffb634e
2019-08-02 15:03:37 -07:00
Long Ling
6348d1e923 Merge "Responsiveness improvement for BrightnessObserver" into qt-r1-dev 2019-08-02 22:00:21 +00:00
Tarandeep Singh
9775a24e9a Merge "Keep IME above starting window." into qt-r1-dev
am: ced28f91bb

Change-Id: I3efe817f68fe8b874f328fff7f76deb5dffcaaae
2019-08-02 14:57:48 -07:00
Shuo Qian
cd4208e080 Merge "Add documentation in TelephonyManager#getNetworkCountryIso" into qt-r1-dev 2019-08-02 21:43:53 +00:00
TreeHugger Robot
ced28f91bb Merge "Keep IME above starting window." into qt-r1-dev 2019-08-02 21:25:29 +00:00
Long Ling
c1ee042443 Responsiveness improvement for BrightnessObserver
Forget the history to get immediate response when entering lower
brightness environment.

The sensor may not report event if there is no change since last report.
BrightnessObserver should keep refreshing the filter's estimation when last
sensor value is in a higher zone.

Bug: 138404221
Exempt-From-Owner-Approval: Santos is designated by Michael
Change-Id: I4ab37c067826c36eda26b435e83258d9af8783ab
2019-08-02 18:47:37 +00:00
Selim Cinek
bac83940c1 Merge "Fixes breaking test" into qt-r1-dev
am: 4c1435a8eb

Change-Id: Ied67a3823b917b7e64cdf80c09472a50de70a9fe
2019-08-02 11:30:10 -07:00
Fabian Kozynski
9e00da8390 Merge "Fix "Invalid card" text on CarrierTextController" into qt-r1-dev
am: 96585dea65

Change-Id: I68e8e0754c970a11d53c9056838a83f65be4e341
2019-08-02 11:26:32 -07:00
Lucas Dupin
adce35309b Clearer message when face auth fails
Before we were saying "Swipe to open" on bouncer and some users though
it was a bug, not we're being more explicit and saying "Swipe up to try
again"

Test: manual
Fixes: 134042651
Change-Id: I1a057819253252cc3912ff6b66505a8d55dc93ae
2019-08-02 11:17:39 -07:00
Tarandeep Singh
69ab104a86 Keep IME above starting window.
While app window is animating-in, IME window is child of aboveAppContainers.
If app requests IME on activity resume, IME will start animating-in
above Snapshot during app window animation.
However when app window animation finishes, IME's parent is no
longer aboveAppContainers, thereby making snapshot occlude
IME briefly. This results in flashing.

The fix is to keep IME in aboveAppContainers as long as startingWindow
is not removed from hierarchy.

Bug: 137534359
Test: Manual and atest ZOrderingTests AppWindowTokenTests
Change-Id: I78c939e8d1f23144162ba9eb8d834150fdd08ae8
2019-08-02 18:11:59 +00:00
Selim Cinek
4c1435a8eb Merge "Fixes breaking test" into qt-r1-dev 2019-08-02 17:58:49 +00:00
Fabian Kozynski
96585dea65 Merge "Fix "Invalid card" text on CarrierTextController" into qt-r1-dev 2019-08-02 17:48:59 +00:00
James O'Leary
8dfb53e474 Merge "Don't tell Assistant to hide on gesture completion or cancel" into qt-r1-dev
am: bea597d404

Change-Id: If730bc2f28b0ae2a6a69ad7f7a82149285b12335
2019-08-02 10:38:12 -07:00
James O'Leary
bea597d404 Merge "Don't tell Assistant to hide on gesture completion or cancel" into qt-r1-dev 2019-08-02 17:11:22 +00:00
Lucas Dupin
8bf6e361bf Fix issue where SIM PIN message would be visible
am: 00ce73a418

Change-Id: I9402d4f1ed7115a38866e8945604dd300f52acdd
2019-08-02 09:52:55 -07:00
Selim Cinek
eec5884c77 Fixes breaking test
Fixes: 138812624
Test: atest SystemUiTests
Change-Id: If289ea1c2a0eaa2332d1328f3eb50acd71aaf354
2019-08-02 09:35:28 -07:00
Lucas Dupin
00ce73a418 Fix issue where SIM PIN message would be visible
We're resetting the view state when a config change happens, but
they can arrive even after the view is not visible anymore.

Let's not update the message area if we're GONE, since the message
area is shared with the Pattern and PIN pad views.

Test: manual
Fixes: 138751729
Change-Id: Idb4877f8ed22e8b640670bb9da66bb124a2f8166
2019-08-02 16:20:47 +00:00
Adrian Roos
bde61e9acd Merge "GestureNav: Clarify javadoc in regards to exclusion limits" into qt-dev am: c9f4bcae57
am: 91ce40fa1a

Change-Id: Ib5f793e846c3a6cdd6eacb9455b8aa9f79df8e4a
2019-08-02 05:52:46 -07:00
Adrian Roos
91ce40fa1a Merge "GestureNav: Clarify javadoc in regards to exclusion limits" into qt-dev
am: c9f4bcae57

Change-Id: I0581305f01ebdaa121ce0e70ab9d44f142c9f99f
2019-08-02 05:42:10 -07:00
Adrian Roos
c9f4bcae57 Merge "GestureNav: Clarify javadoc in regards to exclusion limits" into qt-dev 2019-08-02 12:17:11 +00:00
Mark Chien
03bd7b0ee3 Merge "Fix the race between entitlement start/stop" into qt-r1-dev
am: 5d6e98773f

Change-Id: I93579ad97c4acaf9c0f362a5adf2136b134050fb
2019-08-01 19:24:33 -07:00
Mark Chien
5d6e98773f Merge "Fix the race between entitlement start/stop" into qt-r1-dev 2019-08-02 02:11:41 +00:00
Tracy Zhou
1ed86c9cf1 Merge "Change RecentsAnimationListenerSet interface" into qt-qpr1-dev 2019-08-02 01:44:53 +00:00
sqian
8ab9550f86 Add documentation in TelephonyManager#getNetworkCountryIso
In multi-sim, returns a shared emergency network country iso
 from other subscription if the subscription used to create the
 TelephonyManager doesn't camp on a network due to some reason
 (e.g. pin/puk locked), or sim is absent in the corresponding slot.

Test: unit test
Bug: 137236159
Bug: 137235431
Change-Id: I311e690d1f79ebefbc068c486d9bed814c129aab
2019-08-01 23:07:40 +00:00
Lucas Dupin
dd3defe199 Merge "Debug when pulses are dropped" into qt-r1-dev
am: cd39363d82

Change-Id: I2aebd5daeff1b2f413b97da965d05993478897d0
2019-08-01 15:07:56 -07:00
Kevin Chyn
689f97dab1 Merge "Add retry logic for UNABLE_TO_PROCESS" into qt-r1-dev
am: 523c6cead3

Change-Id: I6f152e96d086aa10e2b9c99c602ea5f715044feb
2019-08-01 14:55:54 -07:00
Lucas Dupin
cd39363d82 Merge "Debug when pulses are dropped" into qt-r1-dev 2019-08-01 21:46:54 +00:00
Kevin Chyn
523c6cead3 Merge "Add retry logic for UNABLE_TO_PROCESS" into qt-r1-dev 2019-08-01 21:34:35 +00:00
Selim Cinek
5fad11273a Merge changes from topic "dynamic_privacy_fixes" into qt-r1-dev
am: ac7423b6b6

Change-Id: I9132c328398d9c213070de47dcc66008d58a3da0
2019-08-01 14:34:17 -07:00
Lucas Dupin
c0b8111679 Debug when pulses are dropped
Test: adb shell dumpsys activity service com.android.systemui
Test: adb logcat | grep NotificationInterruptionStateProvider
Bug: 138336424
Change-Id: I57c0d059e139991a67bdb85dba6f1e81382806dc
2019-08-01 14:10:23 -07:00
TreeHugger Robot
ac7423b6b6 Merge changes from topic "dynamic_privacy_fixes" into qt-r1-dev
* changes:
  Avoid strange animation when dynamic privacy changes
  Improved the experience with bypass and dynamic privacy
2019-08-01 20:46:56 +00:00
Selim Cinek
10a572979c Avoid strange animation when dynamic privacy changes
The dynamic privacy state would briefly switch during
unlocking, leading to the view appearing even though
it was already visible.

Fixes: 	138620551
Test: enable dynamic privacy, unlock with face, then unlock by dragging down, observe no weird animation
Change-Id: I3cc0945af0b83ee18cd173545a099af45b442e56
2019-08-01 13:24:26 -07:00
Selim Cinek
5454a0dd15 Improved the experience with bypass and dynamic privacy
The user can now use the expand buttons and also clear
all is invisible while locked down.
The can also drag down normally to reveal the
contents of a notification.
Also, the section clear button is also properly updated
once dynamic privacy changes.

Fixes: 138671060
Fixes: 138669307
Test: drag down with notif hidden and bypass on on a sensitive notification
Change-Id: I8743400d0b46583802a8663f6723dfa6beee95c9
2019-08-01 13:24:23 -07:00
Hai Zhang
09a909b080 Merge "DO NOT MERGE Fix migration for default browser." into qt-r1-dev
am: 85773ee58c

Change-Id: I14e62b816782b6ca2b20d66242a1af802302e191
2019-08-01 13:22:32 -07:00
Hai Zhang
40792006d9 DO NOT MERGE Fix migration for default browser.
am: 97c75f4429

Change-Id: I9465a1bd984df2644c65242e1ba465e0a1c2ae37
2019-08-01 13:22:29 -07:00
Chavi Weingarten
c046b28857 Merge "Use alpha instead of show/hide when creating animation leashes." into qt-r1-dev
am: 7e042c4226

Change-Id: I2bc8e2f072fa71b49a34095a1a143df16a1914a3
2019-08-01 13:18:26 -07:00
Govinda Wasserman
5fddeabdd9 Merge "Sync up Home Handle and Assistant Handle fade" into qt-r1-dev
am: 680f7af7b3

Change-Id: I09e725a6434f6c47cea305afe3f6103a74f153a0
2019-08-01 13:12:31 -07:00
TreeHugger Robot
85773ee58c Merge "DO NOT MERGE Fix migration for default browser." into qt-r1-dev 2019-08-01 19:53:46 +00:00
Chavi Weingarten
7e042c4226 Merge "Use alpha instead of show/hide when creating animation leashes." into qt-r1-dev 2019-08-01 19:53:05 +00:00
TreeHugger Robot
680f7af7b3 Merge "Sync up Home Handle and Assistant Handle fade" into qt-r1-dev 2019-08-01 19:41:11 +00:00
Xiangyu/Malcolm Chen
ac5c5c80dd Merge "Add carrier config for data roaming notification" into qt-r1-dev
am: 1482be4c67

Change-Id: Ibd081ceca1105c1a02f71a7b69879999e53ffdde
2019-08-01 11:44:46 -07:00
Julia Reynolds
a7a2814194 Merge "Remove icon name from NR dump" into qt-r1-dev
am: 5843b3a372

Change-Id: I85ba17c8473fcefc1ace0d63dc92567b11123fb5
2019-08-01 11:41:00 -07:00
Xiangyu/Malcolm Chen
1482be4c67 Merge "Add carrier config for data roaming notification" into qt-r1-dev 2019-08-01 18:30:41 +00:00
TreeHugger Robot
5843b3a372 Merge "Remove icon name from NR dump" into qt-r1-dev 2019-08-01 18:22:23 +00:00