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
/
DynamicLayout.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix DynamicLayout init to use transformed text length.
Ahaan Ugale
2021-02-05
1
-3
/
+3
*
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2020-10-29
1
-2
/
+2
*
Revert "Add maxTargetSdk restriction to unused APIs."
Hongwei Wang
2020-10-28
1
-2
/
+2
*
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2020-10-27
1
-2
/
+2
*
Use new UnsupportedAppUsage annotation.
Artur Satayev
2020-01-07
1
-1
/
+1
*
Hide packing structure from public API
Seigo Nonaka
2019-03-11
1
-3
/
+12
*
Move some members to the "Q blacklist".
Mathew Inwood
2018-09-14
1
-1
/
+2
*
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-08-15
1
-0
/
+8
*
Make PrecomputedText Spannable for supporting selection
Seigo Nonaka
2018-03-20
1
-1
/
+6
*
Revert "Make PrecomputedText Spannable for supporting selection"
Seigo Nonaka
2018-03-19
1
-6
/
+1
*
Make PrecomputedText Spannable for supporting selection
Seigo Nonaka
2018-03-15
1
-1
/
+6
*
Revert "Reorganize MeasuredText API"
Seigo Nonaka
2018-02-14
1
-1
/
+1
*
Reorganize MeasuredText API
Seigo Nonaka
2018-02-12
1
-1
/
+1
*
Prevent crash for Span change events
Siyamed Sinir
2018-01-08
1
-0
/
+5
*
Merge "Deprecate StaticLayout and DynamicLayout constructors"
TreeHugger Robot
2017-12-20
1
-8
/
+9
|
\
|
*
Deprecate StaticLayout and DynamicLayout constructors
Clara Bayarri
2017-12-19
1
-8
/
+9
*
|
Fix DynamicLayout block index calculation after edit
Siyamed Sinir
2017-12-18
1
-9
/
+17
|
/
*
Removed unused variables from text layout code
Siyamed Sinir
2017-10-10
1
-3
/
+3
*
Pass text direction from DynamicLayout to Layout
Roozbeh Pournader
2017-09-20
1
-1
/
+1
*
Support fallback linespacing in DynamicLayout
Roozbeh Pournader
2017-08-23
1
-3
/
+28
*
Add a builder for DynamicLayout and switch TextView to it
Roozbeh Pournader
2017-08-23
1
-82
/
+356
*
Fix DynamicLayout last line spacing
Siyamed Sinir
2017-07-27
1
-1
/
+2
*
Fix EditText line spacing
Siyamed Sinir
2017-07-26
1
-2
/
+3
*
Store line extra in layouts
Siyamed Sinir
2017-07-25
1
-5
/
+15
*
Set up empty lines for DynamicLayout#updateBlocks() tests
Roozbeh Pournader
2017-05-23
1
-4
/
+6
*
Change justification parameter from boolean to int.
Seigo Nonaka
2017-04-03
1
-5
/
+5
*
Introduce full justification.
Seigo Nonaka
2017-01-05
1
-3
/
+7
*
Always redraw text that protrude from line bounds.
Keisuke Kuroyanagi
2016-09-05
1
-8
/
+99
*
Visibility fixes for text related tests.
Siyamed Sinir
2016-06-29
1
-2
/
+5
*
Rename setTextDir to setTextDirection
Raph Levien
2015-06-03
1
-1
/
+1
*
Add hyphenationFrequency attribute to TextView and StaticLayout.
Roozbeh Pournader
2015-05-12
1
-3
/
+7
*
Expose StaticLayout.Builder publicly
Raph Levien
2015-05-01
1
-2
/
+1
*
Make Paint a required field of StaticLayout Builder
Raph Levien
2015-04-30
1
-1
/
+1
*
Add breakStrategy attribute to TextView
Raph Levien
2015-04-01
1
-5
/
+8
*
Revert "Fix build: Revert "Record hyphens from Minikin and draw them""
Raph Levien
2015-03-30
1
-4
/
+15
*
Fix build: Revert "Record hyphens from Minikin and draw them"
Ed Heyl
2015-03-30
1
-12
/
+4
*
Record hyphens from Minikin and draw them
Raph Levien
2015-03-27
1
-4
/
+12
*
Some refactoring of StaticLayout
Raph Levien
2015-03-04
1
-10
/
+20
*
Uses VMRuntime.newUnpaddedArray for ideal array sizes
Adam Lesinski
2014-03-27
1
-11
/
+6
*
Fix Text appears on top of existing text when composing in gmail.
Raph Levien
2013-10-03
1
-3
/
+5
*
Optimize drawHardwareAccelerated method in Editor class
Sangkyu Lee
2013-01-08
1
-2
/
+25
*
Cut long text into multiple DL at start
Gilles Debunne
2012-05-11
1
-8
/
+65
*
TextView's sub display lists have tighten bounds
Gilles Debunne
2012-04-19
1
-26
/
+26
*
Added a unit test for DynamicLayout#updateBlocks
Gilles Debunne
2012-03-26
1
-1
/
+17
*
Fix the build
Romain Guy
2012-03-15
1
-1
/
+1
*
Multiple display lists for editable text
Gilles Debunne
2012-03-15
1
-3
/
+142
*
Wrong word cut at end of lines with spaces
Gilles Debunne
2011-10-18
1
-3
/
+3
*
Revert "Fix bug #5387832 [UI/Visual] Address of the website is not displayed ...
Fabrice Di Meglio
2011-10-04
1
-7
/
+3
*
Fix bug #5387832 [UI/Visual] Address of the website is not displayed properly...
Fabrice Di Meglio
2011-09-29
1
-3
/
+7
*
Fix bug #5344067 android.text.DynamicLayout.sStaticLayout can hold onto an Ac...
Fabrice Di Meglio
2011-09-25
1
-2
/
+2
[next]