summaryrefslogtreecommitdiff
path: root/core/java/android/content/ClipboardManager.java
AgeCommit message (Expand)Author
2021-04-27Call OnPrimaryClipChanged when classification status changes.Oli Lan
2021-03-17Use a DeviceConfig property for the default value of the clipboard notificati...Oli Lan
2021-03-08Add system API to attribute source of clip data.Oli Lan
2019-12-30Replace com.android.internal.util.Preconditions.checkNotNull withDaulet Zhanguzin
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2019-05-21Fix sysui's security issue of cross-user copy/pasteFelka Chang
2018-08-28Allow apps to write to the clipboard without input focusChad Brubaker
2018-08-17Limit clipboard access to the default IME or current focused app.Chad Brubaker
2018-08-15Add @UnsupportedAppUsage annotationsMathew Inwood
2018-02-26Add explicit method to clear clipboard.Jeff Sharkey
2017-06-05Annotate @SystemApi with required permissions.Jeff Sharkey
2017-03-24Replace possibly-expensive size() == 0 with isEmpty()Mike Tsao
2016-08-11Avoid caching services with missing binders.Jeff Sharkey
2016-05-24Add missing @Deprecated annotations.Aurimas Liutikas
2016-02-27When system server goes down, crash apps more.Jeff Sharkey
2016-01-28Exposing file:// beyond your app is bad, m'kay?Jeff Sharkey
2013-11-20Remove unused imports from frameworks/base.John Spurlock
2013-09-11Fix issue #10688644: Java crash in com.android.phone:Dianne Hackborn
2013-04-03Warn when exposing file:// Uris beyond a process.Jeff Sharkey
2013-02-25App ops: adding operations for reading/writing clipboard.Dianne Hackborn
2012-04-19Merge "DOC CHANGE: Add javadoc to ClipboardManager" into ics-mr1Joe Malin
2011-12-22docs: Add developer guide cross-references, Project ACRE, round 4Joe Fernandez
2011-12-19DOC CHANGE: Add javadoc to ClipboardManagerJoe Malin
2011-01-17Fix a bunch of API review bugs.Dianne Hackborn
2010-11-19Fix ClipboardManager#hasTextBrian Muramatsu
2010-10-05Implement permission granting in clipboard.Dianne Hackborn
2010-08-27Improve clipboard API.Dianne Hackborn
2010-08-08Add new ContentProvider for doing conversions to data streams.Dianne Hackborn
2010-08-05First pass at a new clipboard API.Dianne Hackborn