summaryrefslogtreecommitdiff
path: root/services/java/com/android/server/BatteryService.java
AgeCommit message (Expand)Author
2013-12-19Move some system services to separate directoriesAmith Yamasani
2013-12-12Introduce a Lifecycle for system servicesAdam Lesinski
2013-08-07batteryservice: add battery current now and charge counter dataTodd Poynor
2013-07-30BatteryService use IBatteryProperties interfaces, drop JNITodd Poynor
2013-07-12Reduce some event log noise:Dianne Hackborn
2013-06-26Work on issue #9586838: Crash after waking up Hammerhead deviceDianne Hackborn
2013-06-24Use FastPrintWriter... everywhere.Dianne Hackborn
2013-05-06am b0675df8: am faa47b52: Merge "Idle maintenance scheduling broken." into jb...Svetoslav
2013-05-03Idle maintenance scheduling broken.Svetoslav
2013-04-30Better --unplugged support when dumping battery.Jeff Sharkey
2012-10-05Fix a deadlock involving BatteryService.Jeff Brown
2012-10-03Fix issue #7267494, issue #7212347Dianne Hackborn
2012-10-02Implement screen on hack for wireless chargers.Jeff Brown
2012-10-02Fix some synchronization issues in BatteryService.Jeff Brown
2012-09-27Migrate more Secure settings to Global.Jeff Sharkey
2012-09-04Make battery shutdown temperature configurableBrian Muramatsu
2012-08-30Improve multi-user broadcasts.Dianne Hackborn
2012-08-23Disable screensavers if below first battery warning level.John Spurlock
2012-08-20add wireless charger supportBrian Muramatsu
2012-06-18Move power manager to a new package.Jeff Brown
2011-08-16dumpsys: fix problems with -a option in battery and batteryinfo servicesMike Lockwood
2011-04-06less loggingJoe Onorato
2010-11-21new battery assetsJoe Onorato
2010-10-27Implement reminder power dialog and invalid charger dialog.Joe Onorato
2010-10-27Move the battery LED code over to the battery service from the notification s...Joe Onorato
2010-10-18am 13e46665: am 736f5ec4: Merge "Work on issue #3101415: Crespo apps seem to ...Dianne Hackborn
2010-10-15Work on issue #3101415: Crespo apps seem to have their UID changed over time.Dianne Hackborn
2010-09-04Add extra to ACTION_BATTERY_CHANGED to indicate an invalid charger is attached.Mike Lockwood
2010-08-31am d3e803ae: Revert "Shutdown when capacity is 0% and no charging or when bat...Jean-Baptiste Queru
2010-08-31Revert "Shutdown when capacity is 0% and no charging or when battery is dead"Jean-Baptiste Queru
2010-08-30am fd04143a: Shutdown when capacity is 0% and no charging or when battery is ...Imre Sunyi
2010-08-26Shutdown when capacity is 0% and no charging or when battery is deadImre Sunyi
2010-06-16Various improvements to battery stats collectionDianne Hackborn
2010-03-31Add thermal shutdown. If battery temp >= 68C.Eric Olsen
2010-03-01Switch the services library to using the new SlogJoe Onorato
2010-02-11Eliminate dependencies on Checkin, replacing checkin events with EventLogDan Egnor
2010-01-07move some system services from gservices to secure settingsDoug Zongker
2009-12-14Implement API to have new broadcasts replace existing broadcasts.Dianne Hackborn
2009-12-04move event log tags used by system server into this packageDoug Zongker
2009-09-27BatteryService: Specify low battery levels in resources.Mike Lockwood
2009-09-22Dock screen on config can now select AC or USB.Dianne Hackborn
2009-09-19Add better APIs for the battery status, and other cleanup.Dianne Hackborn
2009-08-12BatteryService: Fix problems shutting down when the battery is dead:Mike Lockwood
2009-07-28Fix bug 1982892 - batteryservice turns off device even while plugged inJoe Onorato
2009-07-16Send all battery broadcasts with REGISTERED_ONLY_BEFORE_BOOTChristopher Tate
2009-07-01Merge commit '1dac277f' into manualmergeDianne Hackborn
2009-05-15If battery status is unknown don't send BATTERY_LOW intentRebecca Schultz Zavin
2009-05-07Move ACTION_BATTERY_LOW logic to BatteryService (bug 1630733).Mihai Preda
2009-04-09Integrate new power connnect/disconnect broadcastsChristopher Tate
2009-04-07Fix issue #1769910 (Track activity launch times)Dianne Hackborn