1. fd66ed0 Updated API docs. by Jeff Sharkey · 5 years ago
  2. ffba155 Update Nullability of Apis by Ivan Chiang · 5 years ago
  3. 035808e Merge "Add new column into Root to get the supported query args" by Ivan Chiang · 6 years ago
  4. 857a222 Add nullability annotations for some apis and update java doc by Ivan Chiang · 6 years ago
  5. c26d3c2 Add new column into Root to get the supported query args by Ivan Chiang · 6 years ago
  6. b26b09f Expose @SystemApi and @Public for unbundling DocumentsUI by Ivan Chiang · 6 years ago
  7. 1edfcb2 Add query argument QUERY_ARG_EXCLUDE_MEDIA by Ivan Chiang · 6 years ago
  8. a972d04 Extend DocumentsContract search to accept mime types by Ivan Chiang · 6 years ago
  9. 7290673 Merge "Add a more flexible queryRecentDocuments" am: 627441218d am: a366edd78d by Risan · 6 years ago
  10. 6a4a8f6 Add a more flexible queryRecentDocuments by Risan · 6 years ago
  11. debd4ee docs: fixed instances of typo in 'overridden' by kopriva · 6 years ago
  12. 5a10ff1 Add metadata support to MTP docs provider. by Steve McKay · 7 years ago
  13. 17a9ce3 Remove "tags" arg from getDocumentMetadata. by Steve McKay · 7 years ago
  14. 36f1d7e Move stream based EXIF support to DocsProvider by Steve McKay · 7 years ago
  15. b650515 Add provider support for metadata extraction by Julian Mancini · 7 years ago
  16. af03e5a Specify behavior around DocumentsProvider#openDocument(). by Garfield Tan · 7 years ago
  17. 0e74c95 Merge "Unhide FLAG_SUPPORT_EJECT and related methods." by TreeHugger Robot · 7 years ago
  18. 8787703 Unhide FLAG_SUPPORT_EJECT and related methods. by Garfield Tan · 7 years ago
  19. df6d37e Introduce AuthenticationRequiredException, and @hide by Ben Lin · 7 years ago
  20. 8ea8200 Stop DocumentsContract from consuming Exceptions if app is targetting O by Ben Lin · 7 years ago
  21. b690b4d Address comments from API council. by Garfield Tan · 7 years ago
  22. 0bb2529 Don't mark query+cancellationSignal final. by Steve McKay · 8 years ago
  23. cf31656 Add Web Links API to framework. by Tomasz Mikolajewski · 8 years ago
  24. 29c3f68 Add structured sort data to ContentResolver.query. by Steve McKay · 8 years ago
  25. 099f951 Update API documentation about virtual files. by Tomasz Mikolajewski · 8 years ago
  26. 0b3cf66 Unhide findPath() API. Add JavaDoc to related features. by Garfield Tan · 8 years ago
  27. 3f6b68a Iteration on findDocumentPath() API. by Garfield Tan · 8 years ago
  28. 5f21480 Iteration on findPath API. Address Jeff's comment in ag/1542773. by Garfield Tan · 8 years ago
  29. 06940e1 Iteration on findPath API. by Garfield Tan · 8 years ago
  30. aba97f3 Add findPath API to SAF. by Garfield Tan · 8 years ago
  31. ab52ea0 Revert "DO NOT MERGE ANYWHERE: Add findPath API to SAF." by Garfield Tan · 8 years ago
  32. 2f6d0d6 DO NOT MERGE ANYWHERE: Add findPath API to SAF. by Garfield Tan · 8 years ago
  33. d7d1487 Docsui-level work for implementing Eject on Roots list. by Ben Lin · 8 years ago
  34. e7822fb Provider-level changes for implementing direct eject of a root in Files app. by Ben Lin · 8 years ago
  35. 804d648 Merge "Implement getDocumentStreamTypes() in DocumentsProvider." into nyc-dev by Tomasz Mikolajewski · 8 years ago
  36. 3071401 Remove unused return in DocumentsProvider.removeDocument. by Tomasz Mikolajewski · 8 years ago
  37. d99964f Implement getDocumentStreamTypes() in DocumentsProvider. by Tomasz Mikolajewski · 8 years ago
  38. 7fa765a Merge "Cleanup copyDocument and moveDocument in SAF." by Tomasz Mikolajewski · 9 years ago
  39. cbcd394 Add DocumentsProvider::removeDocument(). by Tomasz Mikolajewski · 9 years ago
  40. eeb8b60 Cleanup copyDocument and moveDocument in SAF. by Tomasz Mikolajewski · 9 years ago
  41. d46ecbc Add support for multi-parents to DocumentsProvider::moveDocument. by Tomasz Mikolajewski · 9 years ago
  42. 7539565 Revert "Revert "Remove the flag and make openTypedDocument throw FileNotFoundException."" by Tomasz Mikolajewski · 9 years ago
  43. 2b93171 Revert "Remove the flag and make openTypedDocument throw FileNotFoundException." by Tomasz Mikolajewski · 9 years ago
  44. 95149ab Remove the flag and make openTypedDocument throw FileNotFoundException. by Tomasz Mikolajewski · 9 years ago
  45. d3afdee Don't copy a directory into itself...doesn't go well. by Steve McKay · 9 years ago
  46. b344b89 Add support for opening files in specified MIME type to DocumentsProvider. by Tomasz Mikolajewski · 9 years ago
  47. a0d9a63 Follow refactoring when enforcing permissions. by Jeff Sharkey · 9 years ago
  48. f3230a7 am 43b379e7: am 43ff3afe: am 4c864be1: am 35f4b6a2: am 8be305dd: Merge "Also check app-ops on path-permissions." into mnc-dev by Jeff Sharkey · 9 years ago
  49. 0e621c3 Also check app-ops on path-permissions. by Jeff Sharkey · 9 years ago
  50. a375a99 Add support for efficient move within a document provider. by Tomasz Mikolajewski · 9 years ago
  51. 74fe181 Add support for efficient copy within a document provider. by Tomasz Mikolajewski · 9 years ago
  52. c615c6f Annotate methods to be called from overrides with @CallSuper by Tor Norbye · 9 years ago
  53. 377d6f0 am 42fec57f: am d9968438: Merge "Fix issue with call backs from media process." into lmp-mr1-dev by Dianne Hackborn · 10 years ago
  54. ff17024 Fix issue with call backs from media process. by Dianne Hackborn · 10 years ago
  55. 4656e69 resolved conflicts for merge of 2008cff7 to lmp-dev-plus-aosp by Elliott Hughes · 10 years ago
  56. d0646dc Small documentation fixes across many files. by Mark Doliner · 10 years ago
  57. 5b836f2 Define EXTRA_SIZE for ContentProviders. by Jeff Sharkey · 10 years ago
  58. b9fbb72 Refactor directory API to "opening document tree." by Jeff Sharkey · 10 years ago
  59. b7e1255 Support for renaming documents. by Jeff Sharkey · 10 years ago
  60. 21de56a Add directory selection to DocumentsProvider. by Jeff Sharkey · 10 years ago
  61. 3b94540 Small DocumentsProvider doc improvements. by Jeff Sharkey · 11 years ago
  62. 37ed78e Clarify DocumentsProvider recents behavior. by Jeff Sharkey · 11 years ago
  63. 8a2998e Better enforcement in DocumentsProvider.call(). by Jeff Sharkey · 11 years ago
  64. 9352c38 Add notification docs to DocumentsProvider. by Jeff Sharkey · 11 years ago
  65. e8c00d8 Improve DocumentsProvider and contract docs. by Jeff Sharkey · 11 years ago
  66. e66c177 Require that persistable Uri permissions be taken. by Jeff Sharkey · 11 years ago
  67. 3e1189b Move search to roots; Documents root; hide empty. by Jeff Sharkey · 11 years ago
  68. 4ec9739 More UX work for thumbnails, search, management. by Jeff Sharkey · 11 years ago
  69. 911d7f4 Provide calling package to ContentProviders. by Jeff Sharkey · 11 years ago
  70. a61dc8e Separate root and document management. by Jeff Sharkey · 11 years ago
  71. e37ea61 Fix document management permission enforcement. by Jeff Sharkey · 11 years ago
  72. ae9b51b Refactoring of DocumentsContract. by Jeff Sharkey · 11 years ago
  73. aeb16e2 Stronger DocumentsProvider contract. by Jeff Sharkey · 11 years ago