Amy Hsu
b13a190ef7
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: I206b788c8985b7ebc20093275ed4d1c272349e82
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2022-09-20 09:03: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
51fbf2cd00
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I097bac3bd6e774f0cac2eb4b46723f7fa5ec7641
2022-09-19 20:43:49 -07:00
Bill Yi
80c3126868
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I4c15045dd4942a1b4bde480604342aea11e1c6f9
2022-09-19 20:40:33 -07:00
Bill Yi
5c3d8f340b
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I985329532c210b25458142a2c0fb637056ba384e
2022-09-19 20:37:28 -07:00
Bill Yi
2ccd859add
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I74590f996207dc0d583d05b2c28628e328d9fe79
2022-09-19 20:34:29 -07:00
Bill Yi
6a44c6afa3
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I3ddd1cecee3dbd09bb5fb12541666e3ec09d0b1f
2022-09-19 20:31:46 -07: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
althafvly
ed95f35423
Settings: Protect sensitive data on the about phone
...
- Hide some personal info like phone number and IMEI.
- IMEI shows on a tap, so why not.
- Avoid showing this in screenshot/screenrecord
Co-authored-by: El Dainosor <eldainosor@gmail.com >
Change-Id: I45b7898da440c36045aec64a0a86fb804116cd9d
2022-09-17 13:48:02 +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
Grace Cheng
8bab4adfdc
Updates SFPS enrollment finished assets
...
Adds new assets for SFPS enrollment finished with transparent background to match light and dark theme backgrounds
Test: (manual) Enroll fingerprints in LT and DT on SFPS device and observe backgrounds match
Fixes: 246620855
Change-Id: Ibd47317cd3359c2c99e7422c4434cdad383be568
2022-09-16 17:47:29 +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
Ayush Sharma
3dcf68f321
For top layout use FrameLayout than GlifLayout
...
In these xml files we are having nested GlifLayout, that I think
messes up the UI
Bug: 237169259
Test: Manual
Change-Id: I9df8b1b7b5c19c61b92b30432bc7d78325876425
2022-09-15 14:35:31 +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
TreeHugger Robot
d04dc24d56
Merge "Import translations. DO NOT MERGE ANYWHERE" into tm-dev
2022-09-13 17:20:55 +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
a4f092c748
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: Ie871e5bb344fce432b8741e50b34954cf5fc6ec9
2022-09-11 16:28:01 -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
f3457e4080
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: Iee13f8fc3f15a25a78f77111b5098b3a01d5ab8f
2022-09-11 16:23:01 -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