summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget/TextView.java
Commit message (Expand)AuthorAgeFilesLines
* Text selection on phoneGilles Debunne2011-06-091-8/+24
* Interrogation of the view hierarchy from an AccessibilityService.Svetoslav Ganov2011-06-061-1/+24
* Merge "Rename Gravity BEFORE/AFTER to START/END"Fabrice Di Meglio2011-06-061-2/+2
|\
| * Rename Gravity BEFORE/AFTER to START/ENDFabrice Di Meglio2011-06-061-2/+2
* | resolved conflicts for merge of 955e8d79 to masterJeff Brown2011-06-031-14/+9
|\ \ | |/ |/|
| * Tap timeout removed on paste. Relying on position only.Gilles Debunne2011-06-021-18/+13
* | Fix default TextView gravityFabrice Di Meglio2011-06-031-1/+1
* | Remove suggestion span underline on device rotationGilles Debunne2011-06-011-0/+3
* | Merge "Select all for text shown as an icon on smaller screens"Gilles Debunne2011-06-011-1/+13
|\ \
| * | Select all for text shown as an icon on smaller screensGilles Debunne2011-05-311-1/+13
* | | Merge "Fix TextView potential NPE in isLayoutRtl()"Fabrice Di Meglio2011-05-311-4/+6
|\ \ \
| * | | Fix TextView potential NPE in isLayoutRtl()Fabrice Di Meglio2011-05-311-4/+6
| |/ /
* | | Merge "Fix for bug 4499752 - Detect nulled layouts in HandleViews"Gilles Debunne2011-05-311-0/+7
|\ \ \ | |/ / |/| |
| * | Fix for bug 4499752 - Detect nulled layouts in HandleViewsGilles Debunne2011-05-271-0/+7
* | | Merge "Add support for Gravity BEFORE and AFTER"Fabrice Di Meglio2011-05-271-8/+23
|\ \ \
| * | | Add support for Gravity BEFORE and AFTERFabrice Di Meglio2011-05-271-8/+23
| |/ /
* | | EditText notifies the IME when a suggestion is picked.Gilles Debunne2011-05-261-0/+8
|/ /
* | Merge "Made getOffsetForPosition public in TextView."Gilles Debunne2011-05-241-3/+2
|\ \
| * | Made getOffsetForPosition public in TextView.Gilles Debunne2011-05-231-3/+2
* | | Merge "TextView uses floats for touch event positions."Gilles Debunne2011-05-241-52/+40
|\ \ \ | |/ /
| * | TextView uses floats for touch event positions.Gilles Debunne2011-05-231-57/+45
* | | Added a new flag in TextView to disable Suggestions.Gilles Debunne2011-05-231-5/+37
|/ /
* | Merge "Factored out the Accessibility vertical initialization."Svetoslav Ganov2011-05-131-7/+8
|\ \
| * | Factored out the Accessibility vertical initialization.Svetoslav Ganov2011-05-131-7/+8
* | | SuggestionSpans are preserved when picked.Gilles Debunne2011-05-121-2/+40
|/ /
* | Merge "All SuggestionSpans are removed when the window loses focus."Gilles Debunne2011-05-061-0/+12
|\ \
| * | All SuggestionSpans are removed when the window loses focus.Gilles Debunne2011-05-041-0/+12
* | | Merge "Off by one bug in TextView's suggestions popup."Gilles Debunne2011-05-051-1/+1
|\ \ \
| * | | Off by one bug in TextView's suggestions popup.Gilles Debunne2011-05-041-1/+1
| |/ /
* | | Rename ViewRoot to ViewAncestor.Joe Onorato2011-05-041-4/+4
|/ /
* | Merge "Touch exploration - nits"Svetoslav Ganov2011-04-291-0/+2
|\ \
| * | Touch exploration - nitsSvetoslav Ganov2011-04-291-0/+2
* | | Merge "SuggestionSpans are removed around edited text."Gilles Debunne2011-04-291-3/+4
|\ \ \
| * | | SuggestionSpans are removed around edited text.Gilles Debunne2011-04-291-3/+4
* | | | Merge "TextView uses WordIterator to select words."Gilles Debunne2011-04-291-93/+44
|\ \ \ \ | |/ / / |/| | |
| * | | TextView uses WordIterator to select words.Gilles Debunne2011-04-281-93/+46
| |/ /
* | | Support for overlapping spans in TextView's suggestions.Gilles Debunne2011-04-271-10/+201
|/ /
* | Touch exploration feature, event bubling, refactorSvetoslav Ganov2011-04-221-3/+2
* | Merge "Revert "Touch exploration feature, event bubling, refactor""Adam Powell2011-04-221-2/+3
|\ \
| * | Revert "Touch exploration feature, event bubling, refactor"Adam Powell2011-04-221-2/+3
* | | Merge "Clean getTextRunAdvances() APIs"Fabrice Di Meglio2011-04-221-4/+4
|\ \ \ | |/ / |/| |
| * | Clean getTextRunAdvances() APIsFabrice Di Meglio2011-04-211-4/+4
* | | Merge "Touch exploration feature, event bubling, refactor"Svetoslav Ganov2011-04-221-3/+2
|\ \ \
| * | | Touch exploration feature, event bubling, refactorSvetoslav Ganov2011-04-211-3/+2
| |/ /
* | | Refactoring in TextViews' handlesGilles Debunne2011-04-221-118/+59
|/ /
* | Rename CorrectionSpan to SuggestionSpansatok2011-04-081-7/+7
* | Merge "Word suggestion popup added to EditText."Gilles Debunne2011-04-061-17/+225
|\ \
| * | Word suggestion popup added to EditText.Gilles Debunne2011-04-061-17/+225
* | | IME is no longer shown when an EditText gets focus.Gilles Debunne2011-04-041-8/+0
|/ /
* | Fix text redering issue where the text was sometimes truncatedFabrice Di Meglio2011-03-291-0/+10