summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget/TextView.java
Commit message (Expand)AuthorAgeFilesLines
* Merge "Removing TextView predraw listeners sooner"Michael Jurka2011-03-141-6/+6
|\
| * Removing TextView predraw listeners soonerMichael Jurka2011-03-141-6/+6
* | Merge "Removed empty block warnings in TextView"Gilles Debunne2011-03-141-0/+5
|\ \
| * | Removed empty block warnings in TextViewGilles Debunne2011-03-111-0/+5
| |/
* | Wrong null check in TextViewGilles Debunne2011-03-111-1/+1
|/
* Merge "Refactor in TextView's HandleViews."Gilles Debunne2011-03-111-342/+330
|\
| * Refactor in TextView's HandleViews.Gilles Debunne2011-03-101-342/+330
* | Removed updateCursorControllerPositions hidden method.Gilles Debunne2011-03-101-9/+0
|/
* Fixed TextView#onTextChanged documentation.Gilles Debunne2011-03-091-18/+14
* am 0a301f58: am 949d0c8c: Merge "Text handles positions\' are correctly updat...Gilles Debunne2011-03-081-128/+98
|\
| * Text handles positions' are correctly updated.Gilles Debunne2011-03-071-128/+98
* | Removed unnecessary memory allocation in TextView.Gilles Debunne2011-03-071-10/+8
|/
* Merge "Text selection mode is stopped when View is recycled in ListView"Gilles Debunne2011-02-281-0/+5
|\
| * Text selection mode is stopped when View is recycled in ListViewGilles Debunne2011-02-251-0/+5
* | Add scroll wheel support to TextView.Jeff Brown2011-02-261-0/+16
* | Removed ViewTreeObserver in TextView when handles are hiddenGilles Debunne2011-02-251-26/+6
|/
* Merge "Cursors correctly displayed with legacy theme."Gilles Debunne2011-02-241-2/+5
|\
| * Cursors correctly displayed with legacy theme.Gilles Debunne2011-02-231-2/+5
* | Text handles movement improvements.Gilles Debunne2011-02-231-35/+30
|/
* Text selection handles correctly scrollGilles Debunne2011-02-221-72/+92
* Merge "Tuning the touch up filter."Gilles Debunne2011-02-221-40/+48
|\
| * Tuning the touch up filter.Gilles Debunne2011-02-181-40/+48
* | Merge "Fixes around cursor blink."Gilles Debunne2011-02-221-49/+45
|\ \
| * | Fixes around cursor blink.Gilles Debunne2011-02-181-49/+45
* | | Merge "Cursor does not jump back to its previous position when IME is showed ...Gilles Debunne2011-02-221-44/+11
|\ \ \ | |_|/ |/| |
| * | Cursor does not jump back to its previous position when IME is showed up.Gilles Debunne2011-02-171-44/+11
| |/
* | Composing span is removed when insertion point is movedGilles Debunne2011-02-171-7/+8
|/
* Text insertion cursor is now defined by a Drawable.Gilles Debunne2011-02-141-43/+122
* CTRL+A simply highlights all text.Gilles Debunne2011-02-071-13/+12
* Merge "Pixel were missing on the last line of text when using MaxLines." into...Gilles Debunne2011-01-311-4/+3
|\
| * Pixel were missing on the last line of text when using MaxLines.Gilles Debunne2011-01-301-4/+3
* | Merge "Patches for the Paste window behavior." into honeycombGilles Debunne2011-01-311-1/+5
|\ \
| * | Patches for the Paste window behavior.Gilles Debunne2011-01-311-1/+5
| |/
* | Merge "Hint text is visible when using center gravity." into honeycombGilles Debunne2011-01-311-3/+2
|\ \
| * | Hint text is visible when using center gravity.Gilles Debunne2011-01-311-3/+2
| |/
* | Merge "Fxi initial error popup dialog in TextEdit and refreshed assets." into...Gilles Debunne2011-01-311-17/+24
|\ \ | |/ |/|
| * Fxi initial error popup dialog in TextEdit and refreshed assets.Gilles Debunne2011-01-281-17/+24
* | Merge "Fix bug 3405899 - android.view.WindowManager$BadTokenException" into h...Adam Powell2011-01-301-2/+8
|\ \
| * | Fix bug 3405899 - android.view.WindowManager$BadTokenExceptionAdam Powell2011-01-301-2/+8
* | | Auto-clearing setError popupGilles Debunne2011-01-301-7/+4
|/ /
* | Fix for TextView's error popup behavior when using soft keyboard.Gilles Debunne2011-01-271-16/+28
|/
* Soft keyboard is not shown when text selection mode is aborted.Gilles Debunne2011-01-271-21/+17
* CustomSelectionActionModeCallback can prevent selection mode from starting.Gilles Debunne2011-01-271-1/+7
* Merge "Optimize invalidate() calls." into honeycombRomain Guy2011-01-261-1/+1
|\
| * Optimize invalidate() calls.Romain Guy2011-01-261-1/+1
* | Holo theme for error popups in TextViews.Gilles Debunne2011-01-261-2/+17
|/
* A long press on the selection handle no longer selects the word.Gilles Debunne2011-01-251-73/+35
* Merge "NULL inputType text fields should never show the IME." into honeycombGilles Debunne2011-01-241-36/+22
|\
| * NULL inputType text fields should never show the IME.Gilles Debunne2011-01-241-36/+22
* | Merge "Non-editable TextViews should not display a cursor." into honeycombGilles Debunne2011-01-241-4/+7
|\ \