Commit Graph

32599 Commits

Author SHA1 Message Date
Bill Yi
d2a3eb3a91 Import translations. DO NOT MERGE ANYWHERE
Auto-generated-cl: translation import

Bug: 408276020
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:fb6e003c12031ec5a006e9823027127dca586386)
Merged-In: I9936898bcefdabe144efb3368d7eebe9c7a44f6a
Change-Id: I9936898bcefdabe144efb3368d7eebe9c7a44f6a
2025-04-12 12:33:26 -07:00
Florian Mayer
92e1b25a29 Fix crash if device policy disables MTE
Flag: EXEMPT bugfix
Test: set device policy using TestDPC, observe crash is gone
Bug: 407990172
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:ec6b4842bef8f6f29989bb370d44499a70d6172e)
Merged-In: Ib5f01cb5bb3296ee0b5909a1a730e9dad040902b
Change-Id: Ib5f01cb5bb3296ee0b5909a1a730e9dad040902b
2025-04-07 20:00:34 -07:00
Bill Yi
07e7d29473 Import translations. DO NOT MERGE ANYWHERE
Auto-generated-cl: translation import

Bug: 406841318
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:a273b927dd2b7be164abb1145ca00e8b92bc5e41)
Merged-In: I8f4075e67060fcb7220d230b9a8e6e5063877edd
Change-Id: I8f4075e67060fcb7220d230b9a8e6e5063877edd
2025-04-02 19:38:04 -07:00
Bill Yi
9165802054 Import translations. DO NOT MERGE ANYWHERE
Auto-generated-cl: translation import

Bug: 406841318
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:ce58acd615ac53dc476a87c9e4ed1f9441c2c4aa)
Merged-In: I5fdbe6b236274b7a005f8378a6bedd2f7f750897
Change-Id: I5fdbe6b236274b7a005f8378a6bedd2f7f750897
2025-04-02 19:37:46 -07:00
Yuri Lin
0773c4d93f Merge "Merge bundle global & type preference controllers." into main 2025-03-24 12:13:24 -07:00
Bill Yi
7cf2266074 Merge "Import translations. DO NOT MERGE ANYWHERE" into main 2025-03-24 11:00:12 -07:00
Yvonne Jiang
081fab1330 Merge "Update "Manage PIN" entry point." into main 2025-03-21 15:05:09 -07:00
Treehugger Robot
cb489635ad Merge "Add resume and pause animation strings" into main 2025-03-21 13:19:12 -07:00
Yvonne Jiang
2887142833 Update "Manage PIN" entry point.
- Updates default icon to outlined version
- Makes availability conditional on existence of supervising credential
- Does not disable entry point when the main switch is disabled

Bug: 405159398
Test: atest SupervisionPinManagementScreenTest
Test: atest SupervisionDashboardScreenTest
Flag: android.app.supervision.flags.enable_supervision_settings_screen
Change-Id: I764a6b767019007a93aacf29ecf47677e16cb058
2025-03-21 12:10:30 -07:00
Austin Delgado
4822156c9b Add resume and pause animation strings
Bug: 400627671
Test: Verified manually
Flag: EXEMPT bugfix
Change-Id: I064768ec1784d8eebe3260119ce0201f28943e80
2025-03-21 11:36:38 -07:00
tom hsu
8be6d98b1f [Satelllite] Avoid using "add ESIM page"
- When user clicks preference UI, show a dialog to nofity user
   satellite session.

Flag: EXEMPT bug fix
Fix: b/402544816
Test: atest pass
Test: Manual test

Change-Id: Ifeff9368fed906bc56abcc8eb23748a71f79ee4d
2025-03-21 13:48:21 +00:00
Bill Yi
1ed0c766c0 Import translations. DO NOT MERGE ANYWHERE
Auto-generated-cl: translation import
Change-Id: Ie3c3aad6a190f6b842474a555f56937c8558dd20
2025-03-21 10:00:04 +00:00
Treehugger Robot
dc34cabee1 Merge "Show hearing device pairing intro according to the device's supported status" into main 2025-03-21 01:55:57 -07:00
jasonwshsu
e3eb185e00 Show hearing device pairing intro according to the device's supported status
Bug: 390078046
Test: atest HearingDevicePairingIntroPreferenceControllerTest
Flag: EXEMPT bugfix
Change-Id: I19b9825a55732c9edb058dd517d6021549e55307
2025-03-21 14:28:12 +08:00
Treehugger Robot
10c60497ce Merge "[3FT] Strings update" into main 2025-03-20 11:59:24 -07:00
yyalan
2d55d29e2b [3FT] Strings update
Bug: 389062514
Fixes: 404773884
Flag: NONE bug fix
Test: check manually in settings
Change-Id: Ia5b2ef72c29785c5b2470fb775b5c1150f06eec6
2025-03-20 17:00:42 +00:00
Edgar Wang
68ca14d525 Merge "[Expressive design] apply AlertDialog style" into main 2025-03-20 09:52:15 -07:00
Treehugger Robot
2104427f6a Merge "Revert "[3F Tap] Radio Group VisD updates"" into main 2025-03-20 08:57:59 -07:00
Marcelo Arteiro
7ae4e0fa0b Merge "Pending Location information added to Dark Theme" into main 2025-03-20 05:43:17 -07:00
Treehugger Robot
91f6063a43 Merge "Remove tint color from seekbar" into main 2025-03-20 05:34:37 -07:00
Yalan Yiue
84306355a7 Revert "[3F Tap] Radio Group VisD updates"
This reverts commit 3307af4985.

