index
:
frameworks_base.git
replicant-2.2
replicant-2.3
replicant-4.0
replicant-4.2
replicant-6.0
frameworks/base
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
services
/
java
/
com
/
android
/
server
/
PowerManagerService.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix inconsistency in how we handle light sensor when battery is low.
Mike Lockwood
2010-04-17
1
-3
/
+11
*
Fix wakelock leak in PowerManagerService.sendNotificationLocked()
Mike Lockwood
2010-04-13
1
-0
/
+2
*
Improve wakelock debugging:
Mike Lockwood
2010-03-22
1
-1
/
+4
*
Fix problems with new PowerManager.reboot() implementation.
Mike Lockwood
2010-03-12
1
-12
/
+8
*
Add new shutdown observer for MountService.
Suchi Amalapurapu
2010-03-09
1
-19
/
+26
*
Delay setting initial screen brightness until after the sensors are initialized.
Mike Lockwood
2010-03-04
1
-8
/
+12
*
Don't poke user activity when unplugging unless screen is already on.
Mike Lockwood
2010-03-01
1
-1
/
+5
*
Switch the services library to using the new Slog
Joe Onorato
2010-03-01
1
-67
/
+68
*
Fix synchronization problem in PowerManagerService.dump()
Mike Lockwood
2010-02-25
1
-87
/
+89
*
Framework: Clean up / Refactor Mount APIs
San Mehat
2010-02-09
1
-1
/
+1
*
Keep automatic screen brightness monotonically increasing until screen is tur...
Mike Lockwood
2010-02-05
1
-1
/
+42
*
Support for triggering the lockscreen while the screen is on:
Mike Lockwood
2010-01-29
1
-0
/
+4
*
More device admin.
Dianne Hackborn
2010-01-28
1
-6
/
+14
*
More device policy manager / admin work.
Dianne Hackborn
2010-01-21
1
-4
/
+19
*
move some system services from gservices to secure settings
Doug Zongker
2010-01-07
1
-30
/
+21
*
PowerManagerService: Switch to using MountService shutdown for media
San Mehat
2010-01-07
1
-55
/
+16
*
PowerManagerService: When rebooting, ensure external storage is unmounted
San Mehat
2010-01-06
1
-0
/
+60
*
DropBox logging of app & system server crashes.
Dan Egnor
2009-12-21
1
-0
/
+18
*
move event log tags used by system server into this package
Doug Zongker
2009-12-04
1
-46
/
+39
*
am 678c2e35: Merge change I9ef88863 into eclair
Mike Lockwood
2009-12-03
1
-21
/
+23
|
\
|
*
Add WindowManagerPolicy.OFF_BECAUSE_OF_PROX_SENSOR to indicate screen was tur...
Mike Lockwood
2009-12-03
1
-21
/
+23
*
|
LightsService cleanup:
Mike Lockwood
2009-11-27
1
-35
/
+21
*
|
Add setAttentionLight() to IPowerManager for the Phone app.
Mike Lockwood
2009-11-25
1
-0
/
+5
*
|
Remove HardwareService and move vibrator support to VibratorService.
Mike Lockwood
2009-11-25
1
-29
/
+29
*
|
Add window manager support for overriding button and keyboard backlight values.
Mike Lockwood
2009-11-23
1
-36
/
+95
*
|
IPowerManager: remove some unused methods.
Mike Lockwood
2009-11-20
1
-24
/
+0
*
|
add reboot() method to PowerManager
Doug Zongker
2009-11-19
1
-0
/
+15
|
/
*
Fixes for proximity sensor behavior:
Mike Lockwood
2009-11-18
1
-6
/
+12
*
Revert "PowerManagerService: enable logging for when mPowerState changes."
Mike Lockwood
2009-11-16
1
-1
/
+1
*
Keep screen bright until boot completed.
Mike Lockwood
2009-11-15
1
-2
/
+20
*
Fix a race condition that resulted in the screen coming on without the bright...
Mike Lockwood
2009-11-14
1
-3
/
+5
*
PowerManagerService: Hold a wakelock while mProximityTask is queued
Mike Lockwood
2009-11-14
1
-1
/
+30
*
Add support for specifying the current LCD brightness mode to the backlight d...
Mike Lockwood
2009-11-10
1
-11
/
+36
*
Disabling user activity now resets user power state so the keyguard can set s...
Mike Lockwood
2009-11-10
1
-0
/
+9
*
Do not deactivate the proximity sensor until after the sensor returns negative.
Mike Lockwood
2009-11-10
1
-29
/
+54
*
PowerManagerService: enable logging for when mPowerState changes.
Mike Lockwood
2009-11-09
1
-1
/
+1
*
Use SystemClock.elapsedRealtime() instead of sensor timestamp
Mike Lockwood
2009-11-08
1
-2
/
+2
*
Ignore the light sensor if the screen is turning off.
Mike Lockwood
2009-11-08
1
-1
/
+12
*
Do not apply light sensor debounce logic while the light sensor is still warm...
Mike Lockwood
2009-11-07
1
-11
/
+24
*
Increase light sensor delay from one to two seconds.
Mike Lockwood
2009-11-06
1
-1
/
+1
*
Expose PowerManager.isScreenOn in the public api.
Charles Mendis
2009-11-06
1
-3
/
+3
*
Fix a race condition that could result in the screen being forced off indefin...
Mike Lockwood
2009-11-06
1
-5
/
+7
*
Throttle proximity sensor values so we do not process more than one change a ...
Mike Lockwood
2009-11-05
1
-15
/
+49
*
PowerManagerService: Fix manual brightness mode.
Mike Lockwood
2009-11-04
1
-1
/
+2
*
Remove obsolete hardware auto-brightness support.
Mike Lockwood
2009-11-03
1
-27
/
+2
*
Fix problem with proximity sensor not reawaking screen if the values change t...
Mike Lockwood
2009-11-02
1
-0
/
+2
*
Do not advance mLastEventTime when enabling or disabling user activity.
Mike Lockwood
2009-11-02
1
-1
/
+0
*
Add warning that hardware auto-brightness is deprecated and will be removed i...
Mike Lockwood
2009-11-01
1
-1
/
+12
*
Manage button and keyboard backlights with light sensor in both manual and au...
Mike Lockwood
2009-11-01
1
-14
/
+15
*
Don't turn on keyboard backlights when keyboard is closed in auto brightness ...
Mike Lockwood
2009-10-31
1
-2
/
+16
[next]