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