summaryrefslogtreecommitdiff
path: root/core/java/android/text/ClipboardManager.java
Commit message (Collapse)AuthorAgeFilesLines
* Some new API cleanup.Dianne Hackborn2011-01-041-1/+1
| | | | | | | | - Tweak Fragment docs to match new sample code. - Make some new attributes public. - Hide all of the XmlAdapter stuff, since it is not actually being used. Change-Id: Iae2062f91d1ca0c6b1d656ae948417d3d048482f
* First pass at a new clipboard API.Dianne Hackborn2010-08-051-54/+7
| | | | | | | | | | | | | | | ClipboardManager was in android.text(!!) so it needed to be moved up to android.content to have access to the richer data types we now need. ClippedData is the data representation. Still needs a lot of fleshing out to allow holding more than one data type at a time and perhaps conversions between them. (MIME-oriented interrogation and conversion will be done through ContentProvider, which needs to grow an ability to report multiple MIME types and accept a desired MIME type when a stream is being opened.) Change-Id: Ifa51bedcd084a677813b255d171804e8496b0cb5
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+88
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-88/+0
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+88