summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/DisplaySettings.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix issue #4976176: Font size setting does not persistDianne Hackborn2011-07-191-1/+1
| | | | Change-Id: Ie36c97680f43414b5cdc1615519527ba5e8fa902
* Bug 5003461 - Removed animation optionGilles Debunne2011-07-081-93/+12
| | | | | | Associated change in DatabaseHelper to reset this value in the database. Change-Id: I530da617c44773fad31e62f595d0c335daf64148
* Dream (screensaver) settings.Daniel Sandler2011-05-261-15/+39
| | | | | | | | Depends on change Ied691856 for Settings.Secure.DREAM_TIMEOUT and Settings.Secure.DREAM_COMPONENT. Change-Id: Ib6f74b74036e12637efb891b97e459a4e33444e7
* Fix possible NPE when Screen settings is launched quickly in succession.Amith Yamasani2011-03-111-0/+7
| | | | | Bug: 3368440 Change-Id: Icbcd0474978e20a055ec27f5960e9a4b98f4a68a
* Add font size preference.Dianne Hackborn2011-03-041-0/+44
| | | | | | Shamelessly stolen from SpareParts. Change-Id: I5bcdc5c738a0b2af7e7bd8dae303997c28298086
* Track changes to brightness and orientation lock in Settings.Amith Yamasani2011-02-281-0/+23
| | | | | | | | | | | | | | Bug: 3491814 Bug: 3482859 Bug: 3497535 Since the system bar can now change brightness and orientation lock, Settings needs to listen to changes to those settings and reflect in the UI. Also fix a problem with restoring state on cancel when the brightness dialog is invoked a second time. Change-Id: I3ada6e77df9a6b013a16061877fcb6b55c94a903
* Fix 3333434: Rename "Display" to "Screen" and make dynamicJim Miller2011-01-091-6/+25
| | | | | | | This changes the setting "Display" to "Screen" and updates the timeout summary to reflect the current setting. Change-Id: Id8209d445f65a0908ae8093a8f5f7f951f333053
* Refactor settings top level activities to use fragments.Amith Yamasani2010-08-181-8/+8
| | | | | | | | | | | | | Added a base class SettingsPreferenceFragment from which the settings activities should be derived so that they can behave like fragments. It contains some commonly called utility methods and dialog conversion to DialogFragment. Some of the top-level activities can be launched directly without the left pane. Settings.java acts as a proxy activity that contains just that settings fragment without the left pane. There are still a lot of second and third level activities that need to be fragmentized. This is just the first pass to test the 2-pane layout.
* Fix 2582241: Update selection based on user setting instead.Jim Miller2010-04-131-3/+10
| | | | | | | | | | | When the user adds a DPM, Settings removes all display timeout options with t > maxTimeout. It was incorrectly setting the preference to maxTimeout. The corrected code picks the user's preference if less than maxTimeout or nothing otherwise. Change-Id: I5a47fdce89f4cf216fd76bb585c3c0120b39db92
* Fix 2527411: Remove unusable display timeouts from Settings.Jim Miller2010-03-291-8/+30
| | | | | | | | | This fix removes unusable display timeouts from Settings when a device policy is enabled. Patch 3 catches the case where not having any active policies clears the list. Change-Id: I5b08d420c73b1c2e6fe2bb4e65656790290574cd
* Settings: Refactor for new API and remove some unused references / importsSan Mehat2010-02-081-1/+0
| | | | Signed-off-by: San Mehat <san@google.com>
* Refactor settings hierarchy and clump all volumes in one dialog.Amith Yamasani2010-01-251-0/+177
Bug:2362077 Bug:2312836 Bug:2166486 Split Sound and Display into separate top-level settings. All volume settings (including Alarm volume) now in one Volume dialog. Remove some sub-texts to reduce clutter.