1. 21 Aug, 2015 3 commits
    • Anthony Hugh's avatar
      Implement base version of GrantPermissions dialog · 9478120a
      Anthony Hugh authored
      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
      9478120a
    • Anthony Hugh's avatar
      Revert "Implement base version of GrantPermissions dialog" · 70d651e9
      Anthony Hugh authored
      This reverts commit b7da1f5f.
      We can't reference vendor from this package.  Need to add the references
      manually.
      
      Change-Id: I3ee31de110f24014100ce804b0659055b26f963b
      70d651e9
    • Anthony Hugh's avatar
      Implement base version of GrantPermissions dialog · b7da1f5f
      Anthony Hugh authored
      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
      b7da1f5f