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