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