summaryrefslogtreecommitdiffstats
path: root/res/layout
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Show warning when touches are being blocked by overlaysJason Monk2015-08-073-4/+2
| | | | | Bug: 22317719 Change-Id: I5f6526bcce382ae6fabe32d3f8842567d8dc8701
* Remove personal/device group & skip perm screen for M+ apps.Julia Reynolds2015-07-131-24/+1
| | | | | Bug: 22229417 Change-Id: I30d7e7a2e7abf4dcf70adb055d3252ee4941cd42
* Merge "Add all permissions screen" into mnc-devJason Monk2015-07-091-0/+35
|\
| * Add all permissions screenJason Monk2015-07-081-0/+35
| | | | | | | | | | Bug: 21268041 Change-Id: I51674ffbd252bf4585a992f8cc9e43973ce43512
* | Merge "Add some padding so the scroll bar doesn't cover content." into mnc-devJulia Reynolds2015-07-081-0/+1
|\ \ | |/ |/|
| * Add some padding so the scroll bar doesn't cover content.Julia Reynolds2015-07-081-0/+1
| | | | | | | | | | Bug: 22229417 Change-Id: If145801cba085ec4ee405f34e87e5c488183325f
* | Add loading screens to permissionsJason Monk2015-07-072-9/+53
|/ | | | | | | Styled the same way as in settings. Bug: 22234767 Change-Id: If21d71b132e5f0e69b65109c479162f03116dab8
* Wire up "Additional Permissions" to TVTodd Volkert2015-07-011-1/+1
| | | | | | b/22045562 Change-Id: I5a0ade1190b6067cbdf3221acab81168466dafc8
* Migrate package installer permissions fragments to preference support lib.Todd Volkert2015-07-012-2/+4
| | | | | | | | | | | | In order to allow for TV-friendly layouts, this migrates the permissions fragments to the preference support lib, and modifies the necessary layouts and themes to make them work on TV. b/22043727 b/22045650 b/22044940 Change-Id: Ic862effe2c126da78c304983fd06e017c3ee4472
* Use vertically stacked buttons when we don't have spaceJason Monk2015-06-221-9/+17
| | | | | Bug: 21997648 Change-Id: I72a9952f0f6d4134cacb18d1cef92701770e6c9d
* Don't use shadow on app nameTodd Kennedy2015-06-181-2/+0
| | | | | Bug: 21730967 Change-Id: Ie338e066e208e3f3012e05465217aa91ada31fb6
* Permissions theme fixingJason Monk2015-06-122-0/+158
| | | | | | | | | | | - Mostly just paddings a whatnot for preferences. - Also fix additional permissions screen (and its back arrow). - Keep ManagePermissions preferences around so that summary reloads aren't as painful on resume. Bug: 21636268 Bug: 21642971 Change-Id: Ibeb96ce63017c90fc37a661a6d82218b57371fb3
* Fix truncated permission message if 'Do not ask again' is shownSvet Ganov2015-05-141-1/+1
| | | | Change-Id: I4b1d3b815b6047937b89d4767583efe9bce3fab0
* Add animation for multiple permission checksJason Monk2015-05-082-67/+104
| | | | | | | | | | | | | - DialogFragment was removed and just use the dialog-themed activity instead. The previously GrantPermissionFragment, now acts as a helper class. - The dialog always tells the window its the same size, but then draws at whatever height is required for the current permission. (this allows it to stay in one position) - Touching outside now does nothing so that the user must respond to the permission request. Change-Id: I12f27de4de5ad83e123cb9acfa062950db39f61b
* Prevent apps from spoofing permissions grant UISvet Ganov2015-04-272-2/+4
| | | | Change-Id: If6be16a59cf33ccd61a86a241f3325bafd95236b
* Add leanback-looking UI to permissions screensTony Mantler2015-04-221-0/+1
| | | | Change-Id: Ib77227dc0ae4d02f96efff95f67a359310b5547c
* Merge "Update permissions dialog from redlines"Jason Monk2015-04-071-12/+18
|\
| * Update permissions dialog from redlinesJason Monk2015-04-071-12/+18
| | | | | | | | Change-Id: I0b3146add8984fdea1a702d447461e82f4aa7c31
* | Handle apps with no permissions (don't crash)Jason Monk2015-04-031-0/+31
|/ | | | Change-Id: I186b14cc7edb1de53df4e7e8bf299af09009f15b
* Minor updates to permission request dialogJason Monk2015-03-271-1/+6
| | | | | | | | | - Show correct icon and tinting for it - Bold/color the app name - Update the string, location and themeing of the checkbox, although its not actually hooked up yet. Change-Id: Ia7da81abb3d427f6d37ea29e8a38531cb743e878
* Update permissions UIJason Monk2015-03-271-0/+62
| | | | | | | - Update existing settings page to show action bar and app header. - Add page to manage apps based on permission. Change-Id: I2211044fbe4db4b4fbf981f1a7ad7a01666cd69d
* Initial version of the grant permission UI.Svet Ganov2015-03-241-0/+82
| | | | Change-Id: Ieb311d29d122cfce130ae1a26889dd7794548833
* Add basic support for new runtime permissionsSvet Ganov2015-03-241-1/+1
| | | | Change-Id: I7ec15992587b0036030386be35eedc095055b6eb
* Fix bug #8133419 Android Download Manager/Installer should be mirrored for ↵Fabrice Di Meglio2013-03-215-23/+23
| | | | | | | | | 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-272-5/+19
| | | | | | ...Device Access and Privacy headings Change-Id: I9aca7d9fec60d4312ca13d8bce26fc7aebfe326c
* 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
|