summaryrefslogtreecommitdiffstats
path: root/res/layout/install_confirm.xml
Commit message (Collapse)AuthorAgeFilesLines
* Merge tag 'android-6.0.1_r22' of ↵staging/cm-13.0+r22Steve Kondik2016-03-101-1/+2
|\ | | | | | | | | | | https://android.googlesource.com/platform/packages/apps/PackageInstaller into cm-13.0 Android 6.0.1 release 22
| * resolve merge conflicts of c10abb25f3 to cw-e-dev.Svetoslav2015-11-201-1/+2
| | | | | | | | Change-Id: I3fe38a9ac62466b38efec834dceb712d2782c518
* | Themes: Allow PackageInstaller tab Background to be themedNicholas Chum2015-11-291-1/+1
|/ | | | | | | | This removes the hardcoded link in install_confirm.xml to an android drawable. Let's move this link to drawables.xml so that we can change it, or replace it entirely. Change-Id: I96f12a72fea3d907f589d255d0bd4c38c5e00725
* Fix bug #8133419 Android Download Manager/Installer should be mirrored for ↵Fabrice Di Meglio2013-03-211-2/+2
| | | | | | | | | RTL languages - update PackageInstaller layouts for supporting RTL - enable RTL support by adding android:supportsRtl="true" in the AndroidManifest Change-Id: I656ff6771a2f2e684e3c6e7a1302a864b12f6187
* Fix issue #7323256: permission dialog has bad layoutDianne Hackborn2012-10-111-0/+8
| | | | Change-Id: I3fc9f9bf492178ba064a4579826f49f252d41a20
* Fix issue #7240599 Permissions UI: left side padding on...Dianne Hackborn2012-09-271-1/+9
| | | | | | ...Device Access and Privacy headings Change-Id: I9aca7d9fec60d4312ca13d8bce26fc7aebfe326c
* Further adjustment of the new package installer UI.Dianne Hackborn2012-09-161-2/+2
| | | | | | | | | | | | | | - 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
* 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-031-29/+34
| | | | Change-Id: I5d4691f8a23e90265eaaaea15950affdcb8dc9b6
* layout fixes and asset updates to package installerPeter Ng2011-10-171-6/+5
| | | | | Bug: 5361373 Change-Id: I6e5e1271013130d3bb7e6fa3acd59db5eff2cc37
* Swap the positive and negative buttons.Jeff Hamilton2011-07-011-9/+5
| | | | Change-Id: Ib5d7f57c47e79359174c0a24f72b1a8d509a6f4e
* Fix layouts some moreKenny Root2011-06-231-1/+0
| | | | | Bug: 4770335 Change-Id: Iceef40eb1bf01457d715a21a5ebef942de484195
* Fix layouts for both tablet and phoneKenny Root2011-06-161-1/+1
| | | | Change-Id: Ibb208d4586f4b52fede380acede40153f322bd49
* Do not clip icon on install screenKenny Root2011-01-261-3/+3
| | | | | 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-101-51/+85
| | | | | | | | Fix some layouts to correctly display as dialogs when using a large screen device. Still needs the WeightedLinearLayout trick. Bug: 3298362 Change-Id: I76ad192ca8c27a0d9f4ce106dc4e1e922c01c02b
* Use the system standard ButtonBar style as well as the standard medium title ↵Jeff Hamilton2010-03-161-25/+12
| | | | | | bar assest. Change-Id: I3735873e6f885cfbbd5e0f7731c47e2089941c92
* Deprecate fill_parent and introduce match_parent.Romain Guy2010-01-081-5/+5
| | | | Bug: #2361749.
* 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-081-4/+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.
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+108
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-108/+0
|
* auto import from //depot/cupcake/@132589The Android Open Source Project2009-03-031-55/+55
|
* auto import from //depot/cupcake/@137055The Android Open Source Project2009-03-021-55/+55
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-6/+25
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+89