index
:
frameworks_base.git
kitkat
lp5.0
lp5.1
mm6.0
n7.0
n7.1
o8.0
o8.1
q10.0
r11.0
r11.1
s12.0
s12.1
t13.0
t13.0_pre-rebase_jan22-23
u14.0
v15.0
w16.0
w16.1
frameworks_base
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
text
/
TextLine.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add TextShaper API
Seigo Nonaka
2020-09-29
1
-18
/
+122
*
Use new UnsupportedAppUsage annotation.
Artur Satayev
2020-01-07
1
-1
/
+1
*
Do not compute outside given range in TextLine
Seigo Nonaka
2019-09-16
1
-0
/
+3
*
Revert "don't compute outside of visible range"
Adam Seaton
2019-09-13
1
-3
/
+0
*
don't compute outside of visible range
Seigo Nonaka
2019-09-11
1
-0
/
+3
*
Hide packing structure from public API
Seigo Nonaka
2019-03-11
1
-19
/
+20
*
Add maxTargetSDK equals P for UnsupportedAppUsage of sCached
Haoyu Zhang
2019-02-06
1
-1
/
+2
*
Fix that TextLine overwrites wordSpcing on paint
Haoyu Zhang
2019-01-08
1
-6
/
+13
*
Merge "Revert "Revert "Refactor TextLine class"""
TreeHugger Robot
2018-11-17
1
-142
/
+94
|
\
|
*
Revert "Revert "Refactor TextLine class""
Siyamed Sinir
2018-11-16
1
-142
/
+94
*
|
Merge "Revert "Revert "Enable PrecomputedText for BiDi text"""
TreeHugger Robot
2018-11-17
1
-2
/
+1
|
\
\
|
|
/
|
/
|
|
*
Revert "Revert "Enable PrecomputedText for BiDi text""
Siyamed Sinir
2018-11-16
1
-2
/
+1
|
*
Revert "Enable PrecomputedText for BiDi text"
Siyamed Sinir
2018-11-16
1
-1
/
+2
|
*
Enable PrecomputedText for BiDi text
Seigo Nonaka
2018-11-14
1
-2
/
+1
*
|
Revert "Refactor TextLine class"
Siyamed Sinir
2018-11-16
1
-94
/
+142
|
/
*
Refactor TextLine class
Seigo Nonaka
2018-11-14
1
-142
/
+94
*
Merge "Move hasEqualAttribute from Paint with adding some accessors"
Seigo Nonaka
2018-09-25
1
-1
/
+39
|
\
|
*
Move hasEqualAttribute from Paint with adding some accessors
Seigo Nonaka
2018-09-18
1
-1
/
+39
*
|
Unhide getTextRunCursor APIs
Seigo Nonaka
2018-09-18
1
-3
/
+2
|
/
*
Move some members to the "Q blacklist".
Mathew Inwood
2018-09-14
1
-1
/
+2
*
Unhide HyphenEdit related methods
Seigo Nonaka
2018-09-10
1
-3
/
+6
*
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-08-15
1
-0
/
+8
*
Supress text replacement spans for ellipsis
Mihai Popa
2018-05-30
1
-6
/
+23
*
Optimise the hit test algorithm
Mihai Popa
2018-05-22
1
-0
/
+93
*
Reorder the drawing of underline/stroke and text
Seigo Nonaka
2018-05-21
1
-2
/
+3
*
Add TextLayout.measure test cases
Seigo Nonaka
2018-05-16
1
-1
/
+1
*
Fix BoringLayout with PrecomputedText
Seigo Nonaka
2018-03-23
1
-0
/
+5
*
Reorganize MeasuredText API (2nd)
Seigo Nonaka
2018-02-16
1
-10
/
+7
*
Revert "Reorganize MeasuredText API"
Seigo Nonaka
2018-02-14
1
-28
/
+14
*
Reorganize MeasuredText API
Seigo Nonaka
2018-02-12
1
-14
/
+28
*
Compute full text layout in MeasuredText and use it for drawing
Seigo Nonaka
2018-01-23
1
-2
/
+17
*
Fix space counting for justified text
Roozbeh Pournader
2017-10-24
1
-18
/
+20
*
Removed unused variables from text layout code
Siyamed Sinir
2017-10-10
1
-5
/
+5
*
Make strike-through respect kerning at boundaries
Roozbeh Pournader
2017-07-13
1
-45
/
+58
*
Merge "Get underline position and thickness from the font"
Roozbeh Pournader
2017-06-09
1
-1
/
+3
|
\
|
*
Get underline position and thickness from the font
Roozbeh Pournader
2017-06-08
1
-1
/
+3
*
|
Merge "Early exit if there are no spans affecting display"
TreeHugger Robot
2017-06-07
1
-3
/
+10
|
\
\
|
|
/
|
/
|
|
*
Early exit if there are no spans affecting display
Roozbeh Pournader
2017-06-07
1
-3
/
+10
*
|
Move underline thickness and position computation to Paint
Roozbeh Pournader
2017-06-05
1
-7
/
+4
|
/
*
Make underlining spans independent of actual class
Roozbeh Pournader
2017-06-01
1
-43
/
+172
*
Revert "Don't let UnderlineSpans affect text width"
Siyamed Sinir
2017-06-01
1
-65
/
+28
*
Don't let UnderlineSpans affect text width
Roozbeh Pournader
2017-05-24
1
-28
/
+65
*
Frameworks support for hyphenation for various complex cases
Roozbeh Pournader
2017-03-03
1
-6
/
+16
*
Introduce full justification.
Seigo Nonaka
2017-01-05
1
-0
/
+54
*
TextLine.handleRun should throw exception for invalid index
Siyamed Sinir
2016-08-30
1
-2
/
+5
*
Merge "Fix measurement to respect grapheme and span boundaries" into mnc-dr1....
Raph Levien
2016-01-13
1
-8
/
+10
|
\
|
*
Fix measurement to respect grapheme and span boundaries
Raph Levien
2016-01-11
1
-8
/
+10
*
|
Remove EmojiFactory and its mentions from frameworks.
Roozbeh Pournader
2015-08-07
1
-65
/
+9
|
/
*
Respect style boundaries when measuring text
Raph Levien
2015-07-20
1
-2
/
+2
*
Revert "Revert "Use getRunAdvance to position cursor""
Raph Levien
2015-06-01
1
-6
/
+4
[next]