History log of /packages/providers/DownloadProvider/Android.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
2d0ed12eb053170dac2a93f725e86103e74d0da2 20-Sep-2010 Steve Howard <showard@google.com> Fix DownloadProvider makefile to correctly include sub-makefiles

Change-Id: I569e168267305939197e9af86f9598b17283a2c6
/packages/providers/DownloadProvider/Android.mk
217149efdc4a559c38442da179f548e125c0afc5 02-Sep-2010 Steve Howard <showard@google.com> First pass at new system UI for download manager.

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
/packages/providers/DownloadProvider/Android.mk
23357198c440e6872d3aef3e608295db7f8273bc 23-Jun-2010 Steve Howard <showard@google.com> Stub out the system clock in the download manager, add tests

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
/packages/providers/DownloadProvider/Android.mk
79c04a58c7c332eb022c9a1e8d2c5ae32f6068d2 22-Jun-2010 Steve Howard <showard@google.com> Don't inadvertantly include tests in the build.

Change-Id: Ic57f0b66dd81da1b6acc7132f792b024e974f74c
/packages/providers/DownloadProvider/Android.mk
4f2621523cbdb0e92d73c3e5b25815cc3d354b24 06-Apr-2010 Brett Chabot <brettchabot@android.com> Adjust DownloadProvider's makefile so its tests get built.

Bug 2562721

Change-Id: I7dfd73d4e30fcc5dc80c9ed024432c0b833a011a
/packages/providers/DownloadProvider/Android.mk
0fba5b3a9a9b4cab0e940c5d083594df08293cf0 05-Jan-2010 Jean-Baptiste Queru <jbq@google.com> explicit set an "optional" tag
/packages/providers/DownloadProvider/Android.mk
d311b453a4ea32dcc01e766da972c6837b7705ec 09-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake/...@137197
/packages/providers/DownloadProvider/Android.mk
2dd83ce992eaaf3d44c32bc7468b47e3db014027 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/packages/providers/DownloadProvider/Android.mk
1edb39f280d23b3a87db45b63c2f26850d68eafe 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/packages/providers/DownloadProvider/Android.mk
57f55b3cb4f7e4136cde8d1ea12c1e70ec903362 21-Oct-2008 The Android Open Source Project <initial-contribution@android.com> Initial Contribution
/packages/providers/DownloadProvider/Android.mk