summaryrefslogtreecommitdiff
path: root/src/com/android/settings/development/BugReportPreferenceController.java
AgeCommit message (Collapse)Author
2017-11-22rename v2 controllersjeffreyhuang
- Remove v2 postfix on controllers now that v1 dev options have been removed Bug: 34203528 Test: compiles and tests still pass Change-Id: I7a937e914293233801dbd1d9536b7b47ee70d591
2017-11-17Delete DevelopmentSettings.javajeffreyhuang
- Remove the old DevelopmentSettings - Remove references to the feature flag Fixes: 65522949 Test: make RunSettingsRoboTests -j40 Change-Id: Ie2eb3465127d79a027de6bb58a47bb15e3094f89
2017-10-03Introduce BugReportPreferenceControllerV2jeffreyhuang
- Create new BugReportPreferenceControllerV2 - Deprecated BugReportPreferenceController - Create controller inside the DashboardFragment - Port logic from DevelopmentSettings into the controller Bug: 34203528 Test: make RunSettingsRoboTests -j40 Change-Id: Ic932bdd8c05f75af5a9390fb4372fb4bbc7d2340
2017-06-26Make PreferenceController a mixinTony Mantler
Bug: 62912136 Test: Existing tests in BaseSearchIndexProviderTest Change-Id: Ieda359806c09a019840b2005446c7ec8b61fdb00
2016-12-09Add check for DISALLOW_DEBUGGING_FEATURES restrictionDoris Ling
- if the user has restriction for the action DISALLOW_DEBUGGING_FEATURES, remove the preference for taking bug report and the switch preference to enable bug report shortcut in the power key. - refactor DevelopmentSettings to use preference controller for Take bug report and enable bug report in power key. Fixes: 27145643 Test: make RunSettingsRoboTests Change-Id: I18784d218d37956130c33f527d514ab703727397