summaryrefslogtreecommitdiff
path: root/core/java/android/widget/TabHost.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-02-07Update core widgets to save attribute source info.Aurimas Liutikas
2018-08-21Add @UnsupportedAppUsage annotationsMathew Inwood
2017-07-31Fixed some small keyboard nav bugs (TabHost, directional focus)Evan Rosky
2017-04-14Remove unnecessary casts on calls to findViewByIdAlan Viverette
2017-02-27Implicitly cast views obtained via View.findView methodsAlan Viverette
2017-02-03Revert "Implicitly cast views obtained via View.findView methods"Alan Viverette
2017-01-27Implicitly cast views obtained via View.findView methodsAlan Viverette
2016-10-11Fix import statements in android.widget package.Aurimas Liutikas
2016-08-02Document exception throwing in TabHostKirill Grouchnikov
2016-07-22Clean up annotations and docs for TabHostAlan Viverette
2015-06-02Fix TabHost stealing focus on hardware keyboard keypressJames Cook
2015-03-18Replace usages of deprecated Resources.getColor() and getColorStateList()Alan Viverette
2015-02-28Remove unused imports in frameworks/base.John Spurlock
2015-02-06First quick implementation of auto assist data.Dianne Hackborn
2015-01-07Fix accessibility delegationAlan Viverette
2013-09-09Add View constructor that supplies a default style resourceAlan Viverette
2012-08-17Merge "TabHost key handling corrected"Jean-Baptiste Queru
2012-07-02docs: various link fixes and other typos from external trackerScott Main
2012-06-08TabHost key handling correctedRoger Olsson
2012-01-17AccessibilityEvent/AccessibilityNodeInfo class name property should be set to...Svetoslav Ganov
2011-08-15Adjust holo tabs to match spec.Jeff Sharkey
2011-02-22Removed ViewTreeObserver null checksGilles Debunne
2010-12-15Support custom themes in TabHost.Gilles Debunne
2010-10-26New Holo style for Tabs.Gilles Debunne
2010-10-052853037 AccessibilityEvent should describe Tab controlsSvetoslav Ganov
2010-08-19docs: add links from widget classes to tutorialsScott Main
2010-03-01Let apps change the bottom strip in TabWidget.Romain Guy
2010-02-10Closed tabs removed from layout.Gilles Debunne
2010-01-08Deprecate fill_parent and introduce match_parent.Romain Guy
2009-12-11Fix TabHost NPE when there are no tabsBjorn Bringert
2009-09-25Fix 2146581: Make tabs work for donut appsMike Cleron
2009-08-26New List and Tab assets.Evan Millar
2009-08-18Fix possible NPE on touch mode change in TabHost.Romain Guy
2009-06-10Add support for custom tab views in TabHost and TabWidget.Jack Veenstra
2009-05-27Fix javadoc typos. No code changes.Jack Veenstra
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-02-19auto import from //branches/cupcake/...@132276The Android Open Source Project
2008-10-21Initial ContributionThe Android Open Source Project