summaryrefslogtreecommitdiff
path: root/core/java/android/content/ClipboardManager.java
Commit message (Expand)AuthorAgeFilesLines
* Add attribution tag to clipboard.Achim Thesmann2022-06-241-13/+42
* Call OnPrimaryClipChanged when classification status changes.Oli Lan2021-04-271-0/+4
* Use a DeviceConfig property for the default value of the clipboard notificati...Oli Lan2021-03-171-0/+19
* Add system API to attribute source of clip data.Oli Lan2021-03-081-0/+46
* Replace com.android.internal.util.Preconditions.checkNotNull withDaulet Zhanguzin2019-12-301-3/+2
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* Fix sysui's security issue of cross-user copy/pasteFelka Chang2019-05-211-8/+11
* Allow apps to write to the clipboard without input focusChad Brubaker2018-08-281-6/+0
* Limit clipboard access to the default IME or current focused app.Chad Brubaker2018-08-171-0/+15
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-151-0/+3
* Add explicit method to clear clipboard.Jeff Sharkey2018-02-261-20/+34
* Annotate @SystemApi with required permissions.Jeff Sharkey2017-06-051-6/+2
* Replace possibly-expensive size() == 0 with isEmpty()Mike Tsao2017-03-241-2/+2
* Avoid caching services with missing binders.Jeff Sharkey2016-08-111-25/+13
* Add missing @Deprecated annotations.Aurimas Liutikas2016-05-241-0/+3
* When system server goes down, crash apps more.Jeff Sharkey2016-02-271-4/+7
* Exposing file:// beyond your app is bad, m'kay?Jeff Sharkey2016-01-281-1/+1
* Remove unused imports from frameworks/base.John Spurlock2013-11-201-2/+0
* Fix issue #10688644: Java crash in com.android.phone:Dianne Hackborn2013-09-111-6/+6
* Warn when exposing file:// Uris beyond a process.Jeff Sharkey2013-04-031-0/+4
* App ops: adding operations for reading/writing clipboard.Dianne Hackborn2013-02-251-6/+6
* Merge "DOC CHANGE: Add javadoc to ClipboardManager" into ics-mr1Joe Malin2012-04-191-0/+13
|\
| * DOC CHANGE: Add javadoc to ClipboardManagerJoe Malin2011-12-191-0/+13
* | docs: Add developer guide cross-references, Project ACRE, round 4Joe Fernandez2011-12-221-0/+7
|/
* Fix a bunch of API review bugs.Dianne Hackborn2011-01-171-2/+2
* Fix ClipboardManager#hasTextBrian Muramatsu2010-11-191-1/+1
* Implement permission granting in clipboard.Dianne Hackborn2010-10-051-1/+1
* Improve clipboard API.Dianne Hackborn2010-08-271-6/+18
* Add new ContentProvider for doing conversions to data streams.Dianne Hackborn2010-08-081-3/+9
* First pass at a new clipboard API.Dianne Hackborn2010-08-051-0/+195