summaryrefslogtreecommitdiffstats
path: root/core/java/com/android/internal/app/ToolbarActionBar.java
Commit message (Expand)AuthorAgeFilesLines
* Let the ActionBar handle keyboard shortcuts.Abodunrinwa Toki2015-07-151-0/+12
* Fix crash in ToolbarActionBar when setting null custom viewAdam Powell2015-06-151-1/+3
* Move all actionbar related methods to DecorToolbarYigit Boyar2014-10-291-25/+23
* Add support for default content description in DecorToolbarYigit Boyar2014-09-101-24/+2
* Menu callbacks for ToolbarActionBars, part 2Adam Powell2014-09-041-1/+21
* Dispatch more menu events to window callbacks from ToolbarActionBarAdam Powell2014-09-041-0/+33
* Automatically supply a content description for ToolbarActionBar navAdam Powell2014-09-021-2/+24
* Adjust toolbar/action bar title handlingAdam Powell2014-08-261-0/+5
* Fix a bug propagating navigation button events from ToolbarActionBarAdam Powell2014-08-181-1/+23
* Fall-through for ActionModes with ToolbarActionBarAdam Powell2014-08-051-1/+1
* Remove duplicate Toolbar method for setting content descriptionAlan Viverette2014-07-251-2/+2
* Don't apply the ActionBar style to a Toolbar as a result of setActionBarAdam Powell2014-07-191-1/+1
* Correctly set the window callback for ToolbarActionBarAdam Powell2014-07-111-0/+1
* Elevation for action barsAdam Powell2014-07-101-0/+10
* Implement action bar tab mode for Toolbar-based decor action barsAdam Powell2014-06-031-0/+3
* Support list navigation mode for toolbar action barsAdam Powell2014-06-031-17/+21
* Further implementation for ToolbarActionBarAdam Powell2014-06-011-88/+91
* Split Activity Transitions out of PhoneWindow.George Mount2014-04-171-5/+0
* android.widget.ToolbarAdam Powell2014-04-041-0/+452