1. 52d35ed Colored notifications by Selim Cinek · 10 years ago
  2. 629eed8 fallocate() returning ENOSYS is okay. by Jeff Sharkey · 10 years ago
  3. 2e16979 Whoops, clear identity to get internal columns. by Jeff Sharkey · 10 years ago
  4. 495edec Scan after writing download files. by Jeff Sharkey · 10 years ago
  5. be3aa64 Transition the Download Service's cleanup work to a scheduled Job by Christopher Tate · 10 years ago
  6. d308640 am f04a7690: am 90e7485d: am 02562d30: Merge "Avoid leaking cursors" by Jeff Sharkey · 10 years ago
  7. 02562d3 Merge "Avoid leaking cursors" by Jeff Sharkey · 10 years ago
  8. 6ea35f0 OsConstants is moving. by Elliott Hughes · 10 years ago
  9. ad93688 Fix reference to moved ErrnoException. by Torne (Richard Coles) · 10 years ago
  10. 5dcbf70 Move internal DownloadProvider code off libcore.os. by Elliott Hughes · 10 years ago
  11. 792abb9 Track API package change. by Elliott Hughes · 10 years ago
  12. a2aad3a Avoid leaking cursors by Mattias Nilsson · 10 years ago
  13. b9e36b4 resolved conflicts for merge of 2ca55fd3 to master by Nick Kralevich · 10 years ago
  14. 470a6a6 Drop restorecon call from DownloadProvider. by Stephen Smalley · 10 years ago
  15. 1f2c2c5 Add idle service to clean orphan downloads. by Jeff Sharkey · 11 years ago
  16. dffbb9c Many improvements to download storage management. by Jeff Sharkey · 11 years ago
  17. 9b731a5 Revert "change download provider to use system log" by Doug Zongker · 11 years ago
  18. 4f9d2d0 change download provider to use system log by Doug Zongker · 11 years ago
  19. 12f6569 Creates parent directories before creates file by Roger Chen · 11 years ago
  20. c9b683f No directories in Downloads. by Jeff Sharkey · 11 years ago
  21. 9770a3c Treat deleted in-progress downloads as canceled. by Jeff Sharkey · 11 years ago
  22. 1225c34 Always update notifications, media scanner. by Jeff Sharkey · 11 years ago
  23. dfb6502 Ensure Downloads directory exists before create. by Jeff Sharkey · 11 years ago
  24. 04c1c2a Allow all downloads to be writable. by Jeff Sharkey · 11 years ago
  25. 3d1eb36 Follow API changes. by Jeff Sharkey · 11 years ago
  26. afaf53b Revoke grants when downloads are deleted. by Jeff Sharkey · 11 years ago
  27. 776e4f7 Always check against canonical paths. by Jeff Sharkey · 11 years ago
  28. c067c8b Allow saving to Downloads. by Jeff Sharkey · 11 years ago
  29. 8ec87ea Unified handling of errors around opening. by Jeff Sharkey · 11 years ago
  30. 1aad6c6 Omit duplicate images, query for management UI. by Jeff Sharkey · 11 years ago
  31. 66bdbe4 Hint sorting, remove XML, follow refactor. by Jeff Sharkey · 11 years ago
  32. 3c03d1b Extend trampoline to show dialogs. by Jeff Sharkey · 11 years ago
  33. e4b402b Relay content change notifications to documents. by Jeff Sharkey · 11 years ago
  34. d311f51 Remove content flags to indicate */* support. by Jeff Sharkey · 11 years ago
  35. db9020e New recent documents behavior. by Jeff Sharkey · 11 years ago
  36. a80bb06 Follow refactoring of DocumentsContract. by Jeff Sharkey · 11 years ago
  37. ec62bdf Follow stronger DocumentsProvider contract. by Jeff Sharkey · 11 years ago
  38. 90aacc8 Trampoline APK installation to use raw file. by Jeff Sharkey · 11 years ago
  39. ed08089 Clear identity when deleting downloads. by Jeff Sharkey · 11 years ago
  40. af760c0 Support custom documents query projections. by Jeff Sharkey · 11 years ago
  41. 8c9cef7 Delegate to documents UI; improve contents. by Jeff Sharkey · 11 years ago
  42. 6a09c32 First pass at Downloads storage provider. by Jeff Sharkey · 11 years ago
  43. 724817b Count download WakeLocks against requesting app. by Jeff Sharkey · 11 years ago
  44. 7bef37e Increment operation counts to track downloads. by Jeff Sharkey · 11 years ago
  45. 64a9e6c Completed downloads should clear when touched. by Jeff Sharkey · 11 years ago
  46. 6260888 Merge "Restore the appropriate SELinux context to the downloads dir." into jb-mr2-dev by Geremy Condra · 11 years ago
  47. af49093 Fix download notification click behaviour. by Danny Baumann · 11 years ago
  48. 498f62e Restore the appropriate SELinux context to the downloads dir. by Geremy Condra · 11 years ago
  49. 5048492 New PendingIntents when extras change. by Jeff Sharkey · 11 years ago
  50. ff0220f Unregister observer when tearing down service. by Jeff Sharkey · 11 years ago
  51. 0f2f639 Revert "Avoid sending messages after HandlerThread.quit()." by Fabrice Di Meglio · 11 years ago
  52. 97d507d Avoid sending messages after HandlerThread.quit(). by Jeff Sharkey · 11 years ago
  53. 703bc3a Reduce logging, dump stacks before wtf(). by Jeff Sharkey · 11 years ago
  54. 11787c0 Merge "Increase timeout for domains with many DNS entries." into jb-mr2-dev by Jeff Sharkey · 11 years ago
  55. a9917b4 Increase timeout for domains with many DNS entries. by Jeff Sharkey · 11 years ago
  56. 844782d Defeat transparent Accept-Encoding: gzip. by Jeff Sharkey · 11 years ago
  57. 5ba6974 Fix race conditions around filename claiming. by Jeff Sharkey · 11 years ago
  58. 80a535d Adjust timeouts to reduce false-positive bugs. by Jeff Sharkey · 11 years ago
  59. dd1179c Ack, we actually need to UpdateThread.quit(). by Jeff Sharkey · 11 years ago
  60. 71a5304 Only use single UpdateThread. by Jeff Sharkey · 11 years ago
  61. d1214c9 Only report speeds from full samples windows. by Jeff Sharkey · 11 years ago
  62. 2eb144d Retries shouldn't backoff when network changes. by Jeff Sharkey · 11 years ago
  63. 292f9bf Update database before sending broadcast. by Jeff Sharkey · 11 years ago
  64. 9259762 Redesign of DownloadManager update loop. by Jeff Sharkey · 11 years ago
  65. 1ad10ce Active notifications only for running downloads. by Jeff Sharkey · 12 years ago
  66. 1d0a0aa Dump recent downloads from provider. by Jeff Sharkey · 12 years ago
  67. 58eee87 Tests for max retries/redirects, ETag switches. by Jeff Sharkey · 12 years ago
  68. 3864883 Cleaner thread management, less global state. by Jeff Sharkey · 12 years ago
  69. 12f5dc4 Better handling of retryable errors. by Jeff Sharkey · 12 years ago
  70. 9786242 Move network state to enums for type safety. by Jeff Sharkey · 12 years ago
  71. 89afc75 Only add one User-Agent header. by Jeff Sharkey · 12 years ago
  72. 0de5560 Simplify download flow control, handle redirects. by Jeff Sharkey · 12 years ago
  73. 8ac10e0 Clean up DownloadManager threading tests. by Jeff Sharkey · 12 years ago
  74. 701d66e Remove singleton StorageManager. by Jeff Sharkey · 12 years ago
  75. b62364c Fold InnerState into State. by Jeff Sharkey · 12 years ago
  76. a85832b Always append to files, handle end of stream. by Jeff Sharkey · 12 years ago
  77. 3b3bbfe Merge "Cleaner I/O." by Jeff Sharkey · 12 years ago
  78. 5cff4ec Cleaner I/O. by Jeff Sharkey · 12 years ago
  79. 226c76b am 195b46b8: am b0bb182a: Cancel stale notifications when starting. by Jeff Sharkey · 12 years ago
  80. b0bb182 Cancel stale notifications when starting. by Jeff Sharkey · 12 years ago
  81. c92dc11 Move DownloadManager to HttpURLConnection. by Jeff Sharkey · 12 years ago
  82. fec5f50 Improve download remaining time calculation. by Jeff Sharkey · 12 years ago
  83. f818eec Update extras for in-progress download. by Jeff Sharkey · 12 years ago
  84. 52b703c Show remaining time in download notifications. by Jeff Sharkey · 12 years ago
  85. a40a349 Rewrite of download notifications. by Jeff Sharkey · 12 years ago
  86. 2fa007e Better sanity checking for finished downloads. by Jeff Sharkey · 12 years ago
  87. 169ab53 Bring back DRM mimetypes. by Jeff Sharkey · 12 years ago
  88. 70b5c30 Skip scanning a file which will be deleted. by Jeff Sharkey · 12 years ago
  89. b92aa3a Handle not fully connected networks. by Jeff Sharkey · 12 years ago
  90. f161f8b Merge "Remove FLAG_ACTIVITY_NEW_TASK from the VIEW intent." into jb-mr1-dev by Ruben Brunk · 12 years ago
  91. 46bb7dd Send uid of the application that initiated the download by Ben Gruver · 12 years ago
  92. a2304fb Remove FLAG_ACTIVITY_NEW_TASK from the VIEW intent. by Ruben Brunk · 12 years ago
  93. c0622bf Send ORIGINATING_URI and REFERRER to installer. by Jeff Sharkey · 12 years ago
  94. 5cae217 am d7dd6019: Merge "Adds missing Bluetooth as network type." by Jean-Baptiste Queru · 12 years ago
  95. 36612d2 Move notification tests to LittleMock. by Jeff Sharkey · 12 years ago
  96. ebcc938 Reduce deletion logging. by Jeff Sharkey · 12 years ago
  97. 61dc320 Adds missing Bluetooth as network type. by Håkan3 Johansson · 13 years ago
  98. c5b582c am f918429d: Uniform "when" to avoid flashing notifications. by Jeff Sharkey · 12 years ago
  99. f918429 Uniform "when" to avoid flashing notifications. by Jeff Sharkey · 12 years ago
  100. c1df065 am 0acd13fe: Merge "avoid repetition of retrying download" by Jean-Baptiste Queru · 12 years ago