1. 5f53f65 Unhide DocumentsContract.EXTRA_ORIENTATION. by Tomasz Mikolajewski · 8 years ago
  2. 1719b35 Add config flag to show/hide internal storage. Hide internal storage by default. by Aga Wronska · 8 years ago
  3. 168e464 Add FLAG_PARTIAL. Partial files can't be copied. by Steve McKay · 8 years ago
  4. 8800f2d Merge "Display file names in Media libraries in grid mode" into nyc-dev by Aga Wronska · 8 years ago
  5. 09c07bd Display file names in Media libraries in grid mode by Aga Wronska · 8 years ago
  6. 6ce903d Delete downloads activity. by Steve McKay · 8 years ago
  7. 7542f75 Make COLUMN_CAPACITY_BYTES public. by Steve McKay · 8 years ago
  8. ba23e54 Show proper icons for SD and USB attached storage. by Steve McKay · 8 years ago
  9. 7c43958 Always show intern storage. by Steve McKay · 8 years ago
  10. 3c3770d Merge "Initial implementation of StorageManager.getVolumesList()." into nyc-dev by Felipe Leme · 8 years ago
  11. 04a5d40 Initial implementation of StorageManager.getVolumesList(). by Felipe Leme · 8 years ago
  12. d99964f Implement getDocumentStreamTypes() in DocumentsProvider. by Tomasz Mikolajewski · 8 years ago
  13. dcb4efe Fix arguments order in DocumentsContract.moveDocument(). by Tomasz Mikolajewski · 8 years ago
  14. 9b055e1 Hide DocumentsContract.FLAG_ARCHIVE. by Tomasz Mikolajewski · 9 years ago
  15. 570d67c Merge "Add DocumentsProvider::removeDocument()." by Tomasz Mikolajewski · 9 years ago
  16. cbcd394 Add DocumentsProvider::removeDocument(). by Tomasz Mikolajewski · 9 years ago
  17. 7db9c81 Unhide DocumentsContract.isTreeUri. by Tomasz Mikolajewski · 9 years ago
  18. 165e284 Unhide DocumentsContract.copyDocument and moveDocument. by Tomasz Mikolajewski · 9 years ago
  19. d46ecbc Add support for multi-parents to DocumentsProvider::moveDocument. by Tomasz Mikolajewski · 9 years ago
  20. c7b1f89 Created a new API to grant scoped directory access to applications. by Felipe Leme · 9 years ago
  21. 7539565 Revert "Revert "Remove the flag and make openTypedDocument throw FileNotFoundException."" by Tomasz Mikolajewski · 9 years ago
  22. 2b93171 Revert "Remove the flag and make openTypedDocument throw FileNotFoundException." by Tomasz Mikolajewski · 9 years ago
  23. 95149ab Remove the flag and make openTypedDocument throw FileNotFoundException. by Tomasz Mikolajewski · 9 years ago
  24. b67bfbf Load Home directory by default. by Steve McKay · 9 years ago
  25. a4c338a Add a FLAG_ARCHIVE flag to DocumentsContract. by Tomasz Mikolajewski · 9 years ago
  26. d3afdee Don't copy a directory into itself...doesn't go well. by Steve McKay · 9 years ago
  27. a8057a9 Add first-class support for virtual files in SAF. by Tomasz Mikolajewski · 9 years ago
  28. 84cebbe Open the destination dir when a copy notification is tapped. by Ben Kwa · 9 years ago
  29. b344b89 Add support for opening files in specified MIME type to DocumentsProvider. by Tomasz Mikolajewski · 9 years ago
  30. 8359eaa Merge "Provide previous stack when opening new window." by Steve McKay · 9 years ago
  31. 54c331a am 5dfd06f7: am c2fa99ed: am 792a9cc3: am 30fd0628: Merge "Relax auto-launch checks for GET_CONTENT." into mnc-dr-dev by Jeff Sharkey · 9 years ago
  32. 323ee3e Provide previous stack when opening new window. by Steve McKay · 9 years ago
  33. cc2ae6b4 Relax auto-launch checks for GET_CONTENT. by Jeff Sharkey · 9 years ago
  34. 83df8c0 Merge BROWSE and BROWSE_ALL actions. by Steve McKay · 9 years ago
  35. 3f78e17 Add COLUMN_CAPACITY_BYTES column to DocumentsContract. by Tomasz Mikolajewski · 9 years ago
  36. a375a99 Add support for efficient move within a document provider. by Tomasz Mikolajewski · 9 years ago
  37. 74fe181 Add support for efficient copy within a document provider. by Tomasz Mikolajewski · 9 years ago
  38. 0e591f9 Allow to customize title of the dialog. by Tomasz Mikolajewski · 9 years ago
  39. 7779740 Enable apps to exclude their own roots from the DocumentsUI roots list. by Ben Kwa · 9 years ago
  40. 1407d4c DocumentsUI roots can have settings. by Jeff Sharkey · 9 years ago
  41. 59d577a Browse mode for DocumentsUI, removed volume state. by Jeff Sharkey · 9 years ago
  42. 5b836f2 Define EXTRA_SIZE for ContentProviders. by Jeff Sharkey · 10 years ago
  43. b9fbb72 Refactor directory API to "opening document tree." by Jeff Sharkey · 10 years ago
  44. b7e1255 Support for renaming documents. by Jeff Sharkey · 10 years ago
  45. 10596fb resolved conflicts for merge of 3ce4f3d0 to master by Elliott Hughes · 10 years ago
  46. 3ce4f3d am 685a0a72: am bbd87eb9: Merge "Track libcore.os\' move to android.system." by Elliott Hughes · 10 years ago
  47. 34385d3 Track libcore.os' move to android.system. by Elliott Hughes · 10 years ago
  48. 21de56a Add directory selection to DocumentsProvider. by Jeff Sharkey · 10 years ago
  49. 4e55a7e Fix @see link in DocumentsContract docs. by John Spurlock · 11 years ago
  50. 3381931 Suppress OperationCanceledException logging. by Jeff Sharkey · 11 years ago
  51. 96c6205 Extra to always show advanced devices. by Jeff Sharkey · 11 years ago
  52. e8c00d8 Improve DocumentsProvider and contract docs. by Jeff Sharkey · 11 years ago
  53. c1c8f3f Add extras to AFD, send orientation metadata. by Jeff Sharkey · 11 years ago
  54. 15be836 Support overriding calling package in Documents. by Jeff Sharkey · 11 years ago
  55. d2e1e81 Drop <meta-data> support for DocumentsProviders. by Jeff Sharkey · 11 years ago
  56. 85f5f81 Add <intent-filter> support to <provider>. by Jeff Sharkey · 11 years ago
  57. 9095c5a Avoid NPE when ProviderInfo is missing. by Jeff Sharkey · 11 years ago
  58. 7aa7601 Detect wedged ContentProviders, treat as ANR. by Jeff Sharkey · 11 years ago
  59. 6efba22 New roots UX, async, performance, docs. by Jeff Sharkey · 11 years ago
  60. ee2f7df Tighten flags enforcement, API to test Uris. by Jeff Sharkey · 11 years ago
  61. e66c177 Require that persistable Uri permissions be taken. by Jeff Sharkey · 11 years ago
  62. f6db154 More UX updates around picking images. by Jeff Sharkey · 11 years ago
  63. 3e1189b Move search to roots; Documents root; hide empty. by Jeff Sharkey · 11 years ago
  64. de2b22f Handle pipe thumbnails, acquire unstable refs. by Jeff Sharkey · 11 years ago
  65. 4ec9739 More UX work for thumbnails, search, management. by Jeff Sharkey · 11 years ago
  66. b7757a6 Rename offer() to add(), remove/hide some APIs. by Jeff Sharkey · 11 years ago
  67. d182bb6 Remember mode and sort on per-directory basis. by Jeff Sharkey · 11 years ago
  68. a61dc8e Separate root and document management. by Jeff Sharkey · 11 years ago
  69. 923396b Filter roots based on supported MIME types. by Jeff Sharkey · 11 years ago
  70. 251097b New recents behavior to match spec. by Jeff Sharkey · 11 years ago
  71. ae9b51b Refactoring of DocumentsContract. by Jeff Sharkey · 11 years ago
  72. aeb16e2 Stronger DocumentsProvider contract. by Jeff Sharkey · 11 years ago
  73. 6398343 Return EXIF thumbnails when available. by Jeff Sharkey · 11 years ago
  74. bd3b902 Add CancellationSignal support to file operations. by Jeff Sharkey · 11 years ago
  75. 4eb407a Management actions, invalidate caches. by Jeff Sharkey · 11 years ago
  76. 9d0843d Resized thumbnails; async; extend MatrixCursor. by Jeff Sharkey · 11 years ago
  77. a5599ef Documents management mode; API adjustment. by Jeff Sharkey · 11 years ago
  78. 54ca29a DocumentsUI handles GET_CONTENT; hinting, errors. by Jeff Sharkey · 11 years ago
  79. 5b83f85 Root invalidation, write and grid flags, local. by Jeff Sharkey · 11 years ago
  80. 08da7a1 API to discover granted Uri permissions. by Jeff Sharkey · 11 years ago
  81. 9fb567b Settings, replace files, sorting by size, tweaks. by Jeff Sharkey · 11 years ago
  82. 6651669 Storage roots in fragment, sectioned. by Jeff Sharkey · 11 years ago
  83. dc2963a Track and persist directory stacks; recents work. by Jeff Sharkey · 11 years ago
  84. 92d7e69 Reference docs by ROOT_ID and DOC_ID; recents. by Jeff Sharkey · 11 years ago
  85. 20d96d8 Define storage roots, external GUIDs, creation. by Jeff Sharkey · 11 years ago
  86. 9e0036e External storage provider, document picker UI. by Jeff Sharkey · 11 years ago
  87. 9ecfee0 Start fleshing out new storage APIs. by Jeff Sharkey · 11 years ago