summaryrefslogtreecommitdiffstats
path: root/core/java/android/text/Layout.java
Commit message (Expand)AuthorAgeFilesLines
* Start moving text measurement into native codeRaph Levien2015-03-131-1/+1
* Avoid static initialization of Layout from TextUtilsNeil Fuller2015-02-061-4/+2
* Fix Layout.isRtlCharAtRaph Levien2014-09-041-4/+3
* Make LeadingMarginSpan2 behavior more consistentAnish Athalye2014-08-141-13/+22
* Fix bug in measurement of paragraphsAnish Athalye2014-07-251-3/+13
* Uses VMRuntime.newUnpaddedArray for ideal array sizesAdam Lesinski2014-03-271-8/+4
* Fix for "Can't place cursor after combining accent"Raph Levien2013-09-201-1/+1
* Suppress horizontal scrolling with trailing blanksRaph Levien2012-12-201-9/+48
* Fix bug #7282594 EditText does not allow to move the cursor when typing RTL t...Fabrice Di Meglio2012-10-031-6/+9
* Merge "Fix bug #6661824 Hebrew Text can be clipped" into jb-devFabrice Di Meglio2012-06-141-3/+11
|\
| * Fix bug #6661824 Hebrew Text can be clippedFabrice Di Meglio2012-06-131-3/+11
* | Prevent a crash when maxLines is set to 0Gilles Debunne2012-06-111-0/+1
|/
* Basic renaming refactoring in LayoutGilles Debunne2012-04-251-15/+15
* Use SpanSet to accelerate Layout.drawBackgroundGilles Debunne2012-03-131-32/+60
* EditText caches only text in its internal display list.Gilles Debunne2012-03-051-117/+120
* Fix bug #5243493 TextView selection is not working correctly when there is so...Fabrice Di Meglio2011-09-021-0/+29
* Fix bug #5243493 TextView selection is not working correctly when there is so...Fabrice Di Meglio2011-08-311-1/+4
* Fix bug #3388534 Long file names are improperly displayed when playedFabrice Di Meglio2011-08-151-11/+4
* Implement textDirection heuristic selection.Doug Felt2011-07-141-3/+36
* Support control of text alignment.Doug Felt2011-06-291-10/+34
* am 8b22ef66: am e41d2aed: Merge "Using robust equality check."Conley Owens2011-04-291-1/+1
|\
| * Using robust equality check.Jozef BABJAK2011-03-171-1/+1
| * Support surrogate pairs when layouting textTakako Ishibashi2010-08-261-4/+7
* | Bugfixes in StaticLayout.Gilles Debunne2011-02-181-10/+11
* | Text insertion cursor is now defined by a Drawable.Gilles Debunne2011-02-141-3/+3
* | Pixel were missing on the last line of text when using MaxLines.Gilles Debunne2011-01-301-0/+11
* | Fix for IOOBoundsExc in SpannableStringBuilderGilles Debunne2010-11-161-10/+18
* | Add keycodes and meta-key modifiers to support external keyboards.Jeff Brown2010-10-151-6/+3
* | Speedup TextView fades (no more layers required.)Romain Guy2010-08-181-1/+1
* | Fix a bug where paragraph styles could leak onto an adjacent empty line.Eric Fischer2010-08-051-9/+41
* | Move shaping to native.Doug Felt2010-06-101-20/+19
* | Fix alignment issues with RTL paragraphs.Doug Felt2010-06-031-154/+320
* | Refactor Styled utility functions into reusable objects.Doug Felt2010-04-071-549/+82
* | Don't measure for a secondary caret unless we have one.Doug Felt2010-03-311-18/+29
* | Enable nested bidi levels in a paragraph.Doug Felt2010-03-311-308/+368
|/
* Factor bidi algorithm into separate method.Doug Felt2010-02-241-0/+5
* Enhance text docs, rename some variables for clarity, comment places in the codeDoug Felt2010-02-161-72/+145
* support for multiline paragraph style indentationMark Wagner2009-10-161-2/+13
* Fix an emoji-measuring bug that caused an exception when editing a contact.Eric Fischer2009-09-011-1/+1
* text: Remove references to android.util.ConfigDave Bort2009-04-131-4/+5
* AI 143165: am: CL 142861 Make TextView Emoji scale to match the size of the t...Eric Fischer2009-03-271-16/+45
* auto import from //branches/cupcake_rel/...@140373The Android Open Source Project2009-03-181-5/+100
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+1747
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-1747/+0
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-091-1/+3
* Initial ContributionThe Android Open Source Project2008-10-211-0/+1745