index
:
frameworks_base.git
replicant-2.2
replicant-2.3
replicant-4.0
replicant-4.2
replicant-6.0
frameworks/base
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
widget
/
TextView.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Text handles positions' are correctly updated.
Gilles Debunne
2011-03-07
1
-128
/
+98
*
Merge "Text selection mode is stopped when View is recycled in ListView"
Gilles Debunne
2011-02-28
1
-0
/
+5
|
\
|
*
Text selection mode is stopped when View is recycled in ListView
Gilles Debunne
2011-02-25
1
-0
/
+5
*
|
Add scroll wheel support to TextView.
Jeff Brown
2011-02-26
1
-0
/
+16
*
|
Removed ViewTreeObserver in TextView when handles are hidden
Gilles Debunne
2011-02-25
1
-26
/
+6
|
/
*
Merge "Cursors correctly displayed with legacy theme."
Gilles Debunne
2011-02-24
1
-2
/
+5
|
\
|
*
Cursors correctly displayed with legacy theme.
Gilles Debunne
2011-02-23
1
-2
/
+5
*
|
Text handles movement improvements.
Gilles Debunne
2011-02-23
1
-35
/
+30
|
/
*
Text selection handles correctly scroll
Gilles Debunne
2011-02-22
1
-72
/
+92
*
Merge "Tuning the touch up filter."
Gilles Debunne
2011-02-22
1
-40
/
+48
|
\
|
*
Tuning the touch up filter.
Gilles Debunne
2011-02-18
1
-40
/
+48
*
|
Merge "Fixes around cursor blink."
Gilles Debunne
2011-02-22
1
-49
/
+45
|
\
\
|
*
|
Fixes around cursor blink.
Gilles Debunne
2011-02-18
1
-49
/
+45
*
|
|
Merge "Cursor does not jump back to its previous position when IME is showed ...
Gilles Debunne
2011-02-22
1
-44
/
+11
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Cursor does not jump back to its previous position when IME is showed up.
Gilles Debunne
2011-02-17
1
-44
/
+11
|
|
/
*
|
Composing span is removed when insertion point is moved
Gilles Debunne
2011-02-17
1
-7
/
+8
|
/
*
Text insertion cursor is now defined by a Drawable.
Gilles Debunne
2011-02-14
1
-43
/
+122
*
CTRL+A simply highlights all text.
Gilles Debunne
2011-02-07
1
-13
/
+12
*
Merge "Pixel were missing on the last line of text when using MaxLines." into...
Gilles Debunne
2011-01-31
1
-4
/
+3
|
\
|
*
Pixel were missing on the last line of text when using MaxLines.
Gilles Debunne
2011-01-30
1
-4
/
+3
*
|
Merge "Patches for the Paste window behavior." into honeycomb
Gilles Debunne
2011-01-31
1
-1
/
+5
|
\
\
|
*
|
Patches for the Paste window behavior.
Gilles Debunne
2011-01-31
1
-1
/
+5
|
|
/
*
|
Merge "Hint text is visible when using center gravity." into honeycomb
Gilles Debunne
2011-01-31
1
-3
/
+2
|
\
\
|
*
|
Hint text is visible when using center gravity.
Gilles Debunne
2011-01-31
1
-3
/
+2
|
|
/
*
|
Merge "Fxi initial error popup dialog in TextEdit and refreshed assets." into...
Gilles Debunne
2011-01-31
1
-17
/
+24
|
\
\
|
|
/
|
/
|
|
*
Fxi initial error popup dialog in TextEdit and refreshed assets.
Gilles Debunne
2011-01-28
1
-17
/
+24
*
|
Merge "Fix bug 3405899 - android.view.WindowManager$BadTokenException" into h...
Adam Powell
2011-01-30
1
-2
/
+8
|
\
\
|
*
|
Fix bug 3405899 - android.view.WindowManager$BadTokenException
Adam Powell
2011-01-30
1
-2
/
+8
*
|
|
Auto-clearing setError popup
Gilles Debunne
2011-01-30
1
-7
/
+4
|
/
/
*
|
Fix for TextView's error popup behavior when using soft keyboard.
Gilles Debunne
2011-01-27
1
-16
/
+28
|
/
*
Soft keyboard is not shown when text selection mode is aborted.
Gilles Debunne
2011-01-27
1
-21
/
+17
*
CustomSelectionActionModeCallback can prevent selection mode from starting.
Gilles Debunne
2011-01-27
1
-1
/
+7
*
Merge "Optimize invalidate() calls." into honeycomb
Romain Guy
2011-01-26
1
-1
/
+1
|
\
|
*
Optimize invalidate() calls.
Romain Guy
2011-01-26
1
-1
/
+1
*
|
Holo theme for error popups in TextViews.
Gilles Debunne
2011-01-26
1
-2
/
+17
|
/
*
A long press on the selection handle no longer selects the word.
Gilles Debunne
2011-01-25
1
-73
/
+35
*
Merge "NULL inputType text fields should never show the IME." into honeycomb
Gilles Debunne
2011-01-24
1
-36
/
+22
|
\
|
*
NULL inputType text fields should never show the IME.
Gilles Debunne
2011-01-24
1
-36
/
+22
*
|
Merge "Non-editable TextViews should not display a cursor." into honeycomb
Gilles Debunne
2011-01-24
1
-4
/
+7
|
\
\
|
*
|
Non-editable TextViews should not display a cursor.
Gilles Debunne
2011-01-24
1
-4
/
+7
|
|
/
*
|
Use optimized display lists for all hwaccelerated rendering
Chet Haase
2011-01-24
1
-0
/
+1
|
/
*
Tapping inside an EditText should always pop up the IME.
Gilles Debunne
2011-01-21
1
-17
/
+42
*
Paste popup window is displayed on the side when it would be clipped on top o...
Gilles Debunne
2011-01-21
1
-30
/
+74
*
Error popup no longer flickers in TextViews.
Gilles Debunne
2011-01-19
1
-6
/
+4
*
Merge "Added a touch up filter in text selection handles." into honeycomb
Gilles Debunne
2011-01-18
1
-17
/
+79
|
\
|
*
Added a touch up filter in text selection handles.
Gilles Debunne
2011-01-17
1
-17
/
+79
*
|
Fix a bunch of API review bugs.
Dianne Hackborn
2011-01-17
1
-8
/
+6
|
/
*
fix for cts DuplicateParentStateEnabled bug with TextViews.
Gilles Debunne
2011-01-13
1
-2
/
+5
*
API CHANGE: startDrag() now takes "int flags" instead of "boolean localOnly"
Christopher Tate
2011-01-11
1
-1
/
+1
*
Find when pressing enter. Call onClickListener in TextView.
Leon Scroggins
2011-01-11
1
-0
/
+3
[next]