1. 23 Nov, 2012 1 commit
  2. 22 Nov, 2012 1 commit
  3. 21 Nov, 2012 2 commits
  4. 16 Nov, 2012 3 commits
  5. 15 Nov, 2012 4 commits
  6. 14 Nov, 2012 2 commits
  7. 09 Nov, 2012 1 commit
    • Jeff Sharkey's avatar
      Rewrite of download notifications. · a40a349c
      Jeff Sharkey authored
      Switch to using new inbox-style notifications when collapsing multiple
      downloads. Correctly handles clustering, including cancellation of
      stale notifications. All notifications are now handled in a single
      class, making it easier to reason about correctness.
      
      Fixed bugs around handling of visibility flags. Move away from using
      "int" as internal keys, since they can overflow. Started work for
      time estimates, will finish in a future CL.
      
      Explicitly pass all relevant IDs to DownloadReceiver instead of doing
      a second racy query. Fix StrictMode warnings when querying in
      DownloadReceiver.
      
      Bug: 6777872, 5463678, 6663547, 6967346, 6634261, 5608365
      Change-Id: I5eb47b73b90b6250acec2ce5bf8d7a274ed9d3a9
      a40a349c
  8. 25 Oct, 2012 1 commit
    • Jeff Sharkey's avatar
      Better sanity checking for finished downloads. · 2fa007ef
      Jeff Sharkey authored
      Downloads in the RUNNING state are considered ready to start so that
      downloads are correctly resumed when the process crashes. However,
      this causes a race condition while UpdateThread is processing a
      Cursor when a DownloadThread finishes.
      
      With this change, DownloadThread now skips requests for downloads
      already marked as finished. Apps listening for the DOWNLOAD_COMPLETE
      broadcast will no longer see data mutated by the second thread, and
      will not see the broadcast duplicated.
      
      Bug: 6948938, 6970458, 6818900
      Change-Id: I35deac3cedbfe7f50091fab5818d85594dba558c
      2fa007ef
  9. 19 Oct, 2012 1 commit
    • Jeff Sharkey's avatar
      Bring back DRM mimetypes. · 169ab531
      Jeff Sharkey authored
      I don't like DRM, but other people do.
      
      Bug: 7370549
      Change-Id: I44220404eab6e6cc85ea16cfcf58474135c03f83
      169ab531
  10. 12 Oct, 2012 1 commit
    • Jason Chen's avatar
      Let's enhance · 7444bae1
      Jason Chen authored
      Add mipmap-xxhdpi launcher icon asset.
      
      Bug: 6718166
      Change-Id: I9fbe8e6c5345fddc78b0129e329205aaf973ea6c
      7444bae1
  11. 05 Oct, 2012 1 commit
    • Jeff Sharkey's avatar
      Skip scanning a file which will be deleted. · 70b5c30d
      Jeff Sharkey authored
      When deleting a download, don't bother scanning it, since we'll just
      delete it moments later.  This was already racy since it didn't even
      wait for the scan to complete.
      
      Bug: 7256243
      Change-Id: I8c3b96823d94bc1688ef336cb45746ccd35fc760
      70b5c30d
  12. 03 Oct, 2012 1 commit
    • Jeff Sharkey's avatar
      Handle not fully connected networks. · b92aa3a8
      Jeff Sharkey authored
      When checking network status, treat non-connected networks as
      disconnected.  This handles cases like captive portal checks, and
      slow DHCP servers.
      
      Bug: 7264340
      Change-Id: I0b466cee5d5cb73037f3fb209c583711b8f9eefd
      b92aa3a8
  13. 28 Sep, 2012 1 commit
  14. 27 Sep, 2012 2 commits
  15. 13 Sep, 2012 1 commit
  16. 28 Aug, 2012 1 commit
    • Jeff Sharkey's avatar
      Send ORIGINATING_URI and REFERRER to installer. · c0622bf8
      Jeff Sharkey authored
      When building PackageInstaller intents, include ORIGINATING_URI and
      REFERRER extras.  Unify view intent building for both notifications
      and list UI.
      
      Bug: 6900672
      Change-Id: I18435e0f8aa549880ec594f82b6a250232706135
      c0622bf8
  17. 08 Aug, 2012 2 commits
  18. 28 Jul, 2012 1 commit
    • Nick Kralevich's avatar
      Explicitly export content providers · 6c26e6e1
      Nick Kralevich authored
      In a future version of Android, the default value for
      <provider android:exported> will change from true to false.
      Explicitly set android:exported="true"
      
      Bug: 3306452
      Change-Id: Id23f16a8527ba97be1d8617ccfc4346734f695d0
      6c26e6e1
  19. 25 Jul, 2012 1 commit
  20. 20 Jul, 2012 3 commits
  21. 18 Jul, 2012 1 commit
  22. 16 Jul, 2012 1 commit
  23. 13 Jul, 2012 1 commit
  24. 10 Jul, 2012 1 commit
    • Håkan3 Johansson's avatar
      Adds missing Bluetooth as network type. · 61dc320a
      Håkan3 Johansson authored
      The network connection type for Bluetooth is added so
      that it is possible to use Bluetooth as Hotspot during
      download from the Internet.
      
      Change-Id: Ic32b083068d8316a41f2c31a3575a28163f6c7f3
      61dc320a
  25. 03 Jul, 2012 1 commit
    • Svetoslav Ganov's avatar
      No echo or earcon after checking/unchecking items in the download screen. · a6af804b
      Svetoslav Ganov authored
      1. The problem is that download provider is using a custom view to intercept
         clicks to toggle the state of the nested check box. However, the when
         toggling the code is not calling performClick() on the check box which
         aside of toggling will also send the right accessibility event.
      
      bug:6705105
      
      Change-Id: Ia7253ff05f6e4575a346b9aaf3fbceecd68b9782
      a6af804b
  26. 18 Jun, 2012 1 commit
  27. 11 Jun, 2012 2 commits
  28. 08 Jun, 2012 1 commit