summaryrefslogtreecommitdiffstats
path: root/core/java/android/provider/DocumentsContract.java
Commit message (Expand)AuthorAgeFilesLines
* Define EXTRA_SIZE for ContentProviders.Jeff Sharkey2014-08-271-3/+1
* Refactor directory API to "opening document tree."Jeff Sharkey2014-06-091-54/+66
* Support for renaming documents.Jeff Sharkey2014-05-211-0/+51
* resolved conflicts for merge of 3ce4f3d0 to masterElliott Hughes2014-04-281-5/+5
|\
| * am 685a0a72: am bbd87eb9: Merge "Track libcore.os\' move to android.system."Elliott Hughes2014-04-281-5/+5
| |\
| | * Track libcore.os' move to android.system.Elliott Hughes2014-04-281-5/+5
* | | Add directory selection to DocumentsProvider.Jeff Sharkey2014-04-221-22/+132
|/ /
* | Fix @see link in DocumentsContract docs.John Spurlock2013-11-251-2/+0
|/
* Suppress OperationCanceledException logging.Jeff Sharkey2013-10-291-1/+4
* Extra to always show advanced devices.Jeff Sharkey2013-10-251-0/+3
* Improve DocumentsProvider and contract docs.Jeff Sharkey2013-10-151-24/+36
* Add extras to AFD, send orientation metadata.Jeff Sharkey2013-10-141-3/+72
* Support overriding calling package in Documents.Jeff Sharkey2013-10-091-0/+3
* Drop <meta-data> support for DocumentsProviders.Jeff Sharkey2013-10-091-11/+8
* Add <intent-filter> support to <provider>.Jeff Sharkey2013-10-071-0/+6
* Avoid NPE when ProviderInfo is missing.Jeff Sharkey2013-10-041-1/+1
* Detect wedged ContentProviders, treat as ANR.Jeff Sharkey2013-10-011-26/+22
* New roots UX, async, performance, docs.Jeff Sharkey2013-09-271-80/+51
* Tighten flags enforcement, API to test Uris.Jeff Sharkey2013-09-261-0/+25
* Require that persistable Uri permissions be taken.Jeff Sharkey2013-09-251-36/+0
* More UX updates around picking images.Jeff Sharkey2013-09-131-0/+12
* Move search to roots; Documents root; hide empty.Jeff Sharkey2013-09-131-27/+36
* Handle pipe thumbnails, acquire unstable refs.Jeff Sharkey2013-09-111-22/+68
* More UX work for thumbnails, search, management.Jeff Sharkey2013-09-101-0/+11
* Rename offer() to add(), remove/hide some APIs.Jeff Sharkey2013-09-091-0/+1
* Remember mode and sort on per-directory basis.Jeff Sharkey2013-09-091-3/+9
* Separate root and document management.Jeff Sharkey2013-09-061-1/+17
* Filter roots based on supported MIME types.Jeff Sharkey2013-09-051-28/+11
* New recents behavior to match spec.Jeff Sharkey2013-09-021-0/+9
* Refactoring of DocumentsContract.Jeff Sharkey2013-08-311-349/+402
* Stronger DocumentsProvider contract.Jeff Sharkey2013-08-281-260/+294
* Return EXIF thumbnails when available.Jeff Sharkey2013-08-231-11/+45
* Add CancellationSignal support to file operations.Jeff Sharkey2013-08-231-36/+105
* Management actions, invalidate caches.Jeff Sharkey2013-08-181-1/+0
* Resized thumbnails; async; extend MatrixCursor.Jeff Sharkey2013-08-171-5/+17
* Documents management mode; API adjustment.Jeff Sharkey2013-08-151-94/+108
* DocumentsUI handles GET_CONTENT; hinting, errors.Jeff Sharkey2013-08-151-2/+2
* Root invalidation, write and grid flags, local.Jeff Sharkey2013-08-141-4/+70
* API to discover granted Uri permissions.Jeff Sharkey2013-08-111-3/+43
* Settings, replace files, sorting by size, tweaks.Jeff Sharkey2013-08-071-0/+2
* Storage roots in fragment, sectioned.Jeff Sharkey2013-08-061-0/+32
* Track and persist directory stacks; recents work.Jeff Sharkey2013-08-021-16/+52
* Reference docs by ROOT_ID and DOC_ID; recents.Jeff Sharkey2013-08-021-25/+27
* Define storage roots, external GUIDs, creation.Jeff Sharkey2013-07-301-11/+127
* External storage provider, document picker UI.Jeff Sharkey2013-05-011-1/+3
* Start fleshing out new storage APIs.Jeff Sharkey2013-05-011-0/+207