summaryrefslogtreecommitdiffstats
path: root/core/java/android/text/DynamicLayout.java
Commit message (Expand)AuthorAgeFilesLines
* Rename setTextDir to setTextDirectionRaph Levien2015-06-031-1/+1
* Add hyphenationFrequency attribute to TextView and StaticLayout.Roozbeh Pournader2015-05-121-3/+7
* Expose StaticLayout.Builder publiclyRaph Levien2015-05-011-2/+1
* Make Paint a required field of StaticLayout BuilderRaph Levien2015-04-301-1/+1
* Add breakStrategy attribute to TextViewRaph Levien2015-04-011-5/+8
* Revert "Fix build: Revert "Record hyphens from Minikin and draw them""Raph Levien2015-03-301-4/+15
* Fix build: Revert "Record hyphens from Minikin and draw them"Ed Heyl2015-03-301-12/+4
* Record hyphens from Minikin and draw themRaph Levien2015-03-271-4/+12
* Some refactoring of StaticLayoutRaph Levien2015-03-041-10/+20
* Uses VMRuntime.newUnpaddedArray for ideal array sizesAdam Lesinski2014-03-271-11/+6
* Fix Text appears on top of existing text when composing in gmail.Raph Levien2013-10-031-3/+5
* Optimize drawHardwareAccelerated method in Editor classSangkyu Lee2013-01-081-2/+25
* Cut long text into multiple DL at startGilles Debunne2012-05-111-8/+65
* TextView's sub display lists have tighten boundsGilles Debunne2012-04-191-26/+26
* Added a unit test for DynamicLayout#updateBlocksGilles Debunne2012-03-261-1/+17
* Fix the buildRomain Guy2012-03-151-1/+1
* Multiple display lists for editable textGilles Debunne2012-03-151-3/+142
* Wrong word cut at end of lines with spacesGilles Debunne2011-10-181-3/+3
* Revert "Fix bug #5387832 [UI/Visual] Address of the website is not displayed ...Fabrice Di Meglio2011-10-041-7/+3
* Fix bug #5387832 [UI/Visual] Address of the website is not displayed properly...Fabrice Di Meglio2011-09-291-3/+7
* Fix bug #5344067 android.text.DynamicLayout.sStaticLayout can hold onto an Ac...Fabrice Di Meglio2011-09-251-2/+2
* Fix bug #3388534 Long file names are improperly displayed when playedFabrice Di Meglio2011-08-151-2/+3
* Revert "Use a weakreference to prevent the static variable from holding an Ac...Amith Yamasani2011-08-131-11/+5
* Use a weakreference to prevent the static variable from holding an Activity.Amith Yamasani2011-08-121-5/+11
* Plug memory leak in EditText.Romain Guy2011-08-011-2/+6
* Implement textDirection heuristic selection.Doug Felt2011-07-141-6/+25
* Pixel were missing on the last line of text when using MaxLines.Gilles Debunne2011-01-301-14/+8
* Removed warnings in DynamicLayoutGilles Debunne2011-01-251-23/+14
* Enable nested bidi levels in a paragraph.Doug Felt2010-03-311-1/+0
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+503
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-503/+0
* Initial ContributionThe Android Open Source Project2008-10-211-0/+503