summaryrefslogtreecommitdiffstats
path: root/core/java/android/text/StaticLayout.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make LeadingMarginSpan2 behavior more consistentAnish Athalye2014-08-141-4/+3
* 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
* Implement textDirection heuristic selection.Doug Felt2011-07-141-8/+45
* Empty spans are not considered in text layout/rendering process.Gilles Debunne2011-03-091-0/+2
* Bugfixes in StaticLayout.Gilles Debunne2011-02-181-61/+9
* Code cleaningFabrice Di Meglio2011-02-151-151/+163
* Revert "Fix for StaticLayout bug with ellipsized text"Paul Eastham2011-02-041-1/+1
* Fix for StaticLayout bug with ellipsized textGilles Debunne2011-02-031-1/+1
* Pixel were missing on the last line of text when using MaxLines.Gilles Debunne2011-01-301-21/+39
* MaxLines is respected in TextViews, even when ellipsize is set to end.Gilles Debunne2011-01-041-90/+92
* Revert "Fix for ellipsized text that has two lines at maximum."Gilles Debunne2011-01-041-92/+90
* Fix for ellipsized text that has two lines at maximum.Gilles Debunne2010-12-211-90/+92
* Clean-up in StaticLayoutGilles Debunne2010-11-191-6/+13
* Fix a bug where paragraph styles could leak onto an adjacent empty line.Eric Fischer2010-08-051-3/+3
* Check for spanned before computing tab stopsKenny Root2010-06-221-5/+7
* Fix alignment issues with RTL paragraphs.Doug Felt2010-06-031-18/+41
* Fix IndexOutOfBoundsException when measuring text.Doug Felt2010-06-021-18/+25
* Refactor Styled utility functions into reusable objects.Doug Felt2010-04-071-340/+92
* Don't measure for a secondary caret unless we have one.Doug Felt2010-03-311-18/+20
* Enable nested bidi levels in a paragraph.Doug Felt2010-03-311-268/+110
* Don't break lines in the middle of a smiley or other graphic replacement.Eric Fischer2010-03-101-13/+13