summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/power
Commit message (Expand)AuthorAgeFilesLines
* Make it safe to use start/stop app ops outside of system procDianne Hackborn2013-07-171-2/+4
* Fix missing lock in power manager.Jeff Brown2013-07-161-10/+16
* am 58d52298: am 57512008: am 8f793103: Merge "Set foreground priority for shu...Jean-Baptiste Queru2013-07-081-1/+3
|\
| * am 8f793103: Merge "Set foreground priority for shutdown receivers."Jean-Baptiste Queru2013-07-081-1/+3
| |\
| | * Merge "Set foreground priority for shutdown receivers."Jean-Baptiste Queru2013-07-081-1/+3
| | |\
| | | * Set foreground priority for shutdown receivers.Martin Wallgren2013-02-041-1/+3
* | | | Add app ops for wake locks.Dianne Hackborn2013-05-202-26/+57
* | | | Improve watchdog error reporting.Dianne Hackborn2013-05-131-0/+1
* | | | PowerManagerService: Don't reboot directly.Nick Kralevich2013-05-082-13/+17
|/ / /
* | | Avoid leaking Surface native object.Jeff Sharkey2013-04-251-4/+8
* | | Sensor values changes.Jaikumar Ganesh2013-04-111-1/+1
* | | fix CloseGuard usage in SurfaceMathias Agopian2013-03-131-1/+2
* | | screenshots can now go into a Surface from javaMathias Agopian2013-03-041-87/+54
* | | clean-up following Surface splitMathias Agopian2013-02-151-13/+13
* | | split Surface in two classes: SurfaceControl and SurfaceMathias Agopian2013-02-141-25/+30
* | | am 1ec3c2cc: am 28608bbb: am d692ea6d: am b5e4835e: Merge "Improve heuristics...Sascha Prueter2013-01-113-40/+355
|\ \ \ | |/ /
| * | Improve heuristics for detecting wireless chargers.Jeff Brown2013-01-103-40/+355
* | | Merge "Track app and display wakelocks separately."Jeff Brown2012-12-121-33/+66
|\ \ \ | |/ / |/| |
| * | Track app and display wakelocks separately.Jeff Brown2012-12-121-33/+66
* | | Play a tone when wireless charging begins.Jeff Brown2012-12-112-0/+51
|/ /
* | Pin electron beam surface to natural orientation.Jeff Brown2012-12-043-43/+77
* | Fix math errors causing black screen. DO NOT MERGECraig Mautner2012-11-291-6/+12
* | Ignore invalid combination of PowerManager flags.Craig Mautner2012-11-211-1/+12
|/
* Don't scale screen brightness by electron beam level.Jeff Brown2012-10-261-2/+2
* Dim the screen quickly in response to user activity timeout.Jeff Brown2012-10-241-2/+2
* Improve auto-brightness hysteresis.Jeff Brown2012-10-221-45/+124
* Reduce screen on/off latency.Jeff Brown2012-10-194-201/+218
* Frameworks base: Promote dream setting defaults to config.John Spurlock2012-10-191-4/+22
* Reduce auto-brightness jitter.Jeff Brown2012-10-182-141/+131
* Dream when user activity times out while docked if appropriate.Jeff Brown2012-10-171-2/+48
* Stop dreaming if the battery not charging effectively.Jeff Brown2012-10-151-5/+35
* Cleanup some internal documentation.Jeff Brown2012-10-151-8/+15
* Dejank electron beam.Jeff Brown2012-10-101-0/+18
* Use exactly the same timings for the ElectronBeam as JB.Jeff Brown2012-10-102-2/+2
* Don't consider the boot completed until the animation is over.Jeff Brown2012-10-091-3/+42
* Prevent full wake lock from keeping device awake while dreaming.Jeff Brown2012-10-091-1/+11
* Blank or unblank all displays as need.Jeff Brown2012-10-084-20/+93
* Improve the power off fade animation.Jeff Brown2012-10-082-15/+28
* Reduce screen on latency, eliminate flashes.Jeff Brown2012-10-075-70/+116
* Allow the dim brightness to be brighter than the minimum.Jeff Brown2012-10-061-20/+63
* Ensure that dreams show while docked.Jeff Brown2012-10-051-34/+44
* Coordinate screen on with the window manager.Jeff Brown2012-10-055-33/+200
* Support animating just the backlight when turning off.Jeff Brown2012-10-042-8/+26
* Ensure we send at least one wakeup/gotosleep transition.Jeff Brown2012-10-042-30/+63
* Allow phone to go to sleep while in call.Jeff Brown2012-10-042-11/+51
* Fix issue #7267494, issue #7212347Dianne Hackborn2012-10-031-10/+33
* Ensure dreams can be started when not powered.Jeff Brown2012-10-031-14/+27
* Improve the screen dim duration calculation.Jeff Brown2012-10-021-4/+17
* Implement screen on hack for wireless chargers.Jeff Brown2012-10-021-4/+55
* Fix some synchronization issues in BatteryService.Jeff Brown2012-10-021-1/+6