summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/display/NightDisplayCustomEndTimePreferenceController.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix animation in Night light pageRaff Tsai2019-10-301-0/+10
| | | | | | Fixes: 143582072 Test: manual Change-Id: I28c9dd48cec9cfbe76234f8e4b370bc79febe7dd
* Use ColorDisplayManager for night display settingsChristine Franks2019-01-241-5/+5
| | | | | | Bug: 123352608 Test: make ROBOTEST_FILTER="(Night*)" RunSettingsRoboTests -j48 Change-Id: Id4ab9ca4a21243be5967d63db72212daefb3dcb9
* Use ColorDisplayManager for night displayChristine Franks2019-01-231-3/+2
| | | | | | Bug: 111215474 Test: make ROBOTEST_FILTER="(Night*)" RunSettingsRoboTests -j48 Change-Id: I8b92407470446ef86e460985fc64cf2467eb3e5c
* Migrate all MetricsProto enums to SettingsEnumsFan Zhang2019-01-171-2/+1
| | | | | | Bug: 122855168 Test: rebuild Change-Id: I962d9a71179f86b7cae9dc5e9a00e0aa1557dc76
* Use ColorDisplayManagerChristine Franks2018-11-061-1/+4
| | | | | | Bug: 111215474 Test: make RunSettingsRoboTests -j100 Change-Id: I78bb44a1c4824f2b5223ca0d58ad224b96591d9a
* Sort importsFan Zhang2018-08-281-2/+2
| | | | | | | | Having consistent import order will reduce chance of merge conflict between internal and external master Test: rebuild Change-Id: I0b1a170967ddcce7f388603fd521f6ed1eeba30b
* Reorder and clean up imports.Fan Zhang2018-06-181-1/+3
| | | | | Test: rebuild Change-Id: I178485c84ae7146f991fd77b6d7504b029942a68
* Establish permanently unavailable settingsMatthew Fritze2018-05-091-1/+1
| | | | | | | | | | | | | | | | | | | Distinguish between settings which are permanently unavailable on the device, and temporarily unavailable. This enables us to restrict which setting slices are exposed in onSliceGetDescendants. The primary changes in this CL are renaming: "DISABLED_UNSUPPORTED" -> "UNSUPPORTED_ON_DEVICE" to be more clear the the setting will cannot be accessed on the device, and, adding a new enum to encapsulate settings which are currently unavailable, but could be enabled in the future. Also remove UNAVAILABLE_UNKNOWN. Devs should never need this enum. Bug: 78910582 Bug: 79245656 Test: robotests Change-Id: I58821a6cfd6134b3b351657b6edf5f74ead00643
* Add night display pref controllers and change UXChristine Franks2018-05-021-0/+47
- Convert NightDisplaySettings to a DashboardFragment - Add preference controllers for all Night Display settings - Change UX for activation from a toggle to a button Bug: 73739388 Bug: 69912911 Test: make -j100 and make RunSettingsRoboTests -j100 Change-Id: Ia173f16207ba59bf57eb7546cbb1e2dbca67b063