| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
For build-system CFLAGS clean-up, remove unused variables.
Change-Id: Ifc5884518bfdb744ea9823b98db544dbe59c20d2
|
|
|
|
|
|
|
|
|
|
| |
If charger is connected and battery capacity is 0, charging animation should
run. The device would be booted up even if capacity is 0 in off-mode charging.
At that time, it would take some time to be 1 from 0 for capacity if you
use USB charger.
Bug: 17606689
Change-Id: I37e0f1b6ab0ee1f6d833882e169bf3ea06cf2399
|
|
|
|
|
|
|
|
|
|
| |
Logic for this check was inadvertently reversed when porting this from
the charger daemon to healthd. Request suspend if a charegr is connected,
else stay out of suspend waiting for a charger connect or power off if
none.
Bug: 17112463
Change-Id: Iffdb6dbcd0d0a2a614ff8f50bf5f2e22e1ad552f
|
|
|
|
|
|
| |
int64_t needs to be printed with PRId64
Change-Id: If59b60bac71856e4266d459d159a570961e7340a
|
|
|
|
| |
Change-Id: I28e3d6adaf4bb59d14eca7103d7b063d54a41c75
|
|
|
|
| |
Change-Id: Iab9a857026de954d7497d6b0eaf3751d2d3904c7
|
|
|
|
|
|
|
|
|
| |
At present, charging animation runs irrespective of whether charger is
connected or not. When the charger is disconnected, device does not
shutdown for 10sec. Charger animation during this period should be
avoided.
Change-Id: I34dc5028522ca199d50a1a1b684b035b2d81ef68
|
|
|
|
|
|
| |
Fix a few warnings missed when turning on -Werror
Change-Id: I5728664a90d33b95ab3d6ea8823244c59643aedc
|
|
|
|
| |
Change-Id: I72caf38008ee7d842dfacd3f58add9bc8e4787e8
|
|
|
|
|
| |
* commit '706d57b2948cc2eec22dc16394cf5582586b4237':
update minui library call
|
|
|
|
|
|
|
|
|
|
|
| |
The minui library has changed to no longer use libpixelflinger. It
also offers a more efficient way of storing and loading frames of
animation; use it to represent the battery-full state images.
Also removes the unused battery_charge.png image.
Bug: 12131110
Change-Id: I6cc8b19f36a806c99cda30cc47b5968daf6b333b
|
|
|
|
| |
Change-Id: If402e68292a183064afe35cb77a4437682ee373a
|
|
|
|
| |
Change-Id: Id65ffe4f80aa870a1d1f3f3d67c3bb687490c27f
|
|
* Add healthd charger mode ops
* Check for executable invocation as "charger", set charger mode if so
* Incorporate charger executable as healthd charger mode
Change-Id: I4a44e7a4c3a65ae9be94491f7f498aa48d4f8a84
|