summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget/PopupWindow.java
Commit message (Expand)AuthorAgeFilesLines
* Prevent crash when dismissing a PopupWindow that didn't have time to show up.Romain Guy2010-03-171-10/+12
* Fix scrolling bug in AutoCompleteTextView.Romain Guy2010-03-081-27/+37
* Deprecate fill_parent and introduce match_parent.Romain Guy2010-01-081-5/+5
* Fix broken handling of the BACK key in PopupWindow. Needed by Launcher2.Romain Guy2009-11-111-1/+1
* Various fixed for back key handling.Dianne Hackborn2009-09-141-2/+10
* Allow animation styles to be applied to popup windows.Amith Yamasani2009-08-171-0/+1
* Restore PopupWindow's original behavior and add an API to control the soft inputRomain Guy2009-07-141-2/+26
* * new screen resolution support impl.Mitsuru Oshima2009-06-231-1/+1
* Fixes #1905761. Updates the height of ACTV's drop down whenever the IME changes.Romain Guy2009-06-231-8/+5
* Fixes #1933585. Don't dismiss ACTV's drop down when it's set to alwaysVisible.Romain Guy2009-06-221-0/+1
* Add a new API to ListView: setGestures(int). This allows developers to enable...Romain Guy2009-05-221-0/+14
* Accessibility feature - framework changes (replacing 698, 699, 700, 701 and m...svetoslavganov2009-05-141-3/+13
* Fixes #1853550. Prevent NPE when calling the PopupWindow() and PopupWindow(in...Romain Guy2009-05-141-9/+21
* Make the search dialog's autocomplete dropdown behave correctlyMike LeBeau2009-05-081-3/+28
* AI 145778: Manual merge changes 145382-145384 from cupcake.Andy Stadler2009-04-101-2/+0
* auto import from //branches/cupcake_rel/...@140373The Android Open Source Project2009-03-181-15/+27
* auto import from //branches/cupcake/...@137873The Android Open Source Project2009-03-111-1/+1
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+1275
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-1218/+0
* auto import from //depot/cupcake/@132589The Android Open Source Project2009-03-031-60/+3
* auto import from //depot/cupcake/@137055The Android Open Source Project2009-03-021-3/+60
* auto import from //branches/cupcake/...@132276The Android Open Source Project2009-02-191-5/+86
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-39/+49
* auto import from //branches/cupcake/...@126645The Android Open Source Project2009-01-151-8/+10
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-83/+405
* Initial ContributionThe Android Open Source Project2008-10-211-0/+803