summaryrefslogtreecommitdiffstats
path: root/core/java/android/text/DynamicLayout.java
Commit message (Expand)AuthorAgeFilesLines
* 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