summaryrefslogtreecommitdiffstats
path: root/core/java/com/android/internal/view/menu/MenuPopupHelper.java
Commit message (Expand)AuthorAgeFilesLines
* Forgive me monkeys, for I have sinned.Adam Powell2012-05-081-5/+3
* Fix bug 5355889 - Search action showing up in the menu dropdown inAdam Powell2011-09-231-12/+45
* Preserve spacing for icons in menusAdam Powell2011-07-131-2/+29
* Fix bugs around restoring submenu state after activity teardown/restoreAdam Powell2011-07-121-0/+15
* Fix bug 4818050 - Need a way to get notified when a PopupMenu getsAdam Powell2011-06-211-0/+1
* Fix bug 4689431 - PopupMenus too narrow on phonesAdam Powell2011-06-171-2/+4
* Implement bug 4500971 - Collapsable action viewsAdam Powell2011-06-011-0/+8
* Refactor menu internals.Adam Powell2011-04-191-37/+111
* Add an API to listen for window attach/detach events on a View.Adam Powell2011-02-181-21/+30
* Fix some bugs with MenuPopupHelper and ListPopupWindowAdam Powell2011-02-141-8/+14
* Fix bug 3387855 - Menu flashes on left side of screenAdam Powell2011-01-251-1/+10
* Fix bug 3333015 - Overflow menu item submenus do not openAdam Powell2011-01-101-0/+4
* Fix bug 3200615 - "MenuPopupHelper cannot be used without an anchor"Adam Powell2011-01-071-1/+8
* Fix bug 3295495 - Wrong menu item selection in PopupMenuAdam Powell2010-12-191-1/+1
* Measure spinner items for sizing the dropdown view.Adam Powell2010-12-191-0/+6
* Fix bug 3210201 - Popup window wrong size/position when IME hiddenAdam Powell2010-12-141-0/+4
* Fix bug 3240444 - add OnMenuVisibilityListener for action bar.Adam Powell2010-12-011-9/+7
* Fix bug 3198503 - NPE at MenuPopupHelper.dismissAdam Powell2010-11-161-2/+4
* Fix bug 3146938 - Menus spawned by ActionBar should hide when actionAdam Powell2010-11-111-6/+30
* Style new popup widgets.Adam Powell2010-09-151-3/+1
* More ActionBar/config change tweaks. Preserve open overflow menusAdam Powell2010-08-231-1/+8
* Fix bug 2911529Adam Powell2010-08-111-1/+3
* Added android.widget.PopupMenuAdam Powell2010-08-041-3/+5
* Overflow menu for action bars.Adam Powell2010-07-161-9/+54
* Action Bar now supports submenus as popups.Adam Powell2010-07-131-0/+91