Jacky Wang
382f845fd4
Remove NoOpHelper from SettingsBackupHelper
...
The NoOpHelper is useless, just clean it up.
Change-Id: Id31217217c9ef1ddde3d2710f79b0572f026accd
Bug: 325144964
Test: Presubmit
2024-03-01 11:22:10 +08:00
Bill Yi
8371b4314b
Merge "Import translations. DO NOT MERGE ANYWHERE" into main
2024-02-29 23:12:59 +00:00
Bill Yi
eba014eb2a
Merge "Import translations. DO NOT MERGE ANYWHERE" into main
2024-02-29 23:12:59 +00:00
Treehugger Robot
408232b483
Merge "Handle NFC settings page routing for the default wallet role." into main
2024-02-29 22:52:11 +00:00
Daniel Norman
b13637cea9
Merge "Add Chun-Ku to A11y Settings OWNERS" into main am: 951cd157de
am: af3c4de3c3
...
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/2985032
Change-Id: Ife119a2250976b6c03fa17f1d9079e7d43b6ff7e
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2024-02-29 22:28:19 +00:00
Bill Yi
8a2722b819
[automerger skipped] Import translations. DO NOT MERGE ANYWHERE am: 7a16a9e9d9
-s ours
...
am skip reason: contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/26414634
Change-Id: I5d2c45f557ee40aa649fb02d8f87cfe66a0e46a1
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2024-02-29 22:08:25 +00:00
Daniel Norman
af3c4de3c3
Merge "Add Chun-Ku to A11y Settings OWNERS" into main am: 951cd157de
...
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/2985032
Change-Id: I66e884b014a5162ea02312fd31030bde7beb859d
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2024-02-29 21:43:19 +00:00
Daniel Norman
951cd157de
Merge "Add Chun-Ku to A11y Settings OWNERS" into main
2024-02-29 21:06:34 +00:00
Marcus Ge
12108acc07
Merge "[Accessibility] Add basic metrics logging for color contrast" into main
2024-02-29 21:04:23 +00:00
Daniel Norman
b9e38fa9f0
Add Chun-Ku to A11y Settings OWNERS
...
Change-Id: Ia82f9f2196a33518faf2b7f345ad354990f7cf74
Test: n/a
Bug: n/a
2024-02-29 21:04:02 +00:00
Shaowei Shen
627d7202fd
Merge "[Physical Keyboard Setting] Update layout for one pane land screen" into main
2024-02-29 19:18:31 +00:00
Omer Ozer
eb0672b36d
Handle NFC settings page routing for the default
...
wallet role.
Bug: 326592915
Test: SettingsRoboTestStub
Change-Id: I24d9dcfc8cc90f110d4fef036aaabbf8b4f64926
2024-02-29 18:43:02 +00:00
Kangping Dong
830d4c0b1e
Merge "[Thread] add Thread toggle in settings" into main am: 522e193947
am: abd5f23fe9
...
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/2909326
Change-Id: If086f510fe5d3b3f67b4f168f2e0d3f5e0ef98bd
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2024-02-29 18:25:13 +00:00
Bill Yi
7a16a9e9d9
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: Ia283b3f75e2352bcdd69b053acaf161ba0c737e9
2024-02-29 09:48:53 -08:00
Kangping Dong
abd5f23fe9
Merge "[Thread] add Thread toggle in settings" into main am: 522e193947
...
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/2909326
Change-Id: I8640f2cf4a90203972a5db703ebb3e027224c746
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2024-02-29 17:43:51 +00:00
Rafael Higuera Silva
be1c70a85e
Merge "Add new dialogue and RAC logic." into main
2024-02-29 17:32:46 +00:00
Kangping Dong
522e193947
Merge "[Thread] add Thread toggle in settings" into main
2024-02-29 16:45:34 +00:00
Hakjun Choi
4de688db35
Merge "Apply satellite feature flag to Settings activity" into main
2024-02-29 14:53:16 +00:00
SongFerng Wang
975e761659
Merge "Add the error dialogs" into main
2024-02-29 11:29:51 +00:00
SongFerng Wang
af5bbc5087
Merge "Modify the condition for hide Dds confirmed dialog" into main
2024-02-29 11:27:05 +00:00
Kangping Dong
5fc01ddd6e
[Thread] add Thread toggle in settings
...
Allows a user to disable or enable Thread network / radio from
settings.
In this commit, a toggle is added to Settings > Connected devices >
Connection preferences to control Thread state. See the screenshots
below:
1. Thread is on: https://screenshot.googleplex.com/7FqqbzRX6rGwvSb
2. Thread is off: https://screenshot.googleplex.com/AmfRAhzuukULAAG
3. Thread is disabled by airplane mode: https://screenshot.googleplex.com/7zcesyomrveCqFE
4. Thread is searchable: https://screenshot.googleplex.com/9yFL2jeSuEhJwrS
Requirements:
1. the in-take bug: b/327098435
2. See the screenshot above
3. Test with `atest SettingsUnitTests` and manual tests
4. +2 from Yuwen
5. Flagged by "com.android.net.thread.platform.flags.Flags.thread_enabled_platform"
6. It doesn't need B&R, no preferences are added (the state is in
Android framework (mainline module))
7. Confirmed searchable
8. Code written in Kotlin
Bug: 296990038
Bug: 319077562
Test: atest SettingsUnitTests
Change-Id: Ifa2264b8e59a5112290fd0224cb75ad228732077
2024-02-29 18:05:49 +08:00
Yiyi Shen
e5302bc1f1
Merge "[Audiosharing] Gates legacy le audio sharing UI in sound Settings." into main
2024-02-29 09:50:42 +00:00
Jason Hsu
8b62b28f28
Merge "Updates messages for hearing devices related page" into main
2024-02-29 09:20:35 +00:00
songferngwang
a9695c40e7
Add the error dialogs
...
When system activate the sim faild, then it shows the error dialog
Bug: 318310357
Bug: 298898436
Bug: 298891941
Test: manual test, verify the error dialog UI
Change-Id: I90d7aa5d3f3ad36d949a505377466f8cdf63b6b4
2024-02-29 09:18:55 +00:00
Fan Wu
c59c3a3d4f
Merge "Re-enable failed tests under settings/widget/" into main
2024-02-29 08:53:15 +00:00
shaoweishen
6c02c6ab25
[Physical Keyboard Setting] Update layout for one pane land screen
...
If device is one pane and is land orientation, set new layout for it to
match with UX markup, this change will not effect on tablet, which is
two pane setting.
Bug: 325878673
Test: verify on device
Screenshot: https://screenshot.googleplex.com/BkETMhqp9GXM3cc.png
Change-Id: I066c3d782a2de8993a3fe9632676b67c2203d638
2024-02-29 07:31:21 +00:00
songferngwang
b8d87d1add
Modify the condition for hide Dds confirmed dialog
...
Bug: 318310357
Bug: 298898436
Bug: 298891941
Test: manual test and verify the UI.
Change-Id: I68df36b457ea7479cd6a561f9c2b3c968e14fe44
2024-02-29 07:07:24 +00:00
Hakjun Choi
b35faf0958
Apply satellite feature flag to Settings activity
...
Added carrier satellite condition to determine whether satellite settins menu should be exposed or not.
if carrier satellite feature is not enabled, satellite settings menu will not be shown
Bug: 327539253
Test: manual test with feature key disabled / enabled condition on pixel
Change-Id: I1abc84c2c47b48c0137274666da37bede10d2ae6
2024-02-29 06:33:53 +00:00
Bill Yi
c3409e893a
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I909befed3dd8d9526b67ef764dd5fbecc9125836
2024-02-28 22:22:53 -08:00
Bill Yi
66fa4dd594
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I0238b6e6e280c2fda00244061a2728a7e2edc394
2024-02-28 22:21:08 -08:00
Chaohui Wang
e6ad7fc215
Fix Bottom Sheet not in dark theme
...
Bug: 318310357
Test: manual - on Mobile Settings
Change-Id: I539abdbb4a549decd7c24bcc87ec398a51046cf3
2024-02-29 14:12:41 +08:00
Treehugger Robot
f0e052dc28
Merge "Use correct string res for FaceEnrollIntroduction#getAgreeButtonTextRes" into main
2024-02-29 04:58:12 +00:00
SongFerng Wang
f27877d155
Merge changes I0d3c2163,I5602713b,Ica2a26ea into main
...
* changes:
Fix PrimarySim show the same sim in the preference list
Start simOnboarding when active sim > 0
[SimOnbarding] correct the sim name at the Primary Sim
2024-02-29 03:27:42 +00:00
Fan Wu
cfb73e2dd3
Re-enable failed tests under settings/widget/
...
The failing tests should be fixed by the underlying test framework updates
Bug: 315133235
Test: atest
Change-Id: I7f5d8f6af9193409253418b02b674a721489eb28
2024-02-29 02:55:06 +00:00
Charlotte Lu
7aee673020
Merge "Add WEP warning dialog disconnect." into main
2024-02-29 02:35:33 +00:00
Fan Wu
4aa67b846f
Merge "Fix AppMemoryPreferenceControllerTest" into main
2024-02-29 02:31:37 +00:00
Joseph Vincent
2d8ae9add2
Merge "Update illustrations with fix for weird shape issue" into main
2024-02-28 23:50:07 +00:00
Chris Antol
3711945eb2
Merge "Revert "Finish HomepageActivity when it's not the root of a task and not singleTask."" into main
2024-02-28 23:20:13 +00:00
Riley Jones
d1b7f58e9a
Merge "Fixing typo in the A11y Shortcut edit page" into main
2024-02-28 22:35:17 +00:00
songferngwang
bb7360b148
Fix PrimarySim show the same sim in the preference list
...
Bug: 327425969
Test: manual test, verify the UI
Change-Id: I0d3c2163a43a00ec0e4e627b34281e95cc611751
2024-02-28 22:05:35 +00:00
songferngwang
09603308d4
Start simOnboarding when active sim > 0
...
If active sim = 0, using old way
If active sim > 0, using sim onboarding
Bug: 324353868
Test: manual test
Change-Id: I5602713b5f4fef0625338787ee0682257e12e34f
2024-02-28 21:23:14 +00:00
josephpv
6920fe543a
Update illustrations with fix for weird shape issue
...
Recording:
https://drive.google.com/file/d/1VSElVIojRriwiTA3E3F8noWkmEPlQWrN/view?usp=drive_link
https://drive.google.com/file/d/1X52v0TsJ2KZJJeQXSdopBqE_IzBxBv0d/view?usp=drive_link
Bug: 326391912
Test: Manual
Change-Id: I43c0d5204c2db10dd04decd5c94cea7f8668bba9
2024-02-28 20:39:32 +00:00
Joseph Vincent
71e2c70225
Merge "Fix for PS setup crash in AOSP build" into main
2024-02-28 20:39:15 +00:00
marcusge
16d82ccd0a
[Accessibility] Add basic metrics logging for color contrast
...
proto was merged in ag/26383954
Bug: 241805782
Test: atest
Change-Id: Ic2e6bcb27aecc386582e6f268d3b4f40387f2742
2024-02-28 20:33:05 +00:00
Chris Antol
778bcee157
Revert "Finish HomepageActivity when it's not the root of a task and not singleTask."
...
This reverts commit 5a305645c1
.
Reason for revert: b/325861149
Change-Id: I4441f939a46bf65514756a015355ea5089147c1d
2024-02-28 19:56:56 +00:00
Rafael Higuera Silva
48fee33ea2
Add new dialogue and RAC logic.
...
A new dialogue will pop up if the eSIM that is being deleted has carrier
Vodafone DE and does not have wifi connection or connection from another
sim.
Test: make, atest SubscriptionUtilTest and tested manually
Bug: 316419093
Change-Id: I957b67339a0ab651f38984e7d1061a8aff8fe2a1
2024-02-28 19:47:22 +00:00
Marcus Ge
747d0afa21
Merge changes I69049a13,I7fcc01b8 into main
...
* changes:
[Accessibility] Migrate high text contrast under feature flag
[Accessibility] Add contrast control screen UI and setup entry point
2024-02-28 19:38:27 +00:00
songferngwang
e83d8b22bc
[SimOnbarding] correct the sim name at the Primary Sim
...
The user can modify the name at Label sim page. The primary sim page
should show the name which is modified by the user.
Bug: 318310357
Bug: 298898436
Bug: 298891941
Test: manual test and verify the UI display the correct name.
Change-Id: Ica2a26ead4ec7d61a59bb3846ea07f278d7a1144
2024-02-28 19:00:39 +00:00
Angela Wang
a1adf03f06
Updates messages for hearing devices related page
...
1. Updates hearing device page top intro message
2. Adds back the hearing device page footer with updated message
Bug: 321840161
Test: build pass, only simple UI change
Change-Id: I603630a14ab349d295ab8d5c1a00d841886d8e76
2024-02-28 16:42:08 +00:00
Joseph Vincent
1922746789
Merge "Handle listing of private space apps in data usage settings" into main
2024-02-28 14:04:36 +00:00