summaryrefslogtreecommitdiffstats
path: root/core/java/android/text/StaticLayout.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* Factor bidi algorithm into separate method.Doug Felt2010-02-241-210/+239
* Fix rounding of extra spacing when it is negative.Doug Felt2010-02-221-6/+6
* Enhance text docs, rename some variables for clarity, comment places in the codeDoug Felt2010-02-161-0/+4
* support for multiline paragraph style indentationMark Wagner2009-10-161-1/+8
* Make <font size> and <font height> in string resources respect density.Eric Fischer2009-08-121-1/+7
* AI 143709: am: CL 143678 am: CL 143540 Try not to start TextView lines with n...Eric Fischer2009-03-311-4/+53
* AI 143314: am: CL 143165 am: CL 142861 Make TextView Emoji scale to match the...Eric Fischer2009-03-271-1/+13
* auto import from //branches/cupcake_rel/...@140373The Android Open Source Project2009-03-181-10/+29
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+1195
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-1195/+0
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-1/+77
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-2/+3
* Initial ContributionThe Android Open Source Project2008-10-211-0/+1118