summaryrefslogtreecommitdiffstats
path: root/core/java/com/android/internal/view/menu
Commit message (Expand)AuthorAgeFilesLines
* Fix memory leak in setActionProvider() - framework editionChris Banes2015-06-301-1/+1
* API council review feedback for ActionMenuViewChris Banes2015-06-102-104/+3
* Fix location for ActionMenuItemView cheat sheetChris Banes2015-06-081-1/+2
* Various fixes for popup monkey testingAlan Viverette2015-03-111-2/+13
* MenuItem, navigation and overflow icon tintingChris Banes2015-02-272-3/+104
* Merge "Add popup window accessors for anchor overlap, gravity, window"Alan Viverette2015-01-081-1/+5
|\
| * Add popup window accessors for anchor overlap, gravity, windowAlan Viverette2015-01-071-1/+5
* | Fix accessibility delegationAlan Viverette2015-01-072-5/+5
|/
* Revert "Check MenuItem.isVisible() for keyboard shortcuts"Alan Viverette2014-10-221-2/+1
* Check MenuItem.isVisible() for keyboard shortcutsAlan Viverette2014-10-211-1/+2
* Add style support to PopupMenu, clean up constructor javadocAlan Viverette2014-10-151-3/+10
* Fix RTL bug for actionbar tooltipsYigit Boyar2014-08-211-4/+6
* API for inflating action bar menus against a different themeAlan Viverette2014-07-103-4/+17
* null-check before derefing title in MenuItemImplChet Haase2014-07-011-1/+1
* Add support for popups overlapping anchorsAlan Viverette2014-05-051-6/+8
* Add view cookies for action bar menus.Deepanshu Gupta2014-04-231-3/+10
* android.widget.ToolbarAdam Powell2014-04-041-5/+0
* Add APIs for obtaining themed Drawable from Theme, ContextAlan Viverette2014-02-033-3/+3
* Move drag-to-open handling into ActionMenuItemViewAlan Viverette2014-01-131-0/+63
* Move ActionMenuView into android.widget and make it publicAdam Powell2014-01-084-1379/+6
* Fix a bug in submenu presenter priority handlingAdam Powell2013-12-032-3/+13
* Remove unused imports from frameworks/base.John Spurlock2013-11-203-4/+0
* am a20bfd96: am fe803958: am 1262d0c8: Merge "Fix action menu visibility call...Adam Powell2013-11-042-1/+10
|\
| * Fix action menu visibility callbacks for nested popupsAdam Powell2013-11-012-1/+10
* | am 7b3cdb0f: am 6f090af3: am ebd1dca5: Merge "Re-enable ActionMenuPresenter v...Adam Powell2013-10-101-2/+1
|\ \ | |/
| * Re-enable ActionMenuPresenter view recyclingAdam Powell2013-10-101-2/+1
* | am bf7116a9: am 049e663c: am 8c5b15c6: Merge "Fix a bug in action menu measur...Adam Powell2013-10-043-4/+8
|\ \ | |/
| * Fix a bug in action menu measurementAdam Powell2013-10-033-4/+8
* | am 8fb6d97a: Merge "Add gravity settings to PopupWindow/ListPopupWindow/Popup...Adam Powell2013-09-302-0/+10
|\ \ | |/
| * Add gravity settings to PopupWindow/ListPopupWindow/PopupMenuAdam Powell2013-09-262-0/+10
* | am 5c69fd7d: am cfdc0369: Merge "Disable ActionBar usage of transitions" into...Chet Haase2013-09-241-3/+1
|\ \ | |/
| * Disable ActionBar usage of transitionsChet Haase2013-09-231-3/+1
* | am 3cfc5995: am 3157e73f: Merge "Don\'t recycle action button views" into klp...Adam Powell2013-09-131-4/+2
|\ \ | |/
| * Don't recycle action button viewsAdam Powell2013-09-131-4/+2
* | am 179ba0c0: am a2906cb4: Merge "Show alternate menu panel on devices with me...Adam Powell2013-09-121-0/+4
|\ \ | |/
| * 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
* | | am 18149fcf: am 6847447d: Merge "Action bar refactoring and transitions" into...Adam Powell2013-09-111-4/+10
|\ \ \ | |/ /
| * | Action bar refactoring and transitionsAdam Powell2013-09-101-4/+10
| |/
* | Add View constructor that supplies a default style resourceAlan Viverette2013-09-093-18/+29
|/
* 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-272-2/+2
|\
| * Update AccessibilityNodeInfo API as per API council requestSvetoslav Ganov2013-08-272-2/+2
* | 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-213-141/+36
|\
| * Move forwarding code to ListPopupWindow, add drag-to-open in SpinnerAlan Viverette2013-08-163-141/+36
* | Use MULTI_LINE and OPENS_POPUP accessibility propertiesAlan Viverette2013-08-192-0/+17
|/
* Forward events to ListPopupWindow, highlight touched itemsAlan Viverette2013-08-152-78/+37
* Implement drag to open overflow menu, lift to selectAlan Viverette2013-07-293-3/+190
* Fix collapsible action views.Adam Powell2013-07-161-1/+1