summaryrefslogtreecommitdiffstats
path: root/core/java/android/text
Commit message (Expand)AuthorAgeFilesLines
* Fix for bug 6716343. Use correct offset for mPos reset.Raph Levien2012-07-091-1/+1
* Merge "Better handling of spaces at ends of lines in StaticLayout."Gilles Debunne2012-07-021-38/+25
|\
| * Better handling of spaces at ends of lines in StaticLayout.Gilles Debunne2012-06-271-38/+25
* | Added comments describing the span limit attributesGilles Debunne2012-06-261-2/+13
|/
* am 4c268a32: am badf5a94: Merge "Fixed text rendering issue with spans." into...Gilles Debunne2012-06-182-33/+32
|\
| * Merge "Fixed text rendering issue with spans." into jb-devGilles Debunne2012-06-182-33/+32
| |\
| | * Fixed text rendering issue with spans.Gilles Debunne2012-06-152-33/+32
* | | am 99745c01: am 15c9c614: Merge "Fix bug #6661824 Hebrew Text can be clipped"...Fabrice Di Meglio2012-06-142-7/+13
|\ \ \ | |/ /
| * | Merge "Fix bug #6661824 Hebrew Text can be clipped" into jb-devFabrice Di Meglio2012-06-142-7/+13
| |\ \
| | * | Fix bug #6661824 Hebrew Text can be clippedFabrice Di Meglio2012-06-132-7/+13
* | | | am 735b9598: am a447eaca: Merge "Prevent a crash when maxLines is set to 0" i...Gilles Debunne2012-06-121-0/+1
|\ \ \ \ | |/ / /
| * | | Merge "Prevent a crash when maxLines is set to 0" into jb-devGilles Debunne2012-06-121-0/+1
| |\ \ \ | | |/ / | |/| |
| | * | Prevent a crash when maxLines is set to 0Gilles Debunne2012-06-111-0/+1
| | |/
* | | am 1b15102f: am 72b8fc7e: Merge "Revert "Fix fake bold for fallback fonts in ...Victoria Lease2012-06-123-3/+0
|\ \ \ | |/ /
| * | Revert "Fix fake bold for fallback fonts in frameworks."Victoria Lease2012-06-113-3/+0
| |/
* | am 2203fab2: am 2e6f9be5: Merge "Fix fake bold for fallback fonts in framewor...Victoria Lease2012-06-083-0/+3
|\ \ | |/
| * Fix fake bold for fallback fonts in frameworks.Victoria Lease2012-06-083-0/+3
* | am 887568c4: am 01bf82f2: Merge "Add/refine comments to reflect key event pol...Jean Chalard2012-05-2911-0/+46
|\ \ | |/
| * Add/refine comments to reflect key event policiesJean Chalard2012-05-2911-0/+46
* | am b00ceecb: am 0ae107ff: Merge "Cut long text into multiple DL at start" int...Gilles Debunne2012-05-141-8/+65
|\ \ | |/
| * Merge "Cut long text into multiple DL at start" into jb-devGilles Debunne2012-05-111-8/+65
| |\
| | * Cut long text into multiple DL at startGilles Debunne2012-05-111-8/+65
* | | resolved conflicts for merge of a9cc30ce to masterRaph Levien2012-05-111-18/+23
|\ \ \ | |/ /
| * | Add fontFamily XML attribute to select font family by stringRaph Levien2012-05-091-18/+23
| |/
* | am 8779c022: am 0caf421e: Merge "Final fix in SpannableStringBuilder." into j...Gilles Debunne2012-05-081-8/+11
|\ \ | |/
| * Merge "Final fix in SpannableStringBuilder." into jb-devGilles Debunne2012-05-071-8/+11
| |\
| | * Final fix in SpannableStringBuilder.Gilles Debunne2012-05-041-8/+11
| |/ |/|
| * Hide RTL related APIs - DO NOT MERGEFabrice Di Meglio2012-05-041-1/+0
|/
* Hide TextDirectionHeuristicsGilles Debunne2012-05-022-1/+3
* Merge "SpannableStringBuilder correctly manages MARK and POINTS" into jb-devGilles Debunne2012-04-302-23/+51
|\
| * SpannableStringBuilder correctly manages MARK and POINTSGilles Debunne2012-04-262-23/+51
* | Basic renaming refactoring in LayoutGilles Debunne2012-04-251-15/+15
|/
* Merge "Do not notify text watchers when replace is a no-op"Gilles Debunne2012-04-241-0/+20
|\
| * Do not notify text watchers when replace is a no-opGilles Debunne2012-04-181-0/+20
* | Merge "Fixed SSB. Correct broadcast of removed spans' positions"Gilles Debunne2012-04-231-17/+35
|\ \ | |/
| * Fixed SSB. Correct broadcast of removed spans' positionsGilles Debunne2012-04-181-17/+35
* | TextView's sub display lists have tighten boundsGilles Debunne2012-04-191-26/+26
|/
* Add direct support for HTML formatted text in ClipData etc.Dianne Hackborn2012-04-131-1/+10
* SpannableStringBuilder correctly broadcast span changes during replaceGilles Debunne2012-04-121-76/+144
* Removed exception from SpannableStringBuilderGilles Debunne2012-04-101-9/+7
* Faster and simpler replace in SSB, take twoGilles Debunne2012-04-091-84/+63
* Merge "More minor refactoring in SpannableStringBuilder"Gilles Debunne2012-04-091-32/+29
|\
| * More minor refactoring in SpannableStringBuilderGilles Debunne2012-04-051-32/+29
* | Revert "Faster and simpler replace in SSB"Gilles Debunne2012-04-061-21/+46
|/
* Faster and simpler replace in SSBGilles Debunne2012-04-041-46/+21
* Refactoring SpannableStringBuilderGilles Debunne2012-04-021-80/+52
* Spans added during a text change are broadcastedGilles Debunne2012-03-301-5/+3
* 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