summaryrefslogtreecommitdiffstats
path: root/src/com/android/packageinstaller/UninstallerActivity.java
Commit message (Collapse)AuthorAgeFilesLines
* Check for activity info when uninstalling.Patrick Dubroy2010-09-031-15/+51
| | | | Also, switch to using standard fat title bar.
* Finish UninstallerActivity after starting subactivity to actually uninstall ↵Suchi Amalapurapu2009-09-141-0/+1
| | | | | | | which indicates progress etc., If not, the UninstallerActivity is again displayed after finishing off uninstallation. Remove entries from manifest that are no longer part of code base
* Fix screen flow issues in pacakge installer/uninstaller.Suchi Amalapurapu2009-09-081-23/+2
| | | | | | | | | | | | | | | | | | | The main activity was managing the state transitions during installation/uninstallation which was actually not needed. Just make the activities independent and start sub activities without waiting for activity result codes in the main activity. If the user enables development setting to immediately destroy activities, and sideloads an app, the ActivityManager tries to destroy the main activity while it starts sub activities to finish installation and this results in UI bizarreness based on the current state of the installer. Also move InstallConfirmation to the main activity. Converge InstallDone and InstallProgress into one screen. Just enable or disable launch/close buttons. This is how it should have been in the first place.. Same set of issues with uninstall code path as well.
* remove uninstall status screen and present the status of uninstallation in ↵Suchi Amalapurapu2009-07-291-41/+18
| | | | | | | | previous screen rename xml file change code flow in activities Ignore back button when installation is in progress
* Rename strings when uninstalling updates for system appsSuchi Amalapurapu2009-06-241-0/+10
| | | | Add new strings
* change utility methods used to load label and icon of packagesSuchi Amalapurapu2009-06-101-1/+1
| | | | | | load label and icon for yet to be installed app from assets and resources created from the apk. define new method for initing app snippet for uninstall related code rename changed utility methods in install and uninstall code paths
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+189
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-158/+0
|
* auto import from //depot/cupcake/@132589The Android Open Source Project2009-03-031-58/+27
|
* auto import from //depot/cupcake/@137055The Android Open Source Project2009-03-021-27/+58
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-1/+1
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+158