1. 5dcbf70 Move internal DownloadProvider code off libcore.os. by Elliott Hughes · 10 years ago
  2. 8b36635 fix test builds by Colin Cross · 10 years ago
  3. dffbb9c Many improvements to download storage management. by Jeff Sharkey · 11 years ago
  4. 323f5ae Follow MockWebServer API changes. by Jeff Sharkey · 11 years ago
  5. 1b5c009 Start using MockStreamResponse. by Jeff Sharkey · 11 years ago
  6. 5ba6974 Fix race conditions around filename claiming. by Jeff Sharkey · 11 years ago
  7. 7ce206b Test to verify extremely large downloads. by Jeff Sharkey · 11 years ago
  8. 9259762 Redesign of DownloadManager update loop. by Jeff Sharkey · 11 years ago
  9. 70c0e1e Migrate to using Mockito directly. by Jeff Sharkey · 12 years ago
  10. 58eee87 Tests for max retries/redirects, ETag switches. by Jeff Sharkey · 12 years ago
  11. 12f5dc4 Better handling of retryable errors. by Jeff Sharkey · 12 years ago
  12. 0de5560 Simplify download flow control, handle redirects. by Jeff Sharkey · 12 years ago
  13. 8ac10e0 Clean up DownloadManager threading tests. by Jeff Sharkey · 12 years ago
  14. a85832b Always append to files, handle end of stream. by Jeff Sharkey · 12 years ago
  15. 52b703c Show remaining time in download notifications. by Jeff Sharkey · 12 years ago
  16. a40a349 Rewrite of download notifications. by Jeff Sharkey · 12 years ago
  17. 36612d2 Move notification tests to LittleMock. by Jeff Sharkey · 12 years ago
  18. a7ae77f Add and enforce ALLOW_METERED column. by Jeff Sharkey · 12 years ago
  19. ae6856b Migrate to shared MockWebServer. by Jeff Sharkey · 12 years ago
  20. 255582a Fix test to match behavior after 5196436. by Jeff Sharkey · 13 years ago
  21. 9610243 Teach DownloadManager about network policy. by Jeff Sharkey · 13 years ago
  22. 6baceb7 (master) bug:3204324 allow no more than certain number of concurrent downloads by Vasu Nori · 13 years ago
  23. c0f732b Revert "Merge "downloadmanager should use "files" dir - not "cache" dir to store its files" into honeycomb" by Vasu Nori · 14 years ago
  24. f569930 downloadmanager should use "files" dir - not "cache" dir to store its files by Vasu Nori · 14 years ago
  25. 6eeee34 Adding HelpersTest.java for testing the download provider's helpers class. Note - only a small fraction of input cases are currently tested. by olly · 14 years ago
  26. 5218d33 bug:3286430 set quota on downloads data dir by Vasu Nori · 14 years ago
  27. a1cbbb4 fix downloadmanager tests. again. by Vasu Nori · 14 years ago
  28. 9aadb4b Download dir: /data/data/com.android.providers.downloads/cache NOT /cache by Vasu Nori · 14 years ago
  29. 5d21700 fix broken DownloadManager tests by Vasu Nori · 14 years ago
  30. 04f0908 remove usage of hidden public constants. by Vasu Nori · 14 years ago
  31. b108a27 Improve how the download manager reports paused statuses. by Steve Howard · 14 years ago
  32. 14961f9 Moved DownloadManager to android.app (DO NOT MERGE) by Steve Howard · 14 years ago
  33. ebb555c Support multi-valued HTTP headers, handle new API changes by Steve Howard · 14 years ago
  34. d319729 Implement dialogs for wifi required + recommended limits. by Steve Howard · 14 years ago
  35. b9a0ad7 Improve file error reporting + new detailed error messages in UI by Steve Howard · 14 years ago
  36. 3398db8 Fix notification bugs, cleanup DownloadService + DownloadReceiver by Steve Howard · 14 years ago
  37. 3d55d82 New URI structure with "my_downloads" and "all_downloads" by Steve Howard · 14 years ago
  38. 71e7fda Further work on the new downloads UI. by Steve Howard · 14 years ago
  39. a89321e Fix and test handling of null/empty download fields. by Steve Howard · 14 years ago
  40. adb6887 Clean up error codes returned by download manager. by Steve Howard · 14 years ago
  41. e61798d Extend PublicApiAccessTest to exercise DownloadManager. by Steve Howard · 14 years ago
  42. 9da9df3 Make all public API downloads visible. by Steve Howard · 14 years ago
  43. 0d4f9f1 Get wifi limit from secure settings. by Steve Howard · 14 years ago
  44. dea0a5f Add test for many interruptions to a single download. by Steve Howard · 14 years ago
  45. f85aa9e Improved support for 302/307 redirects. by Steve Howard · 14 years ago
  46. f6b4c24 Fix bug with closing output stream for external downloads. by Steve Howard · 14 years ago
  47. e6a05a1 Serialize threading for download manager testing. by Steve Howard · 14 years ago
  48. 93155e1 Stub out and test system notifications. by Steve Howard · 14 years ago
  49. 691fc58 Test + utilize change notification in DownloadProvider by Steve Howard · 14 years ago
  50. b06b739 Make DownloadProvider accessible for public API usage. by Steve Howard · 14 years ago
  51. 0a77c62 Public API support for broadcasts and connectivity control. by Steve Howard · 14 years ago
  52. b5629da Major refactoring of DownloadThread.run(). by Steve Howard · 14 years ago
  53. 5180de2 Fix bug with deciding when to restart a download. by Steve Howard · 14 years ago
  54. 071bd7a Support for max download size that may go over mobile by Steve Howard · 14 years ago
  55. 1aa2698 Merge "Introduce a seam to ConnectivityManager and TelephonyManager" into gingerbread by Steve Howard · 14 years ago
  56. abb997d Revert "fix permissons/targets in download provider tests" by Guang Zhu · 14 years ago
  57. af28400 Introduce a seam to ConnectivityManager and TelephonyManager by Steve Howard · 14 years ago
  58. 88ea0b3 Merge "Support for custom HTTP headers on download requests" into gingerbread by Steve Howard · 14 years ago
  59. 1d58eb5 Merge "fix permissons/targets in download provider tests" into gingerbread by Guang Zhu · 14 years ago
  60. c7717b4 fix permissons/targets in download provider tests by Guang Zhu · 14 years ago
  61. 5224c6f Support for custom HTTP headers on download requests by Steve Howard · 14 years ago
  62. 6d9b982 Support for file URI destinations + last modified timestamp by Steve Howard · 14 years ago
  63. df71633 New functional test for download manager public API. by Steve Howard · 14 years ago
  64. 2335719 Stub out the system clock in the download manager, add tests by Steve Howard · 14 years ago
  65. b0aada6 Fix build in master - new method in FakeIConnectivityManager by Steve Howard · 14 years ago
  66. d6f9b5e First pass at a functional test for the Download Manager. by Steve Howard · 14 years ago
  67. 4c54154 Check in copies of MockWebServer + friends. by Steve Howard · 14 years ago
  68. 7dd92fa Use the private legacy API by Jean-Baptiste Queru · 15 years ago
  69. a7f9ec8 Rename column reference in download provider permission test. by Brett Chabot · 15 years ago
  70. 76e2667 temp fix for build break by The Android Open Source Project · 15 years ago
  71. 8669ad1 Add DownloadProvider permission tests. by Brett Chabot · 15 years ago
  72. f4d6323 Add permission test app structure for download provider. by Brett Chabot · 15 years ago