index
:
frameworks_base.git
kitkat
lp5.0
lp5.1
mm6.0
n7.0
n7.1
o8.0
o8.1
q10.0
r11.0
r11.1
s12.0
s12.1
t13.0
t13.0_pre-rebase_jan22-23
u14.0
v15.0
w16.0
w16.1
frameworks_base
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
text
/
TextUtils.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge "Don't crash in TextUtil.concat() with paragraph spans" into oc-dev
TreeHugger Robot
2017-05-06
1
-22
/
+28
|
\
|
*
Don't crash in TextUtil.concat() with paragraph spans
Roozbeh Pournader
2017-05-05
1
-22
/
+28
*
|
Don't copy NoCopySpans for assist and autofill
Felipe Leme
2017-05-02
1
-0
/
+16
|
/
*
Add "Paste as plain text" in TextView's toolbar.
Abodunrinwa Toki
2017-05-02
1
-0
/
+18
*
Support multiple filters per association request
Eugene Susla
2017-03-09
1
-0
/
+5
*
Revert "Support multiple filters per association request"
Hector Tellez
2017-03-09
1
-5
/
+0
*
Support multiple filters per association request
Eugene Susla
2017-03-08
1
-0
/
+5
*
Merge "Remove unnecessary if-else statement from TextUtils#isEmpty. "
TreeHugger Robot
2017-02-08
1
-4
/
+1
|
\
|
*
Remove unnecessary if-else statement from TextUtils#isEmpty.
Amin Shaikh
2017-02-07
1
-4
/
+1
*
|
CompanionDeviceManager
Eugene Susla
2017-02-06
1
-0
/
+11
|
/
*
Accessibility support for ClickableSpan
Phil Weaver
2017-01-09
1
-1
/
+15
*
Deprecate android.text.AndroidCharacter
Roozbeh Pournader
2016-12-14
1
-1
/
+3
*
Fix imports in android.text package.
Aurimas Liutikas
2016-10-11
1
-2
/
+0
*
Introduce listEllipsize() and deprecate commaEllipsize()
Roozbeh Pournader
2016-06-24
1
-1
/
+94
*
Clean up TextUtils.doesNotNeedBidi()
Roozbeh Pournader
2016-06-09
1
-11
/
+21
*
Support ellipsizing LocaleHelper.getDisplayLocaleList()
Roozbeh Pournader
2016-05-27
1
-1
/
+2
*
Frameworks/base: Optimize LoadedApk
Andreas Gampe
2016-05-18
1
-6
/
+5
*
Fix TextUtils#getReverse deprecated doc
Clara Bayarri
2016-04-27
1
-7
/
+6
*
Cleanup android.text.TextUtils a little.
Roozbeh Pournader
2015-08-18
1
-4
/
+11
*
Use Character.codePointAt().
Roozbeh Pournader
2015-08-11
1
-1
/
+1
*
Support non-BMP chars in TextUtils.isGraphic(CharSequence).
Roozbeh Pournader
2015-08-10
1
-2
/
+8
*
Remove TextUtils.join(Iterable<CharSequence>).
Roozbeh Pournader
2015-08-10
1
-23
/
+0
*
Fix and deprecate TextUtils.join(Iterable<CharSequence>).
Roozbeh Pournader
2015-08-07
1
-3
/
+15
*
Support all RTL scripts in getLayoutDirectionFromLocale().
Roozbeh Pournader
2015-08-07
1
-42
/
+7
*
Forget private partition keys.
Jeff Sharkey
2015-06-22
1
-0
/
+5
*
Selected count string needs plurals.
Jeff Sharkey
2015-06-11
1
-0
/
+9
*
Prevent poorly-extended ParcelableSpans from writing to parcels
Alan Viverette
2015-06-02
1
-6
/
+5
*
Start moving text measurement into native code
Raph Levien
2015-03-13
1
-2
/
+2
*
Annotate the parameter in TextUtils#isEmpty() as @Nullable
Scott Kennedy
2015-02-19
1
-1
/
+2
*
Avoid static initialization of Layout from TextUtils
Neil Fuller
2015-02-06
1
-3
/
+6
*
Use constants instead of resources for ellipsis.
Igor Viarheichyk
2015-01-29
1
-6
/
+3
*
Switch TextUtils over to new ICU API.
Narayan Kamath
2014-07-31
1
-1
/
+1
*
Add TtsSpan class.
Niels Egberts
2014-07-07
1
-1
/
+8
*
Fix android.text.cts.TextUtilsTest#testRegionMatches
Raph Levien
2014-05-14
1
-2
/
+8
*
Uses VMRuntime.newUnpaddedArray for ideal array sizes
Adam Lesinski
2014-03-27
1
-1
/
+1
*
Developer option to force RTL layout
Amith Yamasani
2013-08-08
1
-2
/
+6
*
do not attempt to parcel unknown ParcelableSpans
Victoria Lease
2013-04-19
1
-3
/
+17
*
Resubmitting "Enable correction/deleting notification via EasyEditSpan.""
Luca Zanolin
2013-02-20
1
-1
/
+1
*
Revert "Enable correction/deleting notification via EasyEditSpan."
Luca Zanolin
2013-02-20
1
-1
/
+1
*
Enable correction/deleting notification via EasyEditSpan.
Luca Zanolin
2013-02-20
1
-1
/
+1
*
Fix bug #7173351 API REVIEW: android.util.LocaleUtil
Fabrice Di Meglio
2012-09-18
1
-0
/
+57
*
DO NOT MERGE LocaleSpan makes Han disambiguation easy!
Victoria Lease
2012-08-20
1
-0
/
+7
*
Fix bug #6908329 TextUtils.ellipsize does not work properly when Locale is ch...
Fabrice Di Meglio
2012-08-14
1
-6
/
+6
*
Merge "Ellipsize avoids spaces and starts right after text"
Gilles Debunne
2012-03-06
1
-4
/
+4
|
\
|
*
Ellipsize avoids spaces and starts right after text
Gilles Debunne
2012-02-23
1
-4
/
+4
*
|
EditText caches only text in its internal display list.
Gilles Debunne
2012-03-05
1
-0
/
+30
|
/
*
Use ' for apostrophe in HTML encoding
Marc Blank
2012-02-13
1
-1
/
+5
*
Fix bug #5366547 TruncateAt.MARQUEE should be replaces with "two dot" ellipsi...
Fabrice Di Meglio
2011-09-25
1
-17
/
+24
*
Added an add to dictionary option in suggestions for misspelled words
Gilles Debunne
2011-09-02
1
-1
/
+1
*
Using ListView for Suggestion popup window
Gilles Debunne
2011-08-31
1
-3
/
+3
[next]