summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget/TextView.java
Commit message (Expand)AuthorAgeFilesLines
* Removed debug code in TextViewGilles Debunne2012-05-081-38/+31
* Text traversal at various granularities.Svetoslav Ganov2012-05-071-4/+89
* Hide RTL related APIs - DO NOT MERGEFabrice Di Meglio2012-05-041-0/+11
* API fix in TextViewGilles Debunne2012-04-301-9/+322
* Add TextView textSize as a ViewDebug for hierarchyviewerFabrice Di Meglio2012-04-271-0/+1
* TextView refactoring part 3: the easyGilles Debunne2012-04-241-247/+252
* Merge "Editor uses a SpanWatcher to track EasyEditSpans"Gilles Debunne2012-04-241-11/+8
|\
| * Editor uses a SpanWatcher to track EasyEditSpansGilles Debunne2012-04-231-11/+8
* | Merge "Re-added a flag to prevent the IME from showing"Gilles Debunne2012-04-231-2/+23
|\ \
| * | Re-added a flag to prevent the IME from showingGilles Debunne2012-04-201-2/+23
* | | Remove USE_DISPLAY_LIST_PROPERTIES flagChet Haase2012-04-231-52/+1
* | | Visible spans changes only invalidate the affected text sub display listsGilles Debunne2012-04-201-1/+4
|/ /
* | Accessibility focus - frameworkSvetoslav Ganov2012-04-131-0/+5
* | Add direct support for HTML formatted text in ClipData etc.Dianne Hackborn2012-04-131-1/+1
|/
* Add View textAlignmentFabrice Di Meglio2012-04-041-9/+48
* Optimization of alpha with DisplayList propertiesChet Haase2012-04-031-1/+11
* Extracted text editing logic in a separate classGilles Debunne2012-03-301-3773/+210
* Merge "Handle non DynamicLayout in Editable draw method."Gilles Debunne2012-03-281-54/+55
|\
| * Handle non DynamicLayout in Editable draw method.Gilles Debunne2012-03-271-54/+55
* | Moving focus on text should not create an EditorGilles Debunne2012-03-271-1/+0
|/
* Re-enabling DisplayList propertiesChet Haase2012-03-271-2/+2
* Merge "Update to TextView#didTouchFocusSelect documentation"Gilles Debunne2012-03-261-1/+1
|\
| * Update to TextView#didTouchFocusSelect documentationGilles Debunne2012-03-151-1/+1
* | Add remotable methods for TextView's compound drawables.Daniel Sandler2012-03-241-0/+3
* | Disabled display lists in TextViewGilles Debunne2012-03-201-1/+1
* | Multiple display lists for editable textGilles Debunne2012-03-151-28/+90
|/
* Handle view properties at the native levelChet Haase2012-03-121-0/+5
* Merge "Re-use the display list valid flag, save a boolean"Gilles Debunne2012-03-091-18/+17
|\
| * Re-use the display list valid flag, save a booleanGilles Debunne2012-03-071-18/+17
* | Merge "Make Drawable RTL APIs public"Fabrice Di Meglio2012-03-091-3/+0
|\ \
| * | Make Drawable RTL APIs publicFabrice Di Meglio2012-03-091-3/+0
* | | Merge "Dispatch screen state change events to Views Bug #6120957"Romain Guy2012-03-081-0/+30
|\ \ \
| * | | Dispatch screen state change events to ViewsRomain Guy2012-03-081-0/+30
| |/ /
* | | More fixes about paddingFabrice Di Meglio2012-03-081-0/+14
|/ /
* | Merge "Make more TextView RTL APIs public"Fabrice Di Meglio2012-03-081-16/+2
|\ \ | |/ |/|
| * Make more TextView RTL APIs publicFabrice Di Meglio2012-03-071-16/+2
* | Merge "Change widgets to post invalidate to the animation timer."Jeff Brown2012-03-051-1/+1
|\ \
| * | Change widgets to post invalidate to the animation timer.Jeff Brown2012-03-051-1/+1
| |/
* | EditText caches only text in its internal display list.Gilles Debunne2012-03-051-55/+56
|/
* Improve RTL APIsFabrice Di Meglio2012-03-011-1/+1
* Merge "Invalidate text display list on scroll"Gilles Debunne2012-02-291-5/+11
|\
| * Invalidate text display list on scrollGilles Debunne2012-02-291-5/+11
* | Merge "Fix bug #5616520 When the device is set to Arabic, and the email appli...Fabrice Di Meglio2012-02-291-24/+30
|\ \ | |/ |/|
| * Fix bug #5616520 When the device is set to Arabic, and the email application ...Fabrice Di Meglio2012-02-291-24/+30
* | Merge "Vibrate on long press, even out of text"Gilles Debunne2012-02-291-10/+9
|\ \
| * | Vibrate on long press, even out of textGilles Debunne2012-02-281-10/+9
| |/
* | Merge "Removed TextAlign in TextView"Gilles Debunne2012-02-281-60/+12
|\ \ | |/ |/|
| * Removed TextAlign in TextViewGilles Debunne2012-02-221-60/+12
* | Merge "Selection highlight made possible with no editor"Gilles Debunne2012-02-271-157/+143
|\ \
| * | Selection highlight made possible with no editorGilles Debunne2012-02-271-157/+143