summaryrefslogtreecommitdiff
path: root/core/java/android/text/Editable.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo in documentation.Kohsuke Yatoh2020-10-221-1/+1
| | | | | | There's no such a thing as SpannedStringBuilder. Change-Id: I41e1f257bb21807e4fc4943798887519ed5b40a9
* Fix @links in reference docs. am: 54de77470d am: ab978c035e am: 28ba4722a9Elliot Waite2017-01-261-2/+2
|\ | | | | | | | | | | am: 9b21265b2c Change-Id: If246ebdb36cf2832d5a6c42cbe752e290b6fb6e8
| * Fix @links in reference docs.Elliot Waite2017-01-251-2/+2
| | | | | | | | Change-Id: I40cea46efd80c448640ff69753698fe8404da40b
* | Update TextView ApiDocs.Siyamed Sinir2016-08-261-2/+4
|/ | | | | | | | Update/add ApiDocs for setText, BufferType, Editable.Factory and Scannable.Factory. Bug: 30670270 Bug: 30290798 Change-Id: I2ff1f79cfb4c0c3c955ce42326670cf266e1e404
* Fix SpannableStringBuilder.replace() exception.Siyamed Sinir2016-01-071-3/+7
| | | | | | | | | | | | | When SpannableStringBuilder.replace is called with a source text that contains a span with SPAN_PARAGRAPH flag, the code tries to retain the spans. However when the paragraph boundary constraint is not satisfied, setSpan method throws an exception. Updated the rule as: if the source text has a span with SPAN_PARAGRAPH flag check if it can be copied into the target. If not, discard the span. Also updated the JavaDoc for Spanned and Editable. Bug: 22521443 Change-Id: Ie8541e00bfdf5b8b0115ad7b26cb9f83a6a3ee55
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+142
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-142/+0
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+142