Grace Cheng
cd17b27cdf
Merge "Fix alignment of finger animation with progress bar"
2022-09-21 20:32:06 +00:00
Jason Hsu
a1cb4fd446
Merge "Fix not on the top when entering device detail page"
2022-09-21 14:50:32 +00:00
jasonwshsu
cfec092373
Fix not on the top when entering device detail page
...
Root Cause: Added SpacePreference in xml let the page renders order
incorrectly.
Solution: That SpacePreference should only be visible when the device is
hearing aid.
Bug: 245681095
Test: make RunSettingsRoboTests ROBOTEST_FILTER=BluetoothDetailsPairOtherControllerTest
Change-Id: Ic0be940c8466b5e1e301255868c29d06bd4428bd
2022-09-21 16:00:12 +08:00
Bill Yi
cab02b9442
Merge "Import translations. DO NOT MERGE ANYWHERE"
2022-09-21 02:26:30 +00:00
Bill Yi
39f39c9514
Merge "Import translations. DO NOT MERGE ANYWHERE"
2022-09-21 02:26:30 +00:00
Grace Cheng
415314113b
Fix alignment of finger animation with progress bar
...
Makes progress bar opaque and fixes color codes accordingly, and adjusts
values to shift finger animation and progress bar for proper alignment
Test: Enroll finger in light and dark theme and observe alignment of
finger with progress bar
Fixes: 245819077
Change-Id: I26bea8e1870f08b413a4ec2a9e6e83015facd004
2022-09-20 16:13:14 +00:00
Amy Hsu
ab9a73ff07
Merge "[RRS] Send event to AccessibilityManager when an unselect radio button is selected." into tm-d1-dev am: c799cb11f5
am: d434100421
am: 4da27ff2bd
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/19893206
Change-Id: Id9493be0c48bcc3e31272fc0dd0f155a18161fa2
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2022-09-20 09:57:20 +00:00
Amy Hsu
4da27ff2bd
Merge "[RRS] Send event to AccessibilityManager when an unselect radio button is selected." into tm-d1-dev am: c799cb11f5
am: d434100421
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/19893206
Change-Id: I589ef3fb4fc332af6e5f6b655b97a63ba18d8c67
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2022-09-20 09:27:38 +00:00
Amy Hsu
d434100421
Merge "[RRS] Send event to AccessibilityManager when an unselect radio button is selected." into tm-d1-dev am: c799cb11f5
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/19893206
Change-Id: Ibb4eb46ab387682f595162414c4ecb4f2dad5c7a
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2022-09-20 09:03:37 +00:00
Sayak Dutta
6f8b50ba33
Merge "Fix triggering of link outside the target in the same line" into tm-qpr-dev am: 2529bca223
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/19967513
Change-Id: I42f260611610fb5cf50db3676f5639c850863766
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2022-09-20 05:21:38 +00:00
Bill Yi
d037a80e49
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I4a33e28745c4ce2c0532a2ac14a36d0f88f19a51
2022-09-19 13:28:05 -07:00
Bill Yi
845f3bc996
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I6ca040c30f6340f821f0bab6643047f54bd7a250
2022-09-19 13:24:25 -07:00
Sayak Dutta
25f67b32d6
Fix triggering of link outside the target in the same line
...
Bug: 247297966
Change-Id: I8cab434c3f48ac666664b21303e7be2b36b047c0
2022-09-18 07:24:02 +00:00
Sayak Dutta
02eb1c1a79
Fix triggering of link outside the target in the same line
...
Bug: 247297966
Change-Id: I8cab434c3f48ac666664b21303e7be2b36b047c0
2022-09-18 07:15:39 +00:00
Sayak Dutta
5e168a5e7d
Merge "Fix following three issues in SD Card UX" into tm-qpr-dev am: f57f988349
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/19967364
Change-Id: I17bafb783c166f5681326c3fbb0a8f2040c62a19
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2022-09-18 06:21:10 +00:00
Sayak Dutta
b85ee281c2
Merge "Fix following three issues in SD Card UX"
2022-09-18 05:57:51 +00:00
George Chan
9c68bf9312
Added transparency-metadata display.
...
This feature enables 'App Details' to support MBAs with metadata file and display in an offline UI. This change includes a new fragment and user view that sources data from within any MBAs apk file that contains application-metadata.xml.
Test: make -j64 RunSettingsRoboTests , AVD manual test
Change-Id: If7822100a90f5fb8d33ce5d85958391fc33ecbee
Bug: 244215932
2022-09-16 22:17:48 +00:00
Amy Hsu
fc3f25c8b5
[RRS] Send event to AccessibilityManager when an unselect radio button is selected.
...
Change the screen resolution will cause re-layout the screen, so the focus will back to the first view. Before we actually set the screen
resolution, send an event to the AccessibilityManager and set what it
should say when the user selects the unselect option. Therefore TB will
say "selected" before the screen refreshes.
bug: 229352892
Test: Enable/disable Talkback and check RRS app behaivor. It should read
"selected" after user choose one un-selected option.
Change-Id: If14ed3685f85962d4e4b1d4961216c6ca5d5f0f8
2022-09-16 07:09:47 +00:00
Sayak Dutta
4c36d4903d
Fix following three issues in SD Card UX
...
1) Link should not work if up-events happen outside the target region
2) Activity should retain it's last state on changing configuration
3) Improve color contrast for "Format card" button
Bug: 246485658
Bug: 246681292
Bug: 246871051
Change-Id: Iebc87e35a3f8496a33a43d906b7faba05d95fe6c
2022-09-15 16:09:18 +00:00
Sayak Dutta
43147377fb
Fix following three issues in SD Card UX
...
1) Link should not work if up-events happen outside the target region
2) Activity should retain it's last state on changing configuration
3) Improve color contrast for "Format card" button
Bug: 246485658
Bug: 246681292
Bug: 246871051
Change-Id: Iebc87e35a3f8496a33a43d906b7faba05d95fe6c
2022-09-15 16:08:59 +00:00
Chaohui Wang
d33657dff1
Clean up some UnusedResources detected by lint 6
...
Bug: 234570979
Test: Manual with Settings App
Change-Id: I8f3a31dc78ba67a7123f56d8ec33252d211ed78b
2022-09-15 11:35:15 +08:00
Kweku Adams
fbded716fd
Allow updating app install reward values.
...
Bug: 243987091
Test: modify values in UI and confirm settings values changed via adb
Change-Id: I4d2a4409883ec06b93f4fa55e3a46829e06fe68e
2022-09-14 19:58:00 +00:00
Chaohui Wang
aea2e7cd2e
Merge "Migrate UsageStats to Spa"
2022-09-14 08:38:28 +00:00
Chaohui Wang
a179e04c66
Clean up some UnusedResources detected by lint 5
...
Bug: 234570979
Test: Manual with Settings App
Change-Id: Icd8df5fc8345a85b948dae3a41de85bf39b2cbc9
2022-09-14 13:54:41 +08:00
Bill Yi
c1cf6de04d
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I08d15308d2597efc1683aa3ca74eaf6ca69bab47
2022-09-13 18:09:00 -07:00
Joshua Mccloskey
eafa298200
Merge "Add phone, tablet, device fp deletion strings." into tm-qpr-dev am: 8ff0234717
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/19929437
Change-Id: Ida9695d5f938e31f27888c7e1c90600b17fd0804
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2022-09-13 23:46:06 +00:00
Joshua Mccloskey
8ff0234717
Merge "Add phone, tablet, device fp deletion strings." into tm-qpr-dev
2022-09-13 23:13:15 +00:00
Chaohui Wang
7ef27fbe85
Clean up some UnusedResources detected by lint 4
...
Bug: 234570979
Test: Manual with Settings App
Change-Id: Icc21ef3bedc7a39e7841271f51b77e9b543f6f0f
2022-09-13 20:00:38 +08:00
Chaohui Wang
6ae88c417f
Clean up some UnusedResources detected by lint 3
...
Bug: 234570979
Test: Manual with Settings App
Change-Id: I73d18397b01a9967fd7acb94b133e7d5497a0854
2022-09-13 13:56:26 +08:00
Chaohui Wang
526eedbeb0
Merge "Clean up some UnusedResources detected by lint 2"
2022-09-13 02:54:17 +00:00
TreeHugger Robot
78a7639567
Merge "Allow summary string support both mobile and tablet devices" into tm-qpr-dev am: 97985b6219
am: 41e6695253
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/19926604
Change-Id: I15b121ec17862bff4e7dd66c3ae3785a5e6dc550
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2022-09-13 02:02:31 +00:00
TreeHugger Robot
41e6695253
Merge "Allow summary string support both mobile and tablet devices" into tm-qpr-dev am: 97985b6219
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/19926604
Change-Id: Idcda95ee3ea366c6a827b09cdfc91d565dabf73d
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2022-09-13 01:32:42 +00:00
TreeHugger Robot
97985b6219
Merge "Allow summary string support both mobile and tablet devices" into tm-qpr-dev
2022-09-13 01:23:37 +00:00
Joshua McCloskey
fccd144930
Add phone, tablet, device fp deletion strings.
...
Test: Manual.
Fixes: 245411037
Change-Id: Ib1d83072878ede27758beb0381a12cab6172b9d6
2022-09-12 21:00:58 +00:00
TreeHugger Robot
3ff7cee25c
Merge "Import translations. DO NOT MERGE ANYWHERE"
2022-09-12 19:33:04 +00:00
TreeHugger Robot
e6fd2a5da8
Merge "Import translations. DO NOT MERGE ANYWHERE" into tm-qpr-dev
2022-09-12 17:41:49 +00:00
Sunny Shao
3e24aaf091
Allow summary string support both mobile and tablet devices
...
-Update the string to support mobile and tablet devices.
Bug: 244137320
Test: manual test
Change-Id: I74d8d6db76001a68a648030e0c94f769d220d762
2022-09-12 15:54:05 +08:00
Bill Yi
e1bfdaf22a
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I24e95f7af07133bd771ec2b0383a9a17c798d932
2022-09-11 16:30:55 -07:00
Bill Yi
61d351e93d
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I8de7d4371d314c5771fd9d8f41b664044929c7dc
2022-09-11 16:24:09 -07:00
Bill Yi
4e7b6570f2
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I5e2c2bbbbb8f401005698092c6fe33fed146f8f8
2022-09-11 14:23:07 -07:00
Bill Yi
81220df197
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I50cebd2a6b399e1b5c41a921bfdb096b173a2eb8
2022-09-11 14:19:20 -07:00
Chaohui Wang
7fe7ef383e
Clean up some UnusedResources detected by lint 2
...
Bug: 234570979
Test: Manual with Settings App
Change-Id: I2421f1147ce8c9b09c2428355610a9089481d547
2022-09-10 17:34:11 +08:00
Ganesh Olekar
a396bf859a
Merge "Update capitalization of preference in app info All Services -> All services"
2022-09-09 20:19:27 +00:00
Ganesh Olekar
211be2e2c7
Update capitalization of preference in app info All Services -> All services
...
Bug: 244216312
Test: Verified manually
Test: atest CtsPermission3TestCases:android.permission3.cts.PermissionAllServicesTest#testAllServicesPreferenceShownWhenAppIsLocationProviderAndCanHandleClick
Change-Id: Ie8b961e8f9061ec7de196331d91b722cbbd7b567
2022-09-09 16:45:35 +00:00
Grace Cheng
b863718dce
Merge "Update SFPS enrollment education assets and add light/dark theme colors" into tm-qpr-dev am: 19ee730df2
am: 3dc93daa7a
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/19885882
Change-Id: Ie3fadf7e7136f64275a112268f09ce455e568457
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2022-09-09 16:43:39 +00:00
Grace Cheng
3dc93daa7a
Merge "Update SFPS enrollment education assets and add light/dark theme colors" into tm-qpr-dev am: 19ee730df2
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/19885882
Change-Id: Ia7abc775b5c535f7d126668f705830c8a2077726
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2022-09-09 16:27:28 +00:00
Grace Cheng
19ee730df2
Merge "Update SFPS enrollment education assets and add light/dark theme colors" into tm-qpr-dev
2022-09-09 16:24:06 +00:00
Chaohui Wang
af40681610
Merge "Clean up some UnusedResources detected by lint"
2022-09-09 12:51:49 +00:00
Chaohui Wang
28d838d5e7
Clean up some UnusedResources detected by lint
...
Bug: 234570979
Test: Manual with Settings App
Change-Id: I2ad634d9beba623a5cdcff015c9aa28d78525cb7
2022-09-09 16:51:12 +08:00
Chaohui Wang
03933264d6
Merge "Clean unused plurals"
2022-09-09 08:04:58 +00:00