TreeHugger Robot
85dda65c28
Merge "Clarify the semantics of ACTION_SCHEDULE_EXACT_ALARM_PERMISSION_STATE_CHANGED" into sc-dev
2021-05-12 23:28:51 +00:00
TreeHugger Robot
bb793e1b1f
Merge "Exclude scrim padding when calculating stack height on lockscreen" into sc-dev
2021-05-12 23:22:01 +00:00
Aurimas Liutikas
b357fadd1e
Merge "Revert "Fix incompatibilities with Kotlin 1.5.0"" am: f1e2bb9a81 am: c2db9c85cc am: 51a1b7d082
...
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1705633
Change-Id: I20f9e94bb3241e07052edbe8c042162c2ad6f118
2021-05-12 23:09:41 +00:00
Aurimas Liutikas
51a1b7d082
Merge "Revert "Fix incompatibilities with Kotlin 1.5.0"" am: f1e2bb9a81 am: c2db9c85cc
...
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1705633
Change-Id: I39fdc7fb9ad8109e51e2d3bdee1bc4fb3354a247
2021-05-12 22:52:55 +00:00
Dmitri Plotnikov
dd9dcdfb72
Merge "Fix device-level wakelock battery attribution" into sc-dev
2021-05-12 22:52:41 +00:00
Lorenzo Colitti
79d74a6448
Merge changes from topic "transportinfo-explicit-redaction" into sc-dev
...
* changes:
Immediately redact VcnTransportInfo.
Do not automatically redact TransportInfo objects.
2021-05-12 22:46:36 +00:00
Chris Li
806b5b8ed6
Merge "Determine whether to support activities in multi window (5/n)" into sc-dev
2021-05-12 22:37:41 +00:00
TreeHugger Robot
4d2b82b01f
Merge "Do not ignore views that are GONE" into sc-dev
2021-05-12 22:21:32 +00:00
Aurimas Liutikas
c2db9c85cc
Merge "Revert "Fix incompatibilities with Kotlin 1.5.0"" am: f1e2bb9a81
...
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1705633
Change-Id: Ic447f14fbeab4215efc758f301b626bc21766b31
2021-05-12 22:20:32 +00:00
Jean-Michel Trivi
3009a4d87d
Merge "AudioService: fix AVRCP absolute volume reset" into sc-dev
2021-05-12 22:06:59 +00:00
Aurimas Liutikas
f1e2bb9a81
Merge "Revert "Fix incompatibilities with Kotlin 1.5.0""
2021-05-12 22:03:25 +00:00
TreeHugger Robot
9d7540c17e
Merge "Atoms.proto PROFILE_CLONE entry" into sc-dev
2021-05-12 22:02:45 +00:00
Ahaan Ugale
f60fbc10b5
Merge "Nullability fixes for HotwordDetectionService APIs." into sc-dev
2021-05-12 21:56:54 +00:00
Aurimas Liutikas
c5b4071877
Revert "Fix incompatibilities with Kotlin 1.5.0"
...
This reverts commit b8ca1157ab .
Reason for revert: b/187908823
Change-Id: I9606c5730f4e8697a9319939acda0a9b7a74634d
2021-05-12 21:56:31 +00:00
Stevie Kideckel
9a0e124b1a
Merge "Performance/jank improvements to AnalogClock" into sc-dev
2021-05-12 21:49:28 +00:00
Jeff Sharkey
a224ffb28f
Merge "Grant "Nearby devices" to Bluetooth MIDI service." into sc-dev
2021-05-12 21:45:16 +00:00
Ben Lin
4c21ac8f33
Merge "PiP: Update menu state AFTER animation is done for show/hide/resize." into sc-dev
2021-05-12 21:34:48 +00:00
Ben Lin
8c39ee10d3
Merge "PiP: Recheck condition to pass input to menu." into sc-dev
2021-05-12 21:33:01 +00:00
Dmitri Plotnikov
59dd00ce46
Fix device-level wakelock battery attribution
...
Bug: 187844042
Test: atest FrameworksCoreTests:WakelockPowerCalculatorTest
Change-Id: I4e14d962db37adeafb793022b50da0065628238c
2021-05-12 14:21:12 -07:00
TreeHugger Robot
c70b38a9f8
Merge "Add transferTouch api" into sc-dev
2021-05-12 21:15:04 +00:00
Lyn Han
2e2ac20e52
Exclude scrim padding when calculating stack height on lockscreen
...
Since we don't use notification background scrim on lockscreen
Bug: 187195324
Test: lockscreen stack height looks correct
Change-Id: Id66da679c39fdec488318f6f920fa90241d17115
2021-05-12 21:11:40 +00:00
TreeHugger Robot
c42a70fab2
Merge "Reset the color settings if the wallpaper changes" into sc-dev
2021-05-12 21:10:09 +00:00
Leon Scroggins
5183641bef
Merge "PIP: Always enable rounded corners" into sc-dev
2021-05-12 21:02:05 +00:00
TreeHugger Robot
c9216d334b
Merge "Provide proper transform to mask canvas" into sc-dev
2021-05-12 20:57:56 +00:00
TreeHugger Robot
7ae30966d9
Merge "Try to draw with given font before updating" into sc-dev
2021-05-12 20:54:21 +00:00
TreeHugger Robot
8e96a04385
Merge "Set the correct default in quick_qs_status_icons" into sc-dev
2021-05-12 20:52:11 +00:00
Kevin Chyn
8404904b26
Merge changes I2339e806,Ic7eaddc4 into sc-dev
...
* changes:
Do not show fingerprint icon/circle underneath moving target
Enlarge UDFPS enrollment progress bar
2021-05-12 20:50:31 +00:00
Caitlin Cassidy
28b091c6cc
Merge "[Ongoing Call Chip] Improve accessibility." into sc-dev
2021-05-12 20:46:11 +00:00
Chris Li
fa67b59b79
Merge "Fix NPE for checking immersive confirmation window root feature" into sc-dev
2021-05-12 20:39:52 +00:00
Fabian Kozynski
1b69a1d33e
Do not ignore views that are GONE
...
If the view is GONE, we don't remove the size for the final size.
Test: manual
Fixes: 187881823
Change-Id: I29e4fc2cb0196799f2486661b2f76b4bfc01594a
2021-05-12 16:36:51 -04:00
Lucas Dupin
b52611aa8a
Merge "Blend premultiplied colors" into sc-dev
2021-05-12 20:08:16 +00:00
Ahaan Ugale
d579a8ee6e
Nullability fixes for HotwordDetectionService APIs.
...
* Make the Hotword*Result payloads NonNull. HotwordDetectedResult on the
VoiceInteraction side is still @Nullable since the EventPayload is
used for other result types too.
* Remove @NonNull for a primitive return type.
Bug: 184962614
Test: atest CtsVoiceInteractionTestCases
Change-Id: Ib57368dab442f80805233864dc8fd86249f677cf
2021-05-12 13:06:31 -07:00
TreeHugger Robot
b65503ecc2
Merge "Add bootclasspath_fragment." into sc-dev
2021-05-12 20:06:22 +00:00
Makoto Onuki
b5ddeefc09
Merge "Clean up setForegroundServiceBehavior()" into sc-dev
2021-05-12 19:59:44 +00:00
TreeHugger Robot
6e77692106
Merge "Hide the mobile slot when QSBH expands in legacy model" into sc-dev
2021-05-12 19:46:34 +00:00
Lyn Han
444187faad
Merge "Push notifications down offscreen when QQS expands to fullscreen QS" into sc-dev
2021-05-12 19:29:58 +00:00
Lyn Han
0c9d558ae0
Push notifications down offscreen when QQS expands to fullscreen QS
...
And bring notifications back up when fullscreen QS closes to QQS
This updates UI to spec and fixes issues where the top of the
notifications background scrim and notification shelf icons still show
in fullscreen QS, which looks messy and blocks the media player.
Fixes: 187195324
Test: open shade, expand QS, close QS, close shade
Change-Id: Ic0a3238db16086ac272e80521c5e332d1a92744b
2021-05-12 19:29:39 +00:00
Nader Jawad
9238f59d97
Provide proper transform to mask canvas
...
Updated mask canvas to have the same
transformation applied to the initial
target canvas and device
Bug: 184297961
Test: manual
Change-Id: Ibdeefba8ec9f95f4acd7e3176f43a5e603e76676
2021-05-12 12:16:26 -07:00
TreeHugger Robot
7652864e3b
Merge "Add apex_available for SettingsLib libraries used by PermissionController." into sc-dev
2021-05-12 19:06:53 +00:00
Caitlin Cassidy
2cfbad33ca
Merge "[Ongoing Call Chip] Add analytics for when the chip becomes visible and when the chip is clicked." into sc-dev
2021-05-12 19:01:36 +00:00
Connor O'Brien
0602a88a8f
Merge "Log less on negative deltas in kernel CPU time readers" into sc-dev
2021-05-12 18:53:33 +00:00
TreeHugger Robot
209a1ee0b1
Merge changes I8dc57930,Ia993613f,I111cc425 into sc-dev
...
* changes:
Enable PackageManagerService snapshots
Improve snapshot performance
Correct snapshot races
2021-05-12 18:42:25 +00:00
Ned Burns
7504ce2789
Merge "Spin off smartspace behavior into SmartspaceController" into sc-dev
2021-05-12 18:30:09 +00:00
Seigo Nonaka
f39661e411
Try to draw with given font before updating
...
Bug: 187542525
Test: atest FontFamilyUpdateRequestTest
Test: atest FontListParserTest
Test: atest FontManagerTest
Test: atest NativeSystemFontTest
Test: atest PersistentSystemFontConfigTest
Test: atest SystemFontsTest
Test: atest SystemFontsUniqueNameTest
Test: atest UpdatableFontDirTest
Test: atest UpdatableSystemFontTest
Change-Id: Iadb717c1cdf9e3c9470001be5884c0419a26035e
2021-05-12 11:26:52 -07:00
Automerger Merge Worker
aac9987aed
Merge "[automerger skipped] Merge "Ensure storage permission revoke happens for all users" into rvc-qpr-dev am: 9e639ddde5 -s ours" into rvc-qpr-dev-plus-aosp am: 47592cbcee -s ours
...
am skip reason: Merged-In Ieb8bb9cde1576e9eee131338d393b8a3528341ec with SHA-1 37acd7ee52 is already in history
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14357327
Change-Id: I279a255dbf70f32ae6693b108b49173c5ce3086a
2021-05-12 18:24:44 +00:00
Lucas Lin
9694940b96
[automerger skipped] Merge "Update PrivateDnsMode from StringDef to IntDef" am: 1742bf024c am: eb6daaa8af am: 9df8482c78 -s ours
...
am skip reason: Merged-In I23e7ec140066979726d769cabc5f7057bb2167e6 with SHA-1 56451e2847 is already in history
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1675562
Change-Id: I6bf6c1259a83fb9763b286941b7df8fe6e491bcf
2021-05-12 18:24:14 +00:00
Lucas Lin
cd366b6eaf
[automerger skipped] Merge "Remove sendNetworkConditionsBroadcast" into rvc-dev am: 542d796a9f am: 6f53003c47 -s ours am: e9e500a82b -s ours
...
am skip reason: Merged-In I7b43940dc32826c70fa82f471b35bc5cb8394aad with SHA-1 c737926795 is already in history
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14455604
Change-Id: Ie39cad37ac044cb34c4cf46348904260c31ac3c2
2021-05-12 18:23:37 +00:00
Lucas Dupin
0ec7ddeba8
Blend premultiplied colors
...
Mixing alpha blended colors, and then premultiplying them in the end was
causing artifacts on the sparkles.
Bug: 187824279
Test: visual
Change-Id: Icde12c3fa737f597f18f2705eefa687a49a19445
2021-05-12 11:14:03 -07:00
yinxu
05b2ad48fb
Hide the mobile slot when QSBH expands in legacy model
...
Bug: 186621488
Test: Manual testing
Change-Id: I1570424658cf6a3d750f2d649814c0462a543c48
2021-05-12 11:08:03 -07:00
Automerger Merge Worker
47592cbcee
Merge "[automerger skipped] Merge "Ensure storage permission revoke happens for all users" into rvc-qpr-dev am: 9e639ddde5 -s ours" into rvc-qpr-dev-plus-aosp
2021-05-12 18:00:23 +00:00