summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget/TextView.java
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | Non-editable TextViews should not display a cursor.Gilles Debunne2011-01-241-4/+7
| |/
* | Use optimized display lists for all hwaccelerated renderingChet Haase2011-01-241-0/+1
|/
* Tapping inside an EditText should always pop up the IME.Gilles Debunne2011-01-211-17/+42
* Paste popup window is displayed on the side when it would be clipped on top o...Gilles Debunne2011-01-211-30/+74
* Error popup no longer flickers in TextViews.Gilles Debunne2011-01-191-6/+4
* Merge "Added a touch up filter in text selection handles." into honeycombGilles Debunne2011-01-181-17/+79
|\
| * Added a touch up filter in text selection handles.Gilles Debunne2011-01-171-17/+79
* | Fix a bunch of API review bugs.Dianne Hackborn2011-01-171-8/+6
|/
* fix for cts DuplicateParentStateEnabled bug with TextViews.Gilles Debunne2011-01-131-2/+5
* API CHANGE: startDrag() now takes "int flags" instead of "boolean localOnly"Christopher Tate2011-01-111-1/+1
* Find when pressing enter. Call onClickListener in TextView.Leon Scroggins2011-01-111-0/+3
* Stop text selection mode when new text replaces selection.Gilles Debunne2011-01-101-15/+19
* Fix for an NPE in Account settings on long press.Gilles Debunne2011-01-101-1/+1
* Rename drag "thumbnail" to the drag "shadow"Christopher Tate2011-01-071-15/+15
* Added support for Unicode surrogate characters in word selectionGilles Debunne2011-01-071-21/+16
* TextView's color transparency is taken into account.Gilles Debunne2011-01-051-4/+18
* Added support for asian characters in text selection.Gilles Debunne2011-01-041-8/+8
* No spaces are inserted around pasted text when there are already new lines.Gilles Debunne2011-01-041-32/+37
* Multi-line EditText background is set using a state. Step 2.Gilles Debunne2011-01-041-1/+9
* Multi-line EditText background is set using a state.Gilles Debunne2011-01-041-13/+3
* Text selection is preserved upon device rotation.Gilles Debunne2011-01-041-5/+23
* Add TYPE_NUMBER_VARIATION_PASSWORD for entering a numeric password.Ken Wakasa2010-12-251-5/+12
* Support invoking key shortcuts using Control.Jeff Brown2010-12-211-73/+52
* Links are clickable in TextView when textIsSelectable.Gilles Debunne2010-12-211-0/+14
* Add initial support for TAB navigation.Jeff Brown2010-12-171-69/+95
* AutoLink identified spans are selected when long pressed.Gilles Debunne2010-12-171-29/+58
* Made text selectable even when autolinks are activated.Gilles Debunne2010-12-171-27/+38
* Removed focusableInTouchMode flag for selectable text.Gilles Debunne2010-12-171-7/+4
* Fix for testAccessTransformationMethod cts test.Gilles Debunne2010-12-151-2/+2