summaryrefslogtreecommitdiffstats
path: root/core/java/android/text/StaticLayout.java
Commit message (Expand)AuthorAgeFilesLines
* 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