summaryrefslogtreecommitdiff
path: root/core/java/android/widget/AutoCompleteTextView.java
AgeCommit message (Expand)Author
2020-11-24Provide AutoCompleteTextView as an accessibility class nameHiroki Sato
2020-10-29Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-10-28Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang
2020-10-27Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-04-15Process numpad enter key along with enter key.Byungsung You
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2019-03-12Addressing API review comments for AutoCompleteTextViewRalston Da Silva
2019-02-14Removing hidden api usage from AutoCompleteTextViewRalston Da Silva
2019-02-11Merge "Update core widgets to save attribute source info."Aurimas Liutikas
2019-02-09Removing hidden api usage from AutoCompleteTextViewRalston Da Silva
2019-02-07Update core widgets to save attribute source info.Aurimas Liutikas
2019-02-04@InspectableProperty coverage for android.widgetAshley Rose
2018-09-17Always use Context.getSystemService() to get IMMYohei Yukawa
2018-09-14Move some members to the "Q blacklist".Mathew Inwood
2018-08-21Add @UnsupportedAppUsage annotationsMathew Inwood
2016-10-11Fix import statements in android.widget package.Aurimas Liutikas
2016-03-31Unhide View#dispatch{Start,Finish}TemporaryDetach()Yohei Yukawa
2015-08-12Add popup theme to AutoCompleteTextView, clean up constructorAlan Viverette
2015-02-18Add @ResourceInt annotations on APIsTor Norbye
2014-11-13Don't dismiss AutoCompleteTextView on focus change while temp detachedAlan Viverette
2014-08-28Fix docs buildAlan Viverette
2014-08-28Merge "Update action bar item widths, overflow menu, button, and spinner styl...Alan Viverette
2014-08-28Update action bar item widths, overflow menu, button, and spinner stylesAlan Viverette
2014-08-27Use a weak observable in AutoCompleteTextViewYigit Boyar
2014-02-03Add APIs for obtaining themed Drawable from Theme, ContextAlan Viverette
2013-09-09Add View constructor that supplies a default style resourceAlan Viverette
2012-10-16Fix bug #7363252 Popup and Dialog UI widgets should be RTL awareFabrice Di Meglio
2012-09-23Fix bug #6427629 Clean up layout direction APIsFabrice Di Meglio
2012-08-30Add an OnDismissListener to AutoCompleteTextViewAdam Powell
2012-08-02Make AutoCompleteTextView#setText(CharSequence, boolean) publicAdam Powell
2012-07-27Make SearchView RTL awareFabrice Di Meglio
2012-07-24docs: fix a bunch of links from javadocs to api guidesScott Main
2012-04-30API fix, AutoCompleteTextViewGilles Debunne
2012-02-15Prevent AutoCompleteTextView from opening a popup when it shouldn'tRomain Guy
2012-01-18AOOB in AutoCompleteGilles Debunne
2011-09-15Merge "Bug 5319091: Completions delayed in AutoComplete in landscape"Gilles Debunne
2011-09-15Bug 5319091: Completions delayed in AutoComplete in landscapeGilles Debunne
2011-09-14Bug 5299484: Recipient address in to field is doubled when entering in landsc...Gilles Debunne
2011-02-16Fix bug 3413800 - Revise AutoCompleteTextView dropdown behaviorAdam Powell
2011-02-09AutoComplete list does not hide the IME when it re-appears.Gilles Debunne
2011-02-09The tab key completes text in AutoCompleteTextView.Gilles Debunne
2011-01-23New fix for popup behavior in AutoCompleteTextViews.Gilles Debunne
2011-01-19Race condition patched in Email autocompletion.Gilles Debunne
2011-01-10Fix NPEs in detached views.Jeff Brown
2010-12-17Add initial support for TAB navigation.Jeff Brown
2010-08-21am bb8d314b: am 70c9ffbc: am 11a72482: Merge "docs: add links from widget cla...Scott Main
2010-08-19docs: add links from widget classes to tutorialsScott Main
2010-06-04Added ListPopupWindow. Refactored AutoCompleteTextView and SpinnerAdam Powell
2010-04-09Don't supply a null child to the click listener.Romain Guy
2010-03-23Fix bug 2495033.Adam Powell