summaryrefslogtreecommitdiffstats
path: root/tests/src
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation after update to MockWebServerNeil Fuller2014-10-271-1/+2
* Move internal DownloadProvider code off libcore.os.Elliott Hughes2014-04-281-7/+6
* fix test buildsColin Cross2014-04-241-2/+2
* Many improvements to download storage management.Jeff Sharkey2014-02-067-46/+350
* Follow MockWebServer API changes.Jeff Sharkey2013-04-032-7/+1
* Start using MockStreamResponse.Jeff Sharkey2013-03-252-1/+7
* Fix race conditions around filename claiming.Jeff Sharkey2013-03-011-0/+46
* Test to verify extremely large downloads.Jeff Sharkey2013-02-253-3/+105
* Redesign of DownloadManager update loop.Jeff Sharkey2013-02-122-0/+57
* Migrate to using Mockito directly.Jeff Sharkey2013-01-312-8/+8
* Tests for max retries/redirects, ETag switches.Jeff Sharkey2013-01-295-14/+108
* Better handling of retryable errors.Jeff Sharkey2013-01-171-1/+1
* Simplify download flow control, handle redirects.Jeff Sharkey2013-01-092-9/+12
* Clean up DownloadManager threading tests.Jeff Sharkey2013-01-086-87/+76
* Always append to files, handle end of stream.Jeff Sharkey2012-12-171-4/+5
* Show remaining time in download notifications.Jeff Sharkey2012-11-141-1/+1
* Rewrite of download notifications.Jeff Sharkey2012-11-092-6/+12
* Move notification tests to LittleMock.Jeff Sharkey2012-07-243-56/+57
* Add and enforce ALLOW_METERED column.Jeff Sharkey2012-04-171-0/+6
* Migrate to shared MockWebServer.Jeff Sharkey2012-03-298-703/+111
* Fix test to match behavior after 5196436.Jeff Sharkey2011-10-131-11/+2
* Teach DownloadManager about network policy.Jeff Sharkey2011-06-172-4/+10
* (master) bug:3204324 allow no more than certain number of concurrent downloadsVasu Nori2011-03-102-2/+16
* Revert "Merge "downloadmanager should use "files" dir - not "cache" dir to st...Vasu Nori2011-01-071-1/+1
* downloadmanager should use "files" dir - not "cache" dir to store its filesVasu Nori2011-01-071-1/+1
* Adding HelpersTest.java for testing the download provider's helpers class. No...olly2011-01-041-0/+53
* bug:3286430 set quota on downloads data dirVasu Nori2010-12-232-6/+1
* fix downloadmanager tests. again.Vasu Nori2010-12-152-16/+7
* Download dir: /data/data/com.android.providers.downloads/cache NOT /cacheVasu Nori2010-12-141-0/+15
* fix broken DownloadManager testsVasu Nori2010-12-097-31/+207
* remove usage of hidden public constants.Vasu Nori2010-10-202-17/+17
* Improve how the download manager reports paused statuses.Steve Howard2010-09-292-4/+4
* Moved DownloadManager to android.app (DO NOT MERGE)Steve Howard2010-09-273-3/+3
* Support multi-valued HTTP headers, handle new API changesSteve Howard2010-09-221-3/+3
* Implement dialogs for wifi required + recommended limits.Steve Howard2010-09-212-1/+5
* Improve file error reporting + new detailed error messages in UISteve Howard2010-09-201-3/+3
* Fix notification bugs, cleanup DownloadService + DownloadReceiverSteve Howard2010-09-201-4/+4
* New URI structure with "my_downloads" and "all_downloads"Steve Howard2010-09-142-4/+15
* 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-282-3/+3
* Add test for many interruptions to a single download.Steve Howard2010-07-272-23/+48
* 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-276-262/+257
* Stub out and test system notifications.Steve Howard2010-07-233-3/+54
* Test + utilize change notification in DownloadProviderSteve Howard2010-07-232-6/+54
* Public API support for broadcasts and connectivity control.Steve Howard2010-07-213-4/+110