Abel Tesfaye
02a218deee
Merge "Use list+ toggle on devices without face detection" into sc-dev am: 040e5ef894
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14040065
Change-Id: If886197c8b7e2e82de65b6c957e6451f1f115a7f
2021-06-03 16:55:16 +00:00
Abel Tesfaye
040e5ef894
Merge "Use list+ toggle on devices without face detection" into sc-dev
2021-06-03 16:40:58 +00:00
TreeHugger Robot
06f88f8368
Merge "[Settings] Modify the ordering of mobile plan preference." into sc-dev am: 36c45e0ffd
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14819338
Change-Id: I51a442a235f2e9fd485d2d5b88c62dc56c2f4ac6
2021-06-03 14:23:48 +00:00
TreeHugger Robot
36c45e0ffd
Merge "[Settings] Modify the ordering of mobile plan preference." into sc-dev
2021-06-03 14:09:08 +00:00
Zoey Chen
3251ab68f9
[Settings] Modify the ordering of mobile plan preference.
...
Bug: 189409514
Test: make
Change-Id: I76a04b9c38ead0e3b9a2a4a21b50660caa15632b
2021-06-03 20:02:01 +08:00
Galia Peycheva
7d25b50b2c
Merge "Use SettingsLib string for blur developer option" into sc-dev am: 33a9f49892
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14788507
Change-Id: I4e5fe8e199fee7e6e05eea39679acb9dc964ac25
2021-06-03 09:30:54 +00:00
Galia Peycheva
33a9f49892
Merge "Use SettingsLib string for blur developer option" into sc-dev
2021-06-03 09:12:36 +00:00
Betty Chang
ba209f63aa
Merge "[GAR] Set the correct color and style to panel UI" into sc-dev am: 5b23f3b923
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14800153
Change-Id: Id90d59ad863d4a872563d936031c8261b86dafa8
2021-06-03 07:26:37 +00:00
Betty Chang
16fc9f7a50
Merge "Remove Connect to public network for Network Rating Provider" into sc-dev am: f4fafb97ff
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14809873
Change-Id: Ie121b2766f25ade627bb727e0788271779a7c42c
2021-06-03 07:26:30 +00:00
Betty Chang
5b23f3b923
Merge "[GAR] Set the correct color and style to panel UI" into sc-dev
2021-06-03 07:21:17 +00:00
Betty Chang
f4fafb97ff
Merge "Remove Connect to public network for Network Rating Provider" into sc-dev
2021-06-03 07:21:04 +00:00
TreeHugger Robot
96d22f4efa
Merge "Fix overlapping problem on running services page" into sc-dev am: 28128df960
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14800150
Change-Id: Ie2b302acb5d05951e1962482120ee1b70c092fea
2021-06-03 05:11:13 +00:00
TreeHugger Robot
28128df960
Merge "Fix overlapping problem on running services page" into sc-dev
2021-06-03 04:55:23 +00:00
Yanting Yang
b2f8a8aef3
Merge "Deprecate silky flag for official release" into sc-dev am: 09666f9ef4
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14800152
Change-Id: Ic6f6216518da39aaf665a45b29a442b3e277c532
2021-06-03 04:23:57 +00:00
Yanting Yang
09666f9ef4
Merge "Deprecate silky flag for official release" into sc-dev
2021-06-03 04:05:26 +00:00
Kunhung Li
59ffa8c26f
Merge "Refine wallpaper search keywords" into sc-dev am: a19c7053a2
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14758322
Change-Id: I5f5a51134cfdc0e25430d85d7f1f9feecbae0f4a
2021-06-03 03:59:29 +00:00
Jason Chiu
940945b67c
Merge "Revise homepage colors" into sc-dev am: 132cc2127b
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14797776
Change-Id: I9b72ab69494571f6856c49e24a4e0455379ef68a
2021-06-03 03:59:23 +00:00
Tsung-Mao Fang
ff0c73bfcb
Fix overlapping problem on running services page
...
For Android S, all pages support collpasing tool bar.
We add coordinatorLayout to work with collpasing tool bar
layout. And coordinatorLayout only works with RecyclerView
and NestedScrollView.
Unfortunately, the list was implemented by listView many years ago.
Because it's a very hidden page and the page is not maintained anymore,
we don't consider to migrate to RecyclerView.
Simply enable nested scrolling behavior for listview at this moment.
I also make some small refactorings in this cl.
1) Update the layout padding.
2) Format the xml file.
3) Create a individual cl for this page only.
Test: Don't see the overlapping problem
Fix: 188539741
Change-Id: I21c61e35a06b85ca7c309d1d3182b38b4bb38212
2021-06-03 11:41:14 +08:00
Kunhung Li
a19c7053a2
Merge "Refine wallpaper search keywords" into sc-dev
2021-06-03 03:34:27 +00:00
Jason Chiu
132cc2127b
Merge "Revise homepage colors" into sc-dev
2021-06-03 03:31:06 +00:00
changbetty
de57c12412
Remove Connect to public network for Network Rating Provider
...
According we remove the Network Rating Provider in ag/14675092, and the
Connect to public network item is tied to the Network Rating Provider.
So need to remove together.
Bug: 187119482
Test: Manaul test
make RunSettingsRoboTests ROBOTEST_FILTER=ConfigureWifiSettingsTest
Change-Id: Ie8a8d5c8d9f2c5db11d6c9e6f84af7864e78814f
2021-06-03 11:22:19 +08:00
Betty Chang
8814da830f
Merge "[GAR] Set the color to cycle left time to pass the GAR" into sc-dev am: 227f9357ab
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14786144
Change-Id: I10b53a2565ac366435f92fa3aa165b63fb36169e
2021-06-03 02:33:59 +00:00
Betty Chang
227f9357ab
Merge "[GAR] Set the color to cycle left time to pass the GAR" into sc-dev
2021-06-03 02:33:12 +00:00
Abel Tesfaye
faaf8d5af1
Use list+ toggle on devices without face detection
...
Test: verified intended behavior on crosshatch and no regression on flame, make RunSettingsRoboTests -j$(nproc) ROBOTEST_FILTER=SmartAutoRotatePreferenceFragmentTest
Bug: 181299673
Change-Id: Ic9f44091e95915bc78bc70b86d7f132ba6e159ed
2021-06-02 19:25:59 +00:00
Curtis Belmonte
3b1b093d6a
Merge "Align assets and colors for biometric enroll intros" into sc-dev am: 70dfd5332f
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14795268
Change-Id: I5b451bdd9aac254b0c4447ad66e1c38c85695be8
2021-06-02 18:09:40 +00:00
Curtis Belmonte
70dfd5332f
Merge "Align assets and colors for biometric enroll intros" into sc-dev
2021-06-02 17:42:35 +00:00
Yanting Yang
90a9714cc0
Deprecate silky flag for official release
...
- Turn on the collapsing toolbar by default.
- Remove the silky flag from All apps page.
- Ignore tests of ChooseLockGenericTest and trace it on b/179136903.
- Remove silky flag.
Fixes: 183670633
Bug: 179136903
Test: robotests & visual
Change-Id: Iee2a9e7ccaebd1624f995af4fd45446142e5f500
2021-06-02 15:18:33 +00:00
changbetty
180970e88b
[GAR] Set the correct color and style to panel UI
...
1. Set the correct color to panel subTitle for pass the GAR
2. Follow the UI spec to set the font style and size to the panel title
Bug: 189799700
Test: Manaul test by Accessibility Scanner
Change-Id: I7e7864f18e0e5c6edc8e5160cf984472d4aba881
2021-06-02 22:02:48 +08:00
Galia Peycheva
de29428c74
Use SettingsLib string for blur developer option
...
Bug: 185580298
Test: m
Change-Id: Id555ef5b0f974c1a6eab66c288926ee634eab6be
2021-06-02 15:43:57 +02:00
Jason Chiu
263d1e2c82
Revise homepage colors
...
- Increase the contrast ratio of the search bar
- Adjust the color of IA icons
Test: visual
Fixes: 179632631
Change-Id: I9b4fc4d671183929d4b2fed27cba8600d56cc74c
2021-06-02 13:24:33 +00:00
TreeHugger Robot
83af072e43
Merge "Fix slider RTL problem" into sc-dev am: 7bebe57631
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14788607
Change-Id: Id26ade86cfbb79abc6d1f260483e47d148e27180
2021-06-02 09:32:20 +00:00
TreeHugger Robot
7bebe57631
Merge "Fix slider RTL problem" into sc-dev
2021-06-02 09:20:12 +00:00
TreeHugger Robot
91dea2ca56
Merge "Fix voice access problem on location page." into sc-dev am: 89fbeb6407
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14782145
Change-Id: I0ee7963af8b0bfdf32711ada47923c70f929236e
2021-06-02 09:18:36 +00:00
TreeHugger Robot
89fbeb6407
Merge "Fix voice access problem on location page." into sc-dev
2021-06-02 08:59:42 +00:00
TreeHugger Robot
13a202085e
Merge "Update battery defender tip subtext" into sc-dev am: 2702e5ce80
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14788605
Change-Id: Ibffa523ff6633e26e9d014e29ddb848636fe9f5e
2021-06-02 08:45:18 +00:00
TreeHugger Robot
2702e5ce80
Merge "Update battery defender tip subtext" into sc-dev
2021-06-02 08:25:51 +00:00
Stanley Wang
fe49a75884
Merge "SettingsMainSwitchPreference should display the restricted icon if it is restricted." into sc-dev am: b4b35a8c38
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14758319
Change-Id: I71d207971f6fbae596972f1a672b38ce02c4eb26
2021-06-02 08:12:02 +00:00
TreeHugger Robot
cfcfe27e40
Merge "Remove the face unlock category" into sc-dev am: 3af33cd3fc
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14732241
Change-Id: I133189fdd59da2f6f23e544e0bb4a21e3cf78962
2021-06-02 08:11:47 +00:00
Stanley Wang
b4b35a8c38
Merge "SettingsMainSwitchPreference should display the restricted icon if it is restricted." into sc-dev
2021-06-02 08:05:57 +00:00
TreeHugger Robot
3af33cd3fc
Merge "Remove the face unlock category" into sc-dev
2021-06-02 07:59:42 +00:00
changbetty
f92229eead
[GAR] Set the color to cycle left time to pass the GAR
...
Screenshot: https://photos.app.goo.gl/GwuAkwfuxf6nhcou5
Bug: 187145220
Test: Manual test by Accessibility Scanner
Change-Id: I2b07ae0a2a56c3133964629141c1a0ba34cf323f
2021-06-02 07:20:16 +00:00
Menghan Li
0ca1bae38b
Merge "Fix the link text "Learn more" in the accessibility pages with help links could not convey the link's purpose clearly" into sc-dev am: 58ed6a90fe
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14702759
Change-Id: I7612ccb19b46b21db60099e915185af4e7547b80
2021-06-02 06:49:01 +00:00
Menghan Li
58ed6a90fe
Merge "Fix the link text "Learn more" in the accessibility pages with help links could not convey the link's purpose clearly" into sc-dev
2021-06-02 06:26:00 +00:00
Curtis Belmonte
08f90ddb2d
Align assets and colors for biometric enroll intros
...
Replaces the existing MP4 shown on the face enroll intro/consent screen
with an updated lock asset that matches the current SUW theme. Also
updates the colors of assets and text on these screens for face and
fingerprint so that the two match.
Test: Manually tested both enrollments for dark and light system themes
Bug: 187681255
Change-Id: I119da913cfc76e02160f2efc4654cecf33f1f049
2021-06-01 23:22:48 -07:00
Tsung-Mao Fang
47bd62bdab
Fix voice access problem on location page.
...
- Remove the seletcable attribute on footer preference so that
voice access can identify learn more.
- Apply latest footer preference API to set an action on learn more.
- Remove unuse string resource.
Test: Verify that talkback and voice access work well.
Fix: 189652942
Change-Id: I45fcd21d6a2d693d8b5eaa446aaccb769f1c0c7f
2021-06-02 14:08:19 +08:00
Sunny Shao
4cf930a9ff
Fix slider RTL problem
...
Fixes: 187987211
Test: manual test
Change-Id: Id28f060aa55773707dc23f4606a188cc188c3b07
2021-06-02 13:50:40 +08:00
Wesley.CW Wang
046e7beaef
Update battery defender tip subtext
...
Bug: 189888727
Test: m RunSettingsRoboTests
Change-Id: I5dc3bed3f839b3f62d2e78f0ae16b5465035e1fc
2021-06-02 13:39:07 +08:00
Wesley Wang
e723abc4e7
Merge "Update battery settings string" into sc-dev am: e678e2da06
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14788594
Change-Id: Ie955fe86da7369d1102c396b9e23e3a4154727db
2021-06-02 03:58:48 +00:00
Wesley Wang
a5681d343b
Merge "Update battery error layout" into sc-dev am: 431e77d429
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14758085
Change-Id: I298d171903bd69e50ed1a39c3c2a2ac63c60a1d5
2021-06-02 03:49:34 +00:00
Wesley Wang
e678e2da06
Merge "Update battery settings string" into sc-dev
2021-06-02 03:41:07 +00:00