summaryrefslogtreecommitdiffstats
path: root/res/layout
Commit message (Collapse)AuthorAgeFilesLines
...
* Check for activity info when uninstalling.Patrick Dubroy2010-09-032-33/+41
| | | | Also, switch to using standard fat title bar.
* Use the system standard ButtonBar style as well as the standard medium title ↵Jeff Hamilton2010-03-165-87/+68
| | | | | | bar assest. Change-Id: I3735873e6f885cfbbd5e0f7731c47e2089941c92
* Deprecate fill_parent and introduce match_parent.Romain Guy2010-01-086-25/+25
| | | | Bug: #2361749.
* Fit and finish: fix background color and padding in apps uninstaller.Romain Guy2010-01-042-2/+4
|
* The scroll view listing permissions is given a weight of 1 so that the ok ↵Suchi Amalapurapu2009-10-061-0/+1
| | | | | | and cancel buttons appear at the bottom of the screen. If the permission list doesn't fillup the screen aka has very few permissions, the buttons don't appear at the buttom. so just increate the layout weight of the parent as well to fix this issue. Also hide the whole permissions panel so that we don't see the text related to showing permissions at all
* Fix screen flow issues in pacakge installer/uninstaller.Suchi Amalapurapu2009-09-084-102/+69
| | | | | | | | | | | | | | | | | | | 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.
* Fix blank screen in uninstallSuchi Amalapurapu2009-08-041-22/+14
|
* remove uninstall status screen and present the status of uninstallation in ↵Suchi Amalapurapu2009-07-291-29/+32
| | | | | | | | 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-242-3/+3
| | | | Add new strings
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-037-0/+460
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-037-457/+0
|
* auto import from //depot/cupcake/@132589The Android Open Source Project2009-03-032-58/+55
|
* auto import from //depot/cupcake/@137055The Android Open Source Project2009-03-022-55/+58
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-172-7/+26
|
* Initial ContributionThe Android Open Source Project2008-10-217-0/+438