Matías Hernández
0359aaeb47
Tweak Modes layouts and use updated strings to match mocks
...
Bug: 333682392
Test: mostly manual, also ZenModeTriggerUpdatePreferenceControllerTest
Flag: android.app.modes_ui
Change-Id: I5bae828a55128f3cb0b07ea0ff21ca196e7564dc
2024-07-30 17:45:38 +00:00
Matías Hernández
f4d44c5500
Fix Zen tests that were failing with modes_ui enabled
...
Actual fixes are in ZenModesListFragmentTest (was creating somewhat unrelated preferences with the actual ZenModesBackend, and isAvailable now returns true for them) and ZenModePreferenceControllerTest (no longer available with modes_ui). But also added EnableFlags(FLAG_MODES_UI) to all tests in notification/modes that lacked it, so we don't regress before we flip the flag.
Bug: 356334282
Test: atest com.android.settings.notification
Flag: android.app.modes_ui
Change-Id: I791b52cfb3fd9adea61079b4b41e456c8b3fe7bd
2024-07-30 14:33:03 +02:00
Oli Thompson
2a8b7039b0
Fix UnsupportedOperationException from immutable set
...
change immutable set to HashSet
Flag: android.app.admin.flags.backup_connected_apps_settings
Bug: 355817689
Test: manually tested
Change-Id: I983d9b3f979e5659669a4a318f03e720623a47b4
2024-07-30 10:49:36 +00:00
Chaitanya Cheemala (xWF)
413e85fa7a
Revert "Change API requestIsEnabled to requestIsSessionStarted"
...
Revert submission 28533501-NTN_check_modem_state
Reason for revert: Likely culprit for b/356320274 - verifying through ABTD before revert submission. This is part of the standard investigation process, and does not mean your CL will be reverted.
Reverted changes: /q/submissionid:28533501-NTN_check_modem_state
Change-Id: I4cdb936eb6a27eeee0aba6a5adfcf9cbdfacd5eb
2024-07-30 09:31:35 +00:00
Haijie Hong
2e12b95c45
Merge "Add multi-toggle preference UI for device details page" into main
2024-07-30 09:25:12 +00:00
Chaohui Wang
e15fcaa1cf
Reduce flaky of InstantAppDomainsPreferenceTest
...
Also DeveloperOptionsControllerTest.
Fix: 355270127
Flag: EXEMPT test only
Test: atest InstantAppDomainsPreferenceTest
Test: atest DeveloperOptionsControllerTest
Change-Id: I80517988b8674ec4d717292da71454419762e65a
2024-07-30 16:29:09 +08:00
Yiyi Shen
7b2435a01c
[Audiosharing] Clean up dup codes
...
Bug: 305620450
Flag: com.android.settingslib.flags.enable_le_audio_sharing
Test: atest
Change-Id: Ife2bf26d78e522dc51891be633d6635883923de3
2024-07-30 15:34:09 +08:00
Chaohui Wang
3a8ce3f970
Merge "Call wifiStatusTracker.fetchInitialState first" into main
2024-07-30 07:09:34 +00:00
Tom Hsu
d5225c236d
Merge "Change API requestIsEnabled to requestIsSessionStarted" into main
2024-07-30 06:51:17 +00:00
Chaohui Wang
0be6705da6
Call wifiStatusTracker.fetchInitialState first
...
Before set listening to true, otherwise could cause race condition.
Fix: 354500692
Flag: EXEMPT bug fix
Test: manual - check wifi summary
Change-Id: I4160f89fae666ac02b816b7d9a69bac581bbd29e
2024-07-30 13:51:52 +08:00
Chaohui Wang
30b9c3c1ae
Merge "Create SubscriptionRepository.phoneNumberFlow" into main
2024-07-30 04:41:02 +00:00
Hakjun Choi
ad6c9cf31a
Merge "[Internal cleanup] remove warning message for resource ID" into main
2024-07-30 04:38:09 +00:00
Chaohui Wang
7009c008f9
Fix search for MMS Message
...
Also display multiple results when there are multiple MMS Message on
different SIMs.
When doing indexing, we not also log sub id as part of the key.
When user clicks the result, using SpaSearchLandingActivity to do the
redirection, set arguments to the fragment.
Fix: 352245817
Flag: EXEMPT bug fix
Test: manual - search mms
Test: unit test
Change-Id: Id47a1151cb418c18f68f97e3be33dcd21c5f5102
2024-07-30 11:34:24 +08:00
Haijie Hong
cc2114a797
Add multi-toggle preference UI for device details page
...
BUG: 343317785
Test: atest DeviceSettingRepositoryTest
Flag: com.android.settings.flags.enable_bluetooth_device_details_polish
Change-Id: I67e7647fee39e789cc1342943f69e7ddc170d0eb
2024-07-30 10:59:27 +08:00
Pajace Chen
ab697ce33f
Merge "[Bugfix] Fix the failed test case" into main
2024-07-30 02:43:19 +00:00
pajacechen
a9eb7c90dd
[Bugfix] Fix the failed test case
...
Fix the failed test case that missed from ag/28495857
Test: Unit Test
Fix: 348563863
Fix: 356152111
Flag: EXEMPT bug fix
Change-Id: I852da018c6967c6ca13e3aea72290a2d6be8bfdd
2024-07-30 10:10:35 +08:00
Chaohui Wang
7477f4ea9a
Show category when search "Mobile data"
...
The displayed category is "SIMs".
Bug: 346776183
Flag: EXEMPT bug fix
Test: manual - search "Mobile data"
Test: unit test
Change-Id: If3c395281e96603193e7476a9e76d1f9e9213531
2024-07-30 09:48:28 +08:00
tomhsu
b091995671
Change API requestIsEnabled to requestIsSessionStarted
...
- Avoid using APM/WIFI/BT in settings app from any transitioning from TN to NTN.
Flag: EXEMPT bugfix
fix: 354806125
Test: Manual test
Change-Id: Id65567971b3d1ea3e177a0cc1e1304446d8fa0e8
2024-07-30 01:27:58 +00:00
Android Build Coastguard Worker
c0f0bbfe24
Merge cherrypicks of ['googleplex-android-review.googlesource.com/28486054'] into 24Q3-release.
...
Change-Id: Iaae305d40fbf8e5b7095e79d3ade135dc0626ac0
2024-07-30 00:02:58 +00:00
Les Lee
ae2195c549
wifi: fix ADB URI doesn't work
...
Using old WifiQrCode parsing for ADB Uri.
Flag: EXEMPT bugfix
Bug: 355088188
Test: Manual test & TH
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:da21128568e29a6c2992b1b38cbb2db9ec36892f )
Merged-In: I54a12b03ed9be6dc49fb957df0f1f7b31647810d
Change-Id: I54a12b03ed9be6dc49fb957df0f1f7b31647810d
2024-07-29 23:56:20 +00:00
Matías Hernández
50a18d9e85
Merge "Fix a11y issues in the schedule editor" into main
2024-07-29 23:29:26 +00:00
Bill Yi
92d90e7f13
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I3e773ef09338ed8525dcfaa4a2b58f2bbdf828d5
2024-07-29 15:24:03 -07:00
Bill Yi
37a3e16ae5
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: Ida6326582c7ec91706155298c198da670848373d
2024-07-29 15:23:10 -07:00
Bill Yi
53c28ece72
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: Idc757e3710cb3aae594b35c1c26b75fc56f6e2c4
2024-07-29 15:20:44 -07:00
Bill Yi
0db37a4d5b
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I879f0ef0f2c7cb82d851352cf7a75fcbecc5bdc4
2024-07-29 15:18:54 -07:00
Bill Yi
b7cf038679
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I6ae0fec262e838110a867b3555a61f1d577482af
2024-07-29 15:14:51 -07:00
Matías Hernández
149bd0a5a4
Merge "Improve lifecycle of ZenModeFragment & friends" into main
2024-07-29 20:28:55 +00:00
Matías Hernández
a463b0af7b
Fix a11y issues in the schedule editor
...
* Don't read start / end time as separate labels.
* Fix content description of day buttons (ToggleButton's stateDescription is textOn/textOff -- which are the same for this particular button, thus it wasn't possible to know whether a day was selected or not).
Fixes: 346396147
Test: manual, with Talkback
Flag: android.app.modes_ui
Change-Id: If73a791cf9bd62cf17e058c81a8051b3e7fd82ea
2024-07-29 18:11:34 +00:00
Matías Hernández
691c0c3f6a
Fix unwanted animation when opening Modes list
...
Fixes: 356151158
Test: manual
Flag: android.app.modes_ui
Change-Id: Ibbc54c68c4bcbf75e908d4a36ef2d8f609b5b797
2024-07-29 18:11:17 +00:00
Matías Hernández
b8b897e552
Improve lifecycle of ZenModeFragment & friends
...
* Don't keep Settings observers longer than start-stop.
* Only call updateState() once on controllers during create->start->resume.
* Remove some duplicate controller update methods from ZenModesFragmentBase (we can directly call DashboardFragment's).
* Don't update controllers if unrelated modes were changed.
* Extract ZenSettingsObserver for use in the link tile later.
* Add tests.
Fixes: 353946788
Test: atest com.android.settings.notification.modes
Flag: android.app.modes_ui
Change-Id: I64b51714d699b5c3a592a76fcb615d2999998829
2024-07-29 20:10:03 +02:00
Alina Zaidi
441a202444
Merge "[dev_option] Update 'Desktop mode on secondary toggle' to be 'Freeform windows on secondary diplay'." into main
2024-07-29 17:49:54 +00:00
Diya Bera
c5e36291ab
Merge "Hide background when identity check auth is requested" into main
2024-07-29 16:57:35 +00:00
Hakjun Choi
a0ba9182ad
[Internal cleanup] remove warning message for resource ID
...
Currently we are seeing Drawable com.android.settings:drawable/ic_check_circle_24px has unresolved theme attributes! error
To address this, use Context.getDrawable(int) to provide theme info when using the icon
Bug: 356149221
Flag: EXEMPT bugfix
Test: manually run Satellite setting menu and check the log whether the waring is shown or not
Change-Id: I55fd1bd4cbaf07e7433cdd286e71f88dacc3e1b5
2024-07-29 16:46:38 +00:00
Yuanru Qian
cadfc0187d
Merge "Do not cancel bonding during bt pairing when orientation happens." into main
2024-07-29 07:05:55 +00:00
Yuanru Qian
aab162f814
Do not cancel bonding during bt pairing when orientation happens.
...
Flag: com.android.settings.flags.disable_bonding_cancellation_for_orientation_change
Bug: b/349542301
Test: locally tested.
Change-Id: I56867eb39ca783b23853318c39e0f25ce1a80e6f
2024-07-29 05:42:17 +00:00
Treehugger Robot
224447b3cc
Merge "Remove unecessary logs" into main am: 5e487ed591
am: 5079417396
...
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/3191355
Change-Id: Icc26cb00766929916b02230bdabc573d6c95c530
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2024-07-29 02:32:49 +00:00
Treehugger Robot
5079417396
Merge "Remove unecessary logs" into main am: 5e487ed591
...
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/3191355
Change-Id: Ifa53f9c0acf7e57ee6a2c1e2fad9e094612aea0b
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2024-07-29 02:16:39 +00:00
Treehugger Robot
5e487ed591
Merge "Remove unecessary logs" into main
2024-07-29 01:43:55 +00:00
Treehugger Robot
8daa5e4f99
Merge "Migrate to onViewCreated in DataSaverSummary" into main am: 04ed8498ee
am: 88f79fe29d
...
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/3188139
Change-Id: Icba45da65537d4af2ad5e109ec5783a2d55ccafa
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2024-07-28 21:18:22 +00:00
Treehugger Robot
88f79fe29d
Merge "Migrate to onViewCreated in DataSaverSummary" into main am: 04ed8498ee
...
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/3188139
Change-Id: Ib0e4725e3b490e70d9518a2f02c418de2216e638
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2024-07-28 21:06:34 +00:00
Treehugger Robot
04ed8498ee
Merge "Migrate to onViewCreated in DataSaverSummary" into main
2024-07-28 20:52:34 +00:00
Joshua Mccloskey
3274acfc27
Merge "Update preferences after a fingerprint is removed." into main
2024-07-27 01:23:03 +00:00
Treehugger Robot
8c6cb9a011
Merge "Add setting illustration to notification cooldown" into main
2024-07-27 00:01:09 +00:00
Treehugger Robot
28ce355bf8
Merge "Remove unused resources since A11yServiceWarning is moved to framework" into main
2024-07-26 23:16:09 +00:00
Joshua McCloskey
1d9ea3fbe8
Update preferences after a fingerprint is removed.
...
Test: Manually verified preferences are removed.
Fixes: 355572367
Flag: EXEMPT bugfix
Change-Id: I14a09b67b8be3cbe0c5d46a959a29c333c46a872
2024-07-26 22:00:30 +00:00
Matías Hernández
e19b8743c8
Merge changes from topic "fix-weird-animation" into main
...
* changes:
Fix jiggle when opening custom manual modes
Allow turning off currently active modes
2024-07-26 20:58:15 +00:00
Treehugger Robot
dc8b74e343
Merge "Make adb team OWNERS of all Adb settings" into main am: 998787ffa8
am: ee6f5cf1ed
...
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/3195878
Change-Id: Ifa37256b70cc3c1d7c6b22637cba040bce62ca3e
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2024-07-26 18:39:33 +00:00
Treehugger Robot
ee6f5cf1ed
Merge "Make adb team OWNERS of all Adb settings" into main am: 998787ffa8
...
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/3195878
Change-Id: Idcd085b62b69bace7ddfda325b1645b6b89440ca
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2024-07-26 18:25:24 +00:00
Treehugger Robot
998787ffa8
Merge "Make adb team OWNERS of all Adb settings" into main
2024-07-26 18:01:59 +00:00
Fabien Sanglard
c7adef9634
Make adb team OWNERS of all Adb settings
...
Test: NA
Bug: 355088188
Flags: NA
Change-Id: I59c037765940a26509f1d312b4c8c2e0105a3580
2024-07-26 10:57:43 -07:00