summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget/TextView.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge "Fix for NPE on long press to start a selection on text."Gilles Debunne2012-02-271-1/+1
|\ \ \
| * | | Fix for NPE on long press to start a selection on text.Gilles Debunne2012-02-271-1/+1
| |/ /
* | | Fix for NPE when dragging on TextViewGilles Debunne2012-02-271-1/+1
|/ /
* | Merge "Fix NPE on Activity start in TextView"Gilles Debunne2012-02-241-2/+4
|\ \
| * | Fix NPE on Activity start in TextViewGilles Debunne2012-02-241-2/+4
* | | Merge "Fix crash on long press in TextView"Gilles Debunne2012-02-241-1/+1
|\ \ \
| * | | Fix crash on long press in TextViewGilles Debunne2012-02-241-1/+1
| |/ /
* | | Add support for optional titles in action modesAdam Powell2012-02-241-2/+2
|/ /
* | Merge "EditText-specific data extracted from TextView"Gilles Debunne2012-02-221-2250/+2402
|\ \ | |/
| * EditText-specific data extracted from TextViewGilles Debunne2012-02-221-2250/+2402
* | Merge "Added bottom padding in textview's focused rectangle"Gilles Debunne2012-02-221-0/+2
|\ \ | |/ |/|
| * Added bottom padding in textview's focused rectangleGilles Debunne2012-02-221-0/+2