summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget/AutoCompleteTextView.java
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #7363252 Popup and Dialog UI widgets should be RTL awareFabrice Di Meglio2012-10-161-1/+0
* Fix bug #6427629 Clean up layout direction APIsFabrice Di Meglio2012-09-231-2/+1
* Add an OnDismissListener to AutoCompleteTextViewAdam Powell2012-08-301-0/+31
* Make AutoCompleteTextView#setText(CharSequence, boolean) publicAdam Powell2012-08-021-2/+0
* Make SearchView RTL awareFabrice Di Meglio2012-07-271-0/+1
* docs: fix a bunch of links from javadocs to api guidesScott Main2012-07-241-2/+2
* API fix, AutoCompleteTextViewGilles Debunne2012-04-301-1/+18
* Prevent AutoCompleteTextView from opening a popup when it shouldn'tRomain Guy2012-02-151-1/+3
* AOOB in AutoCompleteGilles Debunne2012-01-181-2/+3
* Merge "Bug 5319091: Completions delayed in AutoComplete in landscape"Gilles Debunne2011-09-151-6/+7
|\
| * Bug 5319091: Completions delayed in AutoComplete in landscapeGilles Debunne2011-09-151-8/+9
* | Bug 5299484: Recipient address in to field is doubled when entering in landsc...Gilles Debunne2011-09-141-6/+2
|/
* Fix bug 3413800 - Revise AutoCompleteTextView dropdown behaviorAdam Powell2011-02-161-0/+4
* AutoComplete list does not hide the IME when it re-appears.Gilles Debunne2011-02-091-2/+6
* The tab key completes text in AutoCompleteTextView.Gilles Debunne2011-02-091-0/+10
* New fix for popup behavior in AutoCompleteTextViews.Gilles Debunne2011-01-231-10/+18
* Race condition patched in Email autocompletion.Gilles Debunne2011-01-191-8/+15
* Fix NPEs in detached views.Jeff Brown2011-01-101-2/+8
* Add initial support for TAB navigation.Jeff Brown2010-12-171-2/+7
* am bb8d314b: am 70c9ffbc: am 11a72482: Merge "docs: add links from widget cla...Scott Main2010-08-211-0/+3
|\
| * docs: add links from widget classes to tutorialsScott Main2010-08-191-0/+3
* | Added ListPopupWindow. Refactored AutoCompleteTextView and SpinnerAdam Powell2010-06-041-590/+90
* | Don't supply a null child to the click listener.Romain Guy2010-04-091-4/+4
|/
* Fix bug 2495033.Adam Powell2010-03-231-3/+36
* Ensure adapter is not null in AutoCompleteTextViewKenny Root2010-03-191-1/+4
* Fix NPE in AutoCompleteTextView to tame the monkeys.Romain Guy2010-03-171-8/+14
* Stupid AutoCompleteTextView.Romain Guy2010-03-171-10/+37
* Resize AutoCompleteTextView's dropdown when the list content changes.Romain Guy2010-03-161-59/+31
* Correctly handle disabled list items in AutoCompleteTextView.Romain Guy2010-03-151-10/+16
* Fix for 2175289 : Can't get keyboard in search dialog after switching to land...Amith Yamasani2010-03-111-7/+11
* Fix scrolling bug in AutoCompleteTextView.Romain Guy2010-03-081-2/+2
* New View.dispatchDisplayHint() API.Romain Guy2010-01-271-0/+12
* Measure AutoCompleteTextView's dropdown to have enough room for all items.Romain Guy2010-01-191-10/+16
* Deprecate fill_parent and introduce match_parent.Romain Guy2010-01-081-19/+19
* Fix two ListView bugs related to onAttachedToWindow/onDetachedFromWindow.Romain Guy2010-01-061-2/+2
* Modify text validation behavior.Evan Millar2009-11-121-2/+4
* Fix back button handling in ACTVBjorn Bringert2009-10-061-4/+6
* Fix possible crash in AutoCompleteTextView.Romain Guy2009-09-301-5/+8
* Make ACTV use all available space if height is FILL_PARENT.Bryan Mawhinney2009-09-171-1/+1
* Various fixed for back key handling.Dianne Hackborn2009-09-141-15/+10
* Last big work on #1991910: Make swipes work with capacitive keysDianne Hackborn2009-09-141-2/+13
* am a7a3b6ef: Dismiss both the soft keyboard and the search dialog on back if ...Karl Rosaen2009-08-061-0/+10
|\
| * Dismiss both the soft keyboard and the search dialog on back if there is no t...Karl Rosaen2009-08-061-0/+10
* | am 6b46dc86: Merge change 8840 into donutAndroid (Google) Code Review2009-07-281-1/+10
|\ \ | |/
| * Add padding to height of AutoCompleteTextView drop-down.Bjorn Bringert2009-07-281-1/+10
* | am c6590d6f: Merge change 8759 into donutAndroid (Google) Code Review2009-07-281-3/+9
|\ \ | |/
| * Cancel search on BACK if IME is obscured.Bjorn Bringert2009-07-281-3/+9
* | Merge commit '4182e684' into manualmergeMike LeBeau2009-07-221-1/+19
|\ \ | |/
| * Add new hidden API setForceIgnoreOutsideTouch to AutoCompleteTextView forMike LeBeau2009-07-221-1/+16
* | am b551fb87: Merge change 8210 into donutAndroid (Google) Code Review2009-07-221-5/+4
|\ \ | |/