summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/fuelgauge
Commit message (Collapse)AuthorAgeFilesLines
* Pass the locale code in the help url for help pages.Amith Yamasani2012-12-061-5/+2
| | | | | | | Otherwise the help will always be shown in English. Bug: 7564049 Change-Id: I94da36aa1ae5aabd118178866b7e570bb77add34
* Push scrollbars to screen edges.Jeff Sharkey2012-11-301-2/+8
| | | | | | | | Push scrollbar to screen edges on custom ListView and ScrollViews to match Preferences framework behavior. Bug: 7633165 Change-Id: Ideecd0e243c7de7bf977caef2b1585e707a00ca4
* Internationalize bytes and percentages.Jeff Sharkey2012-11-142-20/+5
| | | | | Bug: 7545890 Change-Id: I634fafe9d61a2ebbf7a0cc56d8255457ee9fe1b2
* Follow more Secure settings to Global.Jeff Sharkey2012-09-271-2/+2
| | | | | Bug: 7232014, 7231331, 7231198 Change-Id: Iea055cfa58edb253b55fe30bf294994ad338cfa4
* Fix issue 7198767, 7198366, 7189824.Dianne Hackborn2012-09-212-7/+17
| | | | | | | | | | | | Bug #7198767: Crash on choosing App info from the Recent apps tab Bug #7198366: Settings UI should not show other Users' apps Bug #7189824: Settings crashes on trying to access Battery usage summary Also fix running services to be able to show user bitmap when in secondary users, crash in running services if a service is running whose app is not installed for the current user. Change-Id: Ief24810c9ddce1ec3f8641ce08af79e1bc18f221
* Load user photos through system_server.Jeff Sharkey2012-09-191-4/+1
| | | | | Bug: 7194137 Change-Id: Ie36ca40c48fb06d55d120bfcf3db69aea9d83829
* Use UserManager.getUserIcon() to get the user's avatar.Amith Yamasani2012-09-171-5/+2
| | | | Change-Id: I035a5e2a518eb827a2e44910471ed04923921aa3
* Multi-user battery settings.Dianne Hackborn2012-09-124-20/+85
| | | | | | Aggregates battery use from other users into one line item. Change-Id: I811e681891a9ff098491de1e096232f38bf061a9
* Include WIFI scan time in per-application power usage summary.Nick Pelly2012-06-151-13/+29
| | | | | | | | Also, improve logging to more easily show power break-down for each UID. Bug: 6642581 Change-Id: Ib36f4bf9c8c579797225cf887e5b2d323cca61b0
* Help menus for several screens.Amith Yamasani2012-04-231-0/+13
| | | | | Bug: 5144896 Change-Id: Ib2f5146f6f62f2a33261bb165c3bf1bf13b22f38
* Android OS battery usage overstated by screen on timeTodd Poynor2011-12-161-1/+2
| | | | | Change-Id: Icbc4b3ecf91bdbb90da3ee0cf1c68bec953d0177 Signed-off-by: Todd Poynor <toddpoynor@google.com>
* Bring back network counters in battery stats.Jeff Sharkey2011-10-091-2/+4
| | | | | Bug: 4902271 Change-Id: I0900c030407a86efb14a9d528ab355c56f54679e
* Account for all wake lock usage.Dianne Hackborn2011-10-031-1/+26
| | | | | | | | | Wake locks can be held outside of what we measure in battery stats, by things not going through the power manager. Account for this by computing the total wake time that is not covered by known wake locks and screen on time, and blame this on Android OS. Change-Id: Idf2907bc35f8c35f92155671c8dba521ae9ea804
* Data usage strings, sweep touches, fixes.Jeff Sharkey2011-09-251-4/+2
| | | | | | | | | | | | Change strings around limiting background data. Move limit/warning sweeps above inspection sweeps, and teach about additional neighbors on different axis. Guard against DialogFragment.show(), fix pie chart to draw edges, and remove data usage from battery UI. Bug: 5341374, 5337650, 5337385, 5319465, 5236335 Change-Id: Iea8c2a2ab405b645d85abe34a0178d4b8874cdd5
* Fix issue #5320747: Disabling an app that is an active device administrator...Dianne Hackborn2011-09-161-1/+21
| | | | | | | | | | | | | | | ...can lead to an unsecure device Now you can't disable device admins. Or clear their data. Or force stop them. Or uninstall them (though the package manager also prevents uninstalling, might as well disable this button along with everything else). Change-Id: I69eefc2342e6f932908e9f5b87d3a601752810a4
* Unify data/power layout, confirm disable, round.Jeff Sharkey2011-09-024-129/+34
| | | | | | | | | | Share consistent layout between data usage and battery usage. Show confirmation dialog before disabling mobile data. Round warning/limit sweep values to match displayed label. Suppress fade when switching data usage tabs. Bug: 5208510, 5058157, 5038589, 5252816 Change-Id: I3c76f3397445d2d3b173666a41672871df4c61af
* Use the new isNetworkSupported api for wifi-onlyRobert Greenwalt2011-08-312-2/+2
| | | | | | | | 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
* Bug 5038721: battery info links to new location setting for GPS management.Gilles Debunne2011-08-221-7/+7
| | | | Change-Id: I7063e0b93b6ef9f94cd783ce57206e302126bd9a
* Use a different wallpaper fragment title from the preference item.Amith Yamasani2011-07-251-2/+32
| | | | | | | Change wallpaper list ordering to alphabetic. Display battery level and charging status in Battery settings. Change-Id: I8ead0fb0f018c79ed258bd1c1ca3f8ecaf32da83
* No split action bar in screens with one actionGilles Debunne2011-07-111-11/+9
| | | | | | Bug 5012012 Change-Id: I87d38e0cc97762aa9043b0c5834a42848cc2a0fe
* A few tweaks to the battery history chart.Dianne Hackborn2011-04-131-5/+12
| | | | Change-Id: Id133267592acf7a979a625704d2d922a24f5ff41
* am 38d3353e: am 03e90322: Merge "Remove more entries not relevant to ↵Amith Yamasani2011-03-022-11/+27
|\ | | | | | | | | | | | | wifi-only devices." into honeycomb * commit '38d3353e37be450b1b95d2525acbd53e9b67130e': Remove more entries not relevant to wifi-only devices.
| * Remove more entries not relevant to wifi-only devices.Amith Yamasani2011-03-012-11/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | Changes for ril.h version 6.Wink Saville2011-02-171-1/+2
|/ | | | Change-Id: I7e269e5a971c70d6d9a1731b82c538b722cbc01d
* Updating Delete and Refresh icons to Honeycomb styleJustin Ho2011-01-271-1/+1
| | | | | Bug: 3362749 Change-Id: Ib4b61c9e7db05b0627c1f353d3747268455dab6c
* Add back the refresh button and fix refresh when restarted.Amith Yamasani2011-01-201-2/+7
| | | | | | | | | | | Bug: 3364738 Fixes the case where after an orientation change, the battery stats does not refresh. Also added back the refresh menu button that was on the phone. Change-Id: I06c69d17c9945ae976e4e7dc135e2e96242fe721
* Use the new Preference:icon attribute and placeholder for showing icons on ↵Amith Yamasani2010-11-172-2/+2
| | | | the left.
* Don't show battery usage information if data is bogus.Amith Yamasani2010-11-121-10/+20
|
* Buttons in battery details now switch fragments.Dianne Hackborn2010-11-121-5/+17
| | | | | | These were launching a whole new settings activity. Change-Id: I6876acf54d484119eec339c8597b5d9d843bae56
* Start fragmentizing battery usage.Dianne Hackborn2010-11-113-127/+144
| | | | Change-Id: I0864f6738b37c3203e166bb8f7e61e8904d9980a
* Fix issue #3177284: Account for wake lock power usage on CrespoDianne Hackborn2010-11-081-0/+4
| | | | Change-Id: I5988d28fd192cd7fdb85140172a92141eb389964
* 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-202-187/+258
| | | | | | | | | | | - 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-173-20/+92
| | | | | | | | 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
* Make running services initial update async.Dianne Hackborn2010-08-151-7/+3
| | | | | | Also fix the value show for an app's awake time. Change-Id: I801681d3a1d47a6bb1f3fb8cc5b0ef009201146f
* Some improvements to the battery usage UI:Dianne Hackborn2010-08-133-15/+113
| | | | | | | | | - 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-243-55/+273
| | | | | | | | 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-162-35/+136
| | | | | 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-115-171/+537
| | | | | | | | | Also clean up to remove dead code for running services and old battery usage UI. Finally some string improvements from Roy. Change-Id: I8765a4c744b92edd1505f14c47fea57b918e5d7b
* New Running Services UI.Dianne Hackborn2010-06-071-4/+4
| | | | | | | | | | | | | | | | | | | | This introduces a simplified (thanks, dsandler!) UI for Running Services, collapsing the groups of apps and processes into single lines. Tapping on a line moves to a new activity showing details on that group, where the stop functionality is now available. This UI is now also integrated into Manage Applications, as the Running tab. You no longer get a really confusing, misleading, scary list of every package that appears to be laying around for some reason. The code was also re-organized, to put everything related to Manage Applications and Running Services under its own package. There is still some clean-up -- some performance improvements (such as not re-computing the world when we switch to the details view), and if this looks good then eradicating the old running services UI. Change-Id: I3fc059c18060600742cab5b455d11ff74bf45ae3
* Send battery reports using ApplicationErrorReport.BatteryInfo.Jacek Surazski2010-02-261-18/+9
|
* Add new button to report battery usage to the developer.Dianne Hackborn2010-02-222-6/+132
| | | | | | | | This displays a new button on the application battery usage details screen for the user to send a bug report to the developer, if that is possible to do. Also adds a button to directly force stop the app from the details screen, and uses the new facilities to determine whether the button should be enabled.
* Refactor settings hierarchy and clump all volumes in one dialog.Amith Yamasani2010-01-251-1/+1
| | | | | | | | Bug:2362077 Bug:2312836 Bug:2166486 Split Sound and Display into separate top-level settings. All volume settings (including Alarm volume) now in one Volume dialog. Remove some sub-texts to reduce clutter.
* Update to use new ActivityManager.forceStopPackage() API.Dianne Hackborn2010-01-051-1/+1
|