summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/cyanogenmod/AutoBrightnessCustomizeDialog.java
Commit message (Collapse)AuthorAgeFilesLines
* Make menu item title and help text consistent.Danny Baumann2013-04-291-1/+1
| | | | Change-Id: Ia14fbb200fbc19bcdc654bd542dbe3ba15fbf6ea
* Correctly restore brightness customize dialog hierarchy.Danny Baumann2013-04-181-141/+358
| | | | | | This is especially important when rotating the device. Change-Id: Iaf1ceb46943e9d0a171d6a75d3d446dbec205095
* Overhaul auto-brightness level UI.Danny Baumann2013-04-181-88/+259
| | | | | | | | | | | | This changes a few things: - Don't imply a 'bucket' type of algorithm is used by showing an ambient brightness range for each line - Allow manually entering the screen brightness - Add a preview window for the cubic spline interpolation - Add a help text JIRA:CYAN-612 Change-Id: I64274280872b9fe4f6fdc368d654aca81e0a4e0c
* Settings: fix incorrect value in autobrightness adjustmentPawit Pornkitprasan2013-03-311-2/+2
| | | | | | | | If the user drag the progress bar below the min value, the incorrect setting will be saved since seekBar.setProgress code path does not return to the "getItem(pos).backlight = ..." line. Change-Id: I4796e22ba9c44315be92de4040f6cd8451bdf153
* Some post-merge cleanup for automatic brightness adjustmentDanny Baumann2013-02-151-9/+26
| | | | | | | | - Remove some unused strings - Use (device-dependant) minimum brightness level (as calculated by DisplayPowerController) as '0%' instead of the actual value 0. Change-Id: I79123d2421c9ab35fa0f1808d82d785463e8fbaa
* Add back backlight curve adjustment.Danny Baumann2013-02-131-0/+548
Patch set 1-8: Initial commits Patch set 9 : Shortened strings to better fit Design Guidelines Change-Id: I1eb370f8911d1c92ef06e553cc1c1be81e83cb95