index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
widget
/
ActionMenuPresenter.java
Age
Commit message (
Expand
)
Author
2020-10-27
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2019-12-18
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-02-28
All Parcelable CREATOR fields are @NonNull.
Jeff Sharkey
2018-08-21
Add @UnsupportedAppUsage annotations
Mathew Inwood
2016-10-11
Fix import statements in android.widget package.
Aurimas Liutikas
2016-01-13
Clean up lint warnings in popup menu presenter classes
Alan Viverette
2016-01-04
Avoid NPE when ActionMenuPresenter is intialized with null MenuBuilder
Alan Viverette
2015-11-25
Ensure only one context menu is shown at a time
Alan Viverette
2015-11-20
Dispatch the actual PopupWindow dismiss callback to PopupMenu
Alan Viverette
2015-11-17
Swtich from max_action_buttons resource to a method.
Filip Gruszczynski
2015-11-03
Reduce CascadingMenuPopup's reliance on internal ListView state
Alan Viverette
2015-09-10
Add Cascading submenus implementation.
Oren Blasberg
2015-08-31
Pull out widget helpers into their own classes.
Oren Blasberg
2015-06-10
API council review feedback for ActionMenuView
Chris Banes
2015-05-07
Disable ActionBar animations pending more involved fix
Chet Haase
2015-04-14
Make ActionBar animations work correctly
Chet Haase
2015-04-09
Fix breakage from ActionBar animations
Chet Haase
2015-04-08
Fix crash when removing draw listener
Jorim Jaggi
2015-04-07
Animate ActionBar items
Chet Haase
2015-02-27
MenuItem, navigation and overflow icon tinting
Chris Banes
2015-01-07
Fix accessibility delegation
Alan Viverette
2014-11-20
Update overflow menu alignment to match spec
Alan Viverette
2014-09-12
Fix toolbar height, list divider alpha, action item padding
Alan Viverette
2014-08-28
Update action bar item widths, overflow menu, button, and spinner styles
Alan Viverette
2014-07-01
Use touch hotspot in drag-to-open, fix forwarding cancellation
Alan Viverette
2014-05-28
Toolbar factoring and ActionBar functionality integration
Adam Powell
2014-05-05
Add support for popups overlapping anchors
Alan Viverette
2014-04-04
android.widget.Toolbar
Adam Powell
2014-01-13
Move drag-to-open handling into ActionMenuItemView
Alan Viverette
2014-01-10
am 9c9975ac: Merge "Fix a bug where OnTouchListeners in action views could be...
Adam Powell
2014-01-08
Move ActionMenuView into android.widget and make it public
Adam Powell