summaryrefslogtreecommitdiff
path: root/core/java/android/widget/ActionMenuPresenter.java
Commit message (Expand)AuthorAgeFilesLines
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-291-4/+5
* Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-281-5/+4
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-4/+5
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* All Parcelable CREATOR fields are @NonNull.Jeff Sharkey2019-02-281-1/+1
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-211-0/+5
* Fix import statements in android.widget package.Aurimas Liutikas2016-10-111-0/+1
* Clean up lint warnings in popup menu presenter classesAlan Viverette2016-01-131-13/+3
* Avoid NPE when ActionMenuPresenter is intialized with null MenuBuilderAlan Viverette2016-01-041-6/+20
* Ensure only one context menu is shown at a timeAlan Viverette2015-11-251-2/+2
* Dispatch the actual PopupWindow dismiss callback to PopupMenuAlan Viverette2015-11-201-4/+6
* Swtich from max_action_buttons resource to a method.Filip Gruszczynski2015-11-171-2/+1
* Reduce CascadingMenuPopup's reliance on internal ListView stateAlan Viverette2015-11-031-2/+2
* Add Cascading submenus implementation.Oren Blasberg2015-09-101-20/+26
* Pull out widget helpers into their own classes.Oren Blasberg2015-08-311-3/+3
* API council review feedback for ActionMenuViewChris Banes2015-06-101-48/+25
* Disable ActionBar animations pending more involved fixChet Haase2015-05-071-1/+2
* Make ActionBar animations work correctlyChet Haase2015-04-141-22/+45
* Fix breakage from ActionBar animationsChet Haase2015-04-091-1/+1
* Fix crash when removing draw listenerJorim Jaggi2015-04-081-3/+4
* Animate ActionBar itemsChet Haase2015-04-071-13/+247
* MenuItem, navigation and overflow icon tintingChris Banes2015-02-271-3/+48
* Fix accessibility delegationAlan Viverette2015-01-071-2/+3
* Update overflow menu alignment to match specAlan Viverette2014-11-201-6/+10
* Fix toolbar height, list divider alpha, action item paddingAlan Viverette2014-09-121-8/+12
* Update action bar item widths, overflow menu, button, and spinner stylesAlan Viverette2014-08-281-0/+19
* Use touch hotspot in drag-to-open, fix forwarding cancellationAlan Viverette2014-07-011-1/+2
* Toolbar factoring and ActionBar functionality integrationAdam Powell2014-05-281-0/+1
* Add support for popups overlapping anchorsAlan Viverette2014-05-051-1/+2
* android.widget.ToolbarAdam Powell2014-04-041-10/+0
* Move drag-to-open handling into ActionMenuItemViewAlan Viverette2014-01-131-20/+12
* am 9c9975ac: Merge "Fix a bug where OnTouchListeners in action views could be...Adam Powell2014-01-101-18/+18
* Move ActionMenuView into android.widget and make it publicAdam Powell2014-01-081-0/+764