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
*
Removed debug code in TextView
Gilles Debunne
2012-05-08
1
-38
/
+31
*
Text traversal at various granularities.
Svetoslav Ganov
2012-05-07
1
-4
/
+89
*
Hide RTL related APIs - DO NOT MERGE
Fabrice Di Meglio
2012-05-04
1
-0
/
+11
*
API fix in TextView
Gilles Debunne
2012-04-30
1
-9
/
+322
*
Add TextView textSize as a ViewDebug for hierarchyviewer
Fabrice Di Meglio
2012-04-27
1
-0
/
+1
*
TextView refactoring part 3: the easy
Gilles Debunne
2012-04-24
1
-247
/
+252
*
Merge "Editor uses a SpanWatcher to track EasyEditSpans"
Gilles Debunne
2012-04-24
1
-11
/
+8
|
\
|
*
Editor uses a SpanWatcher to track EasyEditSpans
Gilles Debunne
2012-04-23
1
-11
/
+8
*
|
Merge "Re-added a flag to prevent the IME from showing"
Gilles Debunne
2012-04-23
1
-2
/
+23
|
\
\
|
*
|
Re-added a flag to prevent the IME from showing
Gilles Debunne
2012-04-20
1
-2
/
+23
*
|
|
Remove USE_DISPLAY_LIST_PROPERTIES flag
Chet Haase
2012-04-23
1
-52
/
+1
*
|
|
Visible spans changes only invalidate the affected text sub display lists
Gilles Debunne
2012-04-20
1
-1
/
+4
|
/
/
*
|
Accessibility focus - framework
Svetoslav Ganov
2012-04-13
1
-0
/
+5
*
|
Add direct support for HTML formatted text in ClipData etc.
Dianne Hackborn
2012-04-13
1
-1
/
+1
|
/
*
Add View textAlignment
Fabrice Di Meglio
2012-04-04
1
-9
/
+48
*
Optimization of alpha with DisplayList properties
Chet Haase
2012-04-03
1
-1
/
+11
*
Extracted text editing logic in a separate class
Gilles Debunne
2012-03-30
1
-3773
/
+210
*
Merge "Handle non DynamicLayout in Editable draw method."
Gilles Debunne
2012-03-28
1
-54
/
+55
|
\
|
*
Handle non DynamicLayout in Editable draw method.
Gilles Debunne
2012-03-27
1
-54
/
+55
*
|
Moving focus on text should not create an Editor
Gilles Debunne
2012-03-27
1
-1
/
+0
|
/
*
Re-enabling DisplayList properties
Chet Haase
2012-03-27
1
-2
/
+2
*
Merge "Update to TextView#didTouchFocusSelect documentation"
Gilles Debunne
2012-03-26
1
-1
/
+1
|
\
|
*
Update to TextView#didTouchFocusSelect documentation
Gilles Debunne
2012-03-15
1
-1
/
+1
*
|
Add remotable methods for TextView's compound drawables.
Daniel Sandler
2012-03-24
1
-0
/
+3
*
|
Disabled display lists in TextView
Gilles Debunne
2012-03-20
1
-1
/
+1
*
|
Multiple display lists for editable text
Gilles Debunne
2012-03-15
1
-28
/
+90
|
/
*
Handle view properties at the native level
Chet Haase
2012-03-12
1
-0
/
+5
*
Merge "Re-use the display list valid flag, save a boolean"
Gilles Debunne
2012-03-09
1
-18
/
+17
|
\
|
*
Re-use the display list valid flag, save a boolean
Gilles Debunne
2012-03-07
1
-18
/
+17
*
|
Merge "Make Drawable RTL APIs public"
Fabrice Di Meglio
2012-03-09
1
-3
/
+0
|
\
\
|
*
|
Make Drawable RTL APIs public
Fabrice Di Meglio
2012-03-09
1
-3
/
+0
*
|
|
Merge "Dispatch screen state change events to Views Bug #6120957"
Romain Guy
2012-03-08
1
-0
/
+30
|
\
\
\
|
*
|
|
Dispatch screen state change events to Views
Romain Guy
2012-03-08
1
-0
/
+30
|
|
/
/
*
|
|
More fixes about padding
Fabrice Di Meglio
2012-03-08
1
-0
/
+14
|
/
/
*
|
Merge "Make more TextView RTL APIs public"
Fabrice Di Meglio
2012-03-08
1
-16
/
+2
|
\
\
|
|
/
|
/
|
|
*
Make more TextView RTL APIs public
Fabrice Di Meglio
2012-03-07
1
-16
/
+2
*
|
Merge "Change widgets to post invalidate to the animation timer."
Jeff Brown
2012-03-05
1
-1
/
+1
|
\
\
|
*
|
Change widgets to post invalidate to the animation timer.
Jeff Brown
2012-03-05
1
-1
/
+1
|
|
/
*
|
EditText caches only text in its internal display list.
Gilles Debunne
2012-03-05
1
-55
/
+56
|
/
*
Improve RTL APIs
Fabrice Di Meglio
2012-03-01
1
-1
/
+1
*
Merge "Invalidate text display list on scroll"
Gilles Debunne
2012-02-29
1
-5
/
+11
|
\
|
*
Invalidate text display list on scroll
Gilles Debunne
2012-02-29
1
-5
/
+11
*
|
Merge "Fix bug #5616520 When the device is set to Arabic, and the email appli...
Fabrice Di Meglio
2012-02-29
1
-24
/
+30
|
\
\
|
|
/
|
/
|
|
*
Fix bug #5616520 When the device is set to Arabic, and the email application ...
Fabrice Di Meglio
2012-02-29
1
-24
/
+30
*
|
Merge "Vibrate on long press, even out of text"
Gilles Debunne
2012-02-29
1
-10
/
+9
|
\
\
|
*
|
Vibrate on long press, even out of text
Gilles Debunne
2012-02-28
1
-10
/
+9
|
|
/
*
|
Merge "Removed TextAlign in TextView"
Gilles Debunne
2012-02-28
1
-60
/
+12
|
\
\
|
|
/
|
/
|
|
*
Removed TextAlign in TextView
Gilles Debunne
2012-02-22
1
-60
/
+12
*
|
Merge "Selection highlight made possible with no editor"
Gilles Debunne
2012-02-27
1
-157
/
+143
|
\
\
|
*
|
Selection highlight made possible with no editor
Gilles Debunne
2012-02-27
1
-157
/
+143
[next]