summaryrefslogtreecommitdiff
path: root/src/com/android/settings/development/DevelopmentOptionsActivityRequestCodes.java
AgeCommit message (Collapse)Author
2019-11-21Add compatibility change preferenceAndrei Onea
Add UI for modifying the compatibility change overrides per-app. Test: make RunSettingsRoboTests ROBOTEST_FILTER=PlatformCompatDashboardTest Bug: 138280620 Change-Id: I07c7602e7a439e47b0b1fa59b047231afbbc0ab6
2019-01-10GUP: Display a list of Apps and dialogsYiwei Zhang
1) Add preference controller for gup dashboard and add list preferences for each entry of the apps 2) Add gup dashboard page to search index 3) Add comprehensive tests for GupPreferenceController Bug: 119221883 Test: make RunSettingsRoboTests Change-Id: Ide4934c0dd3901532723e77e74663e5a7b639026
2019-01-03Rename updatable graphics driver to Game Update Package.Peiyong Lin
We have rebranded this project to Game Update Package, and GUP for short. BUG: 119221883 Test: Build, flash and boot. Verify by going to developer options. Change-Id: Ibc0814b6cd1e9bee991624c925456bc330fd93c6
2018-12-07Update ANGLE Developer OptionsTim Van Patten
Update ANGLE developer options to allow selecting the OpenGL driver (default, ANGLE, native) for each app as well as forcing ANGLE for all apps. The settings are also being moved from within the Android settings (here) to the ANGLE APK, so they can be updated more quickly/easily. Bug: 118384925 Test: Verify the default/ANGLE/native values are saved and applied and used by the loader. Change-Id: Ide449704dd703657bd316231987a07becf8699c9
2018-11-09Add developer option to opt-in updatable graphics driver.Peiyong Lin
To facilitate developers to develop their applications against the updated graphics driver, we provide a developer option to select one application to opt-in. The selected application will always use updated graphics driver by default. BUG: 119221883 Test: Build, flash, boot, select a game and verify with prototype. Change-Id: I8c3905fd5c1cbfb3ce12e589b48f57396c7776e3
2018-09-21Add ANGLE enable to Developer OptionsCody Northrop
Allows selecting a single app to use ANGLE instead of native drivers via Developer Options. Only non-system apps will be listed via this interface. Bug: 80239516 Test: make ROBOTEST_FILTER=AngleEnabledAppPreferenceControllerTest RunSettingsRoboTests Change-Id: Iddf800cdc1a2607757ee165c456357e041c47ce5 (cherry picked from commit a3ed8214bf5903e4dea8df5f3516a95d81d8c485)
2017-10-03Introduce MockLocationAppPreferenceControllerjeffreyhuang
- Create new MockLocationAppPreferenceController - Create controller inside the DashboardFragment - Port logic from DevelopmentSettings into the controller Bug: 34203528 Test: make RunSettingsRoboTests -j40 Change-Id: I0c306aadfbe9f10b143c63429061a7c0c244361a
2017-09-26Introduce SelectDebugAppPreferenceControllerjeffreyhuang
- Create new SelectDebugAppPreferenceController - Update onActivityResult to loop through all controllers - Add new activity request code - Create controller inside the DashboardFragment - Port logic from DevelopmentSettings into the controller Bug: 34203528 Test: make RunSettingsRoboTests -j40 Change-Id: I90b1da2d536389e45d717adffb3b190ec13b9a2a
2017-09-19Introduce OemUnlockPreferenceControllerjeffreyhuang
- Create new OemUnlockPreferenceController - Add new onActivityResult method in DeveloperOptionsController - Create controller inside the DashboardFragment - Port logic from DevelopmentSettings into the controller Bug: 34203528 Test: make RunSettingsRoboTests -j40 Change-Id: I0b1387b9547e7c9f2a1a0963421d0ebea55d9ff4