summaryrefslogtreecommitdiff
path: root/core/java/android/content/ClipData.java
Commit message (Expand)AuthorAgeFilesLines
* Only provide the resolved activity info to the global intercept windowWinson Chung2021-07-011-3/+29
* Apply AttributionSource during Intent delivery.Jeff Sharkey2021-05-151-2/+2
* Add text classification results to clip description and clip data.Oli Lan2021-03-101-0/+29
* Add ClipDescription method to determine if the clip is styled text.Oli Lan2021-02-101-0/+19
* Add StrictMode check for unsafe intent launchingJeff Sharkey2021-01-201-1/+3
* Update ClipData.toString and related code to not leak common forms of PIINikita Dubrovsky2020-10-271-47/+58
* 1/ Add basic infra for global drag handling in the ShellWinson Chung2020-10-231-16/+29
* Revert "Q Upstream: Use ParcelFileDescriptor for storing large clip data."Satoshi Niwa2020-04-231-67/+3
* Update some Parcelables to send Strings UTF-8.Jeff Sharkey2020-04-211-2/+2
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* Rename writeToProto to be dumpDebugJeffrey Huang2019-12-051-5/+5
* Do not print Intent ClipData in logcat/dumpsys output.Hui Yu2019-10-251-3/+2
* Remove @Deprecated && @removed method in ClipData.Kweku Adams2019-06-171-6/+0
* All Parcelable CREATOR fields are @NonNull.Jeff Sharkey2019-02-281-1/+1
* Q Upstream: Use ParcelFileDescriptor for storing large clip data.Satoshi Niwa2018-11-091-2/+69
* docs: fixing errors found with lint checker am: 219f7dcb66kopriva2018-10-101-2/+2
|\
| * docs: fixing errors found with lint checkerkopriva2018-10-091-2/+2
| |\
| | * docs: fixing errors found with lint checkerkopriva2018-10-091-2/+2
| * | Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-151-0/+3
| |/
* | Move some members to the "Q blacklist".Mathew Inwood2018-09-141-1/+2
* | Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-151-0/+3
|/
* incidentd: dumping jobscheduler to protoKweku Adams2018-01-091-1/+42
* Merge "Change ClipData.addItem signature" into oc-dev am: 5b26dac2c3Jeff Sharkey2017-04-281-3/+9
|\
| * Change ClipData.addItem signatureVladislav Kaznacheev2017-04-271-3/+9
* | Handle runtime exception in clip dataDaichi Hirono2017-04-201-30/+31
|/
* Merge "Do not return cryptic strings from ClipData.Item.coerceToText"TreeHugger Robot2017-02-161-6/+21
|\
| * Do not return cryptic strings from ClipData.Item.coerceToTextVladislav Kaznacheev2017-01-271-6/+21
* | Handle SecurityException in ClipData.Item.coerceToTextVladislav Kaznacheev2017-01-271-0/+6
|/
* Add ClipData.addItem(Item, ContentResolver)Vladislav Kaznacheev2017-01-201-4/+44
* Finish up API for missing content:// flags.Jeff Sharkey2016-12-211-1/+2
* Detect content:// leaving apps without grants.Jeff Sharkey2016-12-011-2/+17
* Merge \\"Don\\'t append userIds for the current user\\'s clipData uris.\\" in...Nicolas Prévot2016-07-191-0/+13
|\
| * Don't append userIds for the current user's clipData uris.Nicolas Prevot2016-07-141-0/+13
* | new ClipData constructor.Steve McKay2016-06-131-0/+20
|/
* Merge "Fix ClipData JavaDoc and behavior that contradicts JavaDoc" into nyc-devTreeHugger Robot2016-05-041-15/+13
|\
| * Fix ClipData JavaDoc and behavior that contradicts JavaDocVladislav Kaznacheev2016-05-031-15/+13
* | Fix typos in ClipData JavaDocVladislav Kaznacheev2016-05-031-9/+9
|/
* Defuse Bundles parsed by the system process.Jeff Sharkey2016-03-161-0/+11
* Exposing file:// beyond your app is bad, m'kay?Jeff Sharkey2016-01-281-3/+3
* Fix SecurityException in Editor.onDropVladislav Kaznacheev2016-01-261-1/+9
* Rename and simplify DropPermissionHolderVladislav Kaznacheev2015-12-161-0/+22
* Add debugging for issue #23190084: [APPComm][Dev Test] {Unable to share photo...Dianne Hackborn2015-08-141-0/+30
* Fix some documentation typos.Newton Allen2014-09-301-1/+1
* Migrate extras to ClipData for image/video capture intents.Nicolas Prevot2014-07-251-8/+4
* Making the clipboard work across users.Nicolas Prevot2014-07-241-0/+20
* Resolving resources across users.Nicolas Prevot2014-05-131-1/+20
* Warn when exposing file:// Uris beyond a process.Jeff Sharkey2013-04-031-0/+19
* ClipData: html attribute values should always be escapedNick Kralevich2012-07-271-1/+1
* Add direct support for HTML formatted text in ClipData etc.Dianne Hackborn2012-04-131-11/+288
* Add new Intent API for associating a ClipData with an Intent.Dianne Hackborn2012-03-081-1/+83