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