summaryrefslogtreecommitdiff
path: root/core/java/android/text/Annotation.java
Commit message (Collapse)AuthorAgeFilesLines
* Prevent poorly-extended ParcelableSpans from writing to parcelsAlan Viverette2015-06-021-0/+10
| | | | | | | | | | | | If a developer extends an existing ParcelableSpan and overwrites writeToParcel, TextUtils will crash when attempting to unparcel since the span type ID is not accurate. This CL makes a separate framework-private method for writeToParcel to ensure that even if a developer extends a ParcelableSpan class, they won't modify the parceling or unparceling code that's tied to the span type ID. Bug: 21274544 Change-Id: If4c3506a55999df7a3b6d87cb8d550235d7a02c6
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+60
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-60/+0
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-3/+23
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+40