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
frameworks_base
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
text
/
StaticLayout.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the text wrapping API.
James.cf Lin
2022-03-10
1
-2
/
+4
*
Add setLineBreakConfig API
Seigo Nonaka
2022-01-15
1
-3
/
+21
*
Implement fallback line spacing for BoringLayout
Seigo Nonaka
2022-01-12
1
-4
/
+10
*
Revert "Implement fallback line spacing for BoringLayout"
Shubham Dubey
2022-01-10
1
-10
/
+4
*
Implement fallback line spacing for BoringLayout
Seigo Nonaka
2022-01-06
1
-4
/
+10
*
Fix top/bottom to adjust fallback ascent/descent.
Seigo Nonaka
2021-12-10
1
-0
/
+12
*
Implement fast hyphenation algorithm
Seigo Nonaka
2021-11-10
1
-1
/
+15
*
Fix ellipsis reinitialization for static cached StaticLayout.
Ahaan Ugale
2021-02-05
1
-0
/
+3
*
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2020-10-29
1
-5
/
+5
*
Revert "Add maxTargetSdk restriction to unused APIs."
Hongwei Wang
2020-10-28
1
-5
/
+5
*
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2020-10-27
1
-5
/
+5
*
Use new UnsupportedAppUsage annotation.
Artur Satayev
2020-01-07
1
-1
/
+1
*
Merge "Change TabStop type from int to float"
TreeHugger Robot
2019-03-13
1
-4
/
+4
|
\
|
*
Change TabStop type from int to float
Seigo Nonaka
2019-03-12
1
-4
/
+4
*
|
Hide packing structure from public API
Seigo Nonaka
2019-03-11
1
-8
/
+34
|
/
*
Address API review from the council
Seigo Nonaka
2019-03-07
1
-1
/
+1
*
Fix that TextLine overwrites wordSpcing on paint
Haoyu Zhang
2019-01-08
1
-0
/
+4
*
Recompute PcT with existing PcT for different direction
Seigo Nonaka
2018-12-10
1
-4
/
+20
*
Add StaticLayout constructor to dark-grey list
Siyamed Sinir
2018-11-27
1
-1
/
+1
*
Fix invalid character access
Seigo Nonaka
2018-10-15
1
-1
/
+1
*
Make LineBreaker public
Seigo Nonaka
2018-10-09
1
-6
/
+7
*
Prepare NativeLineBreaker.LineBreaks to be public API
Seigo Nonaka
2018-09-26
1
-18
/
+39
*
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
-2
/
+10
*
Introduce NativeLineBreaker.Builder and ParagraphConstraint
Seigo Nonaka
2018-08-17
1
-15
/
+16
*
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-08-15
1
-0
/
+14
*
Merge "Disable hyphenation by in default theme"
Siyamed Sinir
2018-08-07
1
-0
/
+14
|
\
|
*
Disable hyphenation by in default theme
Siyamed Sinir
2018-07-23
1
-0
/
+14
*
|
Extract native methods into isolated classes
Seigo Nonaka
2018-07-27
1
-268
/
+200
|
/
*
Cleanup: Remove unused padding arguments
Seigo Nonaka
2018-06-05
1
-36
/
+2
*
Merge "Stop creating PrecomputedText in StaticLayout" into pi-dev am: be8b90b966
Seigo Nonaka
2018-03-21
1
-16
/
+14
|
\
|
*
Stop creating PrecomputedText in StaticLayout
Seigo Nonaka
2018-03-20
1
-16
/
+14
*
|
Fix StaticLayout maxLineHeight warning
Siyamed Sinir
2018-03-08
1
-4
/
+4
|
/
*
Reorganize MeasuredText API (2nd)
Seigo Nonaka
2018-02-16
1
-28
/
+11
*
Revert "Reorganize MeasuredText API"
Seigo Nonaka
2018-02-14
1
-48
/
+36
*
Reorganize MeasuredText API
Seigo Nonaka
2018-02-12
1
-36
/
+48
*
Merge "Compute full text layout in MeasuredText and use it for drawing"
TreeHugger Robot
2018-01-24
1
-1
/
+1
|
\
|
*
Compute full text layout in MeasuredText and use it for drawing
Seigo Nonaka
2018-01-23
1
-1
/
+1
*
|
Revert "Make ellipsize retry if text doesn't fit"
Siyamed Sinir
2018-01-23
1
-155
/
+62
|
/
*
Compute hyphenated word pieces in MeasuredText
Seigo Nonaka
2018-01-18
1
-10
/
+24
*
Rename PremeasuredText to MeasuredText
Seigo Nonaka
2018-01-11
1
-25
/
+26
*
Deprecate StaticLayout and DynamicLayout constructors
Clara Bayarri
2017-12-19
1
-19
/
+13
*
Introduce PremeasuredText
Seigo Nonaka
2017-12-11
1
-21
/
+32
*
Fix testCursorIsOnRight test case
Seigo Nonaka
2017-12-11
1
-8
/
+5
*
Associate native MeasuredText with Java one.
Seigo Nonaka
2017-12-05
1
-47
/
+24
*
Refactor MeasuredText
Seigo Nonaka
2017-12-05
1
-84
/
+26
*
Revert "Refactor MeasuredText"
Seigo Nonaka
2017-12-04
1
-26
/
+84
*
Refactor MeasuredText
Seigo Nonaka
2017-11-30
1
-84
/
+26
*
Reorganize JNI in StaticLayout
Seigo Nonaka
2017-10-24
1
-292
/
+321
*
Move hyphenator mapping to native code.
Seigo Nonaka
2017-10-13
1
-43
/
+8
[next]