summaryrefslogtreecommitdiffstats
path: root/core/java/android/app/ActionBar.java
Commit message (Expand)AuthorAgeFilesLines
* Let the ActionBar handle keyboard shortcuts.Abodunrinwa Toki2015-07-151-0/+5
* Use new hierarchy viewer protocol in all View subclassesSiva Velusamy2015-05-071-0/+9
* Remove unused imports in frameworks/base.John Spurlock2015-02-281-4/+0
* Add @ResourceInt annotations on APIsTor Norbye2015-02-181-11/+14
* Adjust toolbar/action bar title handlingAdam Powell2014-08-261-0/+4
* Elevation for action barsAdam Powell2014-07-101-0/+27
* Remove ActionBar.LayoutParams MarginLayoutParams constructorAdam Powell2014-07-011-3/+9
* Material themeAlan Viverette2014-06-061-1/+1
* Further implementation for ToolbarActionBarAdam Powell2014-06-011-0/+21
* Toolbar factoring and ActionBar functionality integrationAdam Powell2014-05-281-0/+2
* Add support for hiding action bars on scroll.Adam Powell2014-05-011-0/+60
* Split Activity Transitions out of PhoneWindow.George Mount2014-04-171-4/+0
* Actually store gravity in ActionBar.LayoutParams constructorAlan Viverette2014-04-141-0/+2
* Fix ActionBar attribute parsingAdam Powell2014-04-041-0/+7
* android.widget.ToolbarAdam Powell2014-04-041-30/+76
* Deprecate ActionBar navigation modesAdam Powell2014-04-041-0/+120
* Add typedefs and nullness annotations.Tor Norbye2013-09-111-5/+30
* Fix accessibility in action bars and add extra customizationAdam Powell2013-04-051-0/+80
* Touch action bar title text: you will go to space today!Adam Powell2013-01-231-0/+15
* Make ActionBar aware of layout directionFabrice Di Meglio2012-07-121-3/+6
* Add new feature to let apps layout over status bar / system bar.Dianne Hackborn2012-03-301-0/+10
* docs: add developer guide cross-references, Project ACREJoe Fernandez2011-10-041-3/+6
* docs: a few additions and revisions to action bar docsScott Main2011-09-231-16/+22
* Fix problems where we were allocating TypedArray when not needed.Dianne Hackborn2011-09-121-0/+1
* Empty implementations of new ActionBar methods.Adam Powell2011-09-071-2/+2
* Fix bug 5258435 - ActionBar.setBackgroundDrawableAdam Powell2011-09-071-1/+21
* Bug 5249855 - Add support for content descriptions on action bar tabsAdam Powell2011-09-061-0/+31
* Fix bug 5087752 - Maintain correct contrast against action bars inAdam Powell2011-07-281-1/+12
* cherrypick Change-Id: I4713d3977a0a1514ff9c4217e7f3723c0346d0d8Scott Main2011-07-271-4/+10
* Nicer API for disabling/enabling the home/up button in action bars.Adam Powell2011-07-141-27/+19
* resolved conflicts for merge of 872a1e79 to masterDianne Hackborn2011-06-161-0/+6
|\
| * SDK only: integrate new sample code, deprecating along the way.Dianne Hackborn2011-06-161-0/+6
* | Action bar work for phonesAdam Powell2011-04-251-0/+27
* | Fix bug 4142917 - Add support for specifying a custom home icon in action barAdam Powell2011-03-221-0/+60
|/
* Fix bug 3362375 - API REVIEW: remove unused public 'up' idAdam Powell2011-01-201-91/+0
* Revisiting ActionBar API and layout.Adam Powell2011-01-051-1/+85
* Clean up button bar stylesAdam Powell2010-12-061-2/+1
* Fix bug 3240444 - add OnMenuVisibilityListener for action bar.Adam Powell2010-12-011-9/+39
* Add resource ID variants of ActionBar tab settersAdam Powell2010-11-171-0/+26
* Improve docs around ActionBar as noted in bug 3111444.Adam Powell2010-11-161-8/+28
* Fix bug 3156280 - Fix several issues with tab navigation in action bars.Adam Powell2010-11-031-3/+12
* Fix bug 3093591 - add richer control over default tab selection in ActionBarAdam Powell2010-11-021-1/+21
* Minor Javadoc fix.Ben Komalo2010-11-011-1/+1
* Action bar API updates - new display optionsAdam Powell2010-10-291-26/+236
* Add ActionBar tab callback method onTabReselectedAdam Powell2010-10-191-0/+10
* Reworking the ActionBar tab APIAdam Powell2010-09-071-86/+62
* ActionBar overlay mode, height fetching, show/hideAdam Powell2010-08-111-0/+29
* Add support for setting action bar title/subtitle by resource IDAdam Powell2010-07-281-0/+65
* Fix bug 2859423 - action bar: need a way to choose item in spinnerAdam Powell2010-07-211-7/+29
* Refactored contextual modes out of action bar.Adam Powell2010-07-201-149/+0