summaryrefslogtreecommitdiff
path: root/core/java/android/app/ActionBar.java
Commit message (Expand)AuthorAgeFilesLines
...
* 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