index
:
frameworks_base.git
replicant-2.2
replicant-2.3
replicant-4.0
replicant-4.2
replicant-6.0
frameworks/base
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
text
/
TextLine.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clean up dirFlags / bidiFlags confusion
Raph Levien
2014-06-16
1
-9
/
+7
*
Uses VMRuntime.newUnpaddedArray for ideal array sizes
Adam Lesinski
2014-03-27
1
-1
/
+1
*
Revert "Clean Paint.mBidiFlags as it is no longer used"
Fabrice Di Meglio
2013-03-15
1
-9
/
+15
*
Clean Paint.mBidiFlags as it is no longer used
Fabrice Di Meglio
2013-02-12
1
-15
/
+9
*
Fix for bug: Gmail (and other places): cursor placed on top of letter
Raph Levien
2012-10-22
1
-19
/
+14
*
New SpanSet class extracted from TextLine.
Gilles Debunne
2012-03-13
1
-74
/
+0
*
NPE in GMail / TextLine
Gilles Debunne
2011-12-13
1
-7
/
+7
*
Prevent a memory leak in TextLine.
Gilles Debunne
2011-12-12
1
-0
/
+11
*
Re-use SpanSets in TextLine
Gilles Debunne
2011-12-08
1
-57
/
+48
*
Performance improvement in TextView
Gilles Debunne
2011-11-29
1
-7
/
+17
*
Merge "Bug 5250788: TextView gets slower as the text length grows"
Gilles Debunne
2011-09-26
1
-45
/
+117
|
\
|
*
Bug 5250788: TextView gets slower as the text length grows
Gilles Debunne
2011-09-23
1
-45
/
+117
*
|
Fix bug #5349461 TextView: text that ends with an ImageSpan causes line heigh...
Fabrice Di Meglio
2011-09-23
1
-0
/
+27
|
/
*
Bug 5281947: add to dictionnary option promoted in suggestions.
Gilles Debunne
2011-09-09
1
-7
/
+4
*
Add EditTextShortcutSpan to provide edit short cut in the text view.
Luca Zanolin
2011-08-30
1
-7
/
+12
*
Fix bug #3388534 Long file names are improperly displayed when played
Fabrice Di Meglio
2011-08-15
1
-0
/
+3
*
Added support for colored / thick underlined text.
Gilles Debunne
2011-08-11
1
-8
/
+25
*
Merge changes I46744e51,I1f566cce
Fabrice Di Meglio
2011-08-09
1
-1
/
+4
|
\
|
*
Add more optimizations for Text measuring / breaking / getting advances
Fabrice Di Meglio
2011-08-08
1
-1
/
+4
*
|
Follow up to TextView's baseline is correctly computed for empty text
Fabrice Di Meglio
2011-08-08
1
-5
/
+11
|
/
*
Remove extraneous log.
Romain Guy
2011-05-26
1
-34
/
+37
*
TextView's baseline is correctly computed for empty text.
Gilles Debunne
2011-04-28
1
-0
/
+7
*
Empty spans are not considered in text layout/rendering process.
Gilles Debunne
2011-03-09
1
-9
/
+12
*
TextLine cache is used, even for long lines of text.
Gilles Debunne
2011-01-25
1
-7
/
+5
*
Fix in vertical measurement in text lines with different text sizes
Gilles Debunne
2010-12-02
1
-1
/
+20
*
Fix for end events from Sequencer objects
Chet Haase
2010-08-25
1
-1
/
+1
*
New cursor controller in TextViews.
Gilles Debunne
2010-07-09
1
-2
/
+2
*
Index out of range problem in TextLine.
Gilles Debunne
2010-06-16
1
-2
/
+2
*
Move shaping to native.
Doug Felt
2010-06-10
1
-193
/
+161
*
Fix alignment issues with RTL paragraphs.
Doug Felt
2010-06-03
1
-52
/
+8
*
Modify Canvas drawText to run bidi and shape.
Doug Felt
2010-05-12
1
-40
/
+3
*
Fix selection off-by-one bug.
Doug Felt
2010-05-06
1
-2
/
+2
*
Refactor Styled utility functions into reusable objects.
Doug Felt
2010-04-07
1
-0
/
+1053