index
:
frameworks_base.git
kitkat
lp5.0
lp5.1
mm6.0
n7.0
n7.1
o8.0
o8.1
q10.0
r11.0
r11.1
s12.0
s12.1
t13.0
t13.0_pre-rebase_jan22-23
u14.0
v15.0
w16.0
w16.1
w16.2
frameworks_base
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
provider
/
DocumentsContract.java
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Merge "Initial implementation of StorageManager.getVolumesList()." into nyc-dev
Felipe Leme
2016-02-17
1
-1
/
+3
|
\
|
*
Initial implementation of StorageManager.getVolumesList().
Felipe Leme
2016-02-17
1
-1
/
+3
*
|
Implement getDocumentStreamTypes() in DocumentsProvider.
Tomasz Mikolajewski
2016-02-15
1
-0
/
+1
|
/
*
Fix arguments order in DocumentsContract.moveDocument().
Tomasz Mikolajewski
2016-02-10
1
-1
/
+1
*
Hide DocumentsContract.FLAG_ARCHIVE.
Tomasz Mikolajewski
2016-02-03
1
-10
/
+11
*
Merge "Add DocumentsProvider::removeDocument()."
Tomasz Mikolajewski
2016-01-28
1
-0
/
+49
|
\
|
*
Add DocumentsProvider::removeDocument().
Tomasz Mikolajewski
2016-01-28
1
-0
/
+49
*
|
Unhide DocumentsContract.isTreeUri.
Tomasz Mikolajewski
2016-01-28
1
-1
/
+6
|
/
*
Unhide DocumentsContract.copyDocument and moveDocument.
Tomasz Mikolajewski
2016-01-26
1
-2
/
+0
*
Add support for multi-parents to DocumentsProvider::moveDocument.
Tomasz Mikolajewski
2016-01-26
1
-5
/
+10
*
Created a new API to grant scoped directory access to applications.
Felipe Leme
2016-01-22
1
-1
/
+1
*
Revert "Revert "Remove the flag and make openTypedDocument throw FileNotFound...
Tomasz Mikolajewski
2016-01-07
1
-12
/
+2
*
Revert "Remove the flag and make openTypedDocument throw FileNotFoundException."
Tomasz Mikolajewski
2016-01-07
1
-2
/
+12
*
Remove the flag and make openTypedDocument throw FileNotFoundException.
Tomasz Mikolajewski
2016-01-07
1
-12
/
+2
*
Load Home directory by default.
Steve McKay
2015-12-14
1
-0
/
+10
*
Add a FLAG_ARCHIVE flag to DocumentsContract.
Tomasz Mikolajewski
2015-12-04
1
-0
/
+13
*
Don't copy a directory into itself...doesn't go well.
Steve McKay
2015-12-01
1
-1
/
+27
*
Add first-class support for virtual files in SAF.
Tomasz Mikolajewski
2015-11-20
1
-0
/
+12
*
Open the destination dir when a copy notification is tapped.
Ben Kwa
2015-11-18
1
-2
/
+1
*
Add support for opening files in specified MIME type to DocumentsProvider.
Tomasz Mikolajewski
2015-11-04
1
-0
/
+10
*
Merge "Provide previous stack when opening new window."
Steve McKay
2015-10-01
1
-7
/
+22
|
\
|
*
Provide previous stack when opening new window.
Steve McKay
2015-09-29
1
-7
/
+22
*
|
am 5dfd06f7: am c2fa99ed: am 792a9cc3: am 30fd0628: Merge "Relax auto-launch ...
Jeff Sharkey
2015-09-30
1
-0
/
+3
|
\
\
|
|
/
|
/
|
|
*
Relax auto-launch checks for GET_CONTENT.
Jeff Sharkey
2015-09-29
1
-0
/
+3
*
|
Merge BROWSE and BROWSE_ALL actions.
Steve McKay
2015-09-23
1
-1
/
+4
*
|
Add COLUMN_CAPACITY_BYTES column to DocumentsContract.
Tomasz Mikolajewski
2015-07-23
1
-0
/
+9
*
|
Add support for efficient move within a document provider.
Tomasz Mikolajewski
2015-07-23
1
-3
/
+48
*
|
Add support for efficient copy within a document provider.
Tomasz Mikolajewski
2015-07-23
1
-0
/
+50
|
/
*
Allow to customize title of the dialog.
Tomasz Mikolajewski
2015-06-17
1
-0
/
+5
*
Enable apps to exclude their own roots from the DocumentsUI roots list.
Ben Kwa
2015-06-10
1
-0
/
+6
*
DocumentsUI roots can have settings.
Jeff Sharkey
2015-04-12
1
-1
/
+15
*
Browse mode for DocumentsUI, removed volume state.
Jeff Sharkey
2015-04-12
1
-0
/
+3
*
Define EXTRA_SIZE for ContentProviders.
Jeff Sharkey
2014-08-27
1
-3
/
+1
*
Refactor directory API to "opening document tree."
Jeff Sharkey
2014-06-09
1
-54
/
+66
*
Support for renaming documents.
Jeff Sharkey
2014-05-21
1
-0
/
+51
*
resolved conflicts for merge of 3ce4f3d0 to master
Elliott Hughes
2014-04-28
1
-5
/
+5
|
\
|
*
am 685a0a72: am bbd87eb9: Merge "Track libcore.os\' move to android.system."
Elliott Hughes
2014-04-28
1
-5
/
+5
|
|
\
|
|
*
Track libcore.os' move to android.system.
Elliott Hughes
2014-04-28
1
-5
/
+5
*
|
|
Add directory selection to DocumentsProvider.
Jeff Sharkey
2014-04-22
1
-22
/
+132
|
/
/
*
/
Fix @see link in DocumentsContract docs.
John Spurlock
2013-11-25
1
-2
/
+0
|
/
*
Suppress OperationCanceledException logging.
Jeff Sharkey
2013-10-29
1
-1
/
+4
*
Extra to always show advanced devices.
Jeff Sharkey
2013-10-25
1
-0
/
+3
*
Improve DocumentsProvider and contract docs.
Jeff Sharkey
2013-10-15
1
-24
/
+36
*
Add extras to AFD, send orientation metadata.
Jeff Sharkey
2013-10-14
1
-3
/
+72
*
Support overriding calling package in Documents.
Jeff Sharkey
2013-10-09
1
-0
/
+3
*
Drop <meta-data> support for DocumentsProviders.
Jeff Sharkey
2013-10-09
1
-11
/
+8
*
Add <intent-filter> support to <provider>.
Jeff Sharkey
2013-10-07
1
-0
/
+6
*
Avoid NPE when ProviderInfo is missing.
Jeff Sharkey
2013-10-04
1
-1
/
+1
*
Detect wedged ContentProviders, treat as ANR.
Jeff Sharkey
2013-10-01
1
-26
/
+22
*
New roots UX, async, performance, docs.
Jeff Sharkey
2013-09-27
1
-80
/
+51
[prev]
[next]