- 18 Nov, 2015 1 commit
-
-
Svetoslav authored
Package installer should be using exclusively the device defaut themes on handhelds (phones and tables) to allow OEMs customize its look and feel. Also for handhelds the installer should use the same preference framework as the settings app to ensure it looks like the settings app on an OEMs device. This change needs to be picked up by a GMS build to deliver to partners ensuring the installer UI is consistent with the device UI. bug:24286616 Change-Id: I92e39fd1488e76b0b23b7f1efa13e04ed5bbc7ba
-
- 15 Oct, 2015 3 commits
-
-
Svetoslav Ganov authored
bug:24074183 Change-Id: Iad6f9b7d5b83d0b0121796891bcd069658995a47
-
Ian Pedowitz authored
This reverts commit c7e595a2. Change-Id: I0a319ef590e9c0f830af470155213677bed684f4
-
- 25 Aug, 2015 1 commit
-
-
Benjamin Franz authored
Bug: 23408576 Change-Id: I981810de6f5b49b94371606cc5cf7baf51375485
-
- 21 Aug, 2015 3 commits
-
-
Svet Ganov authored
Apps can request several permissions at once but the UI was not shown in the request order. This is problematic since apps may show on board UI stating which permissions will be requested. Bug: 23314383 Change-Id: I0c59a741fb09e63bead0f76d4d337769d2dff387
-
Ian Pedowitz authored
This reverts commit e899d8d4. Bug: 23314383 Bug: 23397858 Change-Id: Ia928a4b24c60eae6b4fb16ebdbfa6b6787f6c3ae
-
Ian Pedowitz authored
This reverts commit dda78230. Bug: 23314383 Bug: 23397858 Change-Id: I8d06936ad8a51299148f0a311da81d8868840e78
-
- 20 Aug, 2015 2 commits
-
-
Svet Ganov authored
Apps can request several permissions at once but the UI was not shown in the request order. This is problematic since apps may show on board UI stating which permissions will be requested. bug:23314383 Change-Id: Iffd0f4fd7df04aeece3995290a7798a559430304
-
Svet Ganov authored
The policy for an app requesting permissions is that only the requested permissions are granted not the whole groups to which these permissions belong. There was a regression where we granted the whole group not only the requested permissions. If an app has a permission in a group already granted, now per policy a subsequent request from the same group is followed by an auto grant. bug:23370436 Change-Id: Icce6377d60187f6f153d10d646cd8c9878dd6fab
-
- 07 Aug, 2015 1 commit
-
-
Jason Monk authored
Bug: 22317719 Change-Id: I5f6526bcce382ae6fabe32d3f8842567d8dc8701
-
- 16 Jul, 2015 1 commit
-
-
Svet Ganov authored
bug:22523221 Change-Id: I09b605c7689c7402942c02a2639f1f28c7ee0c54
-
- 14 Jul, 2015 1 commit
-
-
Todd Volkert authored
This also cleans up some code: 1) Factor out isTelevision into Utils.isTelevision() and call it where we were previously inlining that code 2) Make AppPermissionsFragment work better with config changes and screen rotation changes (the extra screen wasn't working at all with such changes) b/22045242 Change-Id: I937eaa67f19f44b5e1a76a58e3fdd799ae36e73b
-
- 11 Jul, 2015 1 commit
-
-
Svet Ganov authored
bug:22129341 Change-Id: Ic296e44419388aff5d8b8e03c5c800364b44e44b
-
- 09 Jul, 2015 1 commit
-
-
Jason Monk authored
- Announce properly - Clear button focus after selecting to avoid multiple accidental allows/denys Bug: 22331950 Change-Id: Ibbe9af386c497024447cb696a94a9fbe515c91ef
-
- 07 Jul, 2015 2 commits
-
-
Benjamin Franz authored
Currently, when a policy is fixed denied, but the profile / device owner has set DevicePolicyManager.PERMISSION_POLICY_AUTO_GRANT, requesting a permission returns the wrong result. Bug: 22291565 Change-Id: I9c531faf89236f7e177ccd4b2c3e8f86308b263e
-
Svet Ganov authored
Change-Id: I98fe8099144d51d852fae6ab604fa6e85b1e13f6
-
- 30 Jun, 2015 1 commit
-
-
Svetoslav authored
Pressing the back button in the request permission dialog should be treated as a denial of the currently displayed permission. bug:22041240 Change-Id: I853d9ff5d3d10a29b2a5b1815de7de8b1c28cc6b
-
- 23 Jun, 2015 2 commits
-
-
Dianne Hackborn authored
Make sure to send a full result no matter how we finish the activity. Change-Id: Ic087a354053d0078985c33f6d1c77c9bb694dc62
-
Amith Yamasani authored
Let PackageManager know that the permission state was changed by policy so that it can't be modified by the user anymore. Bug: 21888917 Change-Id: Idd09005515fac89fb1603b3aff0345a1f5e7bd79
-
- 18 Jun, 2015 1 commit
-
-
Jason Monk authored
- Expand ViewHeightController so it can expand up or down - Control the height of all containers in the hierarchy - Intercept touch events and compensate for any top offset on the root view, since we expand upwards - Remove the current description from the description container so that it can shrink in relayout if necessary. Bug: 21879037 Bug: 21784297 Change-Id: I3ad562158013b75c5e9150cbd91c96c6ff4941c9
-
- 12 Jun, 2015 2 commits
-
-
Svet Ganov authored
bug:21565838 Change-Id: Ib878d07b7d9bbab1ffe2b64f008e2fe092ead253
-
Fyodor Kupolov authored
Change-Id: I1a1b8f34b1625306daced4ff28a4ed389665be40
-
- 11 Jun, 2015 1 commit
-
-
Svet Ganov authored
bug:21760616 Change-Id: Ie559e5ff3de93c8354e9e1b0a857ccfca228ebc0
-
- 10 Jun, 2015 1 commit
-
-
Todd Volkert authored
b/20476102 Change-Id: I128bb19413121b6d0367147989e79bffe45f8d82
-
- 09 Jun, 2015 1 commit
-
-
Svetoslav authored
Show permission accept dialogs in the order of which the developer requested the permissions. bug:21559824 Change-Id: I2a8f459252b31440707c6d8ffb3766e8ab6e0031
-
- 01 Jun, 2015 1 commit
-
-
Todd Volkert authored
Also, this cleans up some unused code in GrantPermissionsActivity and fixes a latent bug in GrantPermissionsActivity#updateDefaultResults where if the calling package was null, we were defaulting to GRANTED. Note that we can't simply create a tv-specific layout xml file, because the view handler is tied to the layout xml, so this change allows for the creation of different view handlers. b/20476102 Change-Id: Ia62051a0895e4bd314d18ba3001871b29de21ae5
-
- 21 May, 2015 1 commit
-
-
Svet Ganov authored
bug:21336863 Change-Id: I5c25581bea76cc50b7b09534c9222550e7f464ff
-
- 19 May, 2015 1 commit
-
-
Jason Monk authored
- Settings > Apps > Advanced > Permissions - Permission icon needed tinting - Settings > Apps > [App] > Permissions - Permission icon also needed tinting - Grant permission dialog - Needed new base theme - App name color span needed dark color - Progress text needed dark color Bug: 21154903 Change-Id: I34045ac71ca87abbb4ce828435f583f53ab0d3da
-
- 17 May, 2015 1 commit
-
-
Svet Ganov authored
bug:21195624 Change-Id: If6de516d76969c3627316d091893da58f81af832
-
- 14 May, 2015 5 commits
-
-
Svet Ganov authored
bug:21078221 Change-Id: Ie5bfb4c6013faf528b95eda0d5caf1c591f1e439
-
Svetoslav Ganov authored
This reverts commit c04860b5. Change-Id: I8d32c885e1b77745fa30946a319a970d2f7d5b34
-
Svet Ganov authored
bug:21078221 Change-Id: I06dcf4329c1d7eb5924823e633d7a1966a3bd404
-
Svetoslav Ganov authored
This reverts commit a4921d2c. Change-Id: I1295ca20c94e26c483ac8280307ec4a81231b4b2
-
Svet Ganov authored
bug:21078221 Change-Id: I4a7a9dd9106f413477507142a86cd2eedaa750c5
-
- 12 May, 2015 1 commit
-
-
Svet Ganov authored
Change-Id: Id2d5733db0978e909d7159b0eade2b85ec838924
-
- 08 May, 2015 1 commit
-
-
Jason Monk authored
- 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
-
- 05 May, 2015 1 commit
-
-
Svet Ganov authored
Change-Id: I23a7b4e42968df44d2dc3415bff2d15627653089
-
- 07 Apr, 2015 1 commit
-
-
Jason Monk authored
Change-Id: I0b3146add8984fdea1a702d447461e82f4aa7c31
-
- 27 Mar, 2015 1 commit
-
-
Jason Monk authored
- 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
-