index
:
platform/packages/apps/DocumentsUI
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
com
/
android
/
documentsui
/
DocumentsAccess.java
Age
Commit message (
Expand
)
Author
2024-01-25
Implementing cross profile contnet sharing startegy for docsUI.
Aditya
2020-03-30
Returns a correct cross profile uri for CREATE_DOCUMENT
Kelvin Kwan
2020-02-25
Ensure user can only share documents from allowed users.
Kelvin Kwan
2020-02-06
Use DocumentInfo.userId to get content resolver.
Kelvin Kwan
2020-02-06
Loads UserId into DocumentInfo
Kelvin Kwan
2019-02-18
Replace ContentInterface with wrapping.
Jeff Sharkey
2018-12-08
Make DocumentsContract methods more general.
Jeff Sharkey
2018-07-09
Mechanical refactoring to use public annotations.
Jeff Sharkey
2017-03-20
Add unit tests for picker.ActionHandler.
Garfield Tan
2017-02-03
Refactor archives to support creating archives.
Tomasz Mikolajewski
2016-11-01
Rename findPath() API to findDocumentPath().
Garfield Tan
2016-10-20
Address comments in ag/1514806.
Garfield Tan
2016-10-18
Features around findPath API.
Garfield Tan
2016-10-14
DO NOT MERGE: Move archive support library to DocumentsUI.
Tomasz Mikolajewski
2016-10-03
Test location init with doc URI.
Steve McKay