summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/applications/ManageApplications.java
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'android-4.2.2_r1' into mr1.1-stagingRicardo Cerqueira2013-02-151-3/+0
|\
| * Fix incorrectly inverted text color.Jeff Sharkey2012-11-301-3/+0
* | Settings: RTL layout fixesOr Harambam2013-01-191-0/+7
* | Added fastsroll to the manage application screen so you don't need to scroll ...Jimmy2013-01-091-0/+1
* | Fix switching running/cached apps with memory barThiago Vinícius Freire de Araújo Ribeiro2012-12-161-0/+1
|/
* Add app details menu item to uninstall an app for all users.Dianne Hackborn2012-09-161-3/+6
* Data usage multi-user support.Jeff Sharkey2012-09-141-4/+10
* If external storage is emulated, don't show it as separate entries.Dianne Hackborn2012-07-121-1/+2
* Fix issue where Manage Apps would not start on correct page.Dianne Hackborn2012-05-291-6/+11
* Fix issues 6512411 and 6512951 in ManageApplications.Dianne Hackborn2012-05-171-47/+88
* Rework manage applications to be page-able.Dianne Hackborn2012-05-161-331/+413
* Implement issue #6477793: Add "restore" button to manage appsDianne Hackborn2012-05-131-1/+124
* Use Spinner instead of Tabs, so that a 4th entry doesn't disappear off the sc...Amith Yamasani2012-05-101-73/+94
* Merge "Apps tabs align to title on 2-pane settings." into jb-devAmith Yamasani2012-05-091-0/+3
|\
| * Apps tabs align to title on 2-pane settings.Amith Yamasani2012-05-091-0/+3
* | Merge "Allow movement of forward-locked apps to SD" into jb-devKenny Root2012-05-081-2/+1
|\ \
| * | Allow movement of forward-locked apps to SDKenny Root2012-05-081-2/+1
| |/
* | Appease the monkey gods.Amith Yamasani2012-05-071-2/+2
|/
* Fix NPE in ManageApps when switching orientation.Amith Yamasani2012-05-011-1/+6
* Make Manage Apps remember which tab was shown.Amith Yamasani2012-04-261-10/+16
* Use statfs() in IMediaContainerService.Jeff Sharkey2012-04-221-23/+52
* Add debug app / wait for debugger dev options.Dianne Hackborn2012-02-141-53/+3
* Add compatibility aliases for shortcuts added to home screen in gingerbread.Amith Yamasani2011-11-141-2/+4
* Potential fix for monkey crash.Amith Yamasani2011-11-081-0/+2
* Larger touch targets, snap to persisted value.Jeff Sharkey2011-09-081-1/+1
* Intent.getAction() can return nullKenny Root2011-09-011-2/+2
* Small improvements for issue #5225666Dianne Hackborn2011-08-291-4/+4
* Merge "Bug 5078738: some options moved to overflow menu"Gilles Debunne2011-08-221-2/+2
|\
| * Bug 5078738: some options moved to overflow menuGilles Debunne2011-08-191-2/+2
* | More TabWidget and padding tweaks to match spec.Jeff Sharkey2011-08-181-9/+13
|/
* Update to work with the activity manager taking over OOM settings.Dianne Hackborn2011-08-071-1/+11
* Fix up storage UI for old USB storage.Dianne Hackborn2011-06-291-4/+37
* Visual adjustments for smaller tablets.Amith Yamasani2011-05-241-1/+1
* Fix issue #3306021 NPE at android.app.AlertDialog.getDefaultDialogTheme(Alert...Dianne Hackborn2011-01-241-2/+11
* Fix bug 3381583 - Settings action bar not refreshing menu contentAdam Powell2011-01-231-4/+8
* Fix issue #3163240: Blank running services screen after returningDianne Hackborn2010-11-161-0/+1
* Create activity wrappers for settings launchable through intents or shortcuts.Amith Yamasani2010-11-041-3/+6
* Further manage apps fragmentization.Dianne Hackborn2010-11-011-43/+60
* Start fragmentizing Manage Applications.Dianne Hackborn2010-10-291-81/+91
* Fix issue #3146784: ANR in manage applicationsDianne Hackborn2010-10-291-0/+6
* Fix issue #3114356: Storage visualization in Manage Apps is confusingDianne Hackborn2010-10-201-3/+18
* Implement issue #3094621 and #3094609 - wipe sd cardDianne Hackborn2010-10-161-5/+122
* Don't show the sort menu for running process listKenny Root2010-10-121-0/+8
* Manage apps "on SD card" now shows all apps that can go on SD card.Dianne Hackborn2010-10-041-0/+57
* Modifying the ACTION_MANAGE_ALL_APPLICATIONS_SETTINGS action handling to defa...Winson Chung2010-09-271-0/+3
* Some improvements to the manage apps code:Dianne Hackborn2010-09-201-8/+41
* Supercalifragilisticexpialidocious.Dianne Hackborn2010-09-141-1/+5
* Make running services initial update async.Dianne Hackborn2010-08-151-2/+28
* Improvements to manage apps / running services:Dianne Hackborn2010-07-281-6/+14
* Rewrite Manage Applications to be faster and simpler.Dianne Hackborn2010-07-271-1716/+226