1. 08 Jun, 2016 1 commit
    • Svet Ganov's avatar
      Fix a crash in package installer · 869786e3
      Svet Ganov authored
      The first bug was that we were starting the install before
      having the package info for the installed app. The second
      was that we were calling the permission review UI despite
      we were there before the user selected to install. i.e. the
      user already reviewed the permissions.
      
      bug:29197887
      
      Change-Id: I2fac4d014dde7f7744a6b831c2b0ff510e29e8e8
      869786e3
  2. 06 Jun, 2016 1 commit
  3. 03 Jun, 2016 1 commit
  4. 01 Jun, 2016 3 commits
  5. 31 May, 2016 2 commits
  6. 26 May, 2016 1 commit
    • Philip P. Moltmann's avatar
      Do not cut off top and bottom in landscape view. · ee9712e7
      Philip P. Moltmann authored
      In landscape view the title bar height is less than in portait mode and
      the padding on top and bottom cause cut-offs. Hence make the layout like
      in install_start.xml
      
      Fixes: 28756671
      Change-Id: I4df68e41fee6ce67e21a0a282f46c1dcb641f9b8
      ee9712e7
  7. 25 May, 2016 1 commit
  8. 24 May, 2016 4 commits
  9. 23 May, 2016 2 commits
    • Svetoslav Ganov's avatar
      [DO NOT MERGE] Bring back overlay warning in permissions UI. · 92d61dd6
      Svetoslav Ganov authored
      The package installer has a special event handling when
      the user tries to interact with it and an overlay window
      intersects the installer one. We show a warning that an
      overlay was detected and point the user to settings. This
      regressed and nothing happened when the users click the
      allow button.
      
      bug:28572707
      bug:26677796
      
      Change-Id: I617595e7cd5277576ccb9915946b77082a1c2b9e
      92d61dd6
    • Philip P. Moltmann's avatar
      Format the template using HTML tags. · ac386e9c
      Philip P. Moltmann authored
      Manual formatting is to complicated to do.
      
      Fixes: 28852429
      Change-Id: Ibab723b82a2b14ad94a3038dffccc96f86ba8ee4
      ac386e9c
  10. 22 May, 2016 1 commit
  11. 18 May, 2016 4 commits
  12. 16 May, 2016 4 commits
  13. 14 May, 2016 1 commit
  14. 13 May, 2016 3 commits
  15. 12 May, 2016 2 commits
  16. 11 May, 2016 2 commits
    • Philip P. Moltmann's avatar
      Use badged icons for permissions. · 37c4bbeb
      Philip P. Moltmann authored
      Please note that the labels stay unbadged. I.e. The label will always be
      "Contacts" instead of "Work Contacts".
      
      Fixes: 28403737
      Change-Id: Ib994db946b07098a8c0f95eab5787fb30532fe62
      37c4bbeb
    • Philip P. Moltmann's avatar
      Finish whole installation on cancel dialog. · 1e775631
      Philip P. Moltmann authored
      If the user does not want to enable "unknown sources" and clicks
      "cancel" the whole installation should finish.
      
      Fixes: 28683865
      Change-Id: I2582141ea777e5b2e14dd690b3c3fb8039cff2d4
      1e775631
  17. 10 May, 2016 1 commit
    • Svetoslav Ganov's avatar
      Fix app install flow · f63739bb
      Svetoslav Ganov authored
      A regression was introduced when we added support for
      installing apps from content URIs. Since we stage the
      APK in the cache folder we changed the flow to wipe
      the cached version when the PackageInstallerActivity
      finishes or gets an installation result, so we started
      the InstallAppProgress activity for result but the latter
      may be called with the forward result flag which is
      incompatible with start activity for result. This change
      delegates clearing the staging file in the cache folder
      to the InstallAppProgress activity.
      
      bug:28551937
      
      Change-Id: I0d9978aff60b7fab6b64fe7bf889ef30f9b2fd7c
      f63739bb
  18. 05 May, 2016 1 commit
    • Philip P. Moltmann's avatar
      Mend up onDestroy->onCreate for N. · 1dba1776
      Philip P. Moltmann authored
      This does not implement correct onDestroy->onCreate behavior but mends
      it for the common case.
      
      We now handle all configurations changes, hence onDestroy->onCreate is
      very rare. We also just abort quickly if we actually had a
      onDestroy->onCreate instead of crashing.
      
      This is a temporary fix.
      
      Bug: 28588511
      Change-Id: Ief56c8b866f2561b13253f66a7f79517fc2132cb
      1dba1776
  19. 04 May, 2016 1 commit
  20. 03 May, 2016 2 commits
  21. 29 Apr, 2016 2 commits