Chloris Kuo
36b42c90f4
Fix NAS dialog string
...
Bug: 188351469
Test: manually on device
Change-Id: I527b12b9414f97dc1a9a251b45b8d8453b0956b3
2021-05-17 16:28:52 -07:00
Evan Severson
175ca1c4b0
Update the settings privacy page to the latest mocks
...
Add the mic and camera toggles to the page. Also create an helper class
to keep binder calls to the system_server at a minimum.
Test: make RunSettingsRoboTests
Test: atest SettingsUnitTests
Test: Manual
Bug: 183985427
Change-Id: Iff6ee1c9a2c30095307f636decbcfcf298ed31b0
2021-05-17 22:49:28 +00:00
Mill Chen
9edcc5b5e3
Tweak the layout for Pattern/PIN/Password enrollment
...
- Fix the problem with invisible title
- Fix the wrong layout for landscape mode
- Apply color extraction
Fix: 185076320
Fix: 182339941
Fix: 182440016
Fix: 184715547
Fix: 183710293
Test: robotests and visual verified
Change-Id: Ib8e2a015bc52fcac2d285777972177e53bde7489
2021-05-18 03:23:37 +08:00
changbetty
c5310279aa
[GAR] Set selectable attribute to W+ network preference
...
[Root Cause]
The Preference defautl is clickable. So if the preference is only to
display information to user. Need to set the attribute to false.
Bug: 187442654
Test: Manual test
Change-Id: I8a9c3156e3166db3043cca521f28489b4bd3e89f
2021-05-18 00:37:44 +08:00
Julia Reynolds
86af9e9da0
Add a11y announcement
...
Since the button for clearing recent conversations may still
exist after the user triggers the button since some of the
conversations might not be removable
Test: manual with talkback
Fixes: 185433664
Change-Id: Id58d76237643e4e206ea6d551cdf7dd9f5742282
2021-05-17 11:11:29 -04:00
Arc Wang
4ece06fc7a
Rename audios to audio am: 6062b6491d
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14518465
Change-Id: Iaa77c4b2266e4167620e0b0e98174128c10791c4
2021-05-17 08:28:06 +00:00
Arc Wang
fd55b57130
Storage Settings shift profile selection tab position am: c0b5ba5225
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14441414
Change-Id: Iad112c473629325d5b6d12209d7433420a0a20c6
2021-05-17 08:27:56 +00:00
Arc Wang
6062b6491d
Rename audios to audio
...
Bug: 186635176
Test: build pass
Change-Id: I0d909f639fe36edf2e5088c7ec219cceee4e963a
2021-05-17 14:11:17 +08:00
Arc Wang
c0b5ba5225
Storage Settings shift profile selection tab position
...
In this change, Storage Settings main UI is composed by 3 fragments.
StorageDashboardFragment only shows when there is only personal profile for
current user.
ProfileSelectStorageFragment (controls preferences above profile tab) and
StorageDashboardNoHeaderFragment (controls preferences below profile tab)
only show when current user has installed work profile.
Bug: 174964885
Test: atest com.android.settings.deviceinfo
atest com.android.settings.deviceinfo.storage
make RunSettingsRoboTests -j ROBOTEST_FILTER=com.android.settings.deviceinfo
make RunSettingsRoboTests -j ROBOTEST_FILTER=com.android.settings.deviceinfo.storage
Change-Id: I50dea2fbcae39a1488e648f3ca615f54840e19d5
2021-05-17 14:07:24 +08:00
Wesley.CW Wang
2b6a081a0b
Update style name
...
Bug: 187923403
Test: make SettingsRoboTests
Change-Id: I01455cef919cb8692df9d275c8dff0c68d75861f
2021-05-17 14:02:05 +08:00
Kevin Chyn
be9fc0c502
Merge "Fingerprint image is not important for a11y announcements" into sc-dev am: 15d75cf59a
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14537692
Change-Id: I66d7e9fa2e671bc004e76d341e4b6222e1a5d053
2021-05-14 21:26:38 +00:00
Kevin Chyn
15d75cf59a
Merge "Fingerprint image is not important for a11y announcements" into sc-dev
2021-05-14 21:06:11 +00:00
Yanting Yang
7d1bb87fcc
Merge "Remove silky flag from homepage for official release" into sc-dev am: 89cd044bd7
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14502202
Change-Id: Ie2441f460ef5b7c88cc1780bd6cbd1c41970a66f
2021-05-14 18:35:12 +00:00
Yanting Yang
89cd044bd7
Merge "Remove silky flag from homepage for official release" into sc-dev
2021-05-14 18:13:29 +00:00
Arc Wang
39bc5840e8
Merge "Fix hint text color contrast problem in LocalePickerWithRegionActivity" into sc-dev am: c0d31a80d3
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14540525
Change-Id: Ib297a18d06d0600aee40192b0faad94c8589ab7c
2021-05-14 13:13:54 +00:00
Arc Wang
c0d31a80d3
Merge "Fix hint text color contrast problem in LocalePickerWithRegionActivity" into sc-dev
2021-05-14 12:59:11 +00:00
Yanting Yang
be4c5f078f
Remove silky flag from homepage for official release
...
Remove the silky condition and clean up redundant files.
Bug: 183670633
Test: robotests & visual with turning on/off silky home
Change-Id: I9259108534935ed8551748b922098dd52043afc1
2021-05-14 17:52:53 +08:00
Arc Wang
b61388d1f5
Fix hint text color contrast problem in LocalePickerWithRegionActivity
...
Set android:textColorHint textColorSecondary in Theme.Settings.
Bug: 147637981
Test: accessibility scanner
Change-Id: Ie3ef7e86909b75366c427ac5c6a90a9a02f0f660
2021-05-14 16:34:39 +08:00
TreeHugger Robot
6fce4aae83
Merge "Add divider below ActionButtonPreference in BluetoothDetailFragment" into sc-dev am: f6712e330a
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14439452
Change-Id: I5d5ad3bea5254e3e74bf9025d454a2a07706d0a8
2021-05-14 06:25:38 +00:00
TreeHugger Robot
f6712e330a
Merge "Add divider below ActionButtonPreference in BluetoothDetailFragment" into sc-dev
2021-05-14 06:12:41 +00:00
Treehugger Robot
4857e0fcd2
Merge "Device picker: add title to fix offset in progressbar" am: a3da419c8d am: a2dc65e71e am: 68b3473610 am: d70199e634
...
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/1622889
Change-Id: I76c4dfa330f3e42525db8450206edd5154140ee8
2021-05-14 05:24:03 +00:00
Treehugger Robot
d70199e634
Merge "Device picker: add title to fix offset in progressbar" am: a3da419c8d am: a2dc65e71e am: 68b3473610
...
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/1622889
Change-Id: I68a79558c465c96ea9b805f87acce0d406991b8d
2021-05-14 05:10:44 +00:00
Treehugger Robot
a2dc65e71e
Merge "Device picker: add title to fix offset in progressbar" am: a3da419c8d
...
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/1622889
Change-Id: I966b9ede97c0d3e997b96dc012ffdd6476688448
2021-05-14 04:38:14 +00:00
TreeHugger Robot
db405a0a9b
Merge "Account settings: Fix duplicate title and extra padding." into sc-dev am: 52f627f9ef
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14488985
Change-Id: Ib7671db2bd41f7dbf2dad7cd790adf961e268bdf
2021-05-14 04:33:41 +00:00
TreeHugger Robot
327c14054a
Merge "Fixed extra padding in "Open by default" page" into sc-dev am: 8b9f1d4f9e
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14540523
Change-Id: Ic669b1dcf315fcb9eaedfb866db7ff781422ca85
2021-05-14 04:33:25 +00:00
TreeHugger Robot
6c4cb72fda
Merge "Fix work profile picker user icon didn't follow UX guideline" into sc-dev am: c3dfd37df6
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14540524
Change-Id: I8cfa8906b7534f4a143d7369c554926662dedd3f
2021-05-14 04:32:18 +00:00
TreeHugger Robot
52f627f9ef
Merge "Account settings: Fix duplicate title and extra padding." into sc-dev
2021-05-14 04:14:24 +00:00
Treehugger Robot
a3da419c8d
Merge "Device picker: add title to fix offset in progressbar"
2021-05-14 04:12:44 +00:00
TreeHugger Robot
8b9f1d4f9e
Merge "Fixed extra padding in "Open by default" page" into sc-dev
2021-05-14 03:57:18 +00:00
TreeHugger Robot
c3dfd37df6
Merge "Fix work profile picker user icon didn't follow UX guideline" into sc-dev
2021-05-14 03:39:38 +00:00
TreeHugger Robot
37c0656c99
Merge "Remove the divider above footer in Gesture Navigation Settings" into sc-dev am: e01099b245
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14515939
Change-Id: I90d9070c8da501063b658e21f455b990d7c0e5e5
2021-05-14 02:53:51 +00:00
Ahaan Ugale
6663bed71c
Account settings: Fix duplicate title and extra padding.
...
This change reverts the change in
I3981ce73fef63f06a40e61e894481d24284614ba to add a PreferenceCategory
for the accounts after merging the page with autofill settings. That was
done to get the Accounts heading to display for the personal/work
profile view.
This change instead sets the title on the existing PreferenceCategory
that's created dynamically in the Controller.
Removing the extra PreferenceCategory also fixes the padding.
Fix: 183677515
Bug: 183677706
Test: manual - with single profile, with personal/work profiles
Test: make -j RunSettingsRoboTests \
ROBOTEST_FILTER="com.android.settings.accounts.AccountPreferenceControllerTest"
Change-Id: Ib7fe6f97b93b81d5a5897280cdd6bbad1b75f3a9
2021-05-13 19:49:04 -07:00
TreeHugger Robot
e01099b245
Merge "Remove the divider above footer in Gesture Navigation Settings" into sc-dev
2021-05-14 02:42:43 +00:00
Yanting Yang
69a16be966
Merge "Move DWB to the fifth position from the bottom on the homepage" into sc-dev am: 542ba7477e
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14519526
Change-Id: I232c58cccba607ab2282586678a6963b059bd639
2021-05-14 02:40:26 +00:00
Yanting Yang
542ba7477e
Merge "Move DWB to the fifth position from the bottom on the homepage" into sc-dev
2021-05-14 02:37:12 +00:00
Edgar Wang
c6e0507f38
Fix work profile picker user icon didn't follow UX guideline
...
- Remove duplicated dimen in Settings
Fixes: 186609520
Test: manual & robotest
Change-Id: I256e4f75fe131449b2593d1a8cb422f122a943ac
2021-05-14 10:35:24 +08:00
Sunny Shao
1d4c5be0e9
Fixed extra padding in "Open by default" page
...
- Page layout redesign.
Bug: 184228266
Test: manual test
Change-Id: I1323ca14b1843a95ba1210674595ee3ba1a94c67
2021-05-14 10:26:06 +08:00
Kevin Chyn
dbdaa8518a
Fingerprint image is not important for a11y announcements
...
Fixes: 187338706
Test: manual
Change-Id: Ic0eac21d0265b5fceb0ab71e013932d3629645b3
2021-05-13 16:38:01 -07:00
Kevin Chyn
8fc28f8210
Merge changes I9dea35a7,Iddcc0a65 into sc-dev am: bcc288e801
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14531459
Change-Id: I0dcbc21d44c99412b62845f0f603268648e522f2
2021-05-13 22:42:24 +00:00
Kevin Chyn
bcc288e801
Merge changes I9dea35a7,Iddcc0a65 into sc-dev
...
* changes:
Update UDFPS "find sensor" string for a11y
Update a few more strings
2021-05-13 22:27:59 +00:00
Kevin Chyn
6a43df9855
Update UDFPS "find sensor" string for a11y
...
Bug: 187999176
Test: manual
Change-Id: I9dea35a70aba87f5f2cc94fc73e74a5a624019b9
2021-05-13 15:20:37 -07:00
Julia Reynolds
50e36ee0b4
Merge "Fix vertical alignment in history" into sc-dev am: 14f204af54
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14532408
Change-Id: I52b9a01489ec3c48d4ebee05f22bcca46cdd0fd1
2021-05-13 22:06:12 +00:00
Julia Reynolds
14f204af54
Merge "Fix vertical alignment in history" into sc-dev
2021-05-13 21:51:03 +00:00
Edgar Wang
125ba18f8e
Remove the divider above footer in Gesture Navigation Settings
...
Fixes: 180568503
Test: manual
Change-Id: I3cadc106fa0b41a1b98d083d6a2ada5640a4295c
2021-05-14 02:48:56 +08:00
Kevin Chyn
9a4f0d2c6c
Update a few more strings
...
1) Fingerprint intro page footer buttons
2) Screen lock removal positive button
3) Update UDFPS string logic
4) Update UDFPS strings during enrollment
5) Update generic fingerprint enroll completion message
Bug: 187868985
Test: manually, in settings and SUW
Change-Id: Iddcc0a65c3f410b4ae33a760dfcc57aba4bcc7f9
2021-05-13 11:47:41 -07:00
Julia Reynolds
77955974da
Fix vertical alignment in history
...
Test: visual with a ruler
Fixes: 187758949
Change-Id: I337210e9052354aaec5ad93c7147d439ca0f9852
2021-05-13 13:05:48 -04:00
TreeHugger Robot
4cb355f8e5
Merge "Import translations. DO NOT MERGE ANYWHERE" into sc-dev
2021-05-13 14:09:39 +00:00
TreeHugger Robot
d4411004c0
Merge "Notif Settings polish" into sc-dev am: f6b42231e0
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14517130
Change-Id: Id8591c24aaf9b48eb7d0a0d0ebb45566b9f2530c
2021-05-13 13:06:47 +00:00
TreeHugger Robot
f6b42231e0
Merge "Notif Settings polish" into sc-dev
2021-05-13 12:51:51 +00:00
Yanting Yang
90d323cefa
Move DWB to the fifth position from the bottom on the homepage
...
Remove relevant configs, logics and tests.
Bug: 187885890
Test: robotests & visual
Change-Id: I309d5290f19bf0b01692dd6f14c4cdcc52066453
2021-05-13 20:51:47 +08:00