summaryrefslogtreecommitdiff
path: root/core/java/android/text/TextUtils.java
Commit message (Expand)AuthorAgeFilesLines
* Merge changes from topic "truncate operator name" am: ffa0f982b6 am: 9cf73e36...Ling Ma2022-04-011-0/+47
|\
| * Add truncateStringForUtf8Storage()Ling Ma2022-03-311-0/+47
* | Clear <plurals> in TextUtilsCalvin Pan2022-01-261-9/+0
|/
* Expand formatSimple() to support widths.Jeff Sharkey2020-10-201-3/+28
* Merge changes from topic "oct16b"TreeHugger Robot2020-10-161-0/+88
|\
| * Simple alternative to String.format().Jeff Sharkey2020-10-161-0/+88
* | Avoid NPE in trimToLengthWithEllipsis().Sudheer Shanka2020-10-081-1/+1
|/
* Fix talkback did not speak out ReplacementSpan's content description.jasonwshsu2020-05-281-1/+1
* Update some Parcelables to send Strings UTF-8.Jeff Sharkey2020-04-211-4/+4
* Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-071-1/+1
* Create new API for ImageSpanKevin Chang2019-10-021-2/+9
* Migrate system dialer config to RoleManagerEugene Susla2019-01-281-0/+7
* Schematize Display system propertiesKiyoung Kim2019-01-151-3/+2
* Make LineHeightSpan.Standard a ParcelableSpanHaoyu Zhang2018-11-261-1/+8
* fix spelling typo in commentBranden Archer2018-10-291-1/+1
* Merge "Make loadSafeLabel a generic facility as makeSafeForPresentation"TreeHugger Robot2018-10-161-0/+259
|\
| * Make loadSafeLabel a generic facility as makeSafeForPresentationPhilip P. Moltmann2018-10-151-0/+259
* | Add default implementation for LineBackgroundSpanHaoyu Zhang2018-10-041-1/+8
|/
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-151-0/+6
* Merge "Move channel logging to dump method and redact name."Aaron Heuckroth2018-07-101-0/+19
|\
| * Move channel logging to dump method and redact name.Aaron Heuckroth2018-07-091-0/+19
* | Merge "TextUtils: track behavior change of Pattern.split() when targeting > 2...Tobias Thierer2018-06-271-4/+20
|\ \ | |/ |/|
| * Merge "TextUtils: track behavior change of Pattern.split() when targeting > 28."Tobias Thierer2018-06-271-4/+20
| |\
| | * TextUtils: track behavior change of Pattern.split() when targeting > 28.Tobias Thierer2018-06-261-4/+20
* | | Annotate Parcel param/return reference types.Jake Wharton2018-06-041-1/+2
* | | Avoid internal method call and its branching.Jake Wharton2018-04-231-1/+1
|/ /
* | Revert "Make ellipsize retry if text doesn't fit"Siyamed Sinir2018-01-231-114/+74
* | Rename PremeasuredText to MeasuredTextSeigo Nonaka2018-01-111-8/+8
* | Refactor MeasuredTextSeigo Nonaka2017-12-051-42/+25
* | Revert "Refactor MeasuredText"Seigo Nonaka2017-12-041-25/+42
* | Refactor MeasuredTextSeigo Nonaka2017-11-301-42/+25
* | 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