summaryrefslogtreecommitdiffstats
path: root/core/java/android/text/TextUtils.java
Commit message (Expand)AuthorAgeFilesLines
* Uses VMRuntime.newUnpaddedArray for ideal array sizesAdam Lesinski2014-03-271-1/+1
* Developer option to force RTL layoutAmith Yamasani2013-08-081-2/+6
* do not attempt to parcel unknown ParcelableSpansVictoria Lease2013-04-191-3/+17
* Resubmitting "Enable correction/deleting notification via EasyEditSpan.""Luca Zanolin2013-02-201-1/+1
* Revert "Enable correction/deleting notification via EasyEditSpan."Luca Zanolin2013-02-201-1/+1
* Enable correction/deleting notification via EasyEditSpan.Luca Zanolin2013-02-201-1/+1
* Fix bug #7173351 API REVIEW: android.util.LocaleUtilFabrice Di Meglio2012-09-181-0/+57
* DO NOT MERGE LocaleSpan makes Han disambiguation easy!Victoria Lease2012-08-201-0/+7
* Fix bug #6908329 TextUtils.ellipsize does not work properly when Locale is ch...Fabrice Di Meglio2012-08-141-6/+6
* Merge "Ellipsize avoids spaces and starts right after text"Gilles Debunne2012-03-061-4/+4
|\
| * Ellipsize avoids spaces and starts right after textGilles Debunne2012-02-231-4/+4
* | EditText caches only text in its internal display list.Gilles Debunne2012-03-051-0/+30
|/
* Use ' for apostrophe in HTML encodingMarc Blank2012-02-131-1/+5
* Fix bug #5366547 TruncateAt.MARQUEE should be replaces with "two dot" ellipsi...Fabrice Di Meglio2011-09-251-17/+24
* Added an add to dictionary option in suggestions for misspelled wordsGilles Debunne2011-09-021-1/+1
* Using ListView for Suggestion popup windowGilles Debunne2011-08-311-3/+3
* Add EditTextShortcutSpan to provide edit short cut in the text view.Luca Zanolin2011-08-301-0/+7
* Suggestions popup window is dismissed on tap outside.Gilles Debunne2011-08-251-0/+14
* Combine list of CharSequence with delimeter.Jeff Sharkey2011-08-171-0/+11
* Implement textDirection heuristic selection.Doug Felt2011-07-141-13/+42
* Merge commit 'f395e304' into mConley Owens2011-05-021-3/+9
|\
| * am 19653c64: am 425db473: Merge "CHAR_SEQUENCE_CREATOR cannot handle null str...Conley Owens2011-04-291-3/+9
| |\
| | * CHAR_SEQUENCE_CREATOR cannot handle null stringMartin Wallgren2011-04-071-3/+9
* | | Fix around suggestionSpan.Gilles Debunne2011-04-131-1/+6
* | | Add CorrectionSpan and APIs to pass a secure CorrectionSpan to TextViewsatok2011-03-161-0/+2
* | | Empty spans are not considered in text layout/rendering process.Gilles Debunne2011-03-091-9/+60
|/ /
* | Fix TextUtils#commaEllipsizeBrian Muramatsu2011-01-271-1/+1
* | resolved conflicts for merge of 171c83f4 to masterBrad Fitzpatrick2010-09-121-0/+29
|\ \ | |/
| * Add faster TextUtil function for searching delimited lists.Brad Fitzpatrick2010-09-121-1/+30
* | Refactor Styled utility functions into reusable objects.Doug Felt2010-04-071-293/+149
|/
* check offset and don't crashMark Wagner2010-03-011-1/+5
* Add isPrintableAscii() and isPrintableAsciiOnly() to TextUtils.java as hidden...Daisuke Miyakawa2009-12-031-0/+22
* Manual merge from cupcake_dcm. Need to be reviewed by enf.Daisuke Miyakawa2009-05-251-0/+11
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+1620
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-1620/+0
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-184/+81
* auto import from //branches/cupcake/...@127436The Android Open Source Project2009-01-221-3/+3
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-3/+156
* Initial ContributionThe Android Open Source Project2008-10-211-0/+1570