summaryrefslogtreecommitdiff
path: root/core/java/android/text/TextUtils.java
Commit message (Expand)AuthorAgeFilesLines
* Merge "Don't crash in TextUtil.concat() with paragraph spans" into oc-devTreeHugger Robot2017-05-061-22/+28
|\
| * Don't crash in TextUtil.concat() with paragraph spansRoozbeh Pournader2017-05-051-22/+28
* | Don't copy NoCopySpans for assist and autofillFelipe Leme2017-05-021-0/+16
|/
* Add "Paste as plain text" in TextView's toolbar.Abodunrinwa Toki2017-05-021-0/+18
* Support multiple filters per association requestEugene Susla2017-03-091-0/+5
* Revert "Support multiple filters per association request"Hector Tellez2017-03-091-5/+0
* Support multiple filters per association requestEugene Susla2017-03-081-0/+5
* Merge "Remove unnecessary if-else statement from TextUtils#isEmpty. "TreeHugger Robot2017-02-081-4/+1
|\
| * Remove unnecessary if-else statement from TextUtils#isEmpty. Amin Shaikh2017-02-071-4/+1
* | CompanionDeviceManagerEugene Susla2017-02-061-0/+11
|/
* Accessibility support for ClickableSpanPhil Weaver2017-01-091-1/+15
* Deprecate android.text.AndroidCharacterRoozbeh Pournader2016-12-141-1/+3
* Fix imports in android.text package.Aurimas Liutikas2016-10-111-2/+0
* Introduce listEllipsize() and deprecate commaEllipsize()Roozbeh Pournader2016-06-241-1/+94
* Clean up TextUtils.doesNotNeedBidi()Roozbeh Pournader2016-06-091-11/+21
* Support ellipsizing LocaleHelper.getDisplayLocaleList()Roozbeh Pournader2016-05-271-1/+2
* Frameworks/base: Optimize LoadedApkAndreas Gampe2016-05-181-6/+5
* Fix TextUtils#getReverse deprecated docClara Bayarri2016-04-271-7/+6
* Cleanup android.text.TextUtils a little.Roozbeh Pournader2015-08-181-4/+11
* Use Character.codePointAt().Roozbeh Pournader2015-08-111-1/+1
* Support non-BMP chars in TextUtils.isGraphic(CharSequence).Roozbeh Pournader2015-08-101-2/+8
* Remove TextUtils.join(Iterable<CharSequence>).Roozbeh Pournader2015-08-101-23/+0
* Fix and deprecate TextUtils.join(Iterable<CharSequence>).Roozbeh Pournader2015-08-071-3/+15
* Support all RTL scripts in getLayoutDirectionFromLocale().Roozbeh Pournader2015-08-071-42/+7
* Forget private partition keys.Jeff Sharkey2015-06-221-0/+5
* Selected count string needs plurals.Jeff Sharkey2015-06-111-0/+9
* Prevent poorly-extended ParcelableSpans from writing to parcelsAlan Viverette2015-06-021-6/+5
* Start moving text measurement into native codeRaph Levien2015-03-131-2/+2
* Annotate the parameter in TextUtils#isEmpty() as @NullableScott Kennedy2015-02-191-1/+2
* Avoid static initialization of Layout from TextUtilsNeil Fuller2015-02-061-3/+6
* Use constants instead of resources for ellipsis.Igor Viarheichyk2015-01-291-6/+3
* Switch TextUtils over to new ICU API.Narayan Kamath2014-07-311-1/+1
* Add TtsSpan class.Niels Egberts2014-07-071-1/+8
* Fix android.text.cts.TextUtilsTest#testRegionMatchesRaph Levien2014-05-141-2/+8
* 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 &#39; 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