1. 17 Jun, 2013 1 commit
  2. 20 Sep, 2010 1 commit
  3. 08 Sep, 2010 1 commit
    • Steve Howard's avatar
      First pass at new system UI for download manager. · 217149ef
      Steve Howard authored
      This is the initial checkin for a new system UI for the download
      manager.  This UI shows all entries present in the Download Manager
      database, sorted by either date or size.  It allows the user to
      monitor status, open files, and delete/cancel entries.
      
      The code was initially copied from the "Downloads" page of
      packages/apps/Browser, since the design is based on that UI.  Much of
      the code is changed, although DateSortedExpandableListAdapter is
      nearly identical.
      
      The code is not quite finished, but this is very much a working first
      pass.
      
      Change-Id: I7fe102e9f2998e57d893cc3c0f5f6da1cf2db549
      217149ef
  4. 01 Jul, 2010 1 commit
    • Steve Howard's avatar
      Stub out the system clock in the download manager, add tests · 23357198
      Steve Howard authored
      Introduce SystemFacade, an interface that allows us to stub out the
      system clock for testing the download manager.  This allows us to test
      retrying a failed download without having the test wait 60 seconds.
      This interface can include other dependencies in the future as well.
      
      I've also used this to add tests for 503 (retry-after) and 301
      (redirect), and I've added a test for download to the cache partition.
      
      Other changes:
      * made MockWebServer capable of checking + rethrowing exceptions from child threads
      * refactoring + cleanup of DownloadManagerFunctionalTest
      23357198
  5. 21 Jun, 2010 1 commit
  6. 05 Apr, 2010 1 commit
  7. 05 Jan, 2010 1 commit
  8. 09 Mar, 2009 1 commit
  9. 04 Mar, 2009 2 commits
  10. 21 Oct, 2008 1 commit