1. 25 May, 2016 1 commit
  2. 24 May, 2016 4 commits
  3. 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
  4. 22 May, 2016 1 commit
  5. 18 May, 2016 4 commits
  6. 16 May, 2016 4 commits
  7. 14 May, 2016 1 commit
  8. 13 May, 2016 3 commits
  9. 12 May, 2016 2 commits
  10. 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
  11. 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
  12. 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
  13. 04 May, 2016 1 commit
  14. 03 May, 2016 2 commits
  15. 29 Apr, 2016 5 commits
  16. 27 Apr, 2016 4 commits
    • Baligh Uddin's avatar
      6f39b6e8
    • Svet Ganov's avatar
      Grant only the requested permissions · 294b6406
      Svet Ganov authored
      If an app requests a permission in a group we were auto granting it all
      permissions from the group declared as used by the app. The intended
      behavior is that we grant only the requested permission and requesting
      a permission from a group where a permission is already granted results
      in an auto-grant. The intended behavior was to prevent coding around
      permission groups which a volatile by design. Now if apps target SDK
      above M we provide the intended behavior, otherwise for apps targeting
      M we provide an unchenged behavior.
      
      bug:28347872
      
      Change-Id: I493714b2c2581340b01b12ce6fedf80f9d3deec5
      294b6406
    • Bill Yi's avatar
      Import translations. DO NOT MERGE · f4d084e8
      Bill Yi authored
      Change-Id: I48ae3be30615adcda2be3941c11b9dfab28ff404
      Auto-generated-cl: translation import
      f4d084e8
    • Baligh Uddin's avatar
      Import translations. DO NOT MERGE · 7bde483f
      Baligh Uddin authored
      Change-Id: I2628855332d49ef28c1ae0954122ff7f7cb8dcbf
      Auto-generated-cl: translation import
      7bde483f
  17. 26 Apr, 2016 1 commit
  18. 25 Apr, 2016 1 commit