summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget/TextView.java
Commit message (Expand)AuthorAgeFilesLines
* I. Can. Not. Stand. ViewAncestor.Dianne Hackborn2011-07-181-3/+3
* Bug 5037953: Fix NPE in bringPointIntoViewGilles Debunne2011-07-161-0/+2
* Merge "Some code refactoring"Fabrice Di Meglio2011-07-151-3/+3
|\
| * Some code refactoringFabrice Di Meglio2011-07-141-3/+3
* | Merge "Bug 4382356: No automatic focus change in ScrollViews"Gilles Debunne2011-07-151-5/+6
|\ \
| * | Bug 4382356: No automatic focus change in ScrollViewsGilles Debunne2011-07-151-5/+6
| |/
* | Merge "Implement textDirection heuristic selection."Fabrice Di Meglio2011-07-151-152/+48
|\ \
| * | Implement textDirection heuristic selection.Doug Felt2011-07-141-157/+53
* | | Merge "Bug 5014726: Paste works in ExtractedText"Gilles Debunne2011-07-151-1/+1
|\ \ \ | |_|/ |/| |
| * | Bug 5014726: Paste works in ExtractedTextGilles Debunne2011-07-121-6/+6
| |/
* | Merge "Introduce TextView drawableStart and drawableEnd"Fabrice Di Meglio2011-07-121-7/+399
|\ \
| * | Introduce TextView drawableStart and drawableEndFabrice Di Meglio2011-07-121-7/+399
* | | Refactored TextView selectable state methods.Gilles Debunne2011-07-121-64/+54
| |/ |/|
* | Fix scrolling bug causing centered cursor.Doug Felt2011-07-111-28/+24
|/
* Fix View reset of layoutDirection and textDirectionFabrice Di Meglio2011-07-111-2/+2
* Add ALL CAPS style to TextView/TextAppearanceAdam Powell2011-07-071-9/+58
* Updates for action menusAdam Powell2011-07-061-1/+1
* Merge "Fix default TextView textDirection heuristic"Fabrice Di Meglio2011-07-011-0/+1
|\
| * Fix default TextView textDirection heuristicFabrice Di Meglio2011-07-011-0/+1
* | Merge "Add charCount heuristic to TextView textDirection"Fabrice Di Meglio2011-07-011-0/+44
|\ \ | |/
| * Add charCount heuristic to TextView textDirectionFabrice Di Meglio2011-07-011-0/+44
* | Merge "Support control of text alignment."Fabrice Di Meglio2011-06-301-19/+78
|\ \
| * | Support control of text alignment.Doug Felt2011-06-291-19/+78
* | | Merge "Add textDirection support for TextView and ViewGroup"Fabrice Di Meglio2011-06-291-0/+121
|\ \ \ | | |/ | |/|
| * | Add textDirection support for TextView and ViewGroupFabrice Di Meglio2011-06-281-0/+121
| |/
* | Add onClickView to InputMethodServicesatok2011-06-291-2/+8
|/
* Added scroll and text selection change accessibility events.Svetoslav Ganov2011-06-261-2/+8
* Case insensitive for realGuang Zhu2011-06-231-1/+1
* Searching for AccessibilityNodeInfo by text not case insensitive.Svetoslav Ganov2011-06-211-2/+7
* Merge "Bug 4579629. Send before and after text when suggestion is picked."Gilles Debunne2011-06-151-5/+5
|\
| * Bug 4579629. Send before and after text when suggestion is picked.Gilles Debunne2011-06-141-5/+5
* | Add View.getResolvedLayoutDirection()Fabrice Di Meglio2011-06-141-8/+16
|/
* Text selection on phoneGilles Debunne2011-06-091-8/+24
* Interrogation of the view hierarchy from an AccessibilityService.Svetoslav Ganov2011-06-061-1/+24
* Merge "Rename Gravity BEFORE/AFTER to START/END"Fabrice Di Meglio2011-06-061-2/+2
|\
| * Rename Gravity BEFORE/AFTER to START/ENDFabrice Di Meglio2011-06-061-2/+2
* | resolved conflicts for merge of 955e8d79 to masterJeff Brown2011-06-031-14/+9
|\ \ | |/ |/|
| * Tap timeout removed on paste. Relying on position only.Gilles Debunne2011-06-021-18/+13
* | Fix default TextView gravityFabrice Di Meglio2011-06-031-1/+1
* | Remove suggestion span underline on device rotationGilles Debunne2011-06-011-0/+3
* | Merge "Select all for text shown as an icon on smaller screens"Gilles Debunne2011-06-011-1/+13
|\ \
| * | Select all for text shown as an icon on smaller screensGilles Debunne2011-05-311-1/+13
* | | Merge "Fix TextView potential NPE in isLayoutRtl()"Fabrice Di Meglio2011-05-311-4/+6
|\ \ \
| * | | Fix TextView potential NPE in isLayoutRtl()Fabrice Di Meglio2011-05-311-4/+6
| |/ /
* | | Merge "Fix for bug 4499752 - Detect nulled layouts in HandleViews"Gilles Debunne2011-05-311-0/+7
|\ \ \ | |/ / |/| |
| * | Fix for bug 4499752 - Detect nulled layouts in HandleViewsGilles Debunne2011-05-271-0/+7
* | | Merge "Add support for Gravity BEFORE and AFTER"Fabrice Di Meglio2011-05-271-8/+23
|\ \ \
| * | | Add support for Gravity BEFORE and AFTERFabrice Di Meglio2011-05-271-8/+23
| |/ /
* | | EditText notifies the IME when a suggestion is picked.Gilles Debunne2011-05-261-0/+8
|/ /
* | Merge "Made getOffsetForPosition public in TextView."Gilles Debunne2011-05-241-3/+2
|\ \