summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/DevelopmentSettings.java
Commit message (Collapse)AuthorAgeFilesLines
* log visibility of viewsChris Wren2015-03-271-0/+6
| | | | | Depends-On: I5b1dccb5d103ece3112acf38889bae16273b092f Change-Id: I116aed2bb805f723a5bf2ec9eb94257de0b4a7b5
* Merge remote-tracking branch 'goog/mirror-m-wireless-internal-release' into ↵Prerepa Viswanadham2015-03-241-3/+24
|\ | | | | | | | | | | | | | | master_merge Fix build in DevelopmentSettings.java Change-Id: I8d89fd46482fae8e708398f749e480b8a06f5f03
| * Add a developer settings checkbox to use the legacy DHCP client.Lorenzo Colitti2015-03-171-3/+23
| | | | | | | | Change-Id: I18471bdf137fbb128d7e4ae6b9b1a4675f5e7fbc
* | Remove multi-window developer setting from search index if disabled.Wale Ogunwale2015-03-121-1/+4
| | | | | | | | | | Bug: 19494313 Change-Id: I6339d06a4b2ffe712ff8a2a3e72ddfdc63244d28
* | Added Developer Options settings for multi-window mode.Wale Ogunwale2015-03-031-8/+61
| | | | | | | | | | | | | | | | Enables/disables the development multi-windows UI under Recents UI. Setting is hidden on -user builds. Bug: 19494313 Change-Id: Id1ccec5d9552dfdc74cc8d0af26ba7e6c4456166
* | Register USB receiverMarco Nelissen2015-01-081-0/+11
| | | | | | | | | | | | | | This makes USB mode selection work properly, and prevents developer options from crashing on exit. Change-Id: I4c822f2694b0d87438827ff0da0d974c93ddbcab
* | am 8b2c19b5: am 5f9ee5e4: am c3245a05: Reword NuPlayer developer settings to ↵Lajos Molnar2014-11-241-8/+8
|\ \ | |/ | | | | | | | | | | say AwesomePlayer * commit '8b2c19b5780bc2dedb51982b2a40c573e1c86157': Reword NuPlayer developer settings to say AwesomePlayer
| * Reword NuPlayer developer settings to say AwesomePlayerLajos Molnar2014-11-211-8/+8
| | | | | | | | | | Bug: 18489541 Change-Id: Iab3ad293fb6689949e57375371fa6ac649b4ff0c
* | am 877e9de6: am e6d4aba3: am 7090c92f: Merge "Update enable oem unlock ↵Andres Morales2014-11-241-1/+1
|\ \ | |/ | | | | | | | | | | warning" into lmp-mr1-dev * commit '877e9de67b69c77bd34452c28b1b0a4739da1d90': Update enable oem unlock warning
| * Update enable oem unlock warningAndres Morales2014-11-211-1/+1
| | | | | | | | | | | | | | updating the strings from bug previously fixed Bug:18227644 Change-Id: I2b651c807df7585f4d08a26a2a09895100ae2cd6
* | am 7d3e182c: Merge changes I326a4cf2,I1cfce513 into lmp-mr1-dev automerge: ↵Andres Morales2014-11-051-1/+43
|\ \ | |/ | | | | | | | | | | | | ea4d9a9 automerge: eb55ac9 * commit '7d3e182c18978c7da43194d9deb564e5724b06e2': Confirm enabling OEM unlock with warning dialog Request PIN confirmation to enable OEM unlock
| * Confirm enabling OEM unlock with warning dialogAndres Morales2014-11-041-2/+28
| | | | | | | | | | Bug: 18227644 Change-Id: I326a4cf215ef0e30fd8a054964e0efeb3f627d89
| * Request PIN confirmation to enable OEM unlockAndres Morales2014-11-031-1/+17
| | | | | | | | | | Bug: 18191568 Change-Id: I1cfce5131c96711876953a28d8d642342d15201e
* | Enable DRP only through command line.Selim Gurun2014-10-241-94/+0
| | | | | | | | | | | | | | Enable DRP only through command line so remove it from dev settings. This reverts commit 7818de107afc62eda1c53177aa46dfc69ba79576. Change-Id: I2a3c60d9200b79a876ab69c7c495416a41108c39
* | Revert "Remove WebView DRP Setting from Developer Settings"Selim Gurun2014-10-211-0/+94
| | | | | | | | | | | | | | | | | | This reverts commit 90886b8284698698c09f8d272308597989fba92c. Conflicts: src/com/android/settings/DevelopmentSettings.java Change-Id: Ib41061bfbd74294ad643173c0caaf5f66bba410e
* | am b84d366f: am 156d30db: am 40103896: Merge "Fix bug #15730311 Checkboxes ↵Fabrice Di Meglio2014-10-151-107/+106
|\ \ | |/ | | | | | | | | | | on R side should update to Quantum/Material on/off switch" into lmp-mr1-dev * commit 'b84d366f6bffc6676b6223c3757faef1c6e9f8fe': Fix bug #15730311 Checkboxes on R side should update to Quantum/Material on/off switch
| * Fix bug #15730311 Checkboxes on R side should update to Quantum/Material ↵Fabrice Di Meglio2014-10-141-107/+106
| | | | | | | | | | | | | | | | on/off switch Per UX request, use a Switch instead of a CheckBox for Developer Settings Change-Id: I6a9b3fef879299a8ac5b57ff9c794b58022b79d9
* | Add developer setting for changing the current USB configurationMike Lockwood2014-10-061-0/+54
|/ | | | | | | This can be useful for testing the audio source kernel driver, reverse tethering over RNDIS, etc. Change-Id: I7392f95545cf5ae8a36b4b7b0d37f003df7e70b2
* Remove WebView DRP Setting from Developer SettingsHui Shu2014-09-301-94/+0
| | | | | BUG: 17730990 Change-Id: I776844ee617916037b861ec7385365bb5873d4a0
* logd: settings: ro.config.low_ram supportMark Salyzyn2014-09-171-1/+9
| | | | | | | | - limit settings to 64K, 256K and 1M if ro.config.low_ram true - Correctly handle ro.logd.size Bug: 17526187 Change-Id: I2380b649516b29c2a98f54de18e5a4780b3421ce
* Merge "Use GoogleSetting to override DRP setting if available" into lmp-devSelim Gurun2014-08-281-3/+72
|\
| * Use GoogleSetting to override DRP setting if availableSelim Gurun2014-08-231-3/+72
| | | | | | | | | | | | | | | | | | | | Bug: 12492817 The developer setting will be deprecated and eventually will be removed after the setting is moved to its new location. This is the prep work for it. Change-Id: If0b019b33a544b7d2e659161685fa33ca052f612
* | Added a developer option to save attribute data.Jon Miranda2014-08-181-1/+10
|/ | | | | | | After the checkbox for 'Enable view attribute inspection' is checked, newly constructed Views will save their attribute data. Change-Id: Ia6d150d0d9991a2341236a9d35055b811038c849
* Remove logic to read the key from GServicesSelim Gurun2014-08-141-6/+0
| | | | | | | | | Bug: 12492817 The key is now stored in webview apk so remove the logic to read from GServices. Change-Id: I9f9b57d59885d93023be307a80d5a7db143ffbfe
* Add setting to disable automatic USB audio routingGlenn Kasten2014-08-131-0/+17
| | | | | Bug: 16381952 Change-Id: I7335ed4c3ec8d5f9cb9a9bd2a9d2f9e0f3a63c43
* Make nuplayer the default media player.Lajos Molnar2014-07-271-3/+5
| | | | | | | Update nuplayer settings to use awesomeplayer key. Bug: 11784824 Change-Id: I25ec4b4bd289e3f00c3d299b1a3a5275d1ba73fe
* Implement #15841213 Search - index Developer Option only and only if they ↵Fabrice Di Meglio2014-07-251-0/+17
| | | | | | | | | have been activated - do not index Developer Options if they are not activated - index them just after their activation Change-Id: I54fcc6b55a1f29eb6b19d6e14e3158d4a38a6fe6
* Reset color space when development options are disabledAlan Viverette2014-07-221-0/+25
| | | | | BUG: 16306222 Change-Id: I4939a4fba8b0358333f6ff25ff8c405c5679579d
* Don't try to set OEM checkbox if not availableAndres Morales2014-07-101-1/+4
| | | | | Bug: 16199128 Change-Id: I09765de60d60a2351f915607e737db90fbd90c9e
* Enable OEM unlock checkbox in Developer SettingsAndres Morales2014-07-091-11/+51
| | | | | | | | | | | | | | | | | | | | For Volantis+ devices, we will give users the ability to enable OEM unlock through Developer Settings. To do so, we must write the value to the last byte of a special partition that does not get erased even after factory reset. This feature will only be available on devices with the persistent data partition, thus the checkbox is only visible for devices that meet this requirement. This depends on https://googleplex-android-review.git.corp.google.com/#/c/495350/ DD: go/factory-reset Bug: 14288780 Change-Id: I8f80b950bc101a1067912faf221391bf0dd826b7
* Remove VM switch from Developer OptionsFabrice Di Meglio2014-06-231-84/+1
| | | | | | | | - no more needed as Art is the one and only one VM See bug: #15778483 "Select Runtime" still exists in search results, but not in Settings Change-Id: I4ccca20165e254f7eec87c1e44aad8de0cab628d
* add setting to control wifi handovervandwalle2014-06-181-0/+30
| | | | Change-Id: I85a8c8d501238a8115713ca7b018cdac6d0af95a
* Merge "Gray out the selection while the key is not available."Selim Gurun2014-06-171-2/+4
|\
| * Gray out the selection while the key is not available.Selim Gurun2014-06-171-2/+4
| | | | | | | | | | | | | | | | | | Bug: 15607413 The old logic was simply making it not selectable. This will disable it and gray it out providing better feedback. Change-Id: Iaeaae43f28100ba1a1550db0a919172a249054e8
* | Merge "Fix bug #15687210 Settings crashing when turning ON<>OFF developer ↵Fabrice Di Meglio2014-06-171-6/+9
|\ \ | |/ |/| | | option."
| * Fix bug #15687210 Settings crashing when turning ON<>OFF developer option.Fabrice Di Meglio2014-06-171-6/+9
| | | | | | | | | | | | | | | | - prevent NPE - define default value (to 256K) - add more logs for showing value which has been set or any exception Change-Id: I8f067f14d81ee56631d1ad74b91b5ede26cae125
* | Do not enable bandwidth reduction settings if key is not availableSelim Gurun2014-06-161-2/+6
|/ | | | | | | | | | Bug: 15607413 If bandwidth reduction settings are enabled when a key is not ready yet, webview network connections stall due to a bug in M36 of chrome. Do not let it enabled via settings app. Change-Id: I7dc80c33f72ab59de68f919ef227d5227e6b923d
* Revert "logd: Add Developer settings for size, merge conflict issue"Colin Cross2014-06-131-1/+0
| | | | | | This reverts commit c6d03a828ed3546a229622bff14620a883a0c609. Change-Id: Ic41bf8609a1e16a10bfdce021e0536370800b81e
* logd: Add Developer settings for size, merge conflict issueMark Salyzyn2014-06-131-0/+1
| | | | | | | - mLogdSize dropped by merge conflict resolution Bug: 14563261 Change-Id: I11e3aa97a0ba40c3f55041d98c02d7e73629e985
* resolved conflicts for merge of c2c64a31 to masterMark Salyzyn2014-06-131-0/+48
|\ | | | | | | Change-Id: Ica0f138d4bf2cf66b8ba485bf286e062be433d0a
| * logd: Add Developer settings for sizeMark Salyzyn2014-06-131-0/+48
| | | | | | | | | | | | | | - Dependent on some logd/init/selinux security changes. Bug: 14563261 Change-Id: I11e3aa97a0ba40c3f55041d98c02d7e73629e984
| * Move to dalvik.vm.lib.2 to force default to libartBrian Carlstrom2014-05-281-1/+1
| | | | | | | | | | | | | | | | Bug: 14298175 (cherry picked from commit 3bc8aaad298c98eccff2060667b35fa1505f84e7) Change-Id: I5c551d6d6f00af5a7b3638e3847950e441414e37
| * packages/apps/Settings: Rename persist.sys.dalvik.vm.lib to allow new defaultBrian Carlstrom2014-01-301-1/+1
| | | | | | | | | | Bug: 12798969 Change-Id: I1937c2ff758214e1c9d369e475ae4efbba4f9dec
* | resolved conflicts for merge of f9360dbc to masterFabrice Di Meglio2014-06-121-13/+11
|\ \ | | | | | | | | | Change-Id: I2e468d83a7ce5200c59f63b4362e7bee10d0a2eb
| * | Make the SwitchBar appear immediatelyFabrice Di Meglio2014-06-121-13/+11
| | | | | | | | | | | | | | | | | | | | | | | | - change the way the SwitchBar is shown and hidden - save its state - remove the delay transition code Change-Id: I07260430e6709b42517ca011f6d3c3446a626731
* | | am e9ee5e2c: Merge "Settings: Battery saver settings sub-page." into ↵John Spurlock2014-06-111-17/+0
|\ \ \ | |/ / | | | | | | | | | | | | | | | lmp-preview-dev * commit 'e9ee5e2cede8d7e8fd7791113903df7eff1ec75a': Settings: Battery saver settings sub-page.
| * | Merge "Settings: Battery saver settings sub-page." into lmp-preview-devJohn Spurlock2014-06-101-17/+0
| |\ \
| | * | Settings: Battery saver settings sub-page.John Spurlock2014-06-101-17/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New battery saver settings page, accessed via the power usage settings overflow menu. The settings page has a master switch to toggle battery saver mode, feature disclosure text, and a preference to configure the automatic trigger level. Remove developer checkbox now that this option has a real home. NO_SQ: multi project change Bug:13329308 Change-Id: Iac54238f3406439711b44a3c17f220ac5e370a37
* | | | am 6bfec2d6: Remove all dialog icons in SettingsAlan Viverette2014-06-111-2/+0
|\ \ \ \ | |/ / / | | | | | | | | | | | | * commit '6bfec2d6b197068dd355bd1742179fe3da07136f': Remove all dialog icons in Settings
| * | | Remove all dialog icons in SettingsAlan Viverette2014-06-101-2/+0
| |/ / | | | | | | | | | | | | BUG: 15474733 Change-Id: I43ab10a3bbcabdac6109abf80266f1c4b52bf6fb