summaryrefslogtreecommitdiff
path: root/core/java/android/text/StaticLayout.java
Commit message (Expand)AuthorAgeFilesLines
* Update the text wrapping API.James.cf Lin2022-03-101-2/+4
* Add setLineBreakConfig APISeigo Nonaka2022-01-151-3/+21
* Implement fallback line spacing for BoringLayoutSeigo Nonaka2022-01-121-4/+10
* Revert "Implement fallback line spacing for BoringLayout"Shubham Dubey2022-01-101-10/+4
* Implement fallback line spacing for BoringLayoutSeigo Nonaka2022-01-061-4/+10
* Fix top/bottom to adjust fallback ascent/descent.Seigo Nonaka2021-12-101-0/+12
* Implement fast hyphenation algorithmSeigo Nonaka2021-11-101-1/+15
* Fix ellipsis reinitialization for static cached StaticLayout.Ahaan Ugale2021-02-051-0/+3
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-291-5/+5
* Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-281-5/+5
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-5/+5
* Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-071-1/+1
* Merge "Change TabStop type from int to float"TreeHugger Robot2019-03-131-4/+4
|\
| * Change TabStop type from int to floatSeigo Nonaka2019-03-121-4/+4
* | Hide packing structure from public APISeigo Nonaka2019-03-111-8/+34
|/
* Address API review from the councilSeigo Nonaka2019-03-071-1/+1
* Fix that TextLine overwrites wordSpcing on paintHaoyu Zhang2019-01-081-0/+4
* Recompute PcT with existing PcT for different directionSeigo Nonaka2018-12-101-4/+20
* Add StaticLayout constructor to dark-grey listSiyamed Sinir2018-11-271-1/+1
* Fix invalid character accessSeigo Nonaka2018-10-151-1/+1
* Make LineBreaker publicSeigo Nonaka2018-10-091-6/+7
* Prepare NativeLineBreaker.LineBreaks to be public APISeigo Nonaka2018-09-261-18/+39
* Move some members to the "Q blacklist".Mathew Inwood2018-09-141-1/+2
* Unhide HyphenEdit related methodsSeigo Nonaka2018-09-101-2/+10
* Introduce NativeLineBreaker.Builder and ParagraphConstraintSeigo Nonaka2018-08-171-15/+16
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-151-0/+14
* Merge "Disable hyphenation by in default theme"Siyamed Sinir2018-08-071-0/+14
|\
| * Disable hyphenation by in default themeSiyamed Sinir2018-07-231-0/+14
* | Extract native methods into isolated classesSeigo Nonaka2018-07-271-268/+200
|/
* Cleanup: Remove unused padding argumentsSeigo Nonaka2018-06-051-36/+2
* Merge "Stop creating PrecomputedText in StaticLayout" into pi-dev am: be8b90b966Seigo Nonaka2018-03-211-16/+14
|\
| * Stop creating PrecomputedText in StaticLayoutSeigo Nonaka2018-03-201-16/+14
* | Fix StaticLayout maxLineHeight warningSiyamed Sinir2018-03-081-4/+4
|/
* Reorganize MeasuredText API (2nd)Seigo Nonaka2018-02-161-28/+11
* Revert "Reorganize MeasuredText API"Seigo Nonaka2018-02-141-48/+36
* Reorganize MeasuredText APISeigo Nonaka2018-02-121-36/+48
* Merge "Compute full text layout in MeasuredText and use it for drawing"TreeHugger Robot2018-01-241-1/+1
|\
| * Compute full text layout in MeasuredText and use it for drawingSeigo Nonaka2018-01-231-1/+1
* | Revert "Make ellipsize retry if text doesn't fit"Siyamed Sinir2018-01-231-155/+62
|/
* Compute hyphenated word pieces in MeasuredTextSeigo Nonaka2018-01-181-10/+24
* Rename PremeasuredText to MeasuredTextSeigo Nonaka2018-01-111-25/+26
* Deprecate StaticLayout and DynamicLayout constructorsClara Bayarri2017-12-191-19/+13
* Introduce PremeasuredTextSeigo Nonaka2017-12-111-21/+32
* Fix testCursorIsOnRight test caseSeigo Nonaka2017-12-111-8/+5
* Associate native MeasuredText with Java one.Seigo Nonaka2017-12-051-47/+24
* Refactor MeasuredTextSeigo Nonaka2017-12-051-84/+26
* Revert "Refactor MeasuredText"Seigo Nonaka2017-12-041-26/+84
* Refactor MeasuredTextSeigo Nonaka2017-11-301-84/+26
* Reorganize JNI in StaticLayoutSeigo Nonaka2017-10-241-292/+321
* Move hyphenator mapping to native code.Seigo Nonaka2017-10-131-43/+8