summaryrefslogtreecommitdiffstats
path: root/core/java/android/text/TextLine.java
Commit message (Expand)AuthorAgeFilesLines
* Uses VMRuntime.newUnpaddedArray for ideal array sizesAdam Lesinski2014-03-271-1/+1
* Revert "Clean Paint.mBidiFlags as it is no longer used"Fabrice Di Meglio2013-03-151-9/+15
* Clean Paint.mBidiFlags as it is no longer usedFabrice Di Meglio2013-02-121-15/+9
* Fix for bug: Gmail (and other places): cursor placed on top of letterRaph Levien2012-10-221-19/+14
* New SpanSet class extracted from TextLine.Gilles Debunne2012-03-131-74/+0
* NPE in GMail / TextLineGilles Debunne2011-12-131-7/+7
* Prevent a memory leak in TextLine.Gilles Debunne2011-12-121-0/+11
* Re-use SpanSets in TextLineGilles Debunne2011-12-081-57/+48
* Performance improvement in TextViewGilles Debunne2011-11-291-7/+17
* Merge "Bug 5250788: TextView gets slower as the text length grows"Gilles Debunne2011-09-261-45/+117
|\
| * Bug 5250788: TextView gets slower as the text length growsGilles Debunne2011-09-231-45/+117
* | Fix bug #5349461 TextView: text that ends with an ImageSpan causes line heigh...Fabrice Di Meglio2011-09-231-0/+27
|/
* Bug 5281947: add to dictionnary option promoted in suggestions.Gilles Debunne2011-09-091-7/+4
* Add EditTextShortcutSpan to provide edit short cut in the text view.Luca Zanolin2011-08-301-7/+12
* Fix bug #3388534 Long file names are improperly displayed when playedFabrice Di Meglio2011-08-151-0/+3
* Added support for colored / thick underlined text.Gilles Debunne2011-08-111-8/+25
* Merge changes I46744e51,I1f566cceFabrice Di Meglio2011-08-091-1/+4
|\
| * Add more optimizations for Text measuring / breaking / getting advancesFabrice Di Meglio2011-08-081-1/+4
* | Follow up to TextView's baseline is correctly computed for empty textFabrice Di Meglio2011-08-081-5/+11
|/
* Remove extraneous log.Romain Guy2011-05-261-34/+37
* TextView's baseline is correctly computed for empty text.Gilles Debunne2011-04-281-0/+7
* Empty spans are not considered in text layout/rendering process.Gilles Debunne2011-03-091-9/+12
* TextLine cache is used, even for long lines of text.Gilles Debunne2011-01-251-7/+5
* Fix in vertical measurement in text lines with different text sizesGilles Debunne2010-12-021-1/+20
* Fix for end events from Sequencer objectsChet Haase2010-08-251-1/+1
* New cursor controller in TextViews.Gilles Debunne2010-07-091-2/+2
* Index out of range problem in TextLine.Gilles Debunne2010-06-161-2/+2
* Move shaping to native.Doug Felt2010-06-101-193/+161
* Fix alignment issues with RTL paragraphs.Doug Felt2010-06-031-52/+8
* Modify Canvas drawText to run bidi and shape.Doug Felt2010-05-121-40/+3
* Fix selection off-by-one bug.Doug Felt2010-05-061-2/+2
* Refactor Styled utility functions into reusable objects.Doug Felt2010-04-071-0/+1053