summaryrefslogtreecommitdiff
path: root/core/java/android/content/ClipData.java
AgeCommit message (Expand)Author
2021-07-01Only provide the resolved activity info to the global intercept windowWinson Chung
2021-05-15Apply AttributionSource during Intent delivery.Jeff Sharkey
2021-03-10Add text classification results to clip description and clip data.Oli Lan
2021-02-10Add ClipDescription method to determine if the clip is styled text.Oli Lan
2021-01-20Add StrictMode check for unsafe intent launchingJeff Sharkey
2020-10-27Update ClipData.toString and related code to not leak common forms of PIINikita Dubrovsky
2020-10-231/ Add basic infra for global drag handling in the ShellWinson Chung
2020-04-23Revert "Q Upstream: Use ParcelFileDescriptor for storing large clip data."Satoshi Niwa
2020-04-21Update some Parcelables to send Strings UTF-8.Jeff Sharkey
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2019-12-05Rename writeToProto to be dumpDebugJeffrey Huang
2019-10-25Do not print Intent ClipData in logcat/dumpsys output.Hui Yu
2019-06-17Remove @Deprecated && @removed method in ClipData.Kweku Adams
2019-02-28All Parcelable CREATOR fields are @NonNull.Jeff Sharkey
2018-11-09Q Upstream: Use ParcelFileDescriptor for storing large clip data.Satoshi Niwa
2018-10-10docs: fixing errors found with lint checker am: 219f7dcb66kopriva
2018-10-09docs: fixing errors found with lint checkerkopriva
2018-10-09docs: fixing errors found with lint checkerkopriva
2018-09-14Move some members to the "Q blacklist".Mathew Inwood
2018-08-15Add @UnsupportedAppUsage annotationsMathew Inwood
2018-08-15Add @UnsupportedAppUsage annotationsMathew Inwood
2018-01-09incidentd: dumping jobscheduler to protoKweku Adams
2017-04-28Merge "Change ClipData.addItem signature" into oc-dev am: 5b26dac2c3Jeff Sharkey
2017-04-27Change ClipData.addItem signatureVladislav Kaznacheev
2017-04-20Handle runtime exception in clip dataDaichi Hirono
2017-02-16Merge "Do not return cryptic strings from ClipData.Item.coerceToText"TreeHugger Robot
2017-01-27Do not return cryptic strings from ClipData.Item.coerceToTextVladislav Kaznacheev
2017-01-27Handle SecurityException in ClipData.Item.coerceToTextVladislav Kaznacheev
2017-01-20Add ClipData.addItem(Item, ContentResolver)Vladislav Kaznacheev
2016-12-21Finish up API for missing content:// flags.Jeff Sharkey
2016-12-01Detect content:// leaving apps without grants.Jeff Sharkey
2016-07-19Merge \\"Don\\'t append userIds for the current user\\'s clipData uris.\\" in...Nicolas Prévot
2016-07-14Don't append userIds for the current user's clipData uris.Nicolas Prevot
2016-06-13new ClipData constructor.Steve McKay
2016-05-04Merge "Fix ClipData JavaDoc and behavior that contradicts JavaDoc" into nyc-devTreeHugger Robot
2016-05-03Fix ClipData JavaDoc and behavior that contradicts JavaDocVladislav Kaznacheev
2016-05-03Fix typos in ClipData JavaDocVladislav Kaznacheev
2016-03-16Defuse Bundles parsed by the system process.Jeff Sharkey
2016-01-28Exposing file:// beyond your app is bad, m'kay?Jeff Sharkey
2016-01-26Fix SecurityException in Editor.onDropVladislav Kaznacheev
2015-12-16Rename and simplify DropPermissionHolderVladislav Kaznacheev
2015-08-14Add debugging for issue #23190084: [APPComm][Dev Test] {Unable to share photo...Dianne Hackborn
2014-09-30Fix some documentation typos.Newton Allen
2014-07-25Migrate extras to ClipData for image/video capture intents.Nicolas Prevot
2014-07-24Making the clipboard work across users.Nicolas Prevot
2014-05-13Resolving resources across users.Nicolas Prevot
2013-04-03Warn when exposing file:// Uris beyond a process.Jeff Sharkey
2012-07-27ClipData: html attribute values should always be escapedNick Kralevich
2012-04-13Add direct support for HTML formatted text in ClipData etc.Dianne Hackborn
2012-03-08Add new Intent API for associating a ClipData with an Intent.Dianne Hackborn