summaryrefslogtreecommitdiff
path: root/core/java/android/widget/TabWidget.java
AgeCommit message (Expand)Author
2020-01-06Use new UnsupportedAppUsage annotation.Artur Satayev
2019-08-01Add max target sdk for ActivityGroup related APIsCharles Chen
2019-07-30Deprecate TabHost and TabWidgetCharles Chen
2019-07-18docs: Fixed link in setCurrentTab() descriptionKevin Hufnagle
2019-02-07Update core widgets to save attribute source info.Aurimas Liutikas
2018-08-21Add @UnsupportedAppUsage annotationsMathew Inwood
2017-09-15Handle null left and right tab strip drawablesAlan Viverette
2016-10-11Fix import statements in android.widget package.Aurimas Liutikas
2016-09-23Custom pointer icon for standard widgetsVladislav Kaznacheev
2015-08-17Separate TabWidget selection from keyboard focusAlan Viverette
2015-08-14Add accessors for TabWidget strip drawablesAlan Viverette
2015-08-14Clean up TabWidgetAlan Viverette
2015-06-11Check targetSdkVersion when passing size hints for UNSPECIFIED specsAdam Powell
2015-04-16Make UNSPECIFIED measure spec include size hint.Filip Gruszczynski
2015-02-28Remove unused imports in frameworks/base.John Spurlock
2015-02-18Add @ResourceInt annotations on APIsTor Norbye
2015-02-06First quick implementation of auto assist data.Dianne Hackborn
2015-01-07Fix accessibility delegationAlan Viverette
2014-02-03Add APIs for obtaining themed Drawable from Theme, ContextAlan Viverette
2013-09-09Add View constructor that supplies a default style resourceAlan Viverette
2012-09-13Revert "Add accessibility scroll actions to TabWidget"Alan Viverette
2012-09-13Add accessibility scroll actions to TabWidgetalanv
2012-07-02docs: various link fixes and other typos from external trackerScott Main
2012-01-17AccessibilityEvent/AccessibilityNodeInfo class name property should be set to...Svetoslav Ganov
2011-09-12Adding accessibility delegate mechanism for backwards compatibility support.Svetoslav Ganov
2011-09-07Not visible view should not be announced or interacted with.Svetoslav Ganov
2011-08-15Adjust holo tabs to match spec.Jeff Sharkey
2011-06-10Move data cycle methods to framework object.Jeff Sharkey
2011-05-13Factored out the Accessibility vertical initialization.Svetoslav Ganov
2011-04-22Touch exploration feature, event bubling, refactorSvetoslav Ganov
2011-04-22Revert "Touch exploration feature, event bubling, refactor"Adam Powell
2011-04-21Touch exploration feature, event bubling, refactorSvetoslav Ganov
2011-02-28Scrollable tabs are correctly displayed.Gilles Debunne
2011-02-25AIOOB exception fix in TabWidgetGilles Debunne
2011-01-31Merge "Tabs are resized to make sure they fit in their parent." into honeycombGilles Debunne
2011-01-28Fix issue #3403539: WordPress crashes on HoneycombDianne Hackborn
2011-01-28Tabs are resized to make sure they fit in their parent.Gilles Debunne
2011-01-26Tabs are resized to make sure they fit in their parent.Gilles Debunne
2010-11-01am 41c73884: am 5b4d0e84: Merge "TabWidget orientation"Jean-Baptiste Queru
2010-11-01am 5b4d0e84: Merge "TabWidget orientation"Jean-Baptiste Queru
2010-10-26New Holo style for Tabs.Gilles Debunne
2010-10-26TabWidget orientationRoger Olsson
2010-10-20Fix to display first tab as selected on tab widget creation.Gilles Debunne
2010-10-052853037 AccessibilityEvent should describe Tab controlsSvetoslav Ganov
2010-08-19docs: add links from widget classes to tutorialsScott Main
2010-03-29Rename tab widget attributes, remove scroll barrier constant.Romain Guy
2010-03-29Rename private fields to break bad code examplesRomain Guy
2010-03-22Fix Tabwidget copy/paste bug.Marco Nelissen
2010-03-22Fix javadoc copy/paste error.Marco Nelissen
2010-03-01Apply alpha animations on ImageView instances.Romain Guy