summaryrefslogtreecommitdiff
path: root/core/java/android/text/DynamicLayout.java
AgeCommit message (Expand)Author
2021-02-05Fix DynamicLayout init to use transformed text length.Ahaan Ugale
2020-10-29Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-10-28Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang
2020-10-27Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-01-07Use new UnsupportedAppUsage annotation.Artur Satayev
2019-03-11Hide packing structure from public APISeigo Nonaka
2018-09-14Move some members to the "Q blacklist".Mathew Inwood
2018-08-15Add @UnsupportedAppUsage annotationsMathew Inwood
2018-03-20Make PrecomputedText Spannable for supporting selectionSeigo Nonaka
2018-03-19Revert "Make PrecomputedText Spannable for supporting selection"Seigo Nonaka
2018-03-15Make PrecomputedText Spannable for supporting selectionSeigo Nonaka
2018-02-14Revert "Reorganize MeasuredText API"Seigo Nonaka
2018-02-12Reorganize MeasuredText APISeigo Nonaka
2018-01-08Prevent crash for Span change eventsSiyamed Sinir
2017-12-20Merge "Deprecate StaticLayout and DynamicLayout constructors"TreeHugger Robot
2017-12-19Deprecate StaticLayout and DynamicLayout constructorsClara Bayarri
2017-12-18Fix DynamicLayout block index calculation after editSiyamed Sinir
2017-10-10Removed unused variables from text layout codeSiyamed Sinir
2017-09-20Pass text direction from DynamicLayout to LayoutRoozbeh Pournader
2017-08-23Support fallback linespacing in DynamicLayoutRoozbeh Pournader
2017-08-23Add a builder for DynamicLayout and switch TextView to itRoozbeh Pournader
2017-07-27Fix DynamicLayout last line spacingSiyamed Sinir
2017-07-26Fix EditText line spacingSiyamed Sinir
2017-07-25Store line extra in layoutsSiyamed Sinir
2017-05-23Set up empty lines for DynamicLayout#updateBlocks() testsRoozbeh Pournader
2017-04-03Change justification parameter from boolean to int.Seigo Nonaka
2017-01-05Introduce full justification.Seigo Nonaka
2016-09-05Always redraw text that protrude from line bounds.Keisuke Kuroyanagi
2016-06-29Visibility fixes for text related tests.Siyamed Sinir
2015-06-03Rename setTextDir to setTextDirectionRaph Levien
2015-05-12Add hyphenationFrequency attribute to TextView and StaticLayout.Roozbeh Pournader
2015-05-01Expose StaticLayout.Builder publiclyRaph Levien
2015-04-30Make Paint a required field of StaticLayout BuilderRaph Levien
2015-04-01Add breakStrategy attribute to TextViewRaph Levien
2015-03-30Revert "Fix build: Revert "Record hyphens from Minikin and draw them""Raph Levien
2015-03-30Fix build: Revert "Record hyphens from Minikin and draw them"Ed Heyl
2015-03-27Record hyphens from Minikin and draw themRaph Levien
2015-03-04Some refactoring of StaticLayoutRaph Levien
2014-03-27Uses VMRuntime.newUnpaddedArray for ideal array sizesAdam Lesinski
2013-10-03Fix Text appears on top of existing text when composing in gmail.Raph Levien
2013-01-08Optimize drawHardwareAccelerated method in Editor classSangkyu Lee
2012-05-11Cut long text into multiple DL at startGilles Debunne
2012-04-19TextView's sub display lists have tighten boundsGilles Debunne
2012-03-26Added a unit test for DynamicLayout#updateBlocksGilles Debunne
2012-03-15Fix the buildRomain Guy
2012-03-15Multiple display lists for editable textGilles Debunne
2011-10-18Wrong word cut at end of lines with spacesGilles Debunne
2011-10-04Revert "Fix bug #5387832 [UI/Visual] Address of the website is not displayed ...Fabrice Di Meglio
2011-09-29Fix bug #5387832 [UI/Visual] Address of the website is not displayed properly...Fabrice Di Meglio
2011-09-25Fix bug #5344067 android.text.DynamicLayout.sStaticLayout can hold onto an Ac...Fabrice Di Meglio