summaryrefslogtreecommitdiffstats
path: root/tests/src/com/android/providers/downloads/PublicApiFunctionalTest.java
Commit message (Expand)AuthorAgeFilesLines
* Follow MockWebServer API changes.Jeff Sharkey2013-04-031-2/+1
* Start using MockStreamResponse.Jeff Sharkey2013-03-251-1/+2
* Test to verify extremely large downloads.Jeff Sharkey2013-02-251-0/+22
* Migrate to using Mockito directly.Jeff Sharkey2013-01-311-7/+7
* Tests for max retries/redirects, ETag switches.Jeff Sharkey2013-01-291-7/+96
* Better handling of retryable errors.Jeff Sharkey2013-01-171-1/+1
* Simplify download flow control, handle redirects.Jeff Sharkey2013-01-091-1/+1
* Clean up DownloadManager threading tests.Jeff Sharkey2013-01-081-16/+7
* Always append to files, handle end of stream.Jeff Sharkey2012-12-171-4/+5
* Rewrite of download notifications.Jeff Sharkey2012-11-091-5/+8
* Move notification tests to LittleMock.Jeff Sharkey2012-07-241-12/+44
* Migrate to shared MockWebServer.Jeff Sharkey2012-03-291-62/+68
* Teach DownloadManager about network policy.Jeff Sharkey2011-06-171-2/+3
* bug:3286430 set quota on downloads data dirVasu Nori2010-12-231-5/+0
* fix downloadmanager tests. again.Vasu Nori2010-12-151-0/+6
* fix broken DownloadManager testsVasu Nori2010-12-091-16/+39
* Improve how the download manager reports paused statuses.Steve Howard2010-09-291-3/+3
* Moved DownloadManager to android.app (DO NOT MERGE)Steve Howard2010-09-271-1/+1
* Support multi-valued HTTP headers, handle new API changesSteve Howard2010-09-221-3/+3
* Implement dialogs for wifi required + recommended limits.Steve Howard2010-09-211-1/+0
* Improve file error reporting + new detailed error messages in UISteve Howard2010-09-201-3/+3
* New URI structure with "my_downloads" and "all_downloads"Steve Howard2010-09-141-3/+13
* Further work on the new downloads UI.Steve Howard2010-09-101-0/+54
* Fix and test handling of null/empty download fields.Steve Howard2010-08-181-0/+12
* Clean up error codes returned by download manager.Steve Howard2010-08-161-9/+13
* Make all public API downloads visible.Steve Howard2010-07-281-6/+3
* Get wifi limit from secure settings.Steve Howard2010-07-281-1/+1
* Add test for many interruptions to a single download.Steve Howard2010-07-271-20/+44
* Improved support for 302/307 redirects.Steve Howard2010-07-271-8/+4
* Fix bug with closing output stream for external downloads.Steve Howard2010-07-271-1/+15
* Serialize threading for download manager testing.Steve Howard2010-07-271-121/+56
* Stub out and test system notifications.Steve Howard2010-07-231-0/+18
* Test + utilize change notification in DownloadProviderSteve Howard2010-07-231-0/+13
* Public API support for broadcasts and connectivity control.Steve Howard2010-07-211-4/+80
* Major refactoring of DownloadThread.run().Steve Howard2010-07-201-21/+127
* Fix bug with deciding when to restart a download.Steve Howard2010-07-201-0/+13
* Support for max download size that may go over mobileSteve Howard2010-07-191-1/+18
* Support for custom HTTP headers on download requestsSteve Howard2010-07-151-0/+22
* Support for file URI destinations + last modified timestampSteve Howard2010-07-141-6/+53
* New functional test for download manager public API.Steve Howard2010-07-131-0/+238