summaryrefslogtreecommitdiffstats
path: root/charger
Commit message (Collapse)AuthorAgeFilesLines
* am 73531557: Revert "charger: show animation when the device is unplugged"Dima Zavin2011-09-301-1/+0
|\ | | | | | | | | * commit '7353155717ec56e119a125cd6492c19df755b6ea': Revert "charger: show animation when the device is unplugged"
| * Revert "charger: show animation when the device is unplugged"Dima Zavin2011-09-291-1/+0
| | | | | | | | This reverts commit e0c70dad4b4d417182e4c0ba8adae199f2622582.
* | am 823ebc4d: charger: dump the last_kmsg when going into charger modeDima Zavin2011-09-301-0/+55
|\ \ | |/ | | | | | | * commit '823ebc4d824ea70e5ec7d376adf2fbce50eb9cb2': charger: dump the last_kmsg when going into charger mode
| * charger: dump the last_kmsg when going into charger modeDima Zavin2011-09-291-0/+55
| | | | | | | | | | Change-Id: I3b76bb5071d8a44adfb221774bb304bf296c8c1b Signed-off-by: Dima Zavin <dima@android.com>
* | am 1a5ca61b: charger: use the new asset for almost full, and show full @ 95%Dima Zavin2011-09-261-4/+25
|\ \ | |/ | | | | | | * commit '1a5ca61b28b3269b625b7a7162b4f50734f7fea9': charger: use the new asset for almost full, and show full @ 95%
| * charger: use the new asset for almost full, and show full @ 95%Dima Zavin2011-09-261-4/+25
| | | | | | | | | | Change-Id: I5f8729260ae068d35d981ff2c16d576c3d4dd82f Signed-off-by: Dima Zavin <dima@android.com>
* | am fc44f5f4: charger: update assetsDima Zavin2011-09-268-0/+0
|\ \ | |/ | | | | | | * commit 'fc44f5f4d4b3b05d9eba1ee787b70e1dfe0f18c5': charger: update assets
| * charger: update assetsDima Zavin2011-09-268-0/+0
| | | | | | | | | | Change-Id: I0c0d1206fdc3aa30382a9ee86edb88bba1e21e63 Signed-off-by: Dima Zavin <dima@android.com>
* | am e0c70dad: charger: show animation when the device is unpluggedDima Zavin2011-09-261-0/+1
|\ \ | |/ | | | | | | * commit 'e0c70dad4b4d417182e4c0ba8adae199f2622582': charger: show animation when the device is unplugged
| * charger: show animation when the device is unpluggedDima Zavin2011-09-251-0/+1
| | | | | | | | | | Change-Id: I54af1bc61c73bbc993d1dff37174b16e1de5b7a4 Signed-off-by: Dima Zavin <dima@android.com>
* | resolved conflicts for merge of 0052abda to masterDima Zavin2011-09-2510-61/+248
|\ \ | |/ | | | | Change-Id: Ia33ac80949bebaafd1a012b7b131dc3960eca862
| * charger: update charger UI with official graphics and animationDima Zavin2011-09-2510-61/+248
| | | | | | | | | | Change-Id: I1b36fa9e380797fe01812b57ac5d8c2c38857993 Signed-off-by: Dima Zavin <dima@android.com>
* | fix TINY_ANDROID build (exclude charger binary)Brian Swetland2011-09-201-0/+4
|/ | | | | Change-Id: I28157cbadcb208df517052336f652f5810048cc1 Signed-off-by: Brian Swetland <swetland@google.com>
* charger: reduce timeout for power-on with power key to 2 secsDima Zavin2011-09-161-1/+1
| | | | | Change-Id: I8d3a49678a7fc47282d7ab407722e7c1829e9187 Signed-off-by: Dima Zavin <dima@android.com>
* core: Add a standalone charger UI binaryDima Zavin2011-09-043-0/+746
This can be launched from an 'on charger' section in init, which is processed if androidboot.mode=charger is supplied on kernel command line. This is a standalone binary that has a simple "user interface" and allows the standard production kernel to run while charging. This removes the burden from the bootloader to get low-power mode working. Currently, the device will "power-on" (i.e. reboot) into normal mode if the power key is pressed for X seconds, and will also power down the device if the usb/ac cable is removed for Y seconds. Change-Id: I780594b99211cb09de7f8519a69c5962eb91348a Signed-off-by: Dima Zavin <dima@android.com>