summaryrefslogtreecommitdiffstats
path: root/core/java/android/text/StaticLayout.java
Commit message (Expand)AuthorAgeFilesLines
* Add breakStrategy attribute to TextViewRaph Levien2015-04-011-33/+58
* Revert "Fix build: Revert "Record hyphens from Minikin and draw them""Raph Levien2015-03-301-14/+29
* Fix build: Revert "Record hyphens from Minikin and draw them"Ed Heyl2015-03-301-26/+14
* Record hyphens from Minikin and draw themRaph Levien2015-03-271-14/+26
* Calculate line breaks using MinikinRaph Levien2015-03-261-25/+30
* Start moving text measurement into native codeRaph Levien2015-03-131-18/+58
* Fix android.text.cts.StaticLayoutTest#testGetEllipsisCountRaph Levien2015-03-111-1/+1
* Add JNI StaticLayout.BuilderRaph Levien2015-03-051-4/+36
* Some refactoring of StaticLayoutRaph Levien2015-03-041-32/+177
* am 022cf57f: am a08934cf: am f789d45b: Merge "Avoid static initialization of ...Neil Fuller2015-02-061-1/+1
|\
| * Avoid static initialization of Layout from TextUtilsNeil Fuller2015-02-061-1/+1
* | Revert "Fix missing ellipsis when just one character is truncated"Raph Levien2014-12-121-1/+3
* | resolved conflicts for merge of b9d21d62 to masterRaph Levien2014-12-081-2/+1
|\ \ | |/
| * Fix off-by-one error in computeEllipsisRaph Levien2014-12-041-2/+6
| * Fix missing ellipsis when just one character is truncatedRaph Levien2014-11-171-5/+1
| * Ignore width of trailing whitespace for computing ellipsisRaph Levien2014-08-281-2/+8
* | Fix missing ellipsis when just one character is truncatedRaph Levien2014-11-191-3/+1
* | Add Optimized Line breaking to LayoutLibDeepanshu Gupta2014-10-211-1/+1
* | Add optimizing line breakerAnish Athalye2014-08-181-2/+2
* | Implement line breaking in native codeAnish Athalye2014-08-181-217/+136
* | am c255033f: am 675f13bf: am 2f2e3797: Merge "Make LeadingMarginSpan2 behavio...Anish Athalye2014-08-151-4/+3
|\ \ | |/
| * Make LeadingMarginSpan2 behavior more consistentAnish Athalye2014-08-141-4/+3
* | Fix performance bug in layoutAnish Athalye2014-08-121-1/+1
|/
* Fix line breaking for clusters in narrow viewsAnish Athalye2014-07-011-5/+14
* Implement line breaking using ICU break iteratorAnish Athalye2014-06-301-106/+17
* am 3914a33c: am 26a5c2dd: Merge "Followon fix for 14276128 Clipping at bottom...Yuling Liang2014-04-281-6/+10
|\
| * Followon fix for 14276128 Clipping at bottom of TextViewRaph Levien2014-04-281-6/+10
* | am 69a9d925: am eea94f06: Merge "Revert "Followon fix for 14276128 Clipping a...Yuling Liang2014-04-251-10/+6
|\ \ | |/
| * Revert "Followon fix for 14276128 Clipping at bottom of TextView"Yuling Liang2014-04-251-10/+6
* | am 60f8349b: am 243e551a: Merge "Followon fix for 14276128 Clipping at bottom...Yuling Liang2014-04-251-6/+10
|\ \ | |/
| * Followon fix for 14276128 Clipping at bottom of TextViewRaph Levien2014-04-241-6/+10
* | am 07bed492: am e4ee0e31: Merge "Fix bug 14276128 Clipping at bottom of TextV...Raph Levien2014-04-241-1/+1
|\ \ | |/
| * Fix bug 14276128 Clipping at bottom of TextViewRaph Levien2014-04-231-1/+1
* | Fix extra text appearing after ellipsisRaph Levien2014-04-031-1/+1
* | Uses VMRuntime.newUnpaddedArray for ideal array sizesAdam Lesinski2014-03-271-14/+13
|/
* Fix bug #9073962 - Carret is still on the left with an empty EditText in Arab...Fabrice Di Meglio2013-06-191-1/+3
* Make zero width space a line breakerRaph Levien2013-03-291-1/+2
* Fix bug 7054190 line breaks at inappropriate placesRaph Levien2012-08-241-9/+0
* Better handling of spaces at ends of lines in StaticLayout.Gilles Debunne2012-06-271-38/+25
* Merge "Fixed text rendering issue with spans." into jb-devGilles Debunne2012-06-181-32/+27
|\
| * Fixed text rendering issue with spans.Gilles Debunne2012-06-151-32/+27
* | Fix bug #6661824 Hebrew Text can be clippedFabrice Di Meglio2012-06-131-4/+2
|/
* Fix bug #3389545 android:ellipsize="end" doesn't work without using android:s...Fabrice Di Meglio2012-02-291-1/+2
* Wrong word cut at end of lines with spacesGilles Debunne2011-10-181-82/+62
* Revert "Fix bug #5387832 [UI/Visual] Address of the website is not displayed ...Fabrice Di Meglio2011-10-041-5/+5
* Fix bug #5387832 [UI/Visual] Address of the website is not displayed properly...Fabrice Di Meglio2011-09-291-5/+5
* Fix bug #5366547 TruncateAt.MARQUEE should be replaces with "two dot" ellipsi...Fabrice Di Meglio2011-09-251-3/+7
* Fix bug #5197549 android.text.cts.StaticLayoutTest#testGetEllipsisCount fails...Fabrice Di Meglio2011-08-291-7/+17
* Fix bug #3388534 Long file names are improperly displayed when playedFabrice Di Meglio2011-08-151-56/+77
* Plug memory leak in EditText.Romain Guy2011-08-011-0/+8