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