summaryrefslogtreecommitdiffstats
path: root/core/java/android/text/Layout.java
Commit message (Expand)AuthorAgeFilesLines
* Respect grapheme clusters in Layout#getOffsetForHorizontal.Keisuke Kuroyanagi2016-01-111-24/+31
* Fix: Cursor can be at an invalid offset in EditText.Keisuke Kuroyanagi2016-01-111-5/+10
* Delete dead codeJohn Reck2015-07-091-2/+0
* Fix problems with StaticLayout indentationRaph Levien2015-07-011-10/+19
* Revert "Revert "Use getRunAdvance to position cursor""Raph Levien2015-06-011-0/+1
* Revert "Use getRunAdvance to position cursor"Raph Levien2015-06-011-1/+0
* Use getRunAdvance to position cursorRaph Levien2015-05-281-0/+1
* Add hyphenationFrequency attribute to TextView and StaticLayout.Roozbeh Pournader2015-05-121-0/+29
* Clear hyphenEdit from Layout's paintRaph Levien2015-04-081-0/+1
* Add breakStrategy attribute to TextViewRaph Levien2015-04-011-0/+28
* Revert "Fix build: Revert "Record hyphens from Minikin and draw them""Raph Levien2015-03-301-11/+21
* Fix build: Revert "Record hyphens from Minikin and draw them"Ed Heyl2015-03-301-21/+11
* Record hyphens from Minikin and draw themRaph Levien2015-03-271-11/+21
* Calculate line breaks using MinikinRaph Levien2015-03-261-1/+4
* 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