summaryrefslogtreecommitdiff
path: root/core/java/android/app/ActionBar.java
AgeCommit message (Expand)Author
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2019-03-04Add @InspectableProperty annotations to LayoutParamsAshley Rose
2018-08-14Add @UnsupportedAppUsage annotationsMathew Inwood
2017-12-13Add more IntDef prefixes for auto-documenting.Jeff Sharkey
2017-03-21Hooked-up options menu closingEvan Rosky
2017-01-11Converting action bars to clusters.Vadim Tryshev
2016-11-08Not blocking focus on action bar on tabVadim Tryshev
2016-05-24Add missing @Deprecated annotations.Aurimas Liutikas
2016-01-04Fix ToolbarActionBar invalidating destroyed ActivitiesChris Banes
2015-12-18Alt-up moves focus to the toolbar in action bar mode.George Mount
2015-07-15Let the ActionBar handle keyboard shortcuts.Abodunrinwa Toki
2015-05-07Use new hierarchy viewer protocol in all View subclassesSiva Velusamy
2015-02-28Remove unused imports in frameworks/base.John Spurlock
2015-02-18Add @ResourceInt annotations on APIsTor Norbye
2014-08-26Adjust toolbar/action bar title handlingAdam Powell
2014-07-10Elevation for action barsAdam Powell
2014-07-01Remove ActionBar.LayoutParams MarginLayoutParams constructorAdam Powell
2014-06-06Material themeAlan Viverette
2014-06-01Further implementation for ToolbarActionBarAdam Powell
2014-05-28Toolbar factoring and ActionBar functionality integrationAdam Powell
2014-05-01Add support for hiding action bars on scroll.Adam Powell
2014-04-17Split Activity Transitions out of PhoneWindow.George Mount
2014-04-14Actually store gravity in ActionBar.LayoutParams constructorAlan Viverette
2014-04-04Fix ActionBar attribute parsingAdam Powell
2014-04-04android.widget.ToolbarAdam Powell
2014-04-04Deprecate ActionBar navigation modesAdam Powell
2013-09-11Add typedefs and nullness annotations.Tor Norbye
2013-04-05Fix accessibility in action bars and add extra customizationAdam Powell
2013-01-23Touch action bar title text: you will go to space today!Adam Powell
2012-07-12Make ActionBar aware of layout directionFabrice Di Meglio
2012-03-30Add new feature to let apps layout over status bar / system bar.Dianne Hackborn
2011-10-04docs: add developer guide cross-references, Project ACREJoe Fernandez
2011-09-23docs: a few additions and revisions to action bar docsScott Main
2011-09-12Fix problems where we were allocating TypedArray when not needed.Dianne Hackborn
2011-09-07Empty implementations of new ActionBar methods.Adam Powell
2011-09-07Fix bug 5258435 - ActionBar.setBackgroundDrawableAdam Powell
2011-09-06Bug 5249855 - Add support for content descriptions on action bar tabsAdam Powell
2011-07-28Fix bug 5087752 - Maintain correct contrast against action bars inAdam Powell
2011-07-27cherrypick Change-Id: I4713d3977a0a1514ff9c4217e7f3723c0346d0d8Scott Main
2011-07-14Nicer API for disabling/enabling the home/up button in action bars.Adam Powell
2011-06-16resolved conflicts for merge of 872a1e79 to masterDianne Hackborn
2011-06-16SDK only: integrate new sample code, deprecating along the way.Dianne Hackborn
2011-04-25Action bar work for phonesAdam Powell
2011-03-22Fix bug 4142917 - Add support for specifying a custom home icon in action barAdam Powell
2011-01-20Fix bug 3362375 - API REVIEW: remove unused public 'up' idAdam Powell
2011-01-05Revisiting ActionBar API and layout.Adam Powell
2010-12-06Clean up button bar stylesAdam Powell
2010-12-01Fix bug 3240444 - add OnMenuVisibilityListener for action bar.Adam Powell
2010-11-17Add resource ID variants of ActionBar tab settersAdam Powell
2010-11-16Improve docs around ActionBar as noted in bug 3111444.Adam Powell