summaryrefslogtreecommitdiff
path: root/core/java/android/widget/AutoCompleteTextView.java
Commit message (Expand)AuthorAgeFilesLines
* Migrate AutoCompleteTextView to use OnBackInvokedDispatcher.Shan Huang2022-05-181-0/+47
* Clear popups on KEYCODE_ESCAPE as well as KEYCODE_BACKMatthew Duggan2021-07-061-2/+2
* Provide AutoCompleteTextView as an accessibility class nameHiroki Sato2020-11-241-0/+5
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-291-3/+3
* Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-281-3/+3
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-3/+3
* Process numpad enter key along with enter key.Byungsung You2020-04-151-0/+1
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* Addressing API review comments for AutoCompleteTextViewRalston Da Silva2019-03-121-2/+16
* Removing hidden api usage from AutoCompleteTextViewRalston Da Silva2019-02-141-3/+35
* Merge "Update core widgets to save attribute source info."Aurimas Liutikas2019-02-111-0/+4
|\
| * Update core widgets to save attribute source info.Aurimas Liutikas2019-02-071-0/+4
* | Removing hidden api usage from AutoCompleteTextViewRalston Da Silva2019-02-091-29/+51
|/
* @InspectableProperty coverage for android.widgetAshley Rose2019-02-041-15/+28
* Always use Context.getSystemService() to get IMMYohei Yukawa2018-09-171-2/+2
* Move some members to the "Q blacklist".Mathew Inwood2018-09-141-1/+2
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-211-0/+14
* Fix import statements in android.widget package.Aurimas Liutikas2016-10-111-52/+54
* Unhide View#dispatch{Start,Finish}TemporaryDetach()Yohei Yukawa2016-03-311-1/+1
* Add popup theme to AutoCompleteTextView, clean up constructorAlan Viverette2015-08-121-33/+142
* Add @ResourceInt annotations on APIsTor Norbye2015-02-181-1/+2
* Don't dismiss AutoCompleteTextView on focus change while temp detachedAlan Viverette2014-11-131-0/+6
* Fix docs buildAlan Viverette2014-08-281-2/+10
* Merge "Update action bar item widths, overflow menu, button, and spinner styl...Alan Viverette2014-08-281-16/+8
|\
| * Update action bar item widths, overflow menu, button, and spinner stylesAlan Viverette2014-08-281-16/+8
* | Use a weak observable in AutoCompleteTextViewYigit Boyar2014-08-271-15/+33
|/
* Add APIs for obtaining themed Drawable from Theme, ContextAlan Viverette2014-02-031-1/+1
* Add View constructor that supplies a default style resourceAlan Viverette2013-09-091-5/+9
* 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