Yi-Ling Chuang
c248da2974
[DO NOT MERGE] Pre-allocate height for contextual cards. am: 228bc78bf9
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/12343231
Change-Id: I76c77c66be5da635571f876d9b76906f789e8472
2020-08-15 02:08:57 +00:00
Yi-Ling Chuang
631465df31
[DO NOT MERGE] Pre-allocate height for contextual cards. am: 228bc78bf9
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/12343231
Change-Id: Iefb77041715dba0cc2a19210e1353f935e25a8a8
2020-08-15 02:08:53 +00:00
Yi-Ling Chuang
8c3987b907
Merge "[DO NOT MERGE] Pre-allocate height for contextual cards." into rvc-d1-dev
2020-08-15 01:56:27 +00:00
Peiyong Lin
9511d443cb
Rename game driver to updatable driver.
...
Game driver is considered a production name. We should use the term
updatable driver instead of the production name.
Bug: b/164449016
Test: make RunSettingsRoboTests ROBOTEST_FILTER=GraphicsDriver
Change-Id: I2237dfb22ecd94bc2475249b1460796ac1693d81
2020-08-14 16:29:03 -07:00
TreeHugger Robot
3637a0c058
Merge "Import translations. DO NOT MERGE ANYWHERE"
2020-08-14 10:55:59 +00:00
TreeHugger Robot
18e427260d
Merge "Import translations. DO NOT MERGE ANYWHERE" into rvc-qpr-dev
2020-08-14 07:18:13 +00:00
Bill Yi
dcada837fd
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: Ic1db2e5dfc7ba4582fab1d75041627996a4213d3
2020-08-14 06:10:25 +00:00
Bill Yi
6415c5b511
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: If17aadb947be94b348718f1cfb72d743468df69c
2020-08-14 05:02:26 +00:00
Bill Yi
5512b2f2dc
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I6385dcbd99493b0ccc9e8dff10e42bc738dd3c13
2020-08-14 04:27:09 +00:00
Zhen Zhang
2e73dae9bd
Merge "Update subtext of Ethernet Tethering preference" into rvc-qpr-dev am: b49bd3592e am: c1b516b2c1 am: d13adae5c3
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/12363010
Change-Id: I971cfdfe87378f5efba6bb69e1304ed789009f5b
2020-08-14 00:23:07 +00:00
Zhen Zhang
d13adae5c3
Merge "Update subtext of Ethernet Tethering preference" into rvc-qpr-dev am: b49bd3592e am: c1b516b2c1
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/12363010
Change-Id: Iac317fd3d625393da103d4c97de79d2249f75711
2020-08-14 00:05:33 +00:00
Zhen Zhang
c1b516b2c1
Merge "Update subtext of Ethernet Tethering preference" into rvc-qpr-dev am: b49bd3592e
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/12363010
Change-Id: I9d867fcfa8e3af30dfbfdb2a7990950b4443b2e6
2020-08-13 23:45:39 +00:00
Beth Thibodeau
f4aaa35016
Merge "Allow user to block individual apps from resuming" am: c414527e07
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/12333789
Change-Id: I85617c2b66bd2e9cad38237e7a9c022585f6c49b
2020-08-13 17:15:01 +00:00
Beth Thibodeau
c414527e07
Merge "Allow user to block individual apps from resuming"
2020-08-13 17:00:55 +00:00
Beth Thibodeau
f01cce88fc
Allow user to block individual apps from resuming
...
This adds a new section to the media controls settings screen with a
list of apps that could potentially be used for resumption. If an app is
toggled off it will be added to a list of apps which will not persist in
QS, even when resumption is on.
Also updated the strings on this setting page to match UX
recommendation, so the default toggle state is now on.
Bug: 161813143
Bug: 159852516
Test: manual
Test: atest SettingsProviderTests
Test: make -j40 RunSettingsRoboTests ROBOTEST_FILTER="ResumableMedia"
Change-Id: Id3de52419ffba233469396dd47439428201e5e00
2020-08-13 09:46:27 -04:00
Jason Hsu
e32466dc0a
Merge "Update the formal image for magnification" am: 0d4c74a605
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/12369325
Change-Id: Ic8bcb6d1b739d26a9684008567852f94572e1f08
2020-08-13 12:10:48 +00:00
Jason Hsu
0d4c74a605
Merge "Update the formal image for magnification"
2020-08-13 11:50:24 +00:00
jasonwshsu
c2dd8ff32a
Update the formal image for magnification
...
* full_screen and window_screen image
Fix: 146019459
Test: manual test
Change-Id: I53dc9200f3c1460f9a1691fd72e55f1b6fac8c96
2020-08-13 17:55:46 +08:00
Zhen Zhang
75028dd946
Update subtext of Ethernet Tethering preference
...
Update the subtext summary according to UX
Bug: 153761463
Test: built successfully; manually test
Change-Id: I96d1a1f5111f85ee4b10f61ab4408822b99032e1
2020-08-12 16:13:48 -07:00
Yi-Ling Chuang
228bc78bf9
[DO NOT MERGE] Pre-allocate height for contextual cards.
...
To prevent the UI jank causing by the async card loads, we pre-allocate
some space for the card to fill in. After this change, only one card can
be shown at a time.
More details:
- When the card number configuration is set to 0, don't trigger the card
loader.
- The height adjusting logic is as follows.
When Settings is opened, pre-allocate a space first.
After the RV finish laying out, reset the RV to wrap_content. So if the
card has to be expanded(eg. wifi large mode or dismissal view), then it
will adjust the height accordingly. While if a card previously shown
becomes unavailable(dismissed or conditions not meet), we also reset the
RV so the space can be gone.
Bug: 163288869
Test: robotest
Change-Id: I0dcb2dae8f0533e562ad06f664b7ae7a9afecd21
2020-08-12 21:40:06 +08:00
TreeHugger Robot
fadcfdda67
Merge "Display "see all" option when bluetooth is off" am: 6af0342084
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/12314423
Change-Id: I49072c58f24ef52ff942ec247fcbb5960596f780
2020-08-12 10:27:59 +00:00
TreeHugger Robot
6af0342084
Merge "Display "see all" option when bluetooth is off"
2020-08-12 10:24:29 +00:00
Hugh Chen
bde100849e
Display "see all" option when bluetooth is off
...
- This CL before, Bluetooth settings will hide the "see all"
option when bluetooth is off. For the UX improvement, this
CL will show the "see all" button when bluetooth is off. And
turn on the BT when user press "see all" button to let user to
quick pair their disconnected devices.
- Update and add test case
Bug: 147150367
Test: make -j42 RunSettingsRoboTests
Change-Id: I7a1451a36a31253b6be2203341bea4e59fed7c2b
2020-08-12 17:07:33 +08:00
TreeHugger Robot
11efd242e4
Merge "Update language to comply with Android's inclusive language guidance" am: 6a128b486f
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/12324924
Change-Id: I057818fbcc885c1ca2b620f32b080955f3dd17e0
2020-08-12 08:48:40 +00:00
TreeHugger Robot
6a128b486f
Merge "Update language to comply with Android's inclusive language guidance"
2020-08-12 08:19:06 +00:00
TreeHugger Robot
df1b0eb020
Merge "Update language to comply with Android's inclusive language guidance" am: 0d11f25a77
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/12324966
Change-Id: I77ea3c77e882e103d18d7c5506900e5685ca4fb9
2020-08-12 08:10:04 +00:00
Edgar Wang
a8742aa7ab
Update language to comply with Android's inclusive language guidance
...
See https://source.android.com/setup/contribute/respectful-code for reference
Bug: 161896447
Test: robotest & manual
Change-Id: Ia8625091a107fc3fb652d3ba3f75ea3cc1a8d9f5
2020-08-12 11:29:07 +08:00
Edgar Wang
8c8a2e85ec
Update language to comply with Android's inclusive language guidance
...
See https://source.android.com/setup/contribute/respectful-code for reference
Bug: 161896447
Test: robotest & manual
Change-Id: I32f369a608c8b4f513f2c32afca6d408ee273428
2020-08-12 11:25:21 +08:00
TreeHugger Robot
3f3e84ce77
Merge "Update inclusive language for Accessibility Settings" am: 3c8f93a6a5
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/12317404
Change-Id: I147884635469f5bf81e460c9d820107b534dc353
2020-08-12 02:42:45 +00:00
TreeHugger Robot
3c8f93a6a5
Merge "Update inclusive language for Accessibility Settings"
2020-08-12 02:28:23 +00:00
TreeHugger Robot
ba288554e9
Merge "Update char limit for title of swipe for notificaiton gesture preference" am: ec93f346fe
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/12343232
Change-Id: I85f89fca632a94b4b157b521e93881db2529be50
2020-08-11 10:54:58 +00:00
Jerry Chang
cbd88e0eff
Update char limit for title of swipe for notificaiton gesture preference
...
Bug: 163359886
Test: manual check preference strings in settings
Change-Id: I1f5becde86ea514c30b11e5755feef2e01d91e04
2020-08-11 17:02:37 +08:00
Fan Zhang
6c046831de
Override 2 getSliceUri() instance to return platform slice
...
(This is not a clear cherry-pick, @Override need to be removed.)
Bug: 126222433
Test: robotest
Merged-In: I3f9c8202d9b75b24b80ebcf385abc95f8df851e2
Change-Id: Iec9fae48e91baef5861baef946fc155b1eb37904
2020-08-11 04:24:27 +00:00
Raff Tsai
91d40cdb21
Remove PreferenceCategory wrapper
...
- Avoid similiar issue in b/130396913
Bug: 124129485
Test: manual
Merged-In: I6f4698304210bacba5c76020c375dda49330d2cc
Change-Id: I9d5d856f586ab660a5adb17c0bb1f49e90eca198
2020-08-10 17:03:13 +08:00
Bill Yi
b031fca9f3
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I6151b580d988f38123ccfda9f2d944dca6f90e4f
2020-08-08 17:30:16 +00:00
Bill Yi
7e18f9f537
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I49ca37ad76af4049e36d41140610b131f99bf46e
2020-08-08 16:11:50 +00:00
Bill Yi
80d8d4d07c
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I9584a9b4b73a955be75ed4957eeb01e88a6c745a
2020-08-08 15:32:24 +00:00
TreeHugger Robot
a5d22b1b18
Merge "Import translations. DO NOT MERGE ANYWHERE" into rvc-qpr-dev
2020-08-07 17:41:57 +00:00
TreeHugger Robot
d032e7ac90
Merge "Import translations. DO NOT MERGE ANYWHERE" into rvc-qpr-dev
2020-08-07 17:39:13 +00:00
TreeHugger Robot
26fb956d9f
Merge "Import translations. DO NOT MERGE ANYWHERE"
2020-08-07 14:54:19 +00:00
TreeHugger Robot
39561de47b
Merge "Import translations. DO NOT MERGE ANYWHERE"
2020-08-07 14:51:49 +00:00
TreeHugger Robot
1da29b3f77
Merge "Import translations. DO NOT MERGE ANYWHERE" into rvc-d1-dev
2020-08-07 14:45:54 +00:00
TreeHugger Robot
ebf9302eb9
Merge "Update strings for swipe bottom to notification preference" am: fc455e6e50
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/12326245
Change-Id: Ib5cedae6d74f38ae835a2d1fdaed39dc85956f97
2020-08-07 12:05:01 +00:00
TreeHugger Robot
fc455e6e50
Merge "Update strings for swipe bottom to notification preference"
2020-08-07 11:50:21 +00:00
TreeHugger Robot
48d768b00c
Merge "[Wi-Fi] Support multi-SIM for SIM dependent EAP methods" into rvc-qpr-dev am: edd587c2a6
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/12167384
Change-Id: I41175eb59b2cea6dfeb97d1413ab6c4846ddb844
2020-08-07 11:49:39 +00:00
TreeHugger Robot
edd587c2a6
Merge "[Wi-Fi] Support multi-SIM for SIM dependent EAP methods" into rvc-qpr-dev
2020-08-07 11:37:27 +00:00
Arc Wang
376f648e3c
Merge "[adb-wireless] Allow users copy 'IP address & Port' in Wireless debugging" am: a09422d6d9
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/12323063
Change-Id: Ie8eb4a487065046475099f5aa625a2667c72e372
2020-08-07 09:16:40 +00:00
Arc Wang
a09422d6d9
Merge "[adb-wireless] Allow users copy 'IP address & Port' in Wireless debugging"
2020-08-07 09:05:56 +00:00
The Android Open Source Project
7b6716fca6
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: Ic6ae316705dbbaeae8fdc65d64073c19a07fbd04
2020-08-07 01:47:32 -07:00
The Android Open Source Project
917147963d
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: Ia9859f2efde98900bf6e743cef2a39fe1232cb5e
2020-08-07 01:00:57 -07:00