summaryrefslogtreecommitdiff
path: root/src/com/android/settings/development/transcode/TranscodeGlobalTogglePreferenceController.java
AgeCommit message (Collapse)Author
2021-11-01Add highlight menu keys for all toggle pref controllers and custom slicesJason Chiu
Bug: 204695404 Test: manual, robotest build pass, unit Change-Id: Iad2e28ada8ddb766ffa7eff2c8dc581250cbd6f8
2020-12-11Change transcoding default valuesZim
1. transcode_enabled: s/false/true/ 2. transcode_default: s/false/true/ This is to maintain consistence with the MediaProvider defaults and it only affects the 'checked' state when a user hasn't checked anything Test: Manual Bug: 175309276 Change-Id: Ic81490a944407e30f9cd207f64f2a0f5530a23d3
2020-12-07Introduce new preference indicating user control.Manish Singh
If the user enables this, then that means that we will respect user's choices for all the preferences, i.e. we will not update the preferences based on the updates from server. On the other hand, if it's disabled, then the rest of the preferences would not be considered. And we'd decide their values based on the values from the DeviceConfig (which in turn come from the server). The controller for the default-transcoding-behavior for apps was also added. Also, renaming the set prop key for enabling-transcode to match the one in DeviceConfig - transcode_enabled. And while we were at it, we renamed the stirng from "disabling transcoding for all apps" to "enabling transcoding for all apps"; and also changed the controller to enable (instead of disable) transcoding. BUG:169327180 Test: manual testing. And added unit test for TranscodeUserControlPreferenceControllerTest. Change-Id: If9b9face51b669f5177be8bfa18f44471f531058
2020-11-15Change control semantics in transcode settingsBiswarup Pal
Change global transcode enable toggle preference to global disable toggle preference. Change app slection for skipping transcode to app selection for enabling transcode, by default transcoding would be disabled for all apps. Test: Manual, Roboelectric unit tests Change-Id: I44f4d1b24fac70a4560e8b3a12d505bd2da26f20
2020-11-09Add Transcode Settings screen in Developer OptionsBiswarup Pal
This screen would be used to enable/disable transcoding for all apps, and select a list of apps to be skipped from transcoding. UI screenshot: https://screenshot.googleplex.com/4bpbZdM6vbhdw5u Design doc reference for native transcoding: go/seamless-transcoding Test: Manual Bug: 169547037 Change-Id: I7cf72131560b99728083838bf0dad400bb5cb4a9