summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/fuelgauge/BatteryHistoryChart.java
Commit message (Collapse)AuthorAgeFilesLines
* Use the new isNetworkSupported api for wifi-onlyRobert Greenwalt2011-08-311-1/+1
| | | | | | | | Didn't have an API for this before so people used a hacked system property (ro.carrier) to determine if the device supported mobile data. Added new API and switching callsites. bug:5087537 Change-Id: Ibd799559be102a9e2fd552d1a23d1afbcf8f4614
* A few tweaks to the battery history chart.Dianne Hackborn2011-04-131-5/+12
| | | | Change-Id: Id133267592acf7a979a625704d2d922a24f5ff41
* Remove more entries not relevant to wifi-only devices.Amith Yamasani2011-03-011-10/+23
| | | | | | | | | | | | | Bug: 3488384 Bug: 3487976 Bug: 3488381 Removed Cell standby entry from Battery use screen. Removed Mobile signal strength from BatteryHistory screen. Added wifi IP address to About->Status Remove auto-timezone checkbox in Settings->Date & time Change-Id: I228721a3613b1aeb600026e42274337886552698
* Fix issue #3114356: Storage visualization in Manage Apps is confusingDianne Hackborn2010-10-201-0/+2
| | | | | | | Also fixes issue #3097388: If you launch Manage Applications when SD card app info isn't available, incomplete information gets cached Change-Id: If3377a965653590e5bc1df25e38764a83e96b820
* Fix issue #3108683: GRH18: Battery usage chart FCsDianne Hackborn2010-10-191-2/+2
| | | | | | Make array more bigger, and bounds check the thing. Change-Id: Iaffebefd27c16c6ecf57566803859be1a5049b8a
* Some improvements to the manage apps code:Dianne Hackborn2010-09-201-170/+207
| | | | | | | | | | | - Battery stats now aggregates bluetooth usage. - Battery stats now uses new history iterator API. - Battery stats chart is refectored to have the start of a common facility for building tick charts. - Manage apps will now asynchronously wait for the apps list if it is taking >.25ms to build. Change-Id: I568dd74beedf9a0a5a4c88ab567510cee9af8299
* Update power usage UI to follow WIFI data changes.Dianne Hackborn2010-09-171-9/+11
| | | | | | | | Now handles WIFI start times being distributed across applications, and collapses all work done in WIFI uid procs (esp that supplicant thing) into the apps and overall WIFI category. Change-Id: I341e5d63c45eeb0fb4121beed62474d947f9de11
* A couple small settings fixes:Dianne Hackborn2010-08-181-2/+2
| | | | | | | | - Correctly position WIFI/GPS charts. - Start out with running services hidden in case we need to show the progress bar. Change-Id: I8852f334f68f4e9122b5d688d9fd57d0f94d94d8
* Some improvements to the battery usage UI:Dianne Hackborn2010-08-131-15/+90
| | | | | | | | | - Show wake lock usage in the battery history. - Show WIFI usage in the battery history. - Show the amount an app has held a wake lock in the app details. - Also fix service run time computation in running services. Change-Id: I5aa959857f83808fbc709f65204f59bbfb73935b
* Fix drawing of phone signal chart.Dianne Hackborn2010-07-251-1/+1
| | | | Change-Id: I15253624ab37d3a494a541d813ee1bf2187e145d
* Add battery history details activity.Dianne Hackborn2010-07-241-55/+212
| | | | | | | | Adds a full-screen version of the battery history visualization, which you can get to by tapping on the battery history chart in the summary screen. Change-Id: Ibca5ef3d0883ff6ffa80b6ddca3c8ac838c85842
* Allow user to see and stop heavy-weight processes.Dianne Hackborn2010-06-241-14/+10
| | | | Change-Id: If5caed3972ab03a54fbf8c459cdfc136e4bdc020
* More battery level improvements.Dianne Hackborn2010-06-221-65/+142
| | | | | | | Take into account durations when there is no data due to a reboot. Also show times when charging and screen is on. Change-Id: I84e75efb3339b0596bea3bbca9dbea6d9f864537
* Small improvements to bettery level graphing.Dianne Hackborn2010-06-211-19/+13
| | | | | | | | Deal with data that doesn't start with updates; don't try to make lines horizontal (a battery doesn't change is a battery that is dead!). Change-Id: I10a7938a04cc5ed5e92a55857851d8d70b64c3b6
* Improve battery chart, fuel gauge now shows time since charged.Dianne Hackborn2010-06-161-30/+128
| | | | | Switch default stats to new time since charged. Update to follow API changes. Improve the battery history chart.
* Show history of battery level.Dianne Hackborn2010-06-111-0/+275
Also clean up to remove dead code for running services and old battery usage UI. Finally some string improvements from Roy. Change-Id: I8765a4c744b92edd1505f14c47fea57b918e5d7b