summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget/TextView.java
Commit message (Expand)AuthorAgeFilesLines
* Sort the suggestions based based on the length of the text they are attached ...Luca Zanolin2011-08-011-3/+36
* Merge "Improving accessibility feedback for two state widgets."Svetoslav Ganov2011-07-291-0/+3
|\
| * Improving accessibility feedback for two state widgets.Svetoslav Ganov2011-07-291-0/+3
* | New interaction model for suggestionsGilles Debunne2011-07-281-159/+144
|/
* Bug 4987014: a tap outside dismisses the text suggestion popupGilles Debunne2011-07-251-60/+43
* Bug 4534376: Suggestion popup is not clipped.Gilles Debunne2011-07-211-46/+30
* Merge "Suggestions are dismissed by back key"Gilles Debunne2011-07-201-8/+53
|\
| * Suggestions are dismissed by back keyGilles Debunne2011-07-121-8/+53
* | Merge "Insertion handles fades out after being positionned"Gilles Debunne2011-07-201-16/+18
|\ \
| * | Insertion handles fades out after being positionnedGilles Debunne2011-07-191-16/+18
* | | Prevent NPE in TextView.getFadeTop()Romain Guy2011-07-191-0/+2
|/ /
* | Merge "Reduce the fade area to save bandwidth."Romain Guy2011-07-191-0/+24
|\ \
| * | Reduce the fade area to save bandwidth.Romain Guy2011-07-191-0/+24
* | | Code cleaningFabrice Di Meglio2011-07-191-5/+5
|/ /
* | 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