Reason for revert: b/404773996

Change-Id: I739856084506f863b3ab1ec1b9a1133feaec48fb
2025-03-20 04:55:59 -07:00
Marcelo Arteiro
157030dcef Pending Location information added to Dark Theme
Resolved an issue in Settings where sunset/sunrise dark mode failed silently when a location was unavailable. Now, an error dialog is shown, even if location services are enabled, but a specific location is missing.

A footer stating the same issue is now present while the location is pending.

Existing banner that appears when Location is disabled is now being removed once Location is turned on. Previously the UI would refresh only after exiting and returning to the preference view.

Bug: 324548844
Bug: 402025928
Test: atest UiModeManagerServiceTest
Flag: EXEMPT bugfix
Change-Id: I914937185f11a686b453f929728b6329ebd05389
2025-03-20 03:21:45 -07:00
Ramya Manoharan
a305fb9de3 Merge "[Settings][UI] Updated warning string during eSIM deletion in Settings." into main 2025-03-19 21:01:19 -07:00
Treehugger Robot
cba1fbacd1 Merge "Apply different text style to highlighted homepage titles" into main 2025-03-19 20:35:55 -07:00
Bill Yi
f40518c994 Merge "Import translations. DO NOT MERGE ANYWHERE" into main 2025-03-19 16:04:48 -07:00
Bill Yi
6845ab6e25 Merge "Import translations. DO NOT MERGE ANYWHERE" into main 2025-03-19 16:04:48 -07:00
Edgar Wang
f508f3b87f [Expressive design] apply AlertDialog style
Bug: 394699422
Test: visual
Flag: EXEMPT resource update
Change-Id: I828f447aca780d943ebd2477b6a07b622a88e8eb
2025-03-19 18:02:33 +00:00
Treehugger Robot
e2984b4b06 Merge "Change the resource ID of advanced protection help URI" into main 2025-03-19 10:52:36 -07:00
Azhara Assanova
96c6ed59a6 Change the resource ID of advanced protection help URI
Change-Id I3c6d24e3e9a4358ab1adb342dbee8fc56ac16794 added advanced
protection help URI to frameworks/base/core/res/res/values/config.xml,
so this change removes the duplicate resource from Settings and updates
ActionDisabledByAdvancedProtectionDialog to use the framework resource.

Bug: 401233918
Test: manual
Test: atest ActionDisabledByAdvancedProtectionDialog
Flag: EXEMPT bug fix
Change-Id: Ic84909f4c16d3449bd9981be6659987b1963a26a
2025-03-19 16:02:17 +00:00
Haijie Hong
9ecaf7c2ae Merge "Add toast for bond loss" into main 2025-03-19 04:41:35 -07:00
Jason Chiu
6060c76b88 Apply different text style to highlighted homepage titles
Bug: 396946176
Test: visual
Flag: com.android.settingslib.widget.theme.flags.is_expressive_design_enabled
Change-Id: Idf243d4f3f41070537338d9898e3ff91a7ee788a
2025-03-19 03:15:05 -07:00
Haijie Hong
6c608b7e8a Merge "Show bond loss UI in device details" into main 2025-03-19 00:22:21 -07:00
Haijie Hong
d6f7270748 Add toast for bond loss
Test: local tested, haven't find good way to add unit test for reflection.
Flag: EXEMPT minor fix
Bug: 380801155
Change-Id: Ia0d05ef933b0ae24077f31e4ff46c9948b99628a
2025-03-18 23:20:20 -07:00
tom hsu
9896b590d3 [Satellite] Change footer format in satellite setting
- Use controller base design instead of current

