summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/PowerManagerService.java
Commit message (Expand)AuthorAgeFilesLines
* Allow theming of framework UI elements.Danny Baumann2012-03-311-1/+11
* Make button brightness override actually work.Danny Baumann2011-11-211-2/+15
* Config option to completly disable Electron Beam animationGiulio Cervera2011-11-031-8/+11
* Allow electron beam for device with brightness animation enabled and disable ...Pawit Pornkitprasan2011-09-301-1/+1
* Make screen-on and screen-off animations independent from system animation se...m0viefreak2011-07-091-4/+2
* Add option to force wake lock while USB connectedDalingrin2011-06-151-1/+7
* Fix button backlights that depend on ALS, part IIRicardo Cerqueira2011-05-221-1/+3
* Fix button backlights that depend on ALSRicardo Cerqueira2011-05-191-1/+8
* Revert "Revert Change I5ec0e757: Don't enable the light sensor if it's not be...Ricardo Cerqueira2011-05-191-2/+3
* Revert Change I5ec0e757: Don't enable the light sensor if it's not being usedPaulW2011-05-131-3/+2
* Don't enable the light sensor if it's not being usedRicardo Cerqueira2011-05-111-2/+3
* Only check electron beam for on/off transitions [issue 3263]Josh Stone2011-05-011-8/+7
* sensors: Add dummy light sensor for p990/p999Ricardo Cerqueira2011-04-261-0/+1
* add missing mFlashlightAffectsLightSensor initializationnadlabak2011-02-061-0/+2
* power: Fix power animation togglesSteve Kondik2011-01-141-3/+11
* (Electron 1/2) framework: Add settings and control code for screen animationsDiogo Ferreira2011-01-021-5/+18
* Add framework support for keyboard LEDs (Caps/FN)rmcc2011-01-011-0/+24
* Galaxy S Style Power WidgetPedlar2011-01-011-2/+11
* Pimp automatic backlight.Jonas Larsson2010-12-291-13/+373
* Fix bugs related to cheek event suppression.Jeff Brown2010-11-011-2/+2
* Don't turn the button backlights on if the screen is off. Part 2.Joe Onorato2010-10-251-0/+8
* Make sure that when the screen is off, we don't try to turn the buttons on too.Joe Onorato2010-10-231-2/+16
* Pressing the power button quickly needs to turn the screen on and off correctly.Joe Onorato2010-10-181-22/+21
* Screen on/off animation tweaksJoe Onorato2010-10-141-4/+35
* Remove dead code, and make the animation a setting.Joe Onorato2010-10-121-212/+168
* Add a configuration option to turn on the screen when you unplug the device.Joe Onorato2010-10-111-1/+9
* Don't throw when userActivity fails because of the permission check.Joe Onorato2010-10-111-1/+26
* PowerManagerService needs yet another flag...Joe Onorato2010-10-051-46/+88
* Use the private version of userActivity.Joe Onorato2010-09-301-1/+1
* Revert "Revert "Check for the DEVICE_POWER permission in userActivity.""Joe Onorato2010-09-291-1/+1
* Revert "Check for the DEVICE_POWER permission in userActivity."Mike Lockwood2010-09-281-1/+1
* Check for the DEVICE_POWER permission in userActivity.Joe Onorato2010-09-281-1/+1
* Fix NPE in PowerManagerService on boot, if some settings are corrupted.Amith Yamasani2010-09-221-8/+17
* Fix problem where power manager was calling battery stats with bad wl type.Dianne Hackborn2010-09-141-38/+36
* Track client requests through location manager.Dianne Hackborn2010-09-131-31/+104
* am 797e688b: Continue trying to make the turn off quickly after call feature ...Joe Onorato2010-08-261-5/+12
|\
| * Continue trying to make the turn off quickly after call feature work.Joe Onorato2010-08-261-5/+12
| * Add a missing break; to restore old functionality and not turn off the screen...Andreas Huber2010-07-291-0/+4
* | Various battery info things:Dianne Hackborn2010-08-131-11/+17
* | Add a missing break; to restore old functionality and not turn off the screen...Andreas Huber2010-07-271-0/+4
* | am 8c65ee2d: Merge "Add a method to let a properly permissioned app directly ...Joe Onorato2010-07-271-30/+76
|\ \ | |/
| * Add a method to let a properly permissioned app directlyJoe Onorato2010-07-241-30/+76
* | More native input dispatch work.Jeff Brown2010-07-031-0/+16
|/
* Don't adjust lights if screen or button brightness is changed when the screen...Mike Lockwood2010-06-101-2/+8
* Fix inconsistency in how we handle light sensor when battery is low.Mike Lockwood2010-04-171-3/+11
* Fix wakelock leak in PowerManagerService.sendNotificationLocked()Mike Lockwood2010-04-131-0/+2
* Improve wakelock debugging:Mike Lockwood2010-03-221-1/+4
* Fix problems with new PowerManager.reboot() implementation.Mike Lockwood2010-03-121-12/+8
* Add new shutdown observer for MountService.Suchi Amalapurapu2010-03-091-19/+26
* Delay setting initial screen brightness until after the sensors are initialized.Mike Lockwood2010-03-041-8/+12