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
/
BatteryService.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce a Lifecycle for system services
Adam Lesinski
2013-12-12
1
-15
/
+18
*
BatteryService: use new batteryproperties service name
Todd Poynor
2013-10-22
1
-1
/
+1
*
BatteryService: remove dumpsys-only info duplicated by systemhealth
Todd Poynor
2013-10-23
1
-11
/
+0
*
batteryservice: add battery current now and charge counter data
Todd Poynor
2013-08-07
1
-1
/
+12
*
BatteryService use IBatteryProperties interfaces, drop JNI
Todd Poynor
2013-07-30
1
-126
/
+117
*
Reduce some event log noise:
Dianne Hackborn
2013-07-12
1
-3
/
+3
*
Work on issue #9586838: Crash after waking up Hammerhead device
Dianne Hackborn
2013-06-26
1
-4
/
+14
*
Use FastPrintWriter... everywhere.
Dianne Hackborn
2013-06-24
1
-3
/
+3
*
am b0675df8: am faa47b52: Merge "Idle maintenance scheduling broken." into jb...
Svetoslav
2013-05-06
1
-0
/
+9
|
\
|
*
Idle maintenance scheduling broken.
Svetoslav
2013-05-03
1
-0
/
+9
*
|
Better --unplugged support when dumping battery.
Jeff Sharkey
2013-04-30
1
-1
/
+1
|
/
*
Fix a deadlock involving BatteryService.
Jeff Brown
2012-10-05
1
-24
/
+74
*
Fix issue #7267494, issue #7212347
Dianne Hackborn
2012-10-03
1
-33
/
+46
*
Implement screen on hack for wireless chargers.
Jeff Brown
2012-10-02
1
-0
/
+9
*
Fix some synchronization issues in BatteryService.
Jeff Brown
2012-10-02
1
-137
/
+167
*
Migrate more Secure settings to Global.
Jeff Sharkey
2012-09-27
1
-4
/
+4
*
Make battery shutdown temperature configurable
Brian Muramatsu
2012-09-04
1
-5
/
+10
*
Improve multi-user broadcasts.
Dianne Hackborn
2012-08-30
1
-5
/
+6
*
Disable screensavers if below first battery warning level.
John Spurlock
2012-08-23
1
-0
/
+5
*
add wireless charger support
Brian Muramatsu
2012-08-20
1
-2
/
+12
*
Move power manager to a new package.
Jeff Brown
2012-06-18
1
-5
/
+5
*
dumpsys: fix problems with -a option in battery and batteryinfo services
Mike Lockwood
2011-08-16
1
-1
/
+1
*
less logging
Joe Onorato
2011-04-06
1
-1
/
+1
*
new battery assets
Joe Onorato
2010-11-21
1
-3
/
+8
*
Implement reminder power dialog and invalid charger dialog.
Joe Onorato
2010-10-27
1
-19
/
+54
*
Move the battery LED code over to the battery service from the notification s...
Joe Onorato
2010-10-27
1
-4
/
+72
*
am 13e46665: am 736f5ec4: Merge "Work on issue #3101415: Crespo apps seem to ...
Dianne Hackborn
2010-10-18
1
-1
/
+2
|
\
|
*
Work on issue #3101415: Crespo apps seem to have their UID changed over time.
Dianne Hackborn
2010-10-15
1
-1
/
+2
*
|
Add extra to ACTION_BATTERY_CHANGED to indicate an invalid charger is attached.
Mike Lockwood
2010-09-04
1
-4
/
+25
*
|
am d3e803ae: Revert "Shutdown when capacity is 0% and no charging or when bat...
Jean-Baptiste Queru
2010-08-31
1
-16
/
+4
|
\
\
|
*
|
Revert "Shutdown when capacity is 0% and no charging or when battery is dead"
Jean-Baptiste Queru
2010-08-31
1
-16
/
+4
*
|
|
am fd04143a: Shutdown when capacity is 0% and no charging or when battery is ...
Imre Sunyi
2010-08-30
1
-4
/
+16
|
\
\
\
|
|
/
/
|
|
/
|
|
/
|
/
|
|
*
Shutdown when capacity is 0% and no charging or when battery is dead
Imre Sunyi
2010-08-26
1
-4
/
+16
*
|
Various improvements to battery stats collection
Dianne Hackborn
2010-06-16
1
-18
/
+13
|
/
*
Add thermal shutdown. If battery temp >= 68C.
Eric Olsen
2010-03-31
1
-0
/
+13
*
Switch the services library to using the new Slog
Joe Onorato
2010-03-01
1
-9
/
+9
*
Eliminate dependencies on Checkin, replacing checkin events with EventLog
Dan Egnor
2010-02-11
1
-43
/
+32
*
move some system services from gservices to secure settings
Doug Zongker
2010-01-07
1
-4
/
+4
*
Implement API to have new broadcasts replace existing broadcasts.
Dianne Hackborn
2009-12-14
1
-1
/
+2
*
move event log tags used by system server into this package
Doug Zongker
2009-12-04
1
-39
/
+35
*
BatteryService: Specify low battery levels in resources.
Mike Lockwood
2009-09-27
1
-9
/
+16
*
Dock screen on config can now select AC or USB.
Dianne Hackborn
2009-09-22
1
-22
/
+23
*
Add better APIs for the battery status, and other cleanup.
Dianne Hackborn
2009-09-19
1
-11
/
+10
*
BatteryService: Fix problems shutting down when the battery is dead:
Mike Lockwood
2009-08-12
1
-7
/
+18
*
Fix bug 1982892 - batteryservice turns off device even while plugged in
Joe Onorato
2009-07-28
1
-0
/
+6
*
Send all battery broadcasts with REGISTERED_ONLY_BEFORE_BOOT
Christopher Tate
2009-07-16
1
-8
/
+10
*
Merge commit '1dac277f' into manualmerge
Dianne Hackborn
2009-07-01
1
-0
/
+6
|
\
*
|
If battery status is unknown don't send BATTERY_LOW intent
Rebecca Schultz Zavin
2009-05-15
1
-0
/
+1
*
|
Move ACTION_BATTERY_LOW logic to BatteryService (bug 1630733).
Mihai Preda
2009-05-07
1
-1
/
+17
|
/
*
Integrate new power connnect/disconnect broadcasts
Christopher Tate
2009-04-09
1
-0
/
+14
[next]