Jason Monk
ab3aa6989a
Merge "Fix settings slice caching" into pi-dev
2018-04-26 12:46:20 +00:00
Ivan Chiang
6b76e34768
Show docks on previously connected devices page
...
Implement previously connected Dock Devices part into
SavedDeviceGroupController.
Bug: 78095209
Test: m -j SettingsRoboTests RunSettingsRoboTests
Change-Id: I3dd318556167c98bc90c0c1c7281804177b9ff74
2018-04-26 16:45:16 +08:00
Ivan Chiang
98e37691c4
Show Dock devices in Connected devices page
...
Implement Connected Dock Devices part into
ConnectedDeviceGroupController.
Bug: 77945034
Test: m -j SettingsRoboTests RunSettingsRoboTests
Change-Id: Id5a75217f64d84038222604fca40613361e6f45d
2018-04-26 16:45:16 +08:00
Fan Zhang
fdc68ece05
[automerger skipped] Merge "Use colorPrimary for search bar and suggestion background" into pi-dev am: a6b773a3e1
...
am: 237260dfba -s ours
Change-Id: Icf0c5752f5bb7774383f1bbf591fc5e5284fbd0b
2018-04-25 21:35:54 -07:00
Fan Zhang
237260dfba
Merge "Use colorPrimary for search bar and suggestion background" into pi-dev
...
am: a6b773a3e1
Change-Id: I7780d9b56be0839df3ecd0b9ef74aff3ee29fdc1
2018-04-25 21:31:02 -07:00
TreeHugger Robot
a6b773a3e1
Merge "Use colorPrimary for search bar and suggestion background" into pi-dev
2018-04-26 04:27:30 +00:00
Maurice Lam
0283372fc2
Hide cancel button in Confirm Lock Pattern
...
Test: Manual
Bug: 77790615
Bug: 77565685
Change-Id: Ic3a12d169be037376f040dd1129678e814760091
2018-04-25 19:57:24 -07:00
Fan Zhang
60af9d2baf
Merge "Implement LifecycleObserver in pulse notif controller."
2018-04-26 02:50:46 +00:00
Fan Zhang
3ba7cd9e02
Merge "Use colorPrimary for search bar and suggestion background"
2018-04-26 02:41:48 +00:00
TreeHugger Robot
e394f908d5
Merge "Replace PackageManagerWrapper with PackageManager"
2018-04-26 02:40:34 +00:00
Sean Callanan
3c1caf7232
Settings: update color mode preview to final content
...
Content provided based on image selection and optimization
by the graphics team.
Bug: 69264342
Test: hand testing on B1
Change-Id: I12d1fefab2d7a01a44fccb4960d61ee2c6a25017
2018-04-25 19:38:21 -07:00
Fan Zhang
47103ac3de
Implement LifecycleObserver in pulse notif controller.
...
Change-Id: Icb8d55c5a72bc6a8d6566c43e193b7f12377b4c9
Fixes: 74923755
Test: manually run through lifecycle
Test: atest CodeInspectionTest
2018-04-25 18:08:14 -07:00
Antony Sargent
06aaddbc26
Merge "Layout changes for new animation assets" into pi-dev am: 10e91c7e1b
...
am: 7746cd94e3
Change-Id: I1828a02d9c08a1fd79ec1accdeffb6d4efb3a417
2018-04-25 18:01:30 -07:00
Antony Sargent
7746cd94e3
Merge "Layout changes for new animation assets" into pi-dev
...
am: 10e91c7e1b
Change-Id: Iac67bda32c2e545480c8d3439f5659f8e1a30f65
2018-04-25 17:52:26 -07:00
TreeHugger Robot
10e91c7e1b
Merge "Layout changes for new animation assets" into pi-dev
2018-04-26 00:40:10 +00:00
rafftsai
9bd1ac38c5
InputMethodAndSubtypeEnabler use DashboardFragment
...
- Move preference log to InputMethodAndSubtypePreferenceController
- Add input_methods_subtype.xml
Test: manual
Test: make RunSettingsRoboTests -j ROBOTEST_FILTER=com.android.settings.inputmethod
Test: make RunSettingsRoboTests -j ROBOTEST_FILTER=com.android.settings.core
Test: atest UniquePreferenceTest
Change-Id: I45b6e8303d94ef07d17016eeed1d728432a70d98
2018-04-25 17:34:04 -07:00
xshu
0aabe7f3a8
Hide apps with NETWORK_SETTINGS from special wifi settings
...
A recent change is made in the wifi framework to allow apps with
NETWORK_SETTINGS permission to bypass checks for the CHANGE_WIFI_STATE
permission. Remove apps with NETWORK_SETTINGS permission from
the list because turning off CHANGE_WIFI_STATE for those apps will not
do anything.
Bug: 78228349
Test: compile, robo test
Manual test:
flash
go to Settings -> Apps & notifications -> Advanced -> Special app access
-> Wi-Fi control
Verify that the "Settings" app is no longer in the list
Top right corner -> show system
Verify that "System UI" is no longer in the list
Change-Id: Ia430a6fb4d5dee534a03609ad1877976204935b2
2018-04-25 16:13:12 -07:00
Matthew Fritze
838d69da50
Index database before getting Uri Descendants
...
onGetSliceDescendants would return empty results if
the call was made before the database was indexed.
This CL checks the index before building the list.
Change-Id: I2e0f88893138a048dbd529d465d68fa4b1a3dc12
Fixes: 78196823
Test: robotests
2018-04-25 15:53:16 -07:00
Jan Nordqvist
b0802bdcb6
Hiding data remaining text when available space is too small.
...
Bug: 77799887
Test: manual
Test: make RunSettingsRoboTests
Change-Id: I53390a36e74f9832bdc7757cd67d51064e8a77f3
2018-04-25 15:45:08 -07:00
Antony Sargent
d762ff23a6
Layout changes for new animation assets
...
The animation videos are changing to have a white background, so we want to
match that in the background color to avoid horizontal bands of the current
grey background color on the edges of the new videos. We're also adding a
divider between the video and the content beneath it.
This CL also includes the new illustration video for the launcher gesture.
Fixes: 77861241
Fixes: 77474484
Test: manual (visit all entries in Settings->System->Gestures, as well as
Settings->Display->Adaptive brightness)
Change-Id: I976782645c9431d40e005960b80353a7da2b89b8
2018-04-25 14:56:58 -07:00
Fan Zhang
0890c337ba
Use colorPrimary for search bar and suggestion background
...
Bug: 78519022
Test: visual
Change-Id: I36b00c689eba1d731e37f8ffb38ab8ee59dba59a
Merged-In: I36b00c689eba1d731e37f8ffb38ab8ee59dba59a
2018-04-25 21:44:16 +00:00
Fan Zhang
04acf2878d
[automerger skipped] Merge "Fix a incorrect class cast in GameControllerPreferenceCtrl" into pi-dev am: 5605795526
...
am: 7d4a11e3d3 -s ours
Change-Id: I65653749d989a051d4cbadc528701c41ec691038
2018-04-25 14:41:59 -07:00
Fan Zhang
97bae973ee
Use colorPrimary for search bar and suggestion background
...
Bug: 78519022
Test: visual
Change-Id: I36b00c689eba1d731e37f8ffb38ab8ee59dba59a
2018-04-25 14:38:53 -07:00
Fan Zhang
7d4a11e3d3
Merge "Fix a incorrect class cast in GameControllerPreferenceCtrl" into pi-dev
...
am: 5605795526
Change-Id: I82717663e3fb2cd95dd9e4a51839b3d0027440d4
2018-04-25 14:36:26 -07:00
Fan Zhang
5605795526
Merge "Fix a incorrect class cast in GameControllerPreferenceCtrl" into pi-dev
2018-04-25 21:28:15 +00:00
Ivan Chiang
8efbe6e255
Merge "Add DockUpdaterFeatureProvider and DockUpdater." into pi-dev am: 820a26c6bd
...
am: e7f3afba9d
Change-Id: I0b1e8dd9f23b2077051341a991f309ace42cbb34
2018-04-25 12:43:01 -07:00
Ivan Chiang
e7f3afba9d
Merge "Add DockUpdaterFeatureProvider and DockUpdater." into pi-dev
...
am: 820a26c6bd
Change-Id: Ie77ac8eb096ebfa37445233481ad31d9511c1b7e
2018-04-25 12:36:25 -07:00
Jan Nordqvist
be73af0369
Hiding data remaining text when available space is too small.
...
Bug: 77799887
Test: manual
Test: make RunSettingsRoboTests
Change-Id: I53390a36e74f9832bdc7757cd67d51064e8a77f3
Merged-In: I53390a36e74f9832bdc7757cd67d51064e8a77f3
2018-04-25 12:30:06 -07:00
TreeHugger Robot
820a26c6bd
Merge "Add DockUpdaterFeatureProvider and DockUpdater." into pi-dev
2018-04-25 19:21:56 +00:00
hjchangliao
98015e7c93
Merge "Make Nfc/Beam searchable based on feature availability" into pi-dev am: dc09b3ff49
...
am: f549cd1e05
Change-Id: Ied4f01787aec0cf8f261483e942615abd1889918
2018-04-25 10:23:11 -07:00
Doris Ling
4333ac1e2e
Merge "Fixes crash in security settings." into pi-dev am: abe44c2674
...
am: c7494be56e
Change-Id: I06db8956a4cb67aa650b7b32dab1c83130d7a97a
2018-04-25 10:22:36 -07:00
hjchangliao
f549cd1e05
Merge "Make Nfc/Beam searchable based on feature availability" into pi-dev
...
am: dc09b3ff49
Change-Id: I3574ef8d49987b0b94bb2641d15cbf782772e5f7
2018-04-25 10:16:41 -07:00
Doris Ling
c7494be56e
Merge "Fixes crash in security settings." into pi-dev
...
am: abe44c2674
Change-Id: I6d0730a148fbfecaaa4b94e376550af613ad174b
2018-04-25 10:16:05 -07:00
TreeHugger Robot
dc09b3ff49
Merge "Make Nfc/Beam searchable based on feature availability" into pi-dev
2018-04-25 17:13:48 +00:00
hjchangliao
1ff466675d
Make Nfc/Beam searchable based on feature availability
...
Update logic of updateNonIndexableKeys,
in BaseNfcPreferenceController to fix issue.
Add robotest to avoid same problem.
Change-Id: I1de5324b5a7147ff58e3c366ee7e8cf858e3283c
Fixes: 78540155
Test: make RunSettingsRoboTests
2018-04-25 17:12:33 +00:00
Doris Ling
abe44c2674
Merge "Fixes crash in security settings." into pi-dev
2018-04-25 17:05:18 +00:00
Fan Zhang
c5655d4a5e
Fix a incorrect class cast in GameControllerPreferenceCtrl
...
Also convert the controller to TogglePrefCtrl, and register it in xml.
Change-Id: Ifbc95364b47690117b2875cba1cdc4761ad205be
Merged-In: Ifbc95364b47690117b2875cba1cdc4761ad205be
Fixes: 71972185
Test: make RunSettingsRoboTests
2018-04-25 09:08:24 -07:00
Fan Zhang
ca44caa663
Merge "Update brightness percentage display logic to match sysui." into pi-dev am: 69d12406f0
...
am: e9045a7a41
Change-Id: I20c27b31caa7a44b6d114780a0b7b18206f75d12
2018-04-25 08:25:54 -07:00
Fan Zhang
e9045a7a41
Merge "Update brightness percentage display logic to match sysui." into pi-dev
...
am: 69d12406f0
Change-Id: I9e209e042b129f9c1e92878c11ec6affa4e40ccb
2018-04-25 08:14:28 -07:00
TreeHugger Robot
69d12406f0
Merge "Update brightness percentage display logic to match sysui." into pi-dev
2018-04-25 15:07:32 +00:00
Cyril Lee
1b72815e9b
Change fingerprint enrolling animation to 4 colors
...
This change includes two parts:
1. Change the scan animation from grey to 4 colors
2. Change the registered blink from blue to 4 colors
Bug: 75963029
Test: Manual
Change-Id: I0a0d68e82e8427bb46095461878502899f273bda
2018-04-25 16:00:40 +08:00
caxtonchan
8118c8d7d0
Merge "Hide the audio switcher if it is not relevant" into pi-dev am: 3f5444b9e4
...
am: 67d44d9d61
Change-Id: I36b249159ef8d0a6d099ba776c5d682ea596e5e3
2018-04-24 21:04:45 -07:00
caxtonchan
67d44d9d61
Merge "Hide the audio switcher if it is not relevant" into pi-dev
...
am: 3f5444b9e4
Change-Id: Ie376aafe5ebfff928e5011ac772f5faaeb494c0d
2018-04-24 20:54:43 -07:00
TreeHugger Robot
3f5444b9e4
Merge "Hide the audio switcher if it is not relevant" into pi-dev
2018-04-25 03:42:17 +00:00
Tony Huang
494a848545
Update StorageSummaryDonutPreference content
...
- Set its view as unclickable
- Add content discription on DountView
Fixes: 78172416
Fixes: 78170302
Test: manual open talkback to check voice content
Change-Id: Ic40f88fb27344822bbb14cf62a79d8e030ee16ac
2018-04-25 10:55:51 +08:00
Salvador Martinez
811de70915
Merge "Check if boxes still available when restoring state" into pi-dev am: 6fcce25b72
...
am: f6d5f31564
Change-Id: I8b59411b62292b8f65a62f60bde8981c66f3401a
2018-04-24 19:13:32 -07:00
Salvador Martinez
f6d5f31564
Merge "Check if boxes still available when restoring state" into pi-dev
...
am: 6fcce25b72
Change-Id: Ia85fbd3b5068f739254fae45403fdf2f4b45f595
2018-04-24 19:08:51 -07:00
TreeHugger Robot
6fcce25b72
Merge "Check if boxes still available when restoring state" into pi-dev
2018-04-25 02:00:48 +00:00
TreeHugger Robot
a94f9175c0
Merge "Fix a incorrect class cast in GameControllerPreferenceCtrl"
2018-04-25 01:36:51 +00:00
caxtonchan
458fb2319f
Hide the audio switcher if it is not relevant
...
Bug: 78317337
Test: make RunSettingsRoboTests
ROBOTEST_FILTER="AudioOutputSwitchPreferenceControllerTest" -j28
ROBOTEST_FILTER="MediaOutputPreferenceControllerTest" -j28
ROBOTEST_FILTER="HandsFreeProfileOutputPreferenceControllerTest" -j28
Change-Id: I9824941cf410b26ad166aa163d7cccd3bfc31a06
2018-04-25 01:34:42 +00:00