Commit Graph

414531 Commits

Author SHA1 Message Date
TreeHugger Robot
031ec27e64 Merge "Fix PIP window is showing on the lockscreen (1/2)" into qt-dev 2019-04-25 07:25:13 +00:00
Jorim Jaggi
bf8aec37d4 Merge "Assign layer to bounds animation layer" into qt-dev 2019-04-25 06:39:53 +00:00
Winson Chung
05500a3651 Merge "Ensure we get the right nav bar mode for the current user in sysui" into qt-dev 2019-04-25 06:14:57 +00:00
Winson Chung
671a62fffb Merge "Manual revert of ag/6502936" into qt-dev 2019-04-25 05:52:07 +00:00
Linda Tseng
4d304d67b8 Merge "Add night variant of Theme.DeviceDefault.Settings.Dialog" into qt-dev 2019-04-25 05:51:19 +00:00
TreeHugger Robot
4ab647f501 Merge "Bluetooth: Remove safetynet logging for 120574260" into qt-dev 2019-04-25 05:37:05 +00:00
Lorenzo Colitti
067b9dc406 Merge changes from topic "niap-vpn" into qt-dev
* changes:
  Reinstate new VPN uid filtering unit tests
  Revert new tests and PackageManager mock
  Block incoming non-VPN packets to apps under fully-routed VPN
2019-04-25 04:23:01 +00:00
TreeHugger Robot
7c94df4903 Merge "Resolve size compatibility bounds by original display attributes" into qt-dev 2019-04-25 04:17:33 +00:00
Lorenzo Colitti
42a5a8deec Merge "Make the network stack a persistent process." into qt-dev 2019-04-25 03:53:41 +00:00
Jack He
69450753ac Bluetooth: Remove safetynet logging for 120574260
Bug: 120574260
Test: make
Change-Id: Id86c139e654428f8d4376f2d0359329e47c052b9
2019-04-25 03:22:42 +00:00
Kevin Chyn
d9919f2750 Merge "Do not dismiss BiometricPrompt when "soft" errors are received" into qt-dev 2019-04-25 03:20:30 +00:00
TreeHugger Robot
b24641b2a8 Merge "Position "At a Glance" on custom clock below status bar." into qt-dev 2019-04-25 02:22:08 +00:00
Sudheer Shanka
ebcf054b48 Fix QT build breakage.
Test: builds
Change-Id: Iff6f516d68659a9b81009f82b6e1874089daa592
2019-04-24 18:41:15 -07:00
Lorenzo Colitti
7d04541c1a Make the network stack a persistent process.
The network stack should never be killed, because if it does,
recovering networking requires a reboot. Make the process
persistent to reduce the chances of it being killed by the OOM
killer.

Bug: 131046856
Test: builds, boots
Test: process oom_score_adj is -800
Test: process goes from "Persistent Service" to "Persistent" in dumpsys meminfo
Change-Id: Ic8ebf6356e23489f6cd984d680ff9f1b4cbbe52d
Merged-In: Ic8ebf6356e23489f6cd984d680ff9f1b4cbbe52d
(cherry picked from commit c1eedfcd12)
2019-04-25 00:59:13 +00:00
Sudheer Shanka
cbfe50d70c Merge "Update behavior of some DownloadManager APIs." into qt-dev 2019-04-25 00:51:59 +00:00
Winson Chung
1aa24b9b5e Ensure we get the right nav bar mode for the current user in sysui
- Load resources from the current user's context to ensure the right
  overlays are read
- Create a controller in sysui to dispatch mode change to prevent callers
  from calling with the wrong user's context
- Clean up the quickstep contract to prevent launcher from calling methods
  using the baked in fw resource ids

Bug: 130185871
Test: Switch to secondary user, ensure the mode is read correctly
Change-Id: I00d9276185777e340b3e758345a00d2e9b3e3e64
2019-04-24 16:51:26 -07:00
Anil Admal
471ddb2bd9 Merge "Pass responseType in NFW notification callback to the framework" into qt-dev 2019-04-24 23:50:32 +00:00
Greg Daniel
f58e51b4e3 Merge "Fix deletion of VkSemaphores in VulkanManager." into qt-dev 2019-04-24 23:30:35 +00:00
Julia Reynolds
154862c985 Merge "Update appearance of proxied notifications in guts" into qt-dev 2019-04-24 23:27:36 +00:00
TreeHugger Robot
389b4d9033 Merge "Exposing some accessibility methods and state to be used in Launcher" into qt-dev 2019-04-24 23:23:34 +00:00
TreeHugger Robot
5b1af7e1e3 Merge "Consistently log back gesture origin" into qt-dev 2019-04-24 23:04:29 +00:00
TreeHugger Robot
b6e9673bd4 Merge "Sharesheet - add label loading placeholder" into qt-dev 2019-04-24 22:59:28 +00:00
TreeHugger Robot
ffd354d6a4 Merge "Fix SettingsProto corruption" into qt-dev 2019-04-24 22:48:14 +00:00
TreeHugger Robot
8d9eae6efa Merge "Removing left over experimental overlays and frame width (1/2)" into qt-dev 2019-04-24 22:28:35 +00:00
William Hester
dc70fc21d4 Merge "Disable lock screen and enable location in THM" into qt-dev 2019-04-24 22:27:33 +00:00
Matt Casey
09aa8a8713 Merge "Make StatusBarWindowController aware of assist session in progress." into qt-dev 2019-04-24 22:16:38 +00:00
TreeHugger Robot
3b620d2387 Merge "Protecting AppPrediciton API behind usage stats permission" into qt-dev 2019-04-24 22:16:03 +00:00
TreeHugger Robot
a23242a492 Merge "Bluetooth: Check if packageName belongs to callingUid in binder calls" into qt-dev 2019-04-24 21:20:53 +00:00
Christian Wailes
88ee294504 Merge "Load the default graphics driver in USAPs." into qt-dev 2019-04-24 21:18:14 +00:00
Yao Chen
599a40be13 Fix SettingsProto corruption
Bug: 130235331
Test: adb shell dumpsys settings --proto
Change-Id: Id725c2a968593b923059da69c49c59908780df8a
2019-04-24 14:16:56 -07:00
Kevin Chyn
7aa5752bbe Merge "Do not re-show hint text if user is already authenticated" into qt-dev 2019-04-24 20:50:22 +00:00
Sunny Goyal
a58d916a69 Protecting AppPrediciton API behind usage stats permission
Bug: 130556904
Test: atest CtsAppPredictionServiceTestCases:AppPredictionServiceTest
Change-Id: I1033e12f5c75ab085d1a0ebff81437ee141528ea
2019-04-24 13:32:52 -07:00
Matt Casey
87610b4e1d Make StatusBarWindowController aware of assist session in progress.
Separate "assist is rendering something" from "assist session is in
progress". If an assist session is in progress, the status bar should be
focusable and back gestures should cause the session to be canceled.

