TreeHugger Robot
2fb902fda3
Merge "Apply settings page transition" into sc-dev am: d3de9a1352
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14292669
Change-Id: I8417234b9cb403ae75afed202c161e4ccc140df1
2021-04-28 13:59:08 +00:00
TreeHugger Robot
d3de9a1352
Merge "Apply settings page transition" into sc-dev
2021-04-28 13:41:04 +00:00
TreeHugger Robot
b661a67bf5
Merge "Make collapsing toolbar load font synchronously" into sc-dev am: 9d3442bd47
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14327008
Change-Id: I06eb305e4e9a9eed400a5ca8d22a1bfe23d693ee
2021-04-28 09:30:06 +00:00
Hugh Chen
be48d7e319
Fix usb tethering switch back to none after off/on the screen am: ddafb202bd
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14297855
Change-Id: I08dedbbf5a26cdb69b926350c11e4b3469140d59
2021-04-28 09:29:57 +00:00
Yi-Ling Chuang
58813f7b6c
Apply settings page transition
...
This change applies Shared X-Axis transition across settings pages. For
injected settings, the injected apps have to also apply the same
transition to take effect.
Fixes: 177479937
Test: robotests and navigate through settings pages
Change-Id: I6241860766f5969428faf9a5b3730a7614fdcd92
2021-04-28 17:29:49 +08:00
TreeHugger Robot
9d3442bd47
Merge "Make collapsing toolbar load font synchronously" into sc-dev
2021-04-28 09:29:24 +00:00
Hugh Chen
ddafb202bd
Fix usb tethering switch back to none after off/on the screen
...
This CL adds conditions to check whether usb is connected or not.
If usb is not connected or tethering is not started don't update the
state.
Bug: 157709648
Test: make RunSettingsRoboTests -j56
Change-Id: Ifbf5900923419d6abf35834b196aab12601076e4
2021-04-28 09:12:15 +00:00
TreeHugger Robot
8ebeb120ce
Merge "Bring the search icon back in developer page" into sc-dev am: e06f5a93b1
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14293744
Change-Id: If1e20032acef06f3fb435bfe3881e39688a826e5
2021-04-28 08:53:57 +00:00
TreeHugger Robot
e06f5a93b1
Merge "Bring the search icon back in developer page" into sc-dev
2021-04-28 08:36:58 +00:00
SongFerng Wang
112eb9d000
Merge "Ui show "No connection" when WiFi is turned on and no available network" into sc-dev am: 03fbae7fc5
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14281929
Change-Id: Id650d942223e5c097c1d16f38c5c6a05ce1566e8
2021-04-28 07:33:08 +00:00
SongFerng Wang
03fbae7fc5
Merge "Ui show "No connection" when WiFi is turned on and no available network" into sc-dev
2021-04-28 07:18:01 +00:00
Tom Hsu
b400088813
Merge "[Provider model] Show no connection during out of service." into sc-dev am: 463805b142
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14187782
Change-Id: I6770d0bc2e3662a4e0b440ad69999552a7d73e58
2021-04-28 06:56:22 +00:00
Tom Hsu
463805b142
Merge "[Provider model] Show no connection during out of service." into sc-dev
2021-04-28 06:32:33 +00:00
SongFerngWang
8e0349a67b
Ui show "No connection" when WiFi is turned on and no available network
...
Follow this table to display the UI.
https://docs.google.com/spreadsheets/d/1w7R7Q3EXkep7iO4VcgioNp00DWas3Xve5i1rWexAkz8/edit#gid=954295315
Bug: 183593681
Test: atest ProviderModelSliceTest
atest ProviderModelSliceHelperTest
atest InternetConnectivityPanelTest
make RunSettingsRoboTests -j
Change-Id: I103f9b2fafe4fc543452a74b7ee7b2e537f879b5
2021-04-28 12:35:37 +08:00
YUKAI HUNG
04a8c257fe
Merge "Draw timestamp information into BatteryChartView manually (2/2)" into sc-dev am: 70c872c160
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14319868
Change-Id: I9133f7287227c1a1dd59d6ab1acdb5ae3c767443
2021-04-28 04:27:05 +00:00
YUKAI HUNG
70c872c160
Merge "Draw timestamp information into BatteryChartView manually (2/2)" into sc-dev
2021-04-28 04:08:55 +00:00
Mill Chen
4d6bbc8af9
Make collapsing toolbar load font synchronously
...
Since collapsing toolbar might load the font asynchronously, it caused
that some settings pages are seeing a flicker on its title. This change
is using TextAppearanceConfig.setShouldLoadFontSynchronously(true)
method to have title font load synchronously, which would remove the
flicker problem.
Fixes: 182232144
Test: visual verified
1) Enable developer options
2) Settings > System > Developer options
3) See if there's a flicker on title
Change-Id: I4e1db1a0fae9f69c7ff5baca7ada49c08f1bcbea
2021-04-28 11:45:52 +08:00
TreeHugger Robot
a4cc6e8727
Merge "Revert "Remove "See all" button"" into sc-dev am: e37695c89d
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14324027
Change-Id: I2d3f128527daf542d25bc60422afbcc5acc38cce
2021-04-27 21:41:02 +00:00
TreeHugger Robot
e37695c89d
Merge "Revert "Remove "See all" button"" into sc-dev
2021-04-27 21:00:30 +00:00
Alex Johnston
004042f20d
Merge "Correct string ConfirmDeviceCredentialActivity" into sc-dev am: f3be8a6cc8
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14296227
Change-Id: Ica7131d086918e7946f5cec8fdc517b983e16c64
2021-04-27 20:35:07 +00:00
Alex Johnston
f3be8a6cc8
Merge "Correct string ConfirmDeviceCredentialActivity" into sc-dev
2021-04-27 20:16:00 +00:00
Yu-Han Yang
cf41f951ff
Revert "Remove "See all" button"
...
This reverts commit 1170a08d43 .
Reason for revert: design decision changed.
Change-Id: I954f8899f33a4c0e8945744e9bfcdbb48d9d705b
2021-04-27 18:36:18 +00:00
Jakub Pawlowski
38302d8886
Fix app name label spoofing am: 54e74cae5f
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14076525
Change-Id: I149be19aa3ec85e6a6646c43a938c1ad3d1b327c
2021-04-27 17:30:50 +00:00
Jakub Pawlowski
54e74cae5f
Fix app name label spoofing
...
Fix idea was copied from
frameworks/base/core/java/android/accounts/ChooseAccountActivity.java
Bug: 183710549
Test: verified with POC app from bug that the fix is working
Change-Id: I40131965ed0d1e11cdf4b56daef39a95b80fdd7d
2021-04-27 17:06:59 +00:00
ykhung
10000eb254
Draw timestamp information into BatteryChartView manually (2/2)
...
screenshot: https://screenshot.googleplex.com/8zJcMJeMDovfhdD
Bug: 183921876
Test: make SettingsRoboTests
Change-Id: I276f70c3cf8ebd2316f987ace0d6537ed2cf8a45
2021-04-27 16:55:13 +00:00
Adam Bookatz
4b47ce7659
Merge "UserDetailsSettings uses Guest string, not Guest name" into sc-dev am: e035a81ddc
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14282598
Change-Id: I18737caa0626ad2eac6fd93e6c6d564020066724
2021-04-27 16:46:22 +00:00
Adam Bookatz
e035a81ddc
Merge "UserDetailsSettings uses Guest string, not Guest name" into sc-dev
2021-04-27 16:35:37 +00:00
Alex Johnston
a942f3fdd1
Correct string ConfirmDeviceCredentialActivity
...
* If there is a managed profile but a separate
profile challenge is not enabled, use the device
title and subtitle in ConfirmDeviceCredentialActivity.
Manual testing
* Set device PIN
* Create a work profile using TestDPC
* adb shell am start --user 10 -a android.app.action.CONFIRM_DEVICE_CREDENTIAL
* Verify title says 'Enter your device...'
* Add a work profile PIN
* adb shell am start --user 10 -a android.app.action.CONFIRM_DEVICE_CREDENTIAL
* Verify title says 'Enter your work...'
* Do the same for pattern and password
Bug: 163108636
Test: manual testing
Change-Id: I8b61e7d2df5792cbdb2e12b19e5a5582ea2290b7
2021-04-27 16:35:42 +01:00
YUKAI HUNG
f81503e7bc
Merge "Draw timestamp information into BatteryChartView manually (1/2)" into sc-dev am: 95b5d0393d
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14319865
Change-Id: I894265d5ef62befca05fbff6b9f51754288f2fa0
2021-04-27 09:43:19 +00:00
Jeremy Goldman
a9b19776f8
Merge "Combine 5G and recommended strings" into sc-dev am: f1ee6987e6
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14233637
Change-Id: I979e3a78742eeca8405e4cb5be1bc7f0fe8cad3c
2021-04-27 09:43:09 +00:00
YUKAI HUNG
95b5d0393d
Merge "Draw timestamp information into BatteryChartView manually (1/2)" into sc-dev
2021-04-27 09:19:17 +00:00
Jeremy Goldman
f1ee6987e6
Merge "Combine 5G and recommended strings" into sc-dev
2021-04-27 07:41:45 +00:00
ykhung
2f441d2a3e
Draw timestamp information into BatteryChartView manually (1/2)
...
screenshot: https://screenshot.googleplex.com/8zJcMJeMDovfhdD
Bug: 183921876
Test: make SettingsRoboTests
Change-Id: Ib4ac21ba2d12a6cb65b46ba3f1023fe9f14c539b
2021-04-27 07:25:53 +00:00
Lucas Lin
00eb4bbf58
Merge "Use [set|get]PrivateDnsMode directly" into sc-dev am: 614f653aeb
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14230401
Change-Id: Ib5143bd894b26b93681f5330bbe681dbc903c492
2021-04-27 06:15:06 +00:00
Lucas Lin
614f653aeb
Merge "Use [set|get]PrivateDnsMode directly" into sc-dev
2021-04-27 06:03:14 +00:00
Joy Babafemi
8dce1c8da7
Merge "Update UWB toggle state with a getter API" into sc-dev am: 4b19eae08b
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14283946
Change-Id: I34f3cbe25b051f269f1e4359662919b97fc911d0
2021-04-27 05:26:53 +00:00
Joy Babafemi
4b19eae08b
Merge "Update UWB toggle state with a getter API" into sc-dev
2021-04-27 05:10:52 +00:00
Joy Babafemi
7cf391dddd
Update UWB toggle state with a getter API
...
Also updates capitalization for strings
Test: Manual on Raven & Robotest
Bug: 183254940
Change-Id: I9d3a4694746b44e80c60a9097abd0cbb647c1348
2021-04-27 03:46:39 +00:00
Dmitri Plotnikov
9fac937e35
Merge "Replace TIME_COMPONENT_... constants with POWER_COMPONENT_ constants" into sc-dev am: dd9c9a8c17
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14298485
Change-Id: I94de1fe24348462df7a73317ec6fd0f5dcb84fa6
2021-04-26 22:47:40 +00:00
Dmitri Plotnikov
dd9c9a8c17
Merge "Replace TIME_COMPONENT_... constants with POWER_COMPONENT_ constants" into sc-dev
2021-04-26 22:44:26 +00:00
Evan Chen
404dbe7c55
Merge "Companion Device App showing in Settings" into sc-dev am: e14cc634dc
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14148351
Change-Id: I272037634069cb76cea518abafbb09b62f7127a9
2021-04-26 18:59:25 +00:00
Evan Chen
e14cc634dc
Merge "Companion Device App showing in Settings" into sc-dev
2021-04-26 18:22:02 +00:00
YUKAI HUNG
a88dcb1a8e
Merge "Draw percentage information into BatteryChartView manually" into sc-dev am: f634831de7
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14297854
Change-Id: I9afea9281b763fba993d7f4ce2d708a6ae75289a
2021-04-26 12:08:40 +00:00
ykhung
1001614b14
Draw percentage information into BatteryChartView manually
...
screen: https://screenshot.googleplex.com/Bw4Whpzff5pCT5J
Bug: 183921876
Test: make SettingsRoboTests
Test: make SettingsGoogleRoboTests
Change-Id: I61c0f73e27dc2980d0812e00c2fdfda9a628b696
2021-04-26 07:53:49 +00:00
TreeHugger Robot
e68a91fdc0
Merge "Show security screen for ACTION_PROCESS_WIFI_EASY_CONNECT_URI intent" into sc-dev am: 5f876de174
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14292670
Change-Id: Ie1d96e81e00c4c9f4538163dadc023e73284ed34
2021-04-26 07:35:04 +00:00
TreeHugger Robot
5f876de174
Merge "Show security screen for ACTION_PROCESS_WIFI_EASY_CONNECT_URI intent" into sc-dev
2021-04-26 07:16:02 +00:00
TreeHugger Robot
4a1d52b1d6
Merge "Make app usage page support legacy version" into sc-dev am: e39066c388
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14271580
Change-Id: I344c03d0ba485cc6295cb5bc835fb77e352b05bb
2021-04-26 06:39:58 +00:00
Betty Chang
ecb3845e5c
Merge "Add TextWatcher for the ip config field" into sc-dev am: 75d6293a50
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14299194
Change-Id: Id751806a7e6da912e837a1fb8b08805594726a3e
2021-04-26 06:39:44 +00:00
TreeHugger Robot
e39066c388
Merge "Make app usage page support legacy version" into sc-dev
2021-04-26 06:34:28 +00:00
Betty Chang
75d6293a50
Merge "Add TextWatcher for the ip config field" into sc-dev
2021-04-26 06:17:56 +00:00