summaryrefslogtreecommitdiff
path: root/core/java/android/provider/DocumentsContract.java
AgeCommit message (Expand)Author
2021-03-24Make getExternalStorageMountMode as SystemApiAbhijeet Kaur
2020-10-29Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-10-28Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang
2020-10-27Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-10-20Remove @TestApi from @SystemApi symbolsAnton Hansson
2020-10-15Add @Nullable annotation to the parameter of Object.equals() methods.Roman Kalukiewicz
2020-05-01Merge "Fix broken @see tags in public documentation."Andrew Sapperstein
2020-04-28Fix broken @see tags in public documentation.Andrew Sapperstein
2020-04-07Remove exposed hidden apis in Point.javaAlec Mouri
2020-03-09More CTS for APIs used by Mainline.Jeff Sharkey
2020-01-31Do not use @SystemApi(client = MODULE_APPS) (documents/settings)Makoto Onuki
2020-01-20Add system API for building document URI with user ID.Alex Kershaw
2020-01-15Update FLAG_DIR_BLOCK_TREE to FLAG_DIR_BLOCKS_OPEN_DOCUMENT_TREEIvan Chiang
2020-01-09Merge "Update java doc for FLAG_DIR_BLOCKS_TREE"TreeHugger Robot
2020-01-07Use new UnsupportedAppUsage annotation.Artur Satayev
2019-12-18Update java doc for FLAG_DIR_BLOCKS_TREEIvan Chiang
2019-10-02Allow providers block folders in ACTION_OPEN_DOCUMENT_TREEIvan Chiang
2019-05-20Fix thumbnail's orienation issueIvan Chiang
2019-05-15Revoke prior uri grants when MediaProvider db gets recreated.Sudheer Shanka
2019-04-29Fix can't create thumbnail and wrong orientation issueIvan Chiang
2019-03-06Update Nullability of ApisIvan Chiang
2019-02-28All Parcelable CREATOR fields are @NonNull.Jeff Sharkey
2019-02-15Replace ContentInterface with wrapping.Jeff Sharkey
2019-02-07Make DocumentsContract#PATH_TREE private.Amin Shaikh
2019-01-23Merge "Add new column into Root to get the supported query args"Ivan Chiang
2019-01-23Merge "Fix CTS test fail for isTreeUri check in findDocumentPath method"Ivan Chiang
2019-01-22Add nullability annotations for some apis and update java docIvan Chiang
2019-01-21Add new column into Root to get the supported query argsIvan Chiang
2019-01-21Fix CTS test fail for isTreeUri check in findDocumentPath methodIvan Chiang
2018-12-18Add StorageVolume#createOpenDocumentTreeIntentAmin Shaikh
2018-12-13This is a giant mess.Jeff Sharkey
2018-12-12Merge "People still need the old method signatures."Jeff Sharkey
2018-12-11People still need the old method signatures.Jeff Sharkey
2018-12-11Surface tree statistics through metadata.Jeff Sharkey
2018-12-08Make DocumentsContract methods more general.Jeff Sharkey
2018-12-05Expose @SystemApi and @Public for unbundling DocumentsUIIvan Chiang
2018-12-05Add query argument QUERY_ARG_EXCLUDE_MEDIAIvan Chiang
2018-11-19Use ALLOCATOR_SOFTWARE with ImageDecoderLeon Scroggins III
2018-11-14Extend DocumentsContract search to accept mime typesIvan Chiang
2018-10-24Reroute Uri conversions though MediaProvider.Jeff Sharkey
2018-10-18Convenience method for obtaining thumbnails.Jeff Sharkey
2018-09-27Add isRootsUri method to check whether the roots uri is validIvan Chiang
2018-09-13docs: fixed instances of typo in 'overridden' am: debd4ee72dkopriva
2018-09-13docs: fixed instances of typo in 'overridden'kopriva
2018-09-13docs: fixed instances of typo in 'overridden'kopriva
2018-08-10Add @UnsupportedAppUsage annotationsMathew Inwood
2018-08-10Add @UnsupportedAppUsage annotationsMathew Inwood
2018-07-11Utility methods useful for working with files.Jeff Sharkey
2018-06-04Fix broken links in @see tags in framework docs.Aurimas Liutikas
2018-01-25Internal Framework changes needed by DocumentUI's ScopedAccessProvider:Felipe Leme