summaryrefslogtreecommitdiffstats
path: root/res/layout
Commit message (Collapse)AuthorAgeFilesLines
* Further adjustment of the new package installer UI.Dianne Hackborn2012-09-162-2/+49
| | | | | | | | | | | | | | - Privacy and Device permissions are not shown as separate tabs, but instead separate sections in the same single scrollable permissions list. - No tabs are shown when installing a new app (they are all in the new single list); two tabs are shown when installing an update: the new permissions, and all permissions. - If you are reviewing more permissions than fit on the screen, the "install" button is changed to a "next" button until you scroll through the entire list. Change-Id: I0665a797f80ba5276e782e94be97090a429e5280
* New permissions UI.Dianne Hackborn2012-09-121-31/+40
|
* Survey says: NIET!Dianne Hackborn2012-06-011-40/+31
| | | | | | Bug: 6593206 Change-Id: Ib8ec410e9af258b507706f2a162e8e7482f93f6a
* Update themes for PackageInstallerAdam Powell2012-05-231-1/+0
| | | | | | | | | Use DeviceDefault to better integrate with the host system. Use Dialog theme for all devices when uninstalling apps instead of DialogWhenLarge. Change-Id: Ia427c85c81bf175518d07cfef56de5816c052943
* Fix up tabs in the permissions displayAdam Powell2012-05-131-9/+14
| | | | | | | | | | Make tab bar scrollable if tabs don't all fit. Scroll the currently selected tab into view when it becomes selected. Bug 6481646 Change-Id: Ic492526ce06fae759b23127f74cfcb8e2fd8f030
* Fix tab measurementAdam Powell2012-05-041-1/+0
| | | | Change-Id: I89c460eeb8656eef647f9b55d2b7bcc3625a0790
* New permissions UI.Dianne Hackborn2012-05-032-29/+54
| | | | Change-Id: I5d4691f8a23e90265eaaaea15950affdcb8dc9b6
* layout fixes and asset updates to package installerPeter Ng2011-10-175-44/+39
| | | | | Bug: 5361373 Change-Id: I6e5e1271013130d3bb7e6fa3acd59db5eff2cc37
* Don't stick to the actionbar.Amith Yamasani2011-08-251-1/+3
| | | | | | | | | Bug: 5214241 Override all or none of the layout params in the include tag, otherwise the source layout values will be ignored. Change-Id: Ib9c3b1bdd6ba6cacc15fa8839f7be91887aaca39
* Swap the positive and negative buttons.Jeff Hamilton2011-07-016-29/+13
| | | | Change-Id: Ib5d7f57c47e79359174c0a24f72b1a8d509a6f4e
* Fix layouts some moreKenny Root2011-06-236-85/+121
| | | | | Bug: 4770335 Change-Id: Iceef40eb1bf01457d715a21a5ebef942de484195
* Fix layouts for both tablet and phoneKenny Root2011-06-164-4/+7
| | | | Change-Id: Ibb208d4586f4b52fede380acede40153f322bd49
* More descriptive errors for install failuresKenny Root2011-03-162-1/+21
| | | | Change-Id: Ica79bece0fd29c27126e1ee51daeac96affaa1ab
* Do not clip icon on install screenKenny Root2011-01-265-15/+10
| | | | | Bug: 3385827 Change-Id: Ib7014f1377ca9fc470c333541d183f7dbd394de8
* Filter touches that are obscurbedKenny Root2011-01-121-0/+1
| | | | | | | | Don't allow the "Install" button to be clicked when the window is obscured by something else. Bug: 3346330 Change-Id: Ice8a2954578e21204a41287d53d584beb5937aba
* Change theme to DialogWhenLargeKenny Root2011-01-104-138/+254
| | | | | | | | Fix some layouts to correctly display as dialogs when using a large screen device. Still needs the WeightedLinearLayout trick. Bug: 3298362 Change-Id: I76ad192ca8c27a0d9f4ce106dc4e1e922c01c02b
* 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