summaryrefslogtreecommitdiffstats
path: root/core/java/com/android/internal/view/menu/ActionMenuPresenter.java
Commit message (Expand)AuthorAgeFilesLines
* Fix action menu visibility callbacks for nested popupsAdam Powell2013-11-011-1/+6
* Re-enable ActionMenuPresenter view recyclingAdam Powell2013-10-101-2/+1
* Fix a bug in action menu measurementAdam Powell2013-10-031-0/+2
* Add gravity settings to PopupWindow/ListPopupWindow/PopupMenuAdam Powell2013-09-261-0/+2
* Disable ActionBar usage of transitionsChet Haase2013-09-231-3/+1
* Don't recycle action button viewsAdam Powell2013-09-131-4/+2
* Merge "Show alternate menu panel on devices with menu key" into klp-devAdam Powell2013-09-121-0/+4
|\
| * Show alternate menu panel on devices with menu keyAdam Powell2013-09-111-0/+4
* | Action bar refactoring and transitionsAdam Powell2013-09-101-4/+10
|/
* Add drag-to-open for action bar submenusAlan Viverette2013-09-061-1/+22
* Merge "Update AccessibilityNodeInfo API as per API council request" into klp-devSvetoslav Ganov2013-08-271-1/+1
|\
| * Update AccessibilityNodeInfo API as per API council requestSvetoslav Ganov2013-08-271-1/+1
* | Reconcile drag-to-open and touch event interceptionAlan Viverette2013-08-221-1/+1
|/
* Merge "Move forwarding code to ListPopupWindow, add drag-to-open in Spinner" ...Alan Viverette2013-08-211-53/+32
|\
| * Move forwarding code to ListPopupWindow, add drag-to-open in SpinnerAlan Viverette2013-08-161-53/+32
* | Use MULTI_LINE and OPENS_POPUP accessibility propertiesAlan Viverette2013-08-191-0/+7
|/
* Forward events to ListPopupWindow, highlight touched itemsAlan Viverette2013-08-151-18/+27
* Implement drag to open overflow menu, lift to selectAlan Viverette2013-07-291-3/+51
* Cannot force a shown item from an ActionMode into the overflow menu.Svetoslav Ganov2012-10-091-0/+3
* Fix some ActionBar menu issues around config changesAdam Powell2012-08-021-0/+10
* am 31ab51a3: am 2066f7d9: Merge "Prevent empty overflow popup when there are ...Jean-Baptiste Queru2012-05-011-1/+1
|\
| * Prevent empty overflow popup when there are no overflow items.Jake Wharton2012-03-291-1/+1
* | Adjust action bar tab policiesAdam Powell2012-04-191-4/+5
* | Fix some action bar menu layout bugs around config changesAdam Powell2012-03-061-3/+3
|/
* Bug 5275928 - Don't try to open an overflow menu under invalid circumstances.Adam Powell2011-10-281-2/+4
* Fix bug 5396097 - menu theme consistencyAdam Powell2011-10-111-7/+4
* Fix bug 5355889 - Search action showing up in the menu dropdown inAdam Powell2011-09-231-2/+13
* Fix bug 5300621 - Share menu disappears in galleryAdam Powell2011-09-211-2/+29
* Accessibility fixes for action barsAdam Powell2011-08-261-0/+3
* Fix bug 5189070 - Don't try to show overflow popups for nonexistant menusAdam Powell2011-08-221-1/+1
* Fix bug 5174755 - Adjust action bar overflow limits for ifRoom itemsAdam Powell2011-08-191-0/+11
* Fix bug 5099037 - No delete option when multiple videos are selectedAdam Powell2011-08-181-1/+4
* Fix bug 5168889 - action bar not respecting return codes of onCreate/Prepare ...Adam Powell2011-08-171-1/+2
* Fix bug 5078498 - Icons jump around on split action barAdam Powell2011-08-121-2/+4
* Fix bug 5038368 - Rules for collapsing action views.Adam Powell2011-07-201-0/+10
* Preserve spacing for icons in menusAdam Powell2011-07-131-0/+11
* Fix bugs around restoring submenu state after activity teardown/restoreAdam Powell2011-07-121-2/+78
* Updates for action menusAdam Powell2011-07-061-24/+58
* Add API to report the presence of a permanent menu key on the device.Adam Powell2011-06-301-3/+2
* Fix bug 4108953 - Old-style menus do not show menu items marked asAdam Powell2011-06-211-0/+1
* Refine the behavior of split action bars.Adam Powell2011-06-091-10/+24
* Implement bug 4500971 - Collapsable action viewsAdam Powell2011-06-011-4/+7
* Remove debug loggingAdam Powell2011-05-021-8/+0
* Refactoring of action bar internalsAdam Powell2011-05-021-4/+18
* Introducing the split action bar.Adam Powell2011-04-281-4/+16
* Refactor menu internals.Adam Powell2011-04-191-0/+441