summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/BatteryService.java
Commit message (Expand)AuthorAgeFilesLines
* Make battery shutdown temperature configurableBrian Muramatsu2012-09-041-5/+10
* Improve multi-user broadcasts.Dianne Hackborn2012-08-301-5/+6
* Disable screensavers if below first battery warning level.John Spurlock2012-08-231-0/+5
* add wireless charger supportBrian Muramatsu2012-08-201-2/+12
* Move power manager to a new package.Jeff Brown2012-06-181-5/+5
* dumpsys: fix problems with -a option in battery and batteryinfo servicesMike Lockwood2011-08-161-1/+1
* less loggingJoe Onorato2011-04-061-1/+1
* new battery assetsJoe Onorato2010-11-211-3/+8
* Implement reminder power dialog and invalid charger dialog.Joe Onorato2010-10-271-19/+54
* Move the battery LED code over to the battery service from the notification s...Joe Onorato2010-10-271-4/+72
* am 13e46665: am 736f5ec4: Merge "Work on issue #3101415: Crespo apps seem to ...Dianne Hackborn2010-10-181-1/+2
|\
| * Work on issue #3101415: Crespo apps seem to have their UID changed over time.Dianne Hackborn2010-10-151-1/+2
* | Add extra to ACTION_BATTERY_CHANGED to indicate an invalid charger is attached.Mike Lockwood2010-09-041-4/+25
* | am d3e803ae: Revert "Shutdown when capacity is 0% and no charging or when bat...Jean-Baptiste Queru2010-08-311-16/+4
|\ \
| * | Revert "Shutdown when capacity is 0% and no charging or when battery is dead"Jean-Baptiste Queru2010-08-311-16/+4
* | | am fd04143a: Shutdown when capacity is 0% and no charging or when battery is ...Imre Sunyi2010-08-301-4/+16
|\ \ \ | |/ / | | / | |/ |/|
| * Shutdown when capacity is 0% and no charging or when battery is deadImre Sunyi2010-08-261-4/+16
* | Various improvements to battery stats collectionDianne Hackborn2010-06-161-18/+13
|/
* Add thermal shutdown. If battery temp >= 68C.Eric Olsen2010-03-311-0/+13
* Switch the services library to using the new SlogJoe Onorato2010-03-011-9/+9
* Eliminate dependencies on Checkin, replacing checkin events with EventLogDan Egnor2010-02-111-43/+32
* move some system services from gservices to secure settingsDoug Zongker2010-01-071-4/+4
* Implement API to have new broadcasts replace existing broadcasts.Dianne Hackborn2009-12-141-1/+2
* move event log tags used by system server into this packageDoug Zongker2009-12-041-39/+35
* BatteryService: Specify low battery levels in resources.Mike Lockwood2009-09-271-9/+16
* Dock screen on config can now select AC or USB.Dianne Hackborn2009-09-221-22/+23
* Add better APIs for the battery status, and other cleanup.Dianne Hackborn2009-09-191-11/+10
* BatteryService: Fix problems shutting down when the battery is dead:Mike Lockwood2009-08-121-7/+18
* Fix bug 1982892 - batteryservice turns off device even while plugged inJoe Onorato2009-07-281-0/+6
* Send all battery broadcasts with REGISTERED_ONLY_BEFORE_BOOTChristopher Tate2009-07-161-8/+10
* Merge commit '1dac277f' into manualmergeDianne Hackborn2009-07-011-0/+6
|\
* | If battery status is unknown don't send BATTERY_LOW intentRebecca Schultz Zavin2009-05-151-0/+1
* | Move ACTION_BATTERY_LOW logic to BatteryService (bug 1630733).Mihai Preda2009-05-071-1/+17
|/
* Integrate new power connnect/disconnect broadcastsChristopher Tate2009-04-091-0/+14
* Fix issue #1769910 (Track activity launch times)Dianne Hackborn2009-04-071-1/+1
* AI 144333: Change the way the battery level tracking code works in BatterySta...Evan Millar2009-04-021-0/+10
* auto import from //branches/cupcake_rel/...@140373The Android Open Source Project2009-03-181-6/+14
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+401
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-287/+0
* auto import from //depot/cupcake/@132589The Android Open Source Project2009-03-031-115/+1
* auto import from //depot/cupcake/@137055The Android Open Source Project2009-03-021-1/+115
* auto import from //branches/cupcake/...@132276The Android Open Source Project2009-02-191-3/+4
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-4/+31
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-4/+25
* Initial ContributionThe Android Open Source Project2008-10-211-0/+238