summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Migrate to shared MockWebServer.Jeff Sharkey2012-03-299-703/+112
* 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-042-1/+54
* bug:3286430 set quota on downloads data dirVasu Nori2010-12-232-6/+1
* fix downloadmanager tests. again.Vasu Nori2010-12-153-19/+7
* Download dir: /data/data/com.android.providers.downloads/cache NOT /cacheVasu Nori2010-12-142-0/+18
* fix broken DownloadManager testsVasu Nori2010-12-097-31/+207
* remove usage of hidden public constants.Vasu Nori2010-10-203-18/+18
* 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-274-4/+4
* Support multi-valued HTTP headers, handle new API changesSteve Howard2010-09-222-5/+5
* 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
* Extend PublicApiAccessTest to exercise DownloadManager.Steve Howard2010-08-161-0/+20
* Make all public API downloads visible.Steve Howard2010-07-282-15/+19
* 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
* Make DownloadProvider accessible for public API usage.Steve Howard2010-07-224-18/+185
* Public API support for broadcasts and connectivity control.Steve Howard2010-07-213-4/+110
* Major refactoring of DownloadThread.run().Steve Howard2010-07-204-68/+143
* 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-192-9/+25
* Merge "Introduce a seam to ConnectivityManager and TelephonyManager" into gin...Steve Howard2010-07-194-164/+46
|\
| * Introduce a seam to ConnectivityManager and TelephonyManagerSteve Howard2010-07-154-164/+46
* | Revert "fix permissons/targets in download provider tests"Guang Zhu2010-07-162-2/+3
|/
* Merge "Support for custom HTTP headers on download requests" into gingerbreadSteve Howard2010-07-151-0/+22
|\
| * Support for custom HTTP headers on download requestsSteve Howard2010-07-151-0/+22
* | Merge "fix permissons/targets in download provider tests" into gingerbreadGuang Zhu2010-07-152-3/+2
|\ \ | |/ |/|
| * fix permissons/targets in download provider testsGuang Zhu2010-07-152-3/+2
* | Support for file URI destinations + last modified timestampSteve Howard2010-07-142-9/+56
|/
* New functional test for download manager public API.Steve Howard2010-07-133-246/+535
* Stub out the system clock in the download manager, add testsSteve Howard2010-07-013-54/+142
* Fix build in master - new method in FakeIConnectivityManagerSteve Howard2010-06-291-0/+4
* First pass at a functional test for the Download Manager.Steve Howard2010-06-287-27/+648
* Check in copies of MockWebServer + friends.Steve Howard2010-06-213-0/+486
* Use the private legacy APIJean-Baptiste Queru2010-01-141-3/+3