| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
Push scrollbar to screen edges on custom ListView and ScrollViews to
match Preferences framework behavior.
Bug: 7633165
Change-Id: Ideecd0e243c7de7bf977caef2b1585e707a00ca4
|
|
|
|
|
| |
Bug: 7232014, 7231331, 7231198
Change-Id: Iea055cfa58edb253b55fe30bf294994ad338cfa4
|
|
|
|
|
|
|
|
| |
settings.applications.RunningServiceDetails...
...addDetailViews(RunningServiceDetails.java:439)
Change-Id: Id4a110bacf4da1bec07272b3b75e8bf0986cab92
|
|
|
|
|
|
| |
The details screens still need some work.
Change-Id: I850cc9ba9a8db7787fae629ae3cb6c6772c726f5
|
|\ |
|
| |
| |
| |
| |
| |
| | |
Point to the correct holo alert drawable.
Change-Id: Ia15aaa028c8371cb2478baeecd2da31520c43a5d
|
| |
| |
| |
| |
| |
| |
| |
| | |
The use of this drawable made the view look out of place on the new Holo theme,
so removing it makes things look a bit more consistent.
Change-Id: Id12ad9c7d13b7a9813f656b0a3e4ac51fcc988cd
Signed-off-by: Eddie Ringle <eddie.ringle@gmail.com>
|
| |
| |
| |
| |
| |
| |
| |
| | |
This is a cherry pick of https://android-review.googlesource.com/#/c/35200/
Checked with UI that this backgroud color was not wanted.
Change-Id: I10cd6757ed17fd3cf34f04e5d14e6f210f78ab2c
|
|/
|
|
|
| |
Bug: 6315950
Change-Id: I680b3f0a2cee565a39d58e95a8abe5f62cc7b466
|
|
|
|
|
|
| |
...end process in running service - IKXEVEREST-3023
Change-Id: I16403a260ccf06675d0e2e98573975d746bded91
|
|
|
|
|
|
|
| |
All of the UI under manage apps should now be working. Various
cleanup through new framework APIs. Fragmentized developer settings.
Change-Id: I2b42a2dd0d015e0fdcde497579ddad3dceea9da2
|
|
|
|
|
|
|
|
|
|
| |
3094621: add "wipe sd card" option to factory data reset
3094609: collapse unmount/format into one command
Implements requested UI changes. Also some final tweaks to
Manage Applications.
Change-Id: I0219195dd0c74d8c003ef1c3f6e09714859d7f89
|
|
|
|
| |
Change-Id: I1cca31a87d3acfc49ffb4562d922d4577c0b1cba
|
|
|
|
|
|
|
| |
Use the new API that allows us to always retrieve the desired
provider info.
Change-Id: I9265d8f169ee34c87f0ca89315ee78bb2ae49674
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
| |
- Running services now keeps a single data structure to make
switching through the UI a lot faster.
- Display text when there are no apps.
- Fix deadlock.
- Add new preference entry to view manage apps for storage use.
- Etc.
Change-Id: I0f5babf407ed7e84169f59584ddcb6cd0e9d67d9
|
|
|
|
| |
Change-Id: Ia3f666344ee02bc96784b198533392252230bd80
|
|
|
|
| |
Change-Id: If5caed3972ab03a54fbf8c459cdfc136e4bdc020
|
|
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
|