summaryrefslogtreecommitdiff
path: root/core/java/android/provider/DocumentsContract.java
Commit message (Expand)AuthorAgeFilesLines
...
* Merge "Initial implementation of StorageManager.getVolumesList()." into nyc-devFelipe Leme2016-02-171-1/+3
|\
| * Initial implementation of StorageManager.getVolumesList().Felipe Leme2016-02-171-1/+3
* | Implement getDocumentStreamTypes() in DocumentsProvider.Tomasz Mikolajewski2016-02-151-0/+1
|/
* Fix arguments order in DocumentsContract.moveDocument().Tomasz Mikolajewski2016-02-101-1/+1
* Hide DocumentsContract.FLAG_ARCHIVE.Tomasz Mikolajewski2016-02-031-10/+11
* Merge "Add DocumentsProvider::removeDocument()."Tomasz Mikolajewski2016-01-281-0/+49
|\
| * Add DocumentsProvider::removeDocument().Tomasz Mikolajewski2016-01-281-0/+49
* | Unhide DocumentsContract.isTreeUri.Tomasz Mikolajewski2016-01-281-1/+6
|/
* Unhide DocumentsContract.copyDocument and moveDocument.Tomasz Mikolajewski2016-01-261-2/+0
* Add support for multi-parents to DocumentsProvider::moveDocument.Tomasz Mikolajewski2016-01-261-5/+10
* Created a new API to grant scoped directory access to applications.Felipe Leme2016-01-221-1/+1
* Revert "Revert "Remove the flag and make openTypedDocument throw FileNotFound...Tomasz Mikolajewski2016-01-071-12/+2
* Revert "Remove the flag and make openTypedDocument throw FileNotFoundException."Tomasz Mikolajewski2016-01-071-2/+12
* Remove the flag and make openTypedDocument throw FileNotFoundException.Tomasz Mikolajewski2016-01-071-12/+2
* Load Home directory by default.Steve McKay2015-12-141-0/+10
* Add a FLAG_ARCHIVE flag to DocumentsContract.Tomasz Mikolajewski2015-12-041-0/+13
* Don't copy a directory into itself...doesn't go well.Steve McKay2015-12-011-1/+27
* Add first-class support for virtual files in SAF.Tomasz Mikolajewski2015-11-201-0/+12
* Open the destination dir when a copy notification is tapped.Ben Kwa2015-11-181-2/+1
* Add support for opening files in specified MIME type to DocumentsProvider.Tomasz Mikolajewski2015-11-041-0/+10
* Merge "Provide previous stack when opening new window."Steve McKay2015-10-011-7/+22
|\
| * Provide previous stack when opening new window.Steve McKay2015-09-291-7/+22
* | am 5dfd06f7: am c2fa99ed: am 792a9cc3: am 30fd0628: Merge "Relax auto-launch ...Jeff Sharkey2015-09-301-0/+3
|\ \ | |/ |/|
| * Relax auto-launch checks for GET_CONTENT.Jeff Sharkey2015-09-291-0/+3
* | Merge BROWSE and BROWSE_ALL actions.Steve McKay2015-09-231-1/+4
* | Add COLUMN_CAPACITY_BYTES column to DocumentsContract.Tomasz Mikolajewski2015-07-231-0/+9
* | Add support for efficient move within a document provider.Tomasz Mikolajewski2015-07-231-3/+48
* | Add support for efficient copy within a document provider.Tomasz Mikolajewski2015-07-231-0/+50
|/
* Allow to customize title of the dialog.Tomasz Mikolajewski2015-06-171-0/+5
* Enable apps to exclude their own roots from the DocumentsUI roots list.Ben Kwa2015-06-101-0/+6
* DocumentsUI roots can have settings.Jeff Sharkey2015-04-121-1/+15
* Browse mode for DocumentsUI, removed volume state.Jeff Sharkey2015-04-121-0/+3
* 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