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