summaryrefslogtreecommitdiff
path: root/core/java/android/widget/TextView.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* Show keyboard when user starts a text selection.Gilles Debunne2010-12-151-2/+8
* Remove line height attribute from TextView.Gilles Debunne2010-12-141-31/+1
* Removed no longer used longPressCallback in TextViewGilles Debunne2010-12-141-7/+0
* Off by one index error in word selectionGilles Debunne2010-12-141-1/+1
* Make TextView respect the maxLines attribute.Gilles Debunne2010-12-141-23/+47
* setTextIsSelectable documentation updated.Gilles Debunne2010-12-131-2/+8
* TextView's runnable are stopped when the View is detached.Gilles Debunne2010-12-101-22/+82
* A long press on the insertion handles triggers the selection.Gilles Debunne2010-12-101-30/+49
* Selecting text from a punctuation sign selects previous word.Gilles Debunne2010-12-101-0/+7
* Added visual feedback to text correction.Gilles Debunne2010-12-101-4/+109
* New API in InputConnection to signal IME's text correction.Gilles Debunne2010-12-101-4/+15
* SelectAllOnFocus text fields do not display the insertion handle when focused.Gilles Debunne2010-12-081-1/+2
* No NPE in Browser when pasting in WebTextView.Gilles Debunne2010-12-071-9/+8
* Fix for Blink in TextView.Gilles Debunne2010-12-071-6/+6
* Moved Paste popup window up in TextViewGilles Debunne2010-12-061-13/+15
* Made TextView use the new localState API for drag infoGilles Debunne2010-12-031-14/+26
* Customized text selection action mode.Gilles Debunne2010-12-021-28/+69
* API CHANGE: drags can now carry an originator-only object payloadChristopher Tate2010-12-011-1/+1
* A double tap starts selection when done on text only.Gilles Debunne2010-12-011-1/+2
* Refactor onDrop in TextViewGilles Debunne2010-12-011-55/+56
* Tap inside text selection dismisses selection.Gilles Debunne2010-12-011-35/+17
* Selection in URL, email, phone, date, numbers selects allGilles Debunne2010-11-301-48/+33
* Selection handles no longer fade out.Gilles Debunne2010-11-301-24/+0
* Long press in empty space stops text selectionGilles Debunne2010-11-301-0/+1
* Dragging inside the same TextView is a move instead of a copy.Gilles Debunne2010-11-291-5/+52
* Put @ViewDebug.ExportedProperty back on TextView.mTextRomain Guy2010-11-291-0/+1