summaryrefslogtreecommitdiff
path: root/core/java/android/widget/ActionMenuPresenter.java
AgeCommit message (Expand)Author
2020-10-27Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2019-02-28All Parcelable CREATOR fields are @NonNull.Jeff Sharkey
2018-08-21Add @UnsupportedAppUsage annotationsMathew Inwood
2016-10-11Fix import statements in android.widget package.Aurimas Liutikas
2016-01-13Clean up lint warnings in popup menu presenter classesAlan Viverette
2016-01-04Avoid NPE when ActionMenuPresenter is intialized with null MenuBuilderAlan Viverette
2015-11-25Ensure only one context menu is shown at a timeAlan Viverette
2015-11-20Dispatch the actual PopupWindow dismiss callback to PopupMenuAlan Viverette
2015-11-17Swtich from max_action_buttons resource to a method.Filip Gruszczynski
2015-11-03Reduce CascadingMenuPopup's reliance on internal ListView stateAlan Viverette
2015-09-10Add Cascading submenus implementation.Oren Blasberg
2015-08-31Pull out widget helpers into their own classes.Oren Blasberg
2015-06-10API council review feedback for ActionMenuViewChris Banes
2015-05-07Disable ActionBar animations pending more involved fixChet Haase
2015-04-14Make ActionBar animations work correctlyChet Haase
2015-04-09Fix breakage from ActionBar animationsChet Haase
2015-04-08Fix crash when removing draw listenerJorim Jaggi
2015-04-07Animate ActionBar itemsChet Haase
2015-02-27MenuItem, navigation and overflow icon tintingChris Banes
2015-01-07Fix accessibility delegationAlan Viverette
2014-11-20Update overflow menu alignment to match specAlan Viverette
2014-09-12Fix toolbar height, list divider alpha, action item paddingAlan Viverette
2014-08-28Update action bar item widths, overflow menu, button, and spinner stylesAlan Viverette
2014-07-01Use touch hotspot in drag-to-open, fix forwarding cancellationAlan Viverette
2014-05-28Toolbar factoring and ActionBar functionality integrationAdam Powell
2014-05-05Add support for popups overlapping anchorsAlan Viverette
2014-04-04android.widget.ToolbarAdam Powell
2014-01-13Move drag-to-open handling into ActionMenuItemViewAlan Viverette
2014-01-10am 9c9975ac: Merge "Fix a bug where OnTouchListeners in action views could be...Adam Powell
2014-01-08Move ActionMenuView into android.widget and make it publicAdam Powell