summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/wfd
Commit message (Collapse)AuthorAgeFilesLines
* log visibility of viewsChris Wren2015-03-271-0/+6
| | | | | Depends-On: I5b1dccb5d103ece3112acf38889bae16273b092f Change-Id: I116aed2bb805f723a5bf2ec9eb94257de0b4a7b5
* Settings: Remove all unused imports.John Spurlock2015-03-181-2/+0
| | | | Change-Id: Iebfa52cb849d69974c94902b0b020893cf5618a3
* Fix bug #15730311 Checkboxes on R side should update to Quantum/Material ↵Fabrice Di Meglio2014-10-151-9/+9
| | | | | | | | on/off switch Per UX request, convert more CheckBoxes to Switches Change-Id: I04712bce4c0a54516d9ecedbb554f403fd6dd9e7
* Use Drawer in Settings appFabrice Di Meglio2014-02-031-6/+0
| | | | | | | | | | | | | | | | | | | | - get rid of PreferenceActivity as much as we can and use fragments instead - add Drawer widget - add Dashboard high level entry into the Drawer (but this is work in progress and would be done in another CL) - add bypass of fragment's Header validation when launched from the Drawer but *force* validation if external call thru an Intent Be aware that WifiPickerActivity should remain for now a PreferenceActivity. It is used by SetupWizard and should not trigger running the SettingsActivity's header building code. SetupWizard is a Home during the provisionnig process and then deactivate itself as a Home but would make the Home header to appear in the Drawer (because momentarily we would have two Home). Also, verified that: - the WiFi settings still work when called from SetupWizard - when you have multiple Launchers, the Home header will appear in the list of Headers in the Drawer Change-Id: I407a5e0fdd843ad7615d3d511c416a44e3d97c90
* Add help url for remote display.Jeff Brown2013-11-181-0/+5
| | | | | Bug: 11736504 Change-Id: I83d278731cf853ff911ff1a8b82a942881cb4727
* Integrate remote display routes into screen cast settings UI.Jeff Brown2013-11-101-190/+254
| | | | | | | | | | | | | | | | Merged remote display route selection into the existing wifi display preference UI. Moved the on/off toggle over to a menu item. The preference page is now mainly implemented in terms of the media router. It only interacts with the display manager for the purpose of pairing with new devices or making wifi display certification controls available. This means that the observed state is now completely consistent across the system ui, settings, and applications that use the media router. Bug: 11257292 Change-Id: I3705570812384fef4bfffeccaaccf7895d370d12
* wifi-display: add drop down list for Wps config methodChong Zhang2013-08-291-1/+36
| | | | | | Bug: 9371882 Change-Id: I8c8c645bbb3db9f9d038f015f6aa6078ce3e56c3
* wifi-display: add certification optionsChong Zhang2013-08-221-1/+242
| | | | | | | | | | - Checkbox to show certification menu in "Developer options" - Certification menu to Wireless Display Settings, providing misc control options required to certify Bug: 9371882 Change-Id: Icf74d1122a9dc813b2cf95b6606a8a600a6b9cd1
* wifi-display: use new getDisplays() method of WifiDisplayStatusChong Zhang2013-06-141-27/+17
| | | | | | | | | | which returns a list of all displays including currently availabe and remembered ones, each display has properties indicating it's availability, remembered and canConnect status Bug 9229799 Change-Id: I1f74b9c41abdfecc10e7bc1853929e982c44be2f
* wifi-display: change string to "In use" instead of "Busy"Chong Zhang2013-06-071-2/+2
| | | | | | Bug 9229799 Change-Id: Id87987812e3d65ef2a2196668f5d67b4417368d3
* wifi-display: grey out display if it's unavailableChong Zhang2013-06-061-1/+12
| | | | | | Bug 9229799 Change-Id: I981423257a6ddff9deaea7f8339944cf46c1a0ba
* Ensure WFD switch is removed along with settings fragment.Jeff Brown2013-04-171-0/+6
| | | | | Bug: 8340072 Change-Id: I8d203725ef1bfa5b1b5e5c224fa57d5feaa9db5a
* Fix Switches padding for Settings appFabrice Di Meglio2013-01-151-1/+1
| | | | | | - use setPaddingRelative() instead of setPadding() Change-Id: Ifd14193a5f60d303035b394616dc65a70e1ef5f9
* Support wifi display settings on tablets.Jeff Brown2013-01-111-16/+11
| | | | | Bug: 7612891 Change-Id: Ie1268f97e4c28cd9a321a966cd6952bd2a9bc281
* First draft of wifi display settings UI.Jeff Brown2012-09-191-0/+405
All of the functionality is in place but the UI is not fully polished yet. Bug: 7178216 Change-Id: Id76843bff05cc71e5c02a31bc97c7070d58fff10