1. 18 Apr, 2016 3 commits
  2. 01 Apr, 2016 1 commit
  3. 02 Feb, 2016 1 commit
  4. 14 Jan, 2016 6 commits
  5. 12 Jan, 2016 1 commit
  6. 17 Dec, 2015 3 commits
  7. 16 Dec, 2015 5 commits
  8. 12 Dec, 2015 1 commit
  9. 10 Dec, 2015 3 commits
  10. 08 Dec, 2015 1 commit
    • Svetoslav's avatar
      Fix some UI glitches in PackageInstaller · 42af15b6
      Svetoslav authored
      1. Add missing tinting in ic_info.xml
      2. Improve button stacking in the request permissions UI
      3. Align text and icon in request permissions UI
      
      bug:26071925
      
      Change-Id: I12f631e902203d3f31970b28e420e20b7b454812
      42af15b6
  11. 04 Dec, 2015 2 commits
    • Anthony Hugh's avatar
      Fix wake lock leak · 546c1ffa
      Anthony Hugh authored
      am: cfc6b97c
      
      * commit 'cfc6b97c':
        Fix wake lock leak
      546c1ffa
    • Anthony Hugh's avatar
      Fix wake lock leak · cfc6b97c
      Anthony Hugh authored
      Wake lock was not being released when installation failed
      due to early bail out call.  I wrapped the calls into
      a try/finally to ensure it gets released.
      
      Code was tested by tweaking the code to force a failure
      and test installing/uninstalling apps.
      
      BUG: 25814793
      Change-Id: I2e81e5d76edcfb601ce734cf571705e979c51f32
      cfc6b97c
  12. 21 Nov, 2015 3 commits
  13. 20 Nov, 2015 5 commits
  14. 18 Nov, 2015 1 commit
    • Svetoslav's avatar
      Clean up package installer styling · 2cf17ddc
      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
      2cf17ddc
  15. 16 Nov, 2015 2 commits
  16. 07 Nov, 2015 2 commits