1. 18 Oct, 2011 1 commit
  2. 17 Oct, 2011 1 commit
  3. 16 Oct, 2011 1 commit
  4. 14 Oct, 2011 1 commit
  5. 13 Oct, 2011 2 commits
  6. 12 Oct, 2011 3 commits
  7. 11 Oct, 2011 2 commits
  8. 10 Oct, 2011 1 commit
  9. 03 Oct, 2011 1 commit
  10. 30 Sep, 2011 1 commit
  11. 26 Sep, 2011 1 commit
  12. 25 Sep, 2011 2 commits
  13. 23 Sep, 2011 2 commits
  14. 21 Sep, 2011 1 commit
  15. 20 Sep, 2011 3 commits
  16. 16 Sep, 2011 2 commits
  17. 13 Sep, 2011 1 commit
  18. 12 Sep, 2011 1 commit
  19. 31 Aug, 2011 1 commit
  20. 30 Aug, 2011 3 commits
  21. 29 Aug, 2011 1 commit
    • Doug Zongker's avatar
      fix DownloadThread's use of ETag, range headers · ce3f6100
      Doug Zongker authored
      DownloadThread was only maintaining ETag and the file size for the
      duration of one HTTP request, rather than over all the requests needed
      to fetch a file, which kind of defeats the point of having them.  Fix
      this by moving several state variables from InnerState to State, and
      initializing the total bytes and current bytes values from the
      download database.
      
      Skip actually making the HTTP request if we've already downloaded all
      the bytes of the file.  This works around bug 5217390 by making the
      second DownloadThread do nothing instead of trying to fetch past the
      end of the file.  (A real fix would eliminate the race condition that
      causes the second thread to get created in the first place.)
      
      Bug: 5217390
      Change-Id: Ib5b8f87398b4ed2cb3d7f09569e245b55a89da5a
      ce3f6100
  22. 26 Aug, 2011 1 commit
  23. 22 Aug, 2011 1 commit
  24. 13 Aug, 2011 1 commit
  25. 09 Aug, 2011 1 commit
    • Jeff Sharkey's avatar
      Move to Notification.Builder progress API. · c18b41ee
      Jeff Sharkey authored
      Instead of using custom layout to surface progress information, use
      new Builder API.  Also use resources to build percent string.
      
      Bug: 4022082
      Change-Id: I556a666771e9103ce5d7ddb60faa879b8777b284
      c18b41ee
  26. 26 Jul, 2011 1 commit
  27. 21 Jul, 2011 1 commit
    • Dongwon Kang's avatar
      Bugfix:5033349 · 715d0c92
      Dongwon Kang authored
      - Checking download data dir instread of /cache.
      - Trying to remove stale files regardless of the low space thereshold.
      (Note: This bug happens when download dir size is 100mb and there is a
      file > 100mb in /cache.)
      
      Change-Id: Iacded74eaadb2aa7f0af8d1b7e0f922e81c7e07c
      715d0c92
  28. 15 Jul, 2011 1 commit
  29. 12 Jul, 2011 1 commit