Flag: EXEMPT bug fix
Bug: b/401648126
Fix: b/402037025
Test: Manual test
Test: atest pass
Change-Id: Icb3fd6a1c5340e554593fc57cb238bf98d3ed0e3
2025-03-18 22:59:38 -07:00
Bill Yi
cf71586a1f Import translations. DO NOT MERGE ANYWHERE
Auto-generated-cl: translation import
Change-Id: I6b7059865262905cd350b495b4675cf57280597e
2025-03-18 13:49:15 -07:00
Bill Yi
edb65dbd6d Import translations. DO NOT MERGE ANYWHERE
Auto-generated-cl: translation import
Change-Id: Iba3812000a2442dad525ba2483ec382f85426c78
2025-03-18 13:47:38 -07:00
Mill Chen
b6fba4dc4a Remove tint color from seekbar
Bug: 317163103
Test: visual test
Flag: EXEMPT bugfix
Change-Id: Iea9389931bc3669d3138c70f47ee4dd286f1207e
2025-03-18 12:06:23 +00:00
Haijie Hong
519f1752f0 Show bond loss UI in device details
Bug: 380801155
Test: atest BluetoothDetailsFragmentTest
Flag: EXEMPT minor change
Change-Id: I458778e1a3adde4ec1ddd8b84b8dc7f1d91621f5
2025-03-18 11:41:52 +08:00
Xiaomiao Zhang
2897cf5def Add SafeSearch content filters preference.
Test: atest SupervisionSafeSearchPreferenceTest
Test: locally deployed on physical device
Bug: 401569571
Flag: android.app.supervision.flags.enable_web_content_filters_screen
Change-Id: Ia889c4c8f4df8d1b714909b19a7e0b5ef40154cf
2025-03-17 19:49:43 +00:00
Yuri Lin
53f94f0495 Merge bundle global & type preference controllers.
This change allows the combined preference controller to be a central place to manage dependencies between the global switch and the individual type checkboxes. When the last individual checkbox is unchecked, the global switch turns off as well. When the global switch is flipped, the individual type preferences become visible or invisible.

Flag: android.service.notification.notification_classification
Bug: 380291070
Test: atest BundleCombinedPreferenceControllerTest, manual
Change-Id: I4e97d3d999c6114dd8c71100a0b0de1eb8f94e31
2025-03-17 15:04:38 -04:00
Treehugger Robot
a9ef330701 Merge "Move the content description for Display size and text preview to xml" into main 2025-03-17 10:47:30 -07:00
Treehugger Robot
1bb0fe126f Merge "[Satellite] Refactor code to controller base." into main 2025-03-17 08:34:53 -07:00
tom hsu
f0efc2e363 [Satellite] Refactor code to controller base.
- Your mobile plan

Flag: EXEMPT refactor
Bug: b/403149290
Test: atest pass
Change-Id: Ia21f3d8b301401799263a1a2b43d82e9a46729a5
2025-03-17 13:52:58 +00:00
Jacky Wang
4a048a361b Merge "Change storage_summary string id to fix crash" into main 2025-03-17 06:35:51 -07:00
Treehugger Robot
51a7f2c109 Merge "[Satellilte] Remove dynamic string of messaging and connectivity" into main 2025-03-17 06:05:57 -07:00
Jacky Wang
91dab36efd Change storage_summary string id to fix crash
ag/32322018 reverts storage_summary string for default locale but other
languages might be still using stale translations and cause
MissingFormatArgumentException crash.

As a quick fix, change the string id to make it as a new string. The
side-effect is that storage summary is not localized for a while.

Fix: 404116634
Flag: EXEMPT bugfix
Test: Verified with zh_TW locale
Change-Id: I5d7d6be2c1eb524622f1013120cb44403b1f6f29
2025-03-17 19:41:57 +08:00
tom hsu
006007446b [Satellilte] Remove dynamic string of messaging and connectivity
Flag: EXEMPT bug fix
Bug: b/401648126
Test: Manual test.
Change-Id: I3ec28cfa2a05b421f19918414af8e75c5c0b224e
2025-03-17 11:28:02 +00:00
Ramya Manoharan
47a94924c7 [Settings][UI] Updated warning string during eSIM deletion in Settings.
Need to double warn before eSIM deletion
Figma: https://www.figma.com/design/bYN9WyXpVVk3eRl2MbUURP/SIM-UX---Android-V?node-id=20711-23888&t=heVGfFf5urbo1RKX-0
Hsv link before: https://hsv.googleplex.com/6548384444841984
Hsv link after: https://hsv.googleplex.com/6098484942864384
Bug: 398310749
Test: manual test.
Flag: NONE <String Capitalization only>


Change-Id: I931db22e6f336e627f88adf3a79f515403594738
2025-03-17 02:18:51 -07:00
Treehugger Robot
94ca67cfbc Merge "Remove hardcoded color for dynamic items" into main 2025-03-17 02:12:06 -07:00
Candice
526dacdc82 Move the content description for Display size and text preview to xml
Bug: 395882764
Test: atest TextReadingPreviewControllerTest
Test: atest TextReadingPreviewPreferenceTest
Flag: EXEMPT BUGFIX
Change-Id: I070ec2b9b39a205fd3a97636f0c45fb50b670049
2025-03-17 03:02:32 +00:00