- May 06, 2024
-
-
Rongxuan Liu authored
Bug: 327599769 Test: atest com.android.settingslib.bluetooth.BluetoothLeBroadcastMetadataExtTest (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:6428ed9fb9f9f1873dede7963d86c3913522ab8d) Merged-In: I57a0ddeef04c879750c9a1dd51452cf196c8c9ed Change-Id: I57a0ddeef04c879750c9a1dd51452cf196c8c9ed NOTE FOR REVIEWERS - errors occurred while applying the patch. PLEASE REVIEW CAREFULLY. Errors: Error applying patch in packages/SettingsLib/src/com/android/settingslib/bluetooth/BluetoothLeBroadcastMetadataExt.kt, hunk HunkHeader[311,7->311,7]: Hunk cannot be applied Original patch: From 6428ed9f Mon Sep 17 00:00:00 2001 From: Rongxuan Liu <rongxuan@google.com> Date: Wed, 06 Mar 2024 03:14:00 +0000 Subject: [PATCH] [Audiosharing] Fix address type usage in QR code format if address not present Bug: 327599769 Test: atest com.android.settingslib.bluetooth.BluetoothLeBroadcastMetadataExtTest Change-Id: I57a0ddeef04c879750c9a1dd51452cf196c8c9ed ---
-
Rongxuan Liu authored
Bug: 324655158 Test: atest com.android.settingslib.bluetooth.BluetoothLeBroadcastMetadataExtTest Test: manually tested with broadcast source and assistant by QR code (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:4abfa5bed1a35a9a9b5ac54951296b3edde4ee9a) Merged-In: I798666b89c4e3558c7528bace0346caf8218dc53 Change-Id: I798666b89c4e3558c7528bace0346caf8218dc53
-
- May 03, 2024
-
-
Oriol Prieto Gasco authored
Set the container field of aconfig flags Test: printflags --format='{package}:{container}:' | grep "::" Bug: 312769710 Flag: NONE Change-Id: I84fda0d5e9813940609436d825738ff786908ff0
-
- Apr 22, 2024
-
-
Anna Bauza authored
Bug: 309426522 Test: manual (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:9d5f70c8d3ca45447c3019bd934e338c05cef193) Merged-In: I8905841cc46ba62099f44dbecf01c06869677bf5 Change-Id: I8905841cc46ba62099f44dbecf01c06869677bf5
-
- Apr 15, 2024
-
-
Iván Budnik authored
Bug: 205124386 Change-Id: I4a96d41cee9b41ea9eaaa295e7a9bbef5b78cd12 Test: N/A
-
- Mar 08, 2024
-
-
William Escande authored
Without that user has to override deprecated API. Bug: 327543670 Test: atest VolumeControlServiceTest BluetoothVolumeControlTest VolumeControlProfileTest Change-Id: Ibd1fc734aa63693c5f90328a81d56fa105dc42bd
-
- Feb 09, 2024
-
-
Natalie Alowayed authored
Change-Id: I73f932819c5e195e3186f1fd2806279df7f67aee
-
- Jan 25, 2024
-
-
Ankita Vyas authored
Bug: 322174422 Test: builds (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:49870c4a7cd2b7fc7009e55e015f89e971cc5742) Merged-In: Ia6ca034c8c7a7d6306f66bd3f0d9f29c9c62edbc Change-Id: Ia6ca034c8c7a7d6306f66bd3f0d9f29c9c62edbc
-
Chaohui Wang authored
Instead of interface to fix the following error: overridable Composable functions with default values are not currently supported. Fix: 321724969 Test: unit test Merged-In: I8399bd486b0001749af76b3393898d930bd2b7af Change-Id: I8399bd486b0001749af76b3393898d930bd2b7af
-
- Jan 12, 2024
-
-
Sebastiano Barezzi authored
During development the Wi-Fi service might not work, let's handle this case so the Setting app doesn't crash when opening the about phone page Logic borrowed from the Bluetooth controller Change-Id: Id8f6ba5d7cbac5780363612b50848ecfea10bc04
-
- Dec 21, 2023
-
-
Cole Faust authored
lintable modules currently pick up files named "lint-baseline.xml" to use as the lint baseline implicitly. This is confusing because you could end up using the baseline files in more modules than intended. Lint also has a feature where it requests you remove unnecessary findings from the baseline file, so something could be necessary for one module, but unnecessary for another that accidentally picked up the baseline. We're removing the implicit detection of the baseline file, which requires all modules using it to list the baseline file explicitly. Bug: 272769514 Test: Presubmits Change-Id: I4e74094eed3f5a0b7395bcb5e16cbee9f0f28b7e Merged-In: I4e74094eed3f5a0b7395bcb5e16cbee9f0f28b7e
-
- Dec 14, 2023
-
-
Yiyi Shen authored
Start personal audio sharing with BluetoothLeBroadcastSettings Test: Manual Bug: 305620450 Change-Id: I30d25695fa1caef795608c148feaa8a8c7cc2c5a
-
Chaohui Wang authored
Bug: 305856149 Test: manual - with Gallery Test: unit test Change-Id: Ie368a5a02078d01341a892ec810dc6cce57db1ee
-
- Dec 13, 2023
-
-
Yiyi Shen authored
Bug: 305620450 Test: manual Change-Id: I3ba4e23a21f01cb8035a1b937bf2a525e41c9c78
-
Chaohui Wang authored
Because the flow can be cancelled before registerReceiver, unregisterReceiver will throw IllegalArgumentException in this case. Fix: 315727715 Test: unit test Change-Id: I3889ca0991eb05899449d4b626c7e8f8c5f00572
-
- Dec 12, 2023
-
-
Chaohui Wang authored
Which not allowed in androidx.compose.material.ripple library anymore. And by removing this, we can follow material3, and align with other parts in Settings. Using LocalContentColor provides MaterialTheme.colorScheme.onSurface to fix ripple color instead. Fix: 313682621 Test: visual (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:cb737f8159198f111429be693f73abb11c352c5f) Merged-In: I7337d25889c4091ae8d3c063caa30cbf1edd4930 Change-Id: I7337d25889c4091ae8d3c063caa30cbf1edd4930
-
- Dec 08, 2023
-
-
Pascal Muetschard authored
- Move the CUJ constant related stuff to its own class - Remove the Session class - Separation of IJM and FT via event listener, breaking the dep loop - Fix (unlikely) race problems in begin/cancel/end - Trim out some unused stuff - Remove some duplicated stuff (like config validation) - Remove checks ensured by tests - Fix a bunch of warnings - Fix missing locks in debug overlay - Remove the outdated DEBUG mechanism Test: atest com.android.internal.jank Flag: NA Change-Id: I29b9da107313d4c07777ce50ce907c7516258807
-
- Dec 07, 2023
-
-
Rithika Gosukonda authored
Fix : b/311687248 Change-Id: I3399013eb30513193d47cd0520f4142df4d4cf2d
-
Hani Kazmi authored
1. Update Notification Listener and A11y settings to call RestrictedLockUtilsInternal rather than checking appOp themselves 2. Rename ecm related methods to include Ecm rather than AppOp - implementation details are being moved to permissions module and may change. Bug: 297372999 Test: Manually tested on device. Automaated tests to follow Change-Id: I32770412ef3508b041ae9b37b7f376c25da37237
-
Hani Kazmi authored
This is the first in a series of changes to wire up all app settings to be ECM restrictable. We introduce a new method in RestrictedLockUtilsInternal which determines whether or not a setting is restricted based on a passed in key. It currently duplicates the current implementation, but will eventually be replaced by a call to permissions mainline. The settings under SpaPrivileged are then updated to have a new BlockedByEcm which is decided by the RestrictedLockUtilsInternal call. Enable ECM restrictions for Usage Access and Device Admin Bug: 297372999 Test: Manually tested on device. Automated Tests at end of chain Change-Id: I4da9cb3309723682101b7c40af4e66683e5917e7
-
Chaohui Wang authored
A scaffold with Setup Wizard style. Fix: 315274217 Test: manual - with Gallery Test: unit test Change-Id: I6198bfaa17a9357243079b3a6911d9e1cbc6cb48
-
Charlotte Lu authored
Test: Visual Test Fix: 313630772 Change-Id: Ia8c15f0b8e878efdae065993f8dc1a6623199f5d
-
- Dec 06, 2023
-
-
Vladimir Komsiyski authored
- Add a feature flag - Add a isVirtualDeviceOnly InputMethod attribute to hide custom VD IME components from settings. Such components should not be visible to users. Bug: 287269288 Test: atest InputMethodInfoTest Change-Id: I80422f9002d5c412dfd556966203759d90236db8
-
Chaohui Wang authored
Because the flow can be cancelled before registerReceiverAsUser, unregisterReceiver will throw IllegalArgumentException in this case. Fix: 315037726 Test: manual - on AppInfoSettings Test: unit test Change-Id: If302c26abc4774373dd2a66b8102e689a2760ab9
-
Ang Li authored
Bug: 314806806 Change-Id: Ibc0aeb7c09f5961021ed2fe2da72e25e5c3cae39
-
Ang Li authored
The color theme of `MaterialYouColorsTestRule` changed from orange to green-blue months ago, which resulted in the failure of `SpaScreenshotTests`. This CL updates the screenshots on device. Bug: 314806806 Test: http://ab/I76200010223015064 Change-Id: Iac14f437c9bb1f492f5d4ec2af4f316d52d9ad15
-
- Dec 05, 2023
-
-
Bill Yi authored
Auto-generated-cl: translation import Change-Id: I57cd725a6f2624dcaab21419c3c26eb13cc5a7bc
-
Bill Yi authored
Auto-generated-cl: translation import Change-Id: I95e6d19b059a48560a523bb11ea63ceddf05a69f
-
Bill Yi authored
Auto-generated-cl: translation import Change-Id: Iaa1d1249e6b5d4856bf4fe75fd4ff28a741a66b1
-
Chaohui Wang authored
Bug: 314757827 Test: manual - All apps > app detail Change-Id: I30241e5586a3b2ee00fee3e5fbf937a250afbf37
-
- Dec 04, 2023
-
-
Jakob Schneider authored
This fixes opening the Settings page from the launcher. Bug: 309107861 Test: Tested the bugfix manually Change-Id: I1ea7513a9d143a97f7274b849d51660c6f515f8c
-
Chaohui Wang authored
When apk upgraded or downgraded. Bug: 314562958 Test: manual - on App Info Settings Change-Id: I487d4b99a4c397eeb1f2da5ced05d3fae960f0ce
-
- Dec 03, 2023
-
-
Chaohui Wang authored
Call Bitmap.setPixels() once instead of setPixel() multiple times. Bug: 304560734 Test: manual - on "About phone" page (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:f8d17833044de41ea37547758b79a41f6fcf5370) Merged-In: I6e1be2e394764c3bb19db23f18070f71b80c31e7 Change-Id: I6e1be2e394764c3bb19db23f18070f71b80c31e7
-
- Dec 01, 2023
-
-
Mark Kim authored
Test: AppListRepositoryTest Bug: 313500143 Change-Id: I6a9dbeec3d761d1fb9a488e82c8514060e0b18a2
-
Edgar Wang authored
Bug: 313819029 Change-Id: Ieb8f3c3ad22a02d49266c0cde585006b5f2952f8 Test: visual
-
Chaohui Wang authored
Also, - Upgrade gradle to 8.5 Bug: 303768224 Test: Gradle Sync Test: Run Gallery Change-Id: I7133df6697c6b7321d1f4e1c3a3622fa85f2f3de
-
- Nov 30, 2023
-
-
Chaohui Wang authored
To easily collect the Setting.Secure changes. Also refactor SettingsGlobalBoolean. Bug: 308903704 Test: unit tests Change-Id: Id85ffe9d8e4ea3d9daf1e04143d4a3069a0e95e5
-
Chaohui Wang authored
Bug: 305856149 Test: visual Change-Id: I0f590ee7798660904aa5fd24c6e0c91f7c17531c
-
Jasmine Cha authored
Bug: 284227163 Test: host test from setting ui. atest MediaOutputPreferenceControllerTest atest AudioOutputSwitchPreferenceControllerTest atest MediaOutputIndicatorSliceTest Change-Id: I6c2378bf929b82a5c407e6b67ac8003aea22b54e Signed-off-by:
Jasmine Cha <chajasmine@google.com>
-
Bill Yi authored
Auto-generated-cl: translation import Change-Id: I434e4a83982f3c9dfc936cd72bb53df7700fbbe1
-