summaryrefslogtreecommitdiff
path: root/core/java/android/widget/TabWidget.java
Commit message (Expand)AuthorAgeFilesLines
* Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-061-1/+1
* Add max target sdk for ActivityGroup related APIsCharles Chen2019-08-011-3/+15
* Deprecate TabHost and TabWidgetCharles Chen2019-07-301-0/+5
* docs: Fixed link in setCurrentTab() descriptionKevin Hufnagle2019-07-181-1/+1
* Update core widgets to save attribute source info.Aurimas Liutikas2019-02-071-0/+2
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-211-0/+4
* Handle null left and right tab strip drawablesAlan Viverette2017-09-151-8/+24
* Fix import statements in android.widget package.Aurimas Liutikas2016-10-111-4/+4
* Custom pointer icon for standard widgetsVladislav Kaznacheev2016-09-231-0/+14
* Separate TabWidget selection from keyboard focusAlan Viverette2015-08-171-57/+2
* Add accessors for TabWidget strip drawablesAlan Viverette2015-08-141-0/+28
* Clean up TabWidgetAlan Viverette2015-08-141-93/+102
* Check targetSdkVersion when passing size hints for UNSPECIFIED specsAdam Powell2015-06-111-1/+2
* Make UNSPECIFIED measure spec include size hint.Filip Gruszczynski2015-04-161-2/+3
* Remove unused imports in frameworks/base.John Spurlock2015-02-281-2/+0
* Add @ResourceInt annotations on APIsTor Norbye2015-02-181-3/+4
* First quick implementation of auto assist data.Dianne Hackborn2015-02-061-8/+5
* Fix accessibility delegationAlan Viverette2015-01-071-7/+11
* Add APIs for obtaining themed Drawable from Theme, ContextAlan Viverette2014-02-031-8/+7
* Add View constructor that supplies a default style resourceAlan Viverette2013-09-091-3/+7
* Revert "Add accessibility scroll actions to TabWidget"Alan Viverette2012-09-131-37/+0
* Add accessibility scroll actions to TabWidgetalanv2012-09-131-0/+37
* docs: various link fixes and other typos from external trackerScott Main2012-07-021-3/+0
* AccessibilityEvent/AccessibilityNodeInfo class name property should be set to...Svetoslav Ganov2012-01-171-10/+19
* Adding accessibility delegate mechanism for backwards compatibility support.Svetoslav Ganov2011-09-121-0/+1
* Not visible view should not be announced or interacted with.Svetoslav Ganov2011-09-071-1/+4
* Adjust holo tabs to match spec.Jeff Sharkey2011-08-151-57/+19
* Move data cycle methods to framework object.Jeff Sharkey2011-06-101-0/+6
* Factored out the Accessibility vertical initialization.Svetoslav Ganov2011-05-131-2/+2
* Touch exploration feature, event bubling, refactorSvetoslav Ganov2011-04-221-4/+11
* Revert "Touch exploration feature, event bubling, refactor"Adam Powell2011-04-221-11/+4
* Touch exploration feature, event bubling, refactorSvetoslav Ganov2011-04-211-4/+11
* Scrollable tabs are correctly displayed.Gilles Debunne2011-02-281-3/+6
* AIOOB exception fix in TabWidgetGilles Debunne2011-02-251-1/+1
* Merge "Tabs are resized to make sure they fit in their parent." into honeycombGilles Debunne2011-01-311-36/+50
|\
| * Tabs are resized to make sure they fit in their parent.Gilles Debunne2011-01-281-36/+50
* | Fix issue #3403539: WordPress crashes on HoneycombDianne Hackborn2011-01-281-1/+11
|/
* Tabs are resized to make sure they fit in their parent.Gilles Debunne2011-01-261-0/+50
* am 41c73884: am 5b4d0e84: Merge "TabWidget orientation"Jean-Baptiste Queru2010-11-011-1/+0
|\
| * am 5b4d0e84: Merge "TabWidget orientation"Jean-Baptiste Queru2010-11-011-1/+0
| |\
| | * TabWidget orientationRoger Olsson2010-10-261-1/+0
* | | New Holo style for Tabs.Gilles Debunne2010-10-261-11/+3
* | | Fix to display first tab as selected on tab widget creation.Gilles Debunne2010-10-201-11/+20
* | | 2853037 AccessibilityEvent should describe Tab controlsSvetoslav Ganov2010-10-051-1/+27
|/ /
* / docs: add links from widget classes to tutorialsScott Main2010-08-191-0/+3
|/
* Rename tab widget attributes, remove scroll barrier constant.Romain Guy2010-03-291-6/+6
* Rename private fields to break bad code examplesRomain Guy2010-03-291-18/+18
* Fix Tabwidget copy/paste bug.Marco Nelissen2010-03-221-2/+2
* Fix javadoc copy/paste error.Marco Nelissen2010-03-221-4/+4
* Apply alpha animations on ImageView instances.Romain Guy2010-03-011-1/+13