summaryrefslogtreecommitdiff
path: root/core/java/android/text
Commit message (Expand)AuthorAgeFilesLines
* Update BoringLayout.isBoring JavadocSeigo Nonaka2019-01-291-4/+15
* Deprecate SuggestionSpan#ACTION_SUGGESTION_PICKEDYohei Yukawa2019-01-211-60/+42
* Schematize Display system propertiesKiyoung Kim2019-01-151-3/+2
* Change UrlSpanFactory to a FunctionSiyamed Sinir2019-01-141-57/+22
* Annotate SuggestionSpan.getUnderlineColorQingqing Deng2019-01-091-0/+2
* Fix that TextLine overwrites wordSpcing on paintHaoyu Zhang2019-01-082-6/+17
* Limit access to suspected false positives.Mathew Inwood2018-12-283-5/+8
* Merge "Fix: LineBackgroundSpan calls Canvas.drawRect with wrong parameter"Haoyu Zhang2018-12-141-1/+1
|\
| * Fix: LineBackgroundSpan calls Canvas.drawRect with wrong parameterHaoyu Zhang2018-12-131-1/+1
* | cherry-pick from pi-dev docs: Fixing malformed javadocAndrew Solovay2018-12-131-1/+2
|/
* Recompute PcT with existing PcT for different directionSeigo Nonaka2018-12-103-23/+137
* Make getUnderlineColor public.qqd2018-12-031-3/+0
* Merge "Track move of timezone classes to libcore.timezone" am: d48dbc9a34 am:...Neil Fuller2018-11-281-1/+1
|\
| * Merge "Track move of timezone classes to libcore.timezone" am: d48dbc9a34Neil Fuller2018-11-281-1/+1
| |\
| | * Track move of timezone classes to libcore.timezoneNeil Fuller2018-11-271-1/+1
| | * Merge pie-platform-release to aosp-master - DO NOT MERGEBill Yi2018-10-241-1/+2
| | |\
| | | * Fix crash during cursor moving on BiDi textSeigo Nonaka2018-08-161-1/+2
| * | | Merge "Move some members to the "Q blacklist"." am: f5cf9f24edNathan Harold2018-10-243-3/+6
| |\| |
| | * | Move some members to the "Q blacklist".Mathew Inwood2018-10-223-3/+6
* | | | Merge "Add StaticLayout constructor to dark-grey list"TreeHugger Robot2018-11-281-1/+1
|\ \ \ \
| * | | | Add StaticLayout constructor to dark-grey listSiyamed Sinir2018-11-271-1/+1
* | | | | Merge "Make LineHeightSpan.Standard a ParcelableSpan"Haoyu Zhang2018-11-272-2/+54
|\ \ \ \ \
| * | | | | Make LineHeightSpan.Standard a ParcelableSpanHaoyu Zhang2018-11-262-2/+54
* | | | | | Do not linkify text with RLO/LRO characters.Abodunrinwa Toki2018-11-271-0/+37
|/ / / / /
* | | | | Merge "Revert "Revert "Refactor TextLine class"""TreeHugger Robot2018-11-172-142/+140
|\ \ \ \ \
| * | | | | Revert "Revert "Refactor TextLine class""Siyamed Sinir2018-11-162-142/+140
* | | | | | Merge "Revert "Revert "Enable PrecomputedText for BiDi text"""TreeHugger Robot2018-11-171-2/+1
|\ \ \ \ \ \
| * | | | | | Revert "Revert "Enable PrecomputedText for BiDi text""Siyamed Sinir2018-11-161-2/+1
* | | | | | | Merge "Revert "Refactor TextLine class""TreeHugger Robot2018-11-162-140/+142
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Revert "Refactor TextLine class"Siyamed Sinir2018-11-162-140/+142
* | | | | | | Merge "Revert "Enable PrecomputedText for BiDi text""TreeHugger Robot2018-11-161-1/+2
|\ \ \ \ \ \ \ | | |/ / / / / | |/| / / / / | |_|/ / / / |/| | | | |
| * | | | | Revert "Enable PrecomputedText for BiDi text"Siyamed Sinir2018-11-161-1/+2
* | | | | | Merge "Fix getLineLeft crashes when alignment is null"Haoyu Zhang2018-11-161-2/+14
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix getLineLeft crashes when alignment is nullHaoyu Zhang2018-11-141-2/+14
* | | | | | Enable PrecomputedText for BiDi textSeigo Nonaka2018-11-141-2/+1
| |/ / / / |/| | | |
* | | | | Refactor TextLine classSeigo Nonaka2018-11-142-142/+140
|/ / / /
* | | | Merge "Fix getLineRight()/getLineLeft() may compute leadingMargin twice"Haoyu Zhang2018-10-301-42/+71
|\ \ \ \
| * | | | Fix getLineRight()/getLineLeft() may compute leadingMargin twiceHaoyu Zhang2018-10-191-42/+71
* | | | | fix spelling typo in commentBranden Archer2018-10-291-1/+1
* | | | | Merge "Disable double cursor for BiDi in Layout."Qingqing Deng2018-10-221-23/+13
|\ \ \ \ \
| * | | | | Disable double cursor for BiDi in Layout.qqd2018-10-191-23/+13
* | | | | | Introduce FontStyle for future extensibilitySeigo Nonaka2018-10-191-2/+2
|/ / / / /
* | | | | Merge "Add textLocale attributes to TextView and TextAppearanceSpan"Haoyu Zhang2018-10-191-0/+31
|\ \ \ \ \
| * | | | | Add textLocale attributes to TextView and TextAppearanceSpanHaoyu Zhang2018-10-181-0/+31
| |/ / / /
* / / / / Change add{StyleRun, ReplacementRun} to append{StyleRun, ReplacementRun}Seigo Nonaka2018-10-181-3/+3
|/ / / /
* | | | Merge "Make loadSafeLabel a generic facility as makeSafeForPresentation"TreeHugger Robot2018-10-161-0/+259
|\ \ \ \
| * | | | Make loadSafeLabel a generic facility as makeSafeForPresentationPhilip P. Moltmann2018-10-151-0/+259
* | | | | Merge "Fix invalid character access"TreeHugger Robot2018-10-161-1/+1
|\ \ \ \ \
| * | | | | Fix invalid character accessSeigo Nonaka2018-10-151-1/+1
* | | | | | Merge "Add default implementation for LineBackgroundSpan"Haoyu Zhang2018-10-162-8/+110
|\ \ \ \ \ \ | |/ / / / / |/| | | | |