summaryrefslogtreecommitdiffstats
path: root/core/java/android/app/ActionBar.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bug 2841148 - Add accessors for action bar context mode state.Adam Powell2010-07-141-0/+18
* ActionBar tab mode using fragments; needs styles.Adam Powell2010-07-081-2/+162
* Add subtitles for action bars and context modes.Adam Powell2010-06-291-2/+26
* Added context modes to ActionBar API.Adam Powell2010-06-291-40/+124
* Merging ActionBar menu with options menu.Adam Powell2010-06-171-63/+0
* Fix some javadoc link/see's to fix the build for the sdk-win_sdk target.Wink Saville2010-06-121-1/+1
* Dropdown mode for ActionBar; style and API updatesAdam Powell2010-06-081-38/+78
* ActionBar - custom navigation viewsAdam Powell2010-05-141-8/+23
* ActionBar added to framework, integrated with Activity and styles.Adam Powell2010-05-131-0/+253