summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/DevelopmentSettings.java
Commit message (Collapse)AuthorAgeFilesLines
* Disable USB debugging checkbox and backup password for secondary usersAmith Yamasani2012-11-301-0/+13
| | | | | | | | | This prevents secondary users from turning on adb debugging, even if they find a way to launch developer options. Similarly, don't let them add or change the adb backup password. Bug: 7637920 Change-Id: I297f0c515a276ede6a7f12d2add72faec4eeb384
* Selectively enable bugreport in power menu.Jeff Sharkey2012-10-291-0/+25
| | | | | | | | | The underlying bugreport init service depends on USB debugging being turned on for user builds. This change makes the developer options UI reflect this constraint. Bug: 7427434 Change-Id: I8dc16cc53ec4a97a3b39ee631694456be3bde081
* Merge "More migration to Global settings." into jb-mr1-devJeff Sharkey2012-10-181-10/+10
|\
| * More migration to Global settings.Jeff Sharkey2012-10-181-10/+10
| | | | | | | | | | Bug: 7375796 Change-Id: I43079368c32e91e8bb75b00377cd57d1766f15d4
* | Control OpenGL traces from Developer Options in SettingsRomain Guy2012-10-181-0/+34
|/ | | | | | | This change adds a new entry to the developer options screen in settings that lets you choose what OpenGL traces you want. Change-Id: Ie789fa20dbbabee1e509b697106072464e9f9d2b
* New developer setting: force 4x MSAARomain Guy2012-10-151-0/+16
| | | | Change-Id: I443b97ad8adc9f461aa140069f208f83f19f8c52
* Fix issue #7328934: change threshold of developer options countdown toastDianne Hackborn2012-10-111-0/+4
| | | | | | | | Delay showing toasts until the third tap. Also harden the dev settings code that pokes system property changes to not crash if a system service throws an exception back. Change-Id: I1351e2c950f2bcc4fc72afb60995fd7f84319e3d
* Fix issue #7318666: hide developer options from user buildDianne Hackborn2012-10-101-0/+11
| | | | Change-Id: I4c5a66bd5f4d3fc36d439228a7a276d694291606
* Developer setting to skip Package Verificationrich cannings2012-09-271-0/+61
| | | | | | | | | | | | Add a developer setting to skip package verification when installing over USB/ADB/ADT, but still perform package verification on all other installs. This change also fixes visibility issues. Namely, now all "Verify apps" related settings will disappear when Settings.Global.PACKAGE_VERIFIER_SETTING_VISIBLE is 0. Bug: 7183252 Change-Id: I04cfc4f521d1ecb73df56b172cf29cbd84f53dad
* Move OVERLAY_DISPLAY_DEVICES to Global.Jeff Brown2012-09-251-4/+4
| | | | | Bug: 7127417 Change-Id: I9ed62e98754eba8a6107a5cac00f00f83904852d
* Merge "Add new developer setting to visualize overdraw" into jb-mr1-devRomain Guy2012-09-211-0/+17
|\
| * Add new developer setting to visualize overdrawRomain Guy2012-09-211-0/+17
| | | | | | | | Change-Id: I16d6bb5a199233efebf5c3211dbe57dc9b6729c9
* | Remove accessibility category from developer options.Svetoslav Ganov2012-09-201-21/+0
|/ | | | | | | | | | 1. There is a temporary accessibility option in developer options with one item for enabling automatic zoom out and panning. This is not a developer option in general and should not be there. bug:7207305 Change-Id: Ib146ccb3704dd94d635cc668b71c007fbd8d29b3
* Merge "Settings for the screen magnification feature." into jb-mr1-devSvetoslav Ganov2012-09-071-0/+21
|\
| * Settings for the screen magnification feature.Svetoslav Ganov2012-09-071-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Screen magnification on the device has to he explicitly enabled by the user before allowing a global gesture related interactions. The feature toggle setting is in Settings->Accessibility and it is a separate screen with instructions how to use the feature and a toggle switch. 2. Added a setting in developer options for toggling the magnification auto update feature. If this features is on the screen is zoomed out or rotation or activity start. Also if the feature is enabled the magnified viewport will scroll to show popped up windows. bug:5587727 Change-Id: Ic45a21d3a3928e2f5aac034751801f090b261488
* | Update Settings app to manipulate now-global settings properlyChristopher Tate2012-09-071-18/+18
|/ | | | Change-Id: I6c269051c7d2db87f70f44df74e06456588c3b6f
* Add new setting to control overlay displays.Jeff Brown2012-08-291-0/+35
| | | | Change-Id: I9582bb149dca716699ef5977ef8f84bb3136e0c0
* am 291389ed: am 5dbc1f64: Merge "Fix use of holo drawables in a few more places"Jean-Baptiste Queru2012-08-141-1/+1
|\ | | | | | | | | * commit '291389ed5ce3c97c7f5ec145f00a6bc68862f8f4': Fix use of holo drawables in a few more places
| * Fix use of holo drawables in a few more placesBjörn Lundén2012-08-141-1/+1
| | | | | | | | Change-Id: Ie549ff14812da807729641fab1871fffe35f80b6
* | am 6fb425e2: am eefa61ed: Merge "Settings: Use ICS alert drawable"Jean-Baptiste Queru2012-08-131-1/+1
|\ \ | |/ | | | | | | * commit '6fb425e2805a1c27c048fc954d402f4612cbf74d': Settings: Use ICS alert drawable
| * Merge "Settings: Use ICS alert drawable"Jean-Baptiste Queru2012-08-131-1/+1
| |\
| | * Settings: Use ICS alert drawableBjörn Lundén2012-05-311-1/+1
| | | | | | | | | | | | | | | | | | Point to the correct holo alert drawable. Change-Id: Ia15aaa028c8371cb2478baeecd2da31520c43a5d
* | | Merge "Add dev setting to enable global actions bug report button." into ↵Dianne Hackborn2012-08-071-0/+9
|\ \ \ | | | | | | | | | | | | jb-mr1-dev
| * | | Add dev setting to enable global actions bug report button.Dianne Hackborn2012-08-071-0/+9
| | | | | | | | | | | | | | | | Change-Id: I3768f95e1c6fbec9c10186093e5e1d48b0ef6ae4
* | | | Add new dev settings to debug hardware layersRomain Guy2012-08-061-6/+23
|/ / / | | | | | | | | | Change-Id: I2668552d70911a90e173efdf75bc44139ed394c8
* | | Make Settings app aware of layout directionFabrice Di Meglio2012-07-241-1/+1
|/ / | | | | | | | | | | - see bug #5429822 UI should be mirrored for RTL locales (Arabic, Hebrew, farsi) Change-Id: I696c0f66a16640af767da3c05b5d300fd2284ecb
* | Fix issue #6664140: Time to lock should work even Stay awake...Dianne Hackborn2012-06-151-1/+18
| | | | | | | | | | | | | | | | | | | | ...in Developer options is on Disable the stay awake while on option in settings if a lock limit is being enforced. Bug: 6664140 Change-Id: I8da1b8c734ceef10662d33392609c35e645315c3
* | Enforce READ_EXTERNAL in Developer Options.Jeff Sharkey2012-05-141-4/+76
| | | | | | | | | | | | | | | | Move from Storage to Developer Options, and add interstitial dialog with more details. Bug: 6461446 Change-Id: I6d3d8fdc61a3e920ed58ab4d726949ac3c31feab
* | Tweak development settings to report system property changes.Dianne Hackborn2012-05-091-0/+42
| | | | | | | | | | | | | | | | | | | | | | | | Uses the new IBinder hack to tell all registered system services about the property change. This should get most processes of interest... some of them many times over, even. This implementation does the broadcast for every debug property change, though currently the only ones handling it are the trace and layout bounds debugging properties. Change-Id: Ibe3a10a40184751b8b2ed00021a224182d8f3f30
* | Merge "Settings to control traces." into jb-devDianne Hackborn2012-05-081-16/+102
|\ \
| * | Settings to control traces.Dianne Hackborn2012-05-081-16/+102
| | | | | | | | | | | | | | | | | | | | | | | | | | | Also some re-organization of the debug options, and check for the case where the global debug setting is turned off but there are some debug options turned on (in which case we just switch to the global option being on). Change-Id: I710e3a009e2be9c7c1a1879a853ac736abf1d8d8
* | | Revert "Make verifier device id information visible"Kenny Root2012-05-081-10/+0
|/ / | | | | | | | | | | | | | | | | | | | | | | This reverts commit 498fbe470e8201ed6d4a1677025b274d9ca65e0b. Conflicts: res/xml/development_prefs.xml src/com/android/settings/DevelopmentSettings.java Bug: 6438155 Change-Id: I3ab866d0a269e355388bb3ef41737a7d097df8f6
* | Add three new developer settingsRomain Guy2012-04-271-37/+74
| | | | | | | | | | | | | | | | | | | | - Show hw screen updates: show where apps udpate the screen when running with hw acceleration - Profile hw rendering: add extra profiling info to dumpsys gfxinfo for performance tracking - Debug layout: show layout info on screen Change-Id: I6f7cad762d65ec3be2debfb4a88c25d35bf11079
* | Add debug app / wait for debugger dev options.Dianne Hackborn2012-02-141-2/+74
| | | | | | | | | | | | Re-organize dev options a bit. Change-Id: I291b177c87cb8fb4bd8316d05aa6eadfaaf5f0d2
* | New dev setting to turn off HW overlays.Dianne Hackborn2012-02-071-4/+30
| | | | | | | | Change-Id: I747ac6d90dfb8a7a0bbf547ce7cae8ee86f8d5d0
* | New switch to enable/disable all developer settings.Dianne Hackborn2012-02-021-24/+188
| | | | | | | | | | | | | | | | Turning the switch on shows a dialog warning the user to not do this. Turning the switch off resets all development settings. Change-Id: I052b16e6d220fa60298799ace02e69a8a1a02ef2
* | Add Developer Option setting for Animator scaling.Chet Haase2012-02-021-0/+8
|/ | | | | | | | | | | | | This new setting allows users to set a scale factor for the duration and startDelay of all Animator-based animations. This setting is very similar to the Transition animation scale and Window animation scale settings, except this one applies specifically to Animator animations. The property is only accessible by users through the Settings UI, not programmatically. The value applies system-wide and is picked up per-process at the time of the first ValueAnimator construction. Change-Id: I4fd02b03e508495b39481bfc8904d8771d0fd4e1
* Add developer setting to force hardware accelerationRomain Guy2011-09-291-1/+16
| | | | Change-Id: I1bb3da7db4602ce7cbdfb46799c5114ce63ffed2
* Make verifier device id information visibleKenny Root2011-09-261-0/+11
| | | | | | | | | This makes the verifier device identifier information for this particular device visible in the "Development" screen of Settings. Bug: 5205163 Change-Id: I55e0b32fe98f898e6e8d723ce6696529fdccffd0
* Add a "show touches" option for demos and presentations.Jeff Brown2011-08-261-0/+16
| | | | | | Bug: 4569045 Change-Id: Ie074dbdc61c8e30222113edebdb2e4d5a83020e5
* Move the desktop backup pw from "Backup and reset" to "Developer" settingsChristopher Tate2011-08-121-0/+21
| | | | | | Addresses bug 5136161 Change-Id: Ia26258e0c8b0378184e4bac32a5da47de5da686f
* New development setting for ANRs.Dianne Hackborn2011-08-021-0/+21
| | | | Change-Id: I1fcde9d371bbb6e0eef0da7749a8c8cfb9a2c881
* Follow change in load average service.Dianne Hackborn2011-07-141-1/+3
| | | | Change-Id: I7d415a140598ef582842f1babdbc88b0e7be3ea9
* Various small fixes to the debugging settings.Dianne Hackborn2011-07-141-20/+30
| | | | | | Also tweak to follow changes in activity manager. Change-Id: Icd3fdff69dfc9e4c027d904ae95da3fb9bd65152
* Move the main interesting DevTools settings into the main settings app.Dianne Hackborn2011-07-011-0/+227
| | | | | | | These are in the "development" section of the settings app, expanding on ADB and other stuff that is already there. Change-Id: I61a4955df0c548dcf1f39be46d21e8b8d02e454a
* Bug 4167061 remove debug codeGlenn Kasten2011-04-131-1/+1
| | | | Change-Id: I1a05b820030d503b4ae1a82789ad4607e46b43c0
* HDCP debugging in setting app part 2 of 2Glenn Kasten2011-04-111-1/+1
| | | | Change-Id: I931c50938526adce521a7bf02301aba75abaacaf
* Debug feature for HDCP compliance testing.Amith Yamasani2011-03-231-2/+51
| | | | | | | | Bug: 4149811 Add a setting in Application->Development to change HDCP checking. Change-Id: I5561b097b3fd7dbfc4eaf1977b80a37fc29572aa
* Further manage apps fragmentization.Dianne Hackborn2010-11-011-15/+19
| | | | | | | All of the UI under manage apps should now be working. Various cleanup through new framework APIs. Fragmentized developer settings. Change-Id: I2b42a2dd0d015e0fdcde497579ddad3dceea9da2
* Still use ro.monkeyYing Wang2010-01-061-3/+1
| | | | | http://b/issue?id=1681101 So just some refactoring.