summaryrefslogtreecommitdiff
path: root/core/java/android/text/Layout.java
Commit message (Expand)AuthorAgeFilesLines
* Revert "Reorganize MeasuredText API"Seigo Nonaka2018-02-141-10/+1
* Reorganize MeasuredText APISeigo Nonaka2018-02-121-1/+10
* Rename PremeasuredText to MeasuredTextSeigo Nonaka2018-01-111-2/+2
* Add more IntDef prefixes for auto-documenting.Jeff Sharkey2017-12-131-6/+22
* Refactor MeasuredTextSeigo Nonaka2017-12-051-15/+14
* Revert "Refactor MeasuredText"Seigo Nonaka2017-12-041-14/+15
* Refactor MeasuredTextSeigo Nonaka2017-11-301-15/+14
* Reorganize JNI in StaticLayoutSeigo Nonaka2017-10-241-1/+1
* Removed unused variables from text layout codeSiyamed Sinir2017-10-101-12/+2
* Merge "Update referenced constant names for Directions"Petar Šegina2017-09-281-11/+7
|\
| * Update referenced constant names for DirectionsPetar Šegina2017-09-271-11/+7
* | Take padding information into StaticLayoutRoozbeh Pournader2017-09-271-2/+1
|/
* Move consumer call outside of the branchPetar Šegina2017-09-081-8/+6
* Move IntDef constant definitions outside of the annotationPetar Šegina2017-09-081-13/+15
* Emit text direction with selection rectanglePetar Šegina2017-09-061-14/+40
* Correct missed use of work paint for hyphenationRoozbeh Pournader2017-08-251-2/+2
* Add a builder for DynamicLayout and switch TextView to itRoozbeh Pournader2017-08-231-0/+10
* Merge "Add getSelection(..., RectangleConsumer) to Layout"Petar Šegina2017-08-101-20/+52
|\
| * Add getSelection(..., RectangleConsumer) to LayoutPetar Šegina2017-08-091-20/+52
| * Revert "Make ellipsize retry if text doesn't fit"Roozbeh Pournader2017-08-021-3/+1
* | Make sure Layout doesn't modify the paintRoozbeh Pournader2017-08-081-22/+25
* | Improve TextView.onMeasure() for multiline text.Seigo Nonaka2017-08-041-0/+14
|/
* Make ellipsize retry if text doesn't fitRoozbeh Pournader2017-08-011-1/+3
* Fix EditText cursor when line spacing is setSiyamed Sinir2017-07-261-9/+17
* Merge "Store line extra in layouts"Siyamed Sinir2017-07-261-0/+12
|\
| * Store line extra in layoutsSiyamed Sinir2017-07-251-0/+12
* | Refactor ellipsis attributes and methodsRoozbeh Pournader2017-07-251-20/+12
|/
* Revert "Make selection end handle stick to selection at line end."Roozbeh Pournader2017-04-111-56/+25
* Change justification parameter from boolean to int.Seigo Nonaka2017-04-031-4/+19
* Merge "Make selection end handle stick to selection at line end."Keisuke Kuroyanagi2017-01-131-28/+61
|\
| * Make selection end handle stick to selection at line end.Keisuke Kuroyanagi2017-01-121-28/+61
* | Introduce full justification.Seigo Nonaka2017-01-051-12/+123
* | Fix getLineExtent for hyphen width.Seigo Nonaka2016-12-191-0/+4
|/
* Merge "StaticLayout visual fix for maxLines"Siyamed Sinir2016-11-081-0/+11
|\
| * StaticLayout visual fix for maxLinesSiyamed Sinir2016-06-271-0/+11
* | Merge "Visibility fixes for text related tests."Siyamed Sinir2016-06-301-4/+19
|\ \
| * | Visibility fixes for text related tests.Siyamed Sinir2016-06-291-4/+19
| |/
* / Fix bidi desired width calculationSiyamed Sinir2016-06-281-10/+27
|/
* Improve selection handle behavior for bidi text.Keisuke Kuroyanagi2016-03-181-6/+49
* Sort the result of SpannableStringBuilder.getSpansSiyamed Sinir2016-01-201-1/+5
* resolve merge conflicts of 957bdc56c5 to master.Raph Levien2016-01-121-24/+31
|\
| * 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
* | Fix: Cursor can be at an invalid offset in EditText.Keisuke Kuroyanagi2015-08-271-5/+10
* | Remove EmojiFactory and its mentions from frameworks.Roozbeh Pournader2015-08-071-28/+13
|/
* 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