| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Otherwise the help will always be shown in English.
Bug: 7564049
Change-Id: I94da36aa1ae5aabd118178866b7e570bb77add34
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
Bug: 7194137
Change-Id: Ie36ca40c48fb06d55d120bfcf3db69aea9d83829
|
|
|
|
| |
Change-Id: I035a5e2a518eb827a2e44910471ed04923921aa3
|
|
|
|
|
|
| |
Aggregates battery use from other users into one line item.
Change-Id: I811e681891a9ff098491de1e096232f38bf061a9
|
|
|
|
|
|
|
|
| |
Also, improve logging to more easily show power break-down for
each UID.
Bug: 6642581
Change-Id: Ib36f4bf9c8c579797225cf887e5b2d323cca61b0
|
|
|
|
|
| |
Bug: 5144896
Change-Id: Ib2f5146f6f62f2a33261bb165c3bf1bf13b22f38
|
|
|
|
|
| |
Change-Id: Icbc4b3ecf91bdbb90da3ee0cf1c68bec953d0177
Signed-off-by: Todd Poynor <toddpoynor@google.com>
|
|
|
|
|
| |
Bug: 4902271
Change-Id: I0900c030407a86efb14a9d528ab355c56f54679e
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Change wallpaper list ordering to alphabetic.
Display battery level and charging status in Battery settings.
Change-Id: I8ead0fb0f018c79ed258bd1c1ca3f8ecaf32da83
|
|
|
|
|
|
| |
Bug 5012012
Change-Id: I87d38e0cc97762aa9043b0c5834a42848cc2a0fe
|
|\
| |
| |
| |
| |
| |
| | |
wifi-only devices." into honeycomb
* commit '38d3353e37be450b1b95d2525acbd53e9b67130e':
Remove more entries not relevant to wifi-only devices.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
|/
|
|
| |
Change-Id: I7e269e5a971c70d6d9a1731b82c538b722cbc01d
|
|
|
|
|
| |
Bug: 3362749
Change-Id: Ib4b61c9e7db05b0627c1f353d3747268455dab6c
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
the left.
|
| |
|
|
|
|
| |
Change-Id: I0864f6738b37c3203e166bb8f7e61e8904d9980a
|
|
|
|
| |
Change-Id: I5988d28fd192cd7fdb85140172a92141eb389964
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Also fix the value show for an app's awake time.
Change-Id: I801681d3a1d47a6bb1f3fb8cc5b0ef009201146f
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
Switch default stats to new time since charged. Update to follow
API changes. Improve the battery history chart.
|
|
|
|
|
|
|
|
|
| |
Also clean up to remove dead code for running services and old
battery usage UI.
Finally some string improvements from Roy.
Change-Id: I8765a4c744b92edd1505f14c47fea57b918e5d7b
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
computation. Fixes #2176141
|
|
|
|
| |
New icons for system components in Battery Use screen.
|
| |
|
|
|
|
| |
WiFi -> Wi-Fi
|
|
|
|
|
| |
Change the controls UI to display a suggestion.
Bluetooth AT command tracking (not enabled yet).
|
|
|
|
| |
Sometimes name is null, compare the other way around.
|
|
|
|
|
| |
Add gauge to detail screen and make it look like the item from summary screen.
Some string changes.
|
| |
|
|
|
|
|
|
|
| |
Show packages included, time that a subsystem was on for.
Load label and icon in the background and cache the values.
Switch between totals and since-unplugged.
Other UI improvements.
|
|
|
|
|
| |
Show details such as Cpu time, Cpu foreground time, data sent/received,
and GPS usage.
|
|
Shows sorted list of power usage (with some debug information) by the top 10
apps and subsystems. Doesn't yet take into account certain subsystems such
as data network usage, audio/video DSP usage, Bluetooth and lights other than
screen backlight.
Screen, Idle, Wifi and Voice usage and CPU time are accounted for.
Also need to add detail screens for each item and suggested actions.
|