summaryrefslogtreecommitdiff
path: root/core/java/android/text/TextUtils.java
Commit message (Expand)AuthorAgeFilesLines
* Reorganize JNI in StaticLayoutSeigo Nonaka2017-10-241-2/+2
* Merge "Intern process names." into oc-mr1-dev am: a530d79209Makoto Onuki2017-08-091-0/+8
|\
| * Intern process names.Makoto Onuki2017-08-081-0/+8
* | Make ellipsize retry if text doesn't fitRoozbeh Pournader2017-08-071-75/+114
* | Revert "Make ellipsize retry if text doesn't fit"Roozbeh Pournader2017-08-021-114/+75
* | Make ellipsize retry if text doesn't fitRoozbeh Pournader2017-08-011-75/+114
* | Merge "Revert "Make ellipsize retry if text doesn't fit""Roozbeh Pournader2017-07-311-95/+75
|\ \
| * | Revert "Make ellipsize retry if text doesn't fit"Roozbeh Pournader2017-07-281-95/+75
* | | Merge "Make ellipsize retry if text doesn't fit"TreeHugger Robot2017-07-271-75/+95
|\| |
| * | Make ellipsize retry if text doesn't fitRoozbeh Pournader2017-07-261-75/+95
* | | Merge "Refactor ellipsis attributes and methods"Roozbeh Pournader2017-07-261-15/+24
|\| |
| * | Refactor ellipsis attributes and methodsRoozbeh Pournader2017-07-251-15/+24
| |/
* | Merge "Handle long text for share/cut/copy operations."Siyamed Sinir2017-07-211-0/+40
|\ \
| * | Handle long text for share/cut/copy operations.Siyamed Sinir2017-07-201-0/+40
| |/
* / Refactor TextUtils.join() and add documentationRoozbeh Pournader2017-07-201-22/+31
|/
* Internationalize InputFilter.AllCapsRoozbeh Pournader2017-06-081-0/+71
* Print A11yEv. Content Change Types in DEBUG toStringEugene Susla2017-05-171-0/+10
* 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