summaryrefslogtreecommitdiff
path: root/core/java/android/text/DynamicLayout.java
Commit message (Expand)AuthorAgeFilesLines
* Fix DynamicLayout init to use transformed text length.Ahaan Ugale2021-02-051-3/+3
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-291-2/+2
* Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-281-2/+2
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-2/+2
* Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-071-1/+1
* Hide packing structure from public APISeigo Nonaka2019-03-111-3/+12
* Move some members to the "Q blacklist".Mathew Inwood2018-09-141-1/+2
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-151-0/+8
* Make PrecomputedText Spannable for supporting selectionSeigo Nonaka2018-03-201-1/+6
* Revert "Make PrecomputedText Spannable for supporting selection"Seigo Nonaka2018-03-191-6/+1
* Make PrecomputedText Spannable for supporting selectionSeigo Nonaka2018-03-151-1/+6
* Revert "Reorganize MeasuredText API"Seigo Nonaka2018-02-141-1/+1
* Reorganize MeasuredText APISeigo Nonaka2018-02-121-1/+1
* Prevent crash for Span change eventsSiyamed Sinir2018-01-081-0/+5
* Merge "Deprecate StaticLayout and DynamicLayout constructors"TreeHugger Robot2017-12-201-8/+9
|\
| * Deprecate StaticLayout and DynamicLayout constructorsClara Bayarri2017-12-191-8/+9
* | Fix DynamicLayout block index calculation after editSiyamed Sinir2017-12-181-9/+17
|/
* Removed unused variables from text layout codeSiyamed Sinir2017-10-101-3/+3
* Pass text direction from DynamicLayout to LayoutRoozbeh Pournader2017-09-201-1/+1
* Support fallback linespacing in DynamicLayoutRoozbeh Pournader2017-08-231-3/+28
* Add a builder for DynamicLayout and switch TextView to itRoozbeh Pournader2017-08-231-82/+356
* Fix DynamicLayout last line spacingSiyamed Sinir2017-07-271-1/+2
* Fix EditText line spacingSiyamed Sinir2017-07-261-2/+3
* Store line extra in layoutsSiyamed Sinir2017-07-251-5/+15
* Set up empty lines for DynamicLayout#updateBlocks() testsRoozbeh Pournader2017-05-231-4/+6
* Change justification parameter from boolean to int.Seigo Nonaka2017-04-031-5/+5
* Introduce full justification.Seigo Nonaka2017-01-051-3/+7
* Always redraw text that protrude from line bounds.Keisuke Kuroyanagi2016-09-051-8/+99
* Visibility fixes for text related tests.Siyamed Sinir2016-06-291-2/+5
* Rename setTextDir to setTextDirectionRaph Levien2015-06-031-1/+1
* Add hyphenationFrequency attribute to TextView and StaticLayout.Roozbeh Pournader2015-05-121-3/+7
* Expose StaticLayout.Builder publiclyRaph Levien2015-05-011-2/+1
* Make Paint a required field of StaticLayout BuilderRaph Levien2015-04-301-1/+1
* Add breakStrategy attribute to TextViewRaph Levien2015-04-011-5/+8
* Revert "Fix build: Revert "Record hyphens from Minikin and draw them""Raph Levien2015-03-301-4/+15
* Fix build: Revert "Record hyphens from Minikin and draw them"Ed Heyl2015-03-301-12/+4
* Record hyphens from Minikin and draw themRaph Levien2015-03-271-4/+12
* Some refactoring of StaticLayoutRaph Levien2015-03-041-10/+20
* Uses VMRuntime.newUnpaddedArray for ideal array sizesAdam Lesinski2014-03-271-11/+6
* Fix Text appears on top of existing text when composing in gmail.Raph Levien2013-10-031-3/+5
* Optimize drawHardwareAccelerated method in Editor classSangkyu Lee2013-01-081-2/+25
* Cut long text into multiple DL at startGilles Debunne2012-05-111-8/+65
* TextView's sub display lists have tighten boundsGilles Debunne2012-04-191-26/+26
* Added a unit test for DynamicLayout#updateBlocksGilles Debunne2012-03-261-1/+17
* Fix the buildRomain Guy2012-03-151-1/+1
* Multiple display lists for editable textGilles Debunne2012-03-151-3/+142
* Wrong word cut at end of lines with spacesGilles Debunne2011-10-181-3/+3
* Revert "Fix bug #5387832 [UI/Visual] Address of the website is not displayed ...Fabrice Di Meglio2011-10-041-7/+3
* Fix bug #5387832 [UI/Visual] Address of the website is not displayed properly...Fabrice Di Meglio2011-09-291-3/+7
* Fix bug #5344067 android.text.DynamicLayout.sStaticLayout can hold onto an Ac...Fabrice Di Meglio2011-09-251-2/+2