summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/applications/RunningProcessesView.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix switching running/cached apps with memory barThiago Vinícius Freire de Araújo Ribeiro2012-12-161-0/+6
| | | | | | | | | | | | Fixes upstream issue #38735 http://code.google.com/p/android/issues/detail?id=38735 Ported from CM10 http://review.cyanogenmod.org/25775 This patch is already submitted to AOSP. No feedback from them yet. Change-Id: I484e30d3fd4f5425e174911ae22bb2def170e6b8
* Make manage apps UI multi-user aware.Dianne Hackborn2012-08-211-15/+32
| | | | | | The details screens still need some work. Change-Id: I850cc9ba9a8db7787fae629ae3cb6c6772c726f5
* Update to work with the activity manager taking over OOM settings.Dianne Hackborn2011-08-071-84/+24
| | | | | | | | | The values it needs are no longer in properties. Also fix a few problems: bug with apps being left in the services list, sorting of internal storage. Change-Id: Ife9706e004931269c36a7bc37b9dbb016064c2e4
* Fix issue #3306021 NPE at ↵Dianne Hackborn2011-01-241-9/+11
| | | | | | | | | | | | | | | | | | | | | android.app.AlertDialog.getDefaultDialogTheme(AlertDialog.java) It looks like the dialog fragment was not being removed along with the containing fragment. The containing fragment now checks for when it is being removed and removes its dialog fragment at that point. Also fix issue #3340766 NPE at com.android.settings.applications.RunningProcessesView.startServiceDetailsActivity We need to check if the running processes view is still attached to its owner, since we clear owner when it is paused. In addition, fix a bug where ManageApplications was not persisting its "show background processes" state, and remove the icons from its menu items to make them more understandable in the action bar. Change-Id: I4498ef92023eb60f90758ff18d8eed7b41af79b0
* Don't complain about /proc usage in Settings killing animations.Brad Fitzpatrick2010-11-111-0/+7
| | | | Change-Id: If6c2b5dc2244ac4b921e45daeb8e0052306e2c54
* Further manage apps fragmentization.Dianne Hackborn2010-11-011-9/+21
| | | | | | | All of the UI under manage apps should now be working. Various cleanup through new framework APIs. Fragmentized developer settings. Change-Id: I2b42a2dd0d015e0fdcde497579ddad3dceea9da2
* Start fragmentizing Manage Applications.Dianne Hackborn2010-10-291-5/+1
| | | | Change-Id: I0c3d6a358d0236893aba7257537ec32bfad4170d
* Implement issue #3094621 and #3094609 - wipe sd cardDianne Hackborn2010-10-161-73/+62
| | | | | | | | | | 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
* Make running services initial update async.Dianne Hackborn2010-08-151-1/+12
| | | | | | Also fix the value show for an app's awake time. Change-Id: I801681d3a1d47a6bb1f3fb8cc5b0ef009201146f
* Some improvements to the battery usage UI:Dianne Hackborn2010-08-131-2/+2
| | | | | | | | | - 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
* Improvements to manage apps / running services:Dianne Hackborn2010-07-281-85/+49
| | | | | | | | | | | - 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
* Rewrite Manage Applications to be faster and simpler.Dianne Hackborn2010-07-271-1/+3
| | | | Change-Id: I4cf405e83a369cb935bccf375798557ffd93e14e
* Allow user to see and stop heavy-weight processes.Dianne Hackborn2010-06-241-2/+10
| | | | Change-Id: If5caed3972ab03a54fbf8c459cdfc136e4bdc020
* New Running Services UI.Dianne Hackborn2010-06-071-0/+548
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