summaryrefslogtreecommitdiff
path: root/core/java/android/app/ActionBar.java
Commit message (Expand)AuthorAgeFilesLines
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* Add @InspectableProperty annotations to LayoutParamsAshley Rose2019-03-041-0/+4
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-141-0/+4
* Add more IntDef prefixes for auto-documenting.Jeff Sharkey2017-12-131-10/+13
* Hooked-up options menu closingEvan Rosky2017-03-211-0/+5
* Converting action bars to clusters.Vadim Tryshev2017-01-111-97/+1
* Not blocking focus on action bar on tabVadim Tryshev2016-11-081-11/+11
* Add missing @Deprecated annotations.Aurimas Liutikas2016-05-241-0/+24
* Fix ToolbarActionBar invalidating destroyed ActivitiesChris Banes2016-01-041-0/+4
* Alt-up moves focus to the toolbar in action bar mode.George Mount2015-12-181-0/+97
* 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