- Jun 03, 2024
-
-
Guojing Yuan authored
associations Fix: 338005013 Test: CTS Change-Id: I3af4dd3aeebba03fe5cd6d3746e7998d505e1948
-
- May 01, 2024
-
-
Nate Myren authored
-
Yuting Fang authored
-
Yisroel Forta authored
-
Wenhui Yang authored
-
Grace Cheng authored
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/27164360 Change-Id: I0282bb1dc2cb369bce257de75aa0ce78a2d1e51a Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Riley Jones authored
-
Justin Weir authored
-
Grace Cheng authored
-
Julia Reynolds authored
-
Vinit Nayak authored
-
Varun Shah authored
-
Julia Reynolds authored
-
Michael Mikhail authored
-
Nithishraj Vallavaraj authored
-
Julia Reynolds authored
-
William Leshner authored
-
Tyler Freeman authored
Merge "fix(high contrast text): fix background rect overlaps other characters with multiple spans" into main
-
Nicolò Mazzucato authored
[automerger skipped] Merge "Listen for insets changes from MirroringDialog" into 24D1-dev am: 31cd136e -s ours am skip reason: Merged-In I14ce1c2111707758f31ba9256a705edfd711b31e with SHA-1 10064bc6 is already in history Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/27053075 Change-Id: Iba0f24ea4970e1fd560f7a9bb2d58576fcabbdf6 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Nicolo' Mazzucato authored
am skip reason: Merged-In I14ce1c2111707758f31ba9256a705edfd711b31e with SHA-1 10064bc6 is already in history Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/27053075 Change-Id: Icca2520ee888691ff9de37d479efb15ff5e353ff Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Behnam Heydarshahi authored
-
Nicolò Mazzucato authored
-
Jian-Syuan (Shane) Wong authored
-
Justin Weir authored
-
Shane authored
In some use cases, the intermittent update state could be updated right after Views vote that causes inconsistency between the voted category and the category that is sent to SurfaceFlinger. This Cl moves updateInfrequentCount after setCategoryFromCategoryCounts to avoid that. Although we need one more frame to change the intermittent update state, we can now ensure the consistency. Fixes: 338173334 Test: atest ViewRootImplTest / atest ViewFrameRateTest` Change-Id: I8eb775a45eb7bc5d3cb4a0f759525228296203dd
-
Xin Guan authored
-
Massimo Carli authored
[automerger skipped] Merge "[3/n] Define OVERRIDE_MIN_ASPECT_RATIO_ONLY_FOR_CAMERA" into 24D1-dev am: 9e919919 -s ours am skip reason: Merged-In Ib0f9a854372e35621345fbad60578c4238f54349 with SHA-1 0d690d02 is already in history Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/26901098 Change-Id: Iff33f2d31b99e35ed0a34db291da5526924823f5 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Massimo Carli authored
am skip reason: Merged-In Ib0f9a854372e35621345fbad60578c4238f54349 with SHA-1 0d690d02 is already in history Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/26901098 Change-Id: Ic84ea8131366dc8761b93055affbad0b2551c321 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Dennis Shen authored
If the staged value is the same as the current server side value, thre is no need to stage. Without this optimization, we can run into sys prop performance issue at boot. Bug: b/332611029 Test: m Change-Id: I253e8ee0a8619cd66c1ad104db9e6c3b5a25da42
-
Evan Laird authored
* changes: [Sat] Icon updates [Sat] Update device-based carrier string
-
Coco Duan authored
-
Yuting authored
An AppOp's proxy can be from a different device indicated by the device Id in AttributionSource. Hence we need to add device Id in OpEventProxyInfo to show which device the proxy is on. Bug: 337340961 Test: presubmit Change-Id: I8067de74eedce209b4007c2ced5bbdbc25d92926
-
Massimo Carli authored
-
Nicolo' Mazzucato authored
The dialog was being shown only after lockscreen dismissal when an external display was connected. The dialog got bottom insets only when created. However, when using 3 buttons nav the bottom insets was changing with some delay. The base class (SystemUIBottomSheetDialog) now listens at insets changes and propagates them to child classes. + Adding a 200ms debounce to show the dialog: this avoids a visible jump when unlocking with 3 buttons nav. Flag: None Fixes: 327656078 Test: MirroringConfirmationDialogTest Change-Id: I14ce1c2111707758f31ba9256a705edfd711b31e Merged-In: I14ce1c2111707758f31ba9256a705edfd711b31e (cherry picked from commit 10064bc6)
-
Julia Reynolds authored
because when we reboot, we load data only once, as USER_ALL, and we may have pending data for multiple users. Bug: 334999659 Test: PreferencesHelperTest Test: on source device, turn off a channel. restore to device, reboot immediately, view notification settings when app is installed. reboot again, view again Change-Id: I11ff90ec652aafea5ea8a896331d60a0ea20d6b3
-
Julia Reynolds authored
And treat them as current time, instead. Also move all code to use the single feature flag because it's hard to keep both flags in sync. Bug: 330193582 Flag: android.app.sort_section_by_time STAGING Test: NotificationTest Test: view system USB notifications on device Change-Id: I01efc63ddd1a60b69ad284c7e8120fa6ddc6dcf0
-
Justin Weir authored
Migrates UdfpsKeyguardInteractor and KeyguardBypassController from ShadeRepository to ShadeInteractor and ShadeLockscreenInteractor, because ShadeRepository.qsExpansion does not work when the scene container flag is on. Also deprecates ShadeRepository.qsExpansion. Also parameterizes their tests to run both with and without the Scene Container flag on. Also converts UdfpsKeyguardInteractorTest.kt to deviceless. Fixes: 338205546 Bug: 334874076 Test: yes Flag: ACONFIG com.android.systemui.scene_container DEVELOPMENT Change-Id: Ia726d8a0e9094a39eafff1e42b925a350a81a8db
-
Anton Potapov authored
-
Nate Myren authored
Parts of the policy service code get skipped when the access checking system is active. However, we don't want user sensitivity updates to be a part of this. Pull it out into its own method. Bug: 324538291 Test: manual, presubmit Change-Id: I88c82eca2c5ae557d9fd212e12f59cbe35cf9629
-
Jiewen Lei authored
This reverts commit 88d94ff9. Reason for revert: b/336028252 Change-Id: I1dc999f3fc741afa8e516596434c4fdc07d9d9ab
-