This also intercepts touches outside of the status bar when a session is
in progress, but those touches will cancel (separate CL), so this
shouldn't be a problem.

Bug: 123413054
Test: Ensure in-progress assist sesion is canceled on back, ensure back
is not affected outside of a session.

Change-Id: Ife24b58a7851c5865ff75e66e00e32ae3293a0e8
2019-04-24 16:31:49 -04:00
TreeHugger Robot
7def7254ea Merge "String change" into qt-dev 2019-04-24 20:19:54 +00:00
TreeHugger Robot
def2bc1aef Merge "Change CarSystemUI notification button from launching Car Notification Center to opening the panel instead." into qt-dev 2019-04-24 20:15:26 +00:00
Daniel Sandler
c74d6b563b Merge "Fix crash when launching assist from power button." into qt-dev 2019-04-24 19:45:17 +00:00
Kevin Chyn
e674e85497 Do not dismiss BiometricPrompt when "soft" errors are received
Some errors such as ERROR_TIMEOUT should not caues the BiometricPrompt
dialog to be dismissed. Updated plumbing to allow
onBiometricAuthenticated to pass a string indicating the failure reason

Fixes: 131240917

Test: BiometricPromptDemo
Change-Id: I63a6f1138a24fbc3736184efefc620dd5bb640dd
2019-04-24 12:44:35 -07:00
Tarandeep Singh
c63ff2d590 Merge "Register Ime consumer only when insets are enabled." into qt-dev 2019-04-24 19:34:20 +00:00
Josh Tsuji
d0f57d3683 Merge "Fix start position issues and related flyout flickering." into qt-dev 2019-04-24 19:17:21 +00:00
Robert Snoeberger
4cbd15965c Position "At a Glance" on custom clock below status bar.
Change summary:
 - Position below status bar on AOD, and account for burn in prevention
   movement.
 - Position below lock icon on lock screen.

Fixes: 130797849
Test: visual - checked position on AOD and lock screen
Test: visual - checked position with music playing
Change-Id: Iad088e8b1d301e19ec9a095462a420e1723aba00
2019-04-24 15:14:16 -04:00
Sunny Goyal
247eb895dc Exposing some accessibility methods and state to be used in Launcher
Bug: 130905838
Test: Verified the build with updated launcher
Change-Id: I09f77abc8c767fca8879610bc3fcef1f4da7f821
2019-04-24 12:10:27 -07:00
Jeff Sharkey
16641365aa Merge "Rename Environment method to follow attribute." into qt-dev 2019-04-24 18:57:20 +00:00
TreeHugger Robot
77a9a1c74a Merge "Remove config specific size for HeaderTileLayout" into qt-dev 2019-04-24 18:48:23 +00:00
Kevin Chyn
f5f1236add Do not re-show hint text if user is already authenticated
Fixes: 131237337

Test: manual
Change-Id: I1b96f9a7933e82fcb540c5aa4feb82d6fc22dd11
2019-04-24 11:47:38 -07:00
Julia Reynolds
25b27f521e Update appearance of proxied notifications in guts
Test: manual
Fixes: 131174114
Change-Id: I8725d34e7f2e43c17a1d16fba8ecbe20a0a3d3c9
2019-04-24 14:33:44 -04:00
Susi Kharraz-Post
131a7fe872 Merge "Restructure logging for selection of share targets" into qt-dev 2019-04-24 18:29:01 +00:00
TreeHugger Robot
9f3c297dd0 Merge "Fix NPE of UXR as a result of incorrect initialization." into qt-dev 2019-04-24 18:26:48 +00:00
TreeHugger Robot
4ec8b460c2 Merge "WifiSsid: Catch String out of bound exception" into qt-dev 2019-04-24 18:18:47 +00:00
lindatseng
bcdb3f0ce0 Add night variant of Theme.DeviceDefault.Settings.Dialog
Add night variant of Theme.DeviceDefault.Settings.Dialog to support
panel in dark mode.  Also adding night variant here can ensure this
theme can reused by others.

Test: Manual
Fixes: 130815366
Change-Id: Idd8683a42dfb9dfffb8fc3f5a59c35a4a83a8de1
2019-04-24 18:14:26 +00:00
Hyunyoung Song
10db7c7ee4 Consistently log back gesture origin
Bug: 127848641
Test: builds, manually verified

TL;DR;; the unhandled back gesture direction was opposite of handled
back gesture.

Change-Id: I828543bc86e6fbb24d1a6ee5d6b5b92118401323
2019-04-24 11:05:37 -07:00