summaryrefslogtreecommitdiffstats
path: root/core/java/android/text/StaticLayout.java
Commit message (Expand)AuthorAgeFilesLines
* Fix line height problem with inline images in StaticLayout.Roozbeh Pournader2015-10-161-2/+4
* Merge "Load binary hyphen data files" into mnc-dr-devRoozbeh Pournader2015-10-151-1/+2
|\
| * Load binary hyphen data filesRaph Levien2015-10-141-1/+2
* | Make Hyphenator#get() return an object.Roozbeh Pournader2015-10-141-1/+2
|/
* Release text when finishing StaticLayout.BuilderRaph Levien2015-07-291-0/+4
* Fix StaticLayout crash when maxLines = 0Raph Levien2015-07-091-1/+2
* Fix problems with StaticLayout indentationRaph Levien2015-07-011-1/+60
* Fix: Ellipsis is wrongly applied or not applied in TextView.Keisuke Kuroyanagi2015-06-151-0/+21
* Rename setTextDir to setTextDirectionRaph Levien2015-06-031-2/+2
* Add hyphenationFrequency attribute to TextView and StaticLayout.Roozbeh Pournader2015-05-121-3/+19
* Clear all StaticLayout.Builder fields on pool recycleRaph Levien2015-05-061-0/+3
* Expose StaticLayout.Builder publiclyRaph Levien2015-05-011-16/+138
* Make Paint a required field of StaticLayout BuilderRaph Levien2015-04-301-3/+4
* Add left and right indent arrays to TextViewRaph Levien2015-04-151-0/+15
* Fix crash when ellipsize="start" is applied to short line.Keisuke Kuroyanagi2015-04-141-1/+1
* Add breakStrategy attribute to TextViewRaph Levien2015-04-011-33/+58
* Revert "Fix build: Revert "Record hyphens from Minikin and draw them""Raph Levien2015-03-301-14/+29
* Fix build: Revert "Record hyphens from Minikin and draw them"Ed Heyl2015-03-301-26/+14
* Record hyphens from Minikin and draw themRaph Levien2015-03-271-14/+26
* Calculate line breaks using MinikinRaph Levien2015-03-261-25/+30
* Start moving text measurement into native codeRaph Levien2015-03-131-18/+58
* Fix android.text.cts.StaticLayoutTest#testGetEllipsisCountRaph Levien2015-03-111-1/+1
* Add JNI StaticLayout.BuilderRaph Levien2015-03-051-4/+36
* Some refactoring of StaticLayoutRaph Levien2015-03-041-32/+177
* am 022cf57f: am a08934cf: am f789d45b: Merge "Avoid static initialization of ...Neil Fuller2015-02-061-1/+1
|\
| * Avoid static initialization of Layout from TextUtilsNeil Fuller2015-02-061-1/+1
* | Revert "Fix missing ellipsis when just one character is truncated"Raph Levien2014-12-121-1/+3
* | resolved conflicts for merge of b9d21d62 to masterRaph Levien2014-12-081-2/+1
|\ \ | |/
| * Fix off-by-one error in computeEllipsisRaph Levien2014-12-041-2/+6
| * Fix missing ellipsis when just one character is truncatedRaph Levien2014-11-171-5/+1
| * Ignore width of trailing whitespace for computing ellipsisRaph Levien2014-08-281-2/+8
* | Fix missing ellipsis when just one character is truncatedRaph Levien2014-11-191-3/+1
* | Add Optimized Line breaking to LayoutLibDeepanshu Gupta2014-10-211-1/+1
* | Add optimizing line breakerAnish Athalye2014-08-181-2/+2
* | Implement line breaking in native codeAnish Athalye2014-08-181-217/+136
* | am c255033f: am 675f13bf: am 2f2e3797: Merge "Make LeadingMarginSpan2 behavio...Anish Athalye2014-08-151-4/+3
|\ \ | |/
| * Make LeadingMarginSpan2 behavior more consistentAnish Athalye2014-08-141-4/+3
* | Fix performance bug in layoutAnish Athalye2014-08-121-1/+1
|/
* Fix line breaking for clusters in narrow viewsAnish Athalye2014-07-011-5/+14
* Implement line breaking using ICU break iteratorAnish Athalye2014-06-301-106/+17
* am 3914a33c: am 26a5c2dd: Merge "Followon fix for 14276128 Clipping at bottom...Yuling Liang2014-04-281-6/+10
|\
| * Followon fix for 14276128 Clipping at bottom of TextViewRaph Levien2014-04-281-6/+10
* | am 69a9d925: am eea94f06: Merge "Revert "Followon fix for 14276128 Clipping a...Yuling Liang2014-04-251-10/+6
|\ \ | |/
| * Revert "Followon fix for 14276128 Clipping at bottom of TextView"Yuling Liang2014-04-251-10/+6
* | am 60f8349b: am 243e551a: Merge "Followon fix for 14276128 Clipping at bottom...Yuling Liang2014-04-251-6/+10
|\ \ | |/
| * Followon fix for 14276128 Clipping at bottom of TextViewRaph Levien2014-04-241-6/+10
* | am 07bed492: am e4ee0e31: Merge "Fix bug 14276128 Clipping at bottom of TextV...Raph Levien2014-04-241-1/+1
|\ \ | |/
| * Fix bug 14276128 Clipping at bottom of TextViewRaph Levien2014-04-231-1/+1
* | Fix extra text appearing after ellipsisRaph Levien2014-04-031-1/+1
* | Uses VMRuntime.newUnpaddedArray for ideal array sizesAdam Lesinski2014-03-271-14/+13
|/