summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget/TextView.java
Commit message (Expand)AuthorAgeFilesLines
* Fix issue #5260129: Suggestion strip in Talk app not showing all the timeDianne Hackborn2011-09-191-0/+5
* Update the public APIs for finding views by text to optionally use content de...Svetoslav Ganov2011-09-141-12/+9
* Bug 5295607: IOOB problems in SuggestionsGilles Debunne2011-09-141-12/+8
* Merge "Bug 5281947: add to dictionnary option promoted in suggestions."Gilles Debunne2011-09-131-13/+30
|\
| * Bug 5281947: add to dictionnary option promoted in suggestions.Gilles Debunne2011-09-091-13/+30
* | Fix problems where we were allocating TypedArray when not needed.Dianne Hackborn2011-09-121-8/+12
* | If suggestion span is not enable, removes the suggestion span (so no underlin...Luca Zanolin2011-09-121-2/+30
|/
* Merge "Bug 5255124: Move cursor to the end of a word after correction popup a...Gilles Debunne2011-09-091-0/+3
|\
| * Bug 5255124: Move cursor to the end of a word after correction popup alternat...Gilles Debunne2011-09-091-0/+3
* | Merge "Bug 5278456: text highlight color depends on the type of suggestion sp...Gilles Debunne2011-09-091-6/+18
|\ \
| * | Bug 5278456: text highlight color depends on the type of suggestion spans.Gilles Debunne2011-09-081-6/+18
* | | Merge "The time and data pickers did not support IME editor action correctly."Svetoslav Ganov2011-09-091-6/+7
|\ \ \ | |_|/ |/| |
| * | The time and data pickers did not support IME editor action correctly.Svetoslav Ganov2011-09-081-6/+7
| |/
* | Merge "Fix bug #2246815 Error popups on EditText should span the width of the...Fabrice Di Meglio2011-09-081-4/+2
|\ \
| * | Fix bug #2246815 Error popups on EditText should span the width of the screen...Fabrice Di Meglio2011-09-081-4/+2
* | | Merge "Fix bug #2246815 Error popups on EditText should span the width of the...Fabrice Di Meglio2011-09-081-11/+7
|\ \ \ | |/ / | | / | |/ |/|
| * Fix bug #2246815 Error popups on EditText should span the width of the screen...Fabrice Di Meglio2011-09-081-11/+7
* | Merge "No vibration when long pressing in the empty part of an EditText"Gilles Debunne2011-09-081-6/+13
|\ \
| * | No vibration when long pressing in the empty part of an EditTextGilles Debunne2011-09-071-6/+13
| |/
* | Merge "Longpressing in landscape correctly starts selection mode."Gilles Debunne2011-09-081-9/+19
|\ \
| * | Longpressing in landscape correctly starts selection mode.Gilles Debunne2011-09-071-9/+19
| |/
* | Merge "Updated text selection color. As in 133272"Gilles Debunne2011-09-081-1/+1
|\ \
| * | Updated text selection color. As in 133272Gilles Debunne2011-09-061-1/+1
* | | Merge "Send onViewClicked in the extract mode"satok2011-09-071-4/+11
|\ \ \ | |_|/ |/| |
| * | Send onViewClicked in the extract modesatok2011-09-081-4/+11
* | | Merge "Fix bug #5252977 TextView selection handles appearing in a weird state"Fabrice Di Meglio2011-09-071-0/+2
|\ \ \ | |/ / |/| |
| * | Fix bug #5252977 TextView selection handles appearing in a weird stateFabrice Di Meglio2011-09-061-0/+2
* | | Merge "Fix "out of bound exception" when the span has prefix."Gilles Debunne2011-09-061-150/+15
|\ \ \
| * | | Fix "out of bound exception" when the span has prefix.Luca Zanolin2011-09-061-150/+15
| |/ /
* | | Merge "Fix several issues with the "EasyEditSpan"."Gilles Debunne2011-09-061-35/+116
|\ \ \
| * | | Fix several issues with the "EasyEditSpan".Luca Zanolin2011-09-071-35/+116
| | |/ | |/|
* | | Merge "Fix bug #5262565 Need to remove CharCount TextDirectionHeuristics"Fabrice Di Meglio2011-09-061-4/+0
|\ \ \ | |_|/ |/| |
| * | Fix bug #5262565 Need to remove CharCount TextDirectionHeuristicsFabrice Di Meglio2011-09-061-4/+0
| |/
* | Fix bug #5243493 TextView selection is not working correctly when there is so...Fabrice Di Meglio2011-09-021-26/+73
|/
* Merge "Remove the suggestion underline when the TextView loses focus."Gilles Debunne2011-09-021-0/+21
|\
| * Remove the suggestion underline when the TextView loses focus.Luca Zanolin2011-09-021-0/+21
* | Merge "Popup windows positions are updated when a TextView is scrolled"Gilles Debunne2011-09-021-26/+38
|\ \
| * | Popup windows positions are updated when a TextView is scrolledGilles Debunne2011-09-011-26/+38
| |/
* | Merge "Added an add to dictionary option in suggestions for misspelled words"Gilles Debunne2011-09-021-44/+53
|\ \
| * | Added an add to dictionary option in suggestions for misspelled wordsGilles Debunne2011-09-021-44/+53
| |/
* | Fixes around text selectionGilles Debunne2011-09-021-17/+25
|/
* Using ListView for Suggestion popup windowGilles Debunne2011-08-311-115/+124
* Ellipsize marquee TextViews that aren't currently animatingAdam Powell2011-08-301-71/+159
* Merge "Add EditTextShortcutSpan to provide edit short cut in the text view."Gilles Debunne2011-08-301-1/+187
|\
| * Add EditTextShortcutSpan to provide edit short cut in the text view.Luca Zanolin2011-08-301-1/+187
* | Moving action popup window when moving text selectionGilles Debunne2011-08-291-0/+1
|/
* Merge "Suggestions popup window is dismissed on tap outside."Gilles Debunne2011-08-291-35/+37
|\
| * Suggestions popup window is dismissed on tap outside.Gilles Debunne2011-08-251-41/+37
* | Merge "Fix bug #5199577 TextView with android:password="true" is showing the ...Fabrice Di Meglio2011-08-261-0/+5
|\ \
| * | Fix bug #5199577 TextView with android:password="true" is showing the "dots" ...Fabrice Di Meglio2011-08-251-0/+5