History log of /packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/GrantPermissionsWatchViewHandler.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f44d80b62c1d77a2f920de8c67403528d7ae9949 25-Jan-2017 Shijian Li <shijianli@google.com> Don't show dialog when create the base view.

Otherwise, there will be a screen with background color splashes if the
user has any permission revoked in a group as user fixed.

Bug: 34722442
Change-Id: I38a3793a366c8132f5b7c5294c478b4876cd4b9e
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/GrantPermissionsWatchViewHandler.java
f92132d8fd5962a744363b132caf8cb291e0a596 13-Oct-2016 Michael Kwan <mkwan@google.com> Fix issue with blank screen and grouped permissions.

Bug: 31779188
Change-Id: I655d8a38a478e0fe863b6e52611f9f43d77240bf
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/GrantPermissionsWatchViewHandler.java
9999019f0801cf45ba296c5e4f39dc2338fe9cd0 13-Oct-2016 Michael Kwan <mkwan@google.com> Update ids of permission dialogs for easier testing and automation.

Bug: 31779188
Change-Id: I41aecafefaeaaa15f70f43334df3ff367b3a312c
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/GrantPermissionsWatchViewHandler.java
a5d853c3bd4e4e84872fc802decd18e9c18408d2 08-Oct-2016 Michael Kwan <mkwan@google.com> Update permissions UI to match new watch UI.

Bug: 29250733
Bug: 31779188
Change-Id: I814db5f94bdb840b04c5e8d9e12b565cfcd5fbc1
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/GrantPermissionsWatchViewHandler.java
6a5762884adc64ea95bd206c46d60031428e977c 05-Oct-2015 Anthony Hugh <ahugh@google.com> Permissions redline fixes

This fixes the button bar animation to work on round
devices and also fixes the max height animation to make
sure the vertical button layout animates to max height
when there are only two buttons.

Also adjust some redlines like margins on the buttons and
updated some files that were missing our licensing header.

Change-Id: Ifad4d0f92605be04db2d3c991b4e8a26eadb4b14
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/GrantPermissionsWatchViewHandler.java
6161f39f583cf202969125757d78010bdc06457c 19-Sep-2015 Anthony Hugh <ahugh@google.com> Update Grant Permissions dialog to redlines

Changes:
- Refactor the ViewHandler a bit to be more generic.
This should help with another upcoming Wear dialog.
- Update assets for buttons
- Add deny asset
- Fix margins and other UI number tweaks

BUG: 24133550
Change-Id: I330bdf3217fa5c554f71d9105a0475106b6f3e12
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/GrantPermissionsWatchViewHandler.java
03dc824d37099b29acb5a0aa28e881d5b05cce0e 10-Sep-2015 Vinod Krishnan <vinodkrishnan@google.com> Changing layout to make button animations work

- Fix the Permissions Dialogs for round layout
- Show animation for the buttons
- Also fixed the names ellipsis issue.
- Fixed the theming of the dialogs.

Bug: 23118402

Change-Id: I385c827ac41b06222334c36bfda2c70b346232a2
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/GrantPermissionsWatchViewHandler.java
9478120abc48a8934e5de14f7cf49342cef5485c 19-Aug-2015 Anthony Hugh <ahugh@google.com> Implement base version of GrantPermissions dialog

With the Emerald release, we need to support the new
permission APIs. This changelist adds a dialog
for the Activity.requestPermissions() API so that
users can request permissions.

This check in is a functional version, but not polished.
will need to be a follow up CL to add the correct
animations and update the UI to the appropriate redlines.

The implementation for the confirmation dialog is modeled
after the one in the clockwork libs/Views folder. There
are some tweaks to match the designed behavior of the
permission dialog. When there's more time in the future,
we should try to condense this to one implementation.

This is a resubmit without the wearable-support lib.
I will figure out how to get that referenced in the next
UI pass.

BUG: 23118402
Change-Id: Ib2fb94b356aa965b999b3e12726fda86928a963e
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/GrantPermissionsWatchViewHandler.java
70d651e904e16723f4e55879f2e356e403fff61a 21-Aug-2015 Anthony Hugh <ahugh@google.com> Revert "Implement base version of GrantPermissions dialog"

This reverts commit b7da1f5f9886ff8a4ad81b0d617d442c461ca1e5.
We can't reference vendor from this package. Need to add the references
manually.

Change-Id: I3ee31de110f24014100ce804b0659055b26f963b
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/GrantPermissionsWatchViewHandler.java
b7da1f5f9886ff8a4ad81b0d617d442c461ca1e5 19-Aug-2015 Anthony Hugh <ahugh@google.com> Implement base version of GrantPermissions dialog

With the Emerald release, we need to support the new
permission APIs. This changelist adds a dialog
for the Activity.requestPermissions() API so that
users can request permissions.

This check in is a functional version, but not polished.
will need to be a follow up CL to add the correct
animations and update the UI to the appropriate redlines.

The implementation for the confirmation dialog is modeled
after the one in the clockwork libs/Views folder. There
are some tweaks to match the designed behavior of the
permission dialog. When there's more time in the future,
we should try to condense this to one implementation.

BUG: 23118402

Change-Id: Ic90d37a2ce8a7adacb7c4e004b0a5260b624f5c8
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/GrantPermissionsWatchViewHandler.java