index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
widget
/
TabHost.java
Age
Commit message (
Expand
)
Author
2020-01-06
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-08-01
Add max target sdk for ActivityGroup related APIs
Charles Chen
2019-07-30
Deprecate TabHost and TabWidget
Charles Chen
2019-02-07
Update core widgets to save attribute source info.
Aurimas Liutikas
2018-08-21
Add @UnsupportedAppUsage annotations
Mathew Inwood
2017-07-31
Fixed some small keyboard nav bugs (TabHost, directional focus)
Evan Rosky
2017-04-14
Remove unnecessary casts on calls to findViewById
Alan Viverette
2017-02-27
Implicitly cast views obtained via View.findView methods
Alan Viverette
2017-02-03
Revert "Implicitly cast views obtained via View.findView methods"
Alan Viverette
2017-01-27
Implicitly cast views obtained via View.findView methods
Alan Viverette
2016-10-11
Fix import statements in android.widget package.
Aurimas Liutikas
2016-08-02
Document exception throwing in TabHost
Kirill Grouchnikov
2016-07-22
Clean up annotations and docs for TabHost
Alan Viverette
2015-06-02
Fix TabHost stealing focus on hardware keyboard keypress
James Cook
2015-03-18
Replace usages of deprecated Resources.getColor() and getColorStateList()
Alan Viverette
2015-02-28
Remove unused imports in frameworks/base.
John Spurlock
2015-02-06
First quick implementation of auto assist data.
Dianne Hackborn
2015-01-07
Fix accessibility delegation
Alan Viverette
2013-09-09
Add View constructor that supplies a default style resource
Alan Viverette
2012-08-17
Merge "TabHost key handling corrected"
Jean-Baptiste Queru
2012-07-02
docs: various link fixes and other typos from external tracker
Scott Main
2012-06-08
TabHost key handling corrected
Roger Olsson
2012-01-17
AccessibilityEvent/AccessibilityNodeInfo class name property should be set to...
Svetoslav Ganov
2011-08-15
Adjust holo tabs to match spec.
Jeff Sharkey
2011-02-22
Removed ViewTreeObserver null checks
Gilles Debunne
2010-12-15
Support custom themes in TabHost.
Gilles Debunne
2010-10-26
New Holo style for Tabs.
Gilles Debunne
2010-10-05
2853037 AccessibilityEvent should describe Tab controls
Svetoslav Ganov
2010-08-19
docs: add links from widget classes to tutorials
Scott Main
2010-03-01
Let apps change the bottom strip in TabWidget.
Romain Guy
2010-02-10
Closed tabs removed from layout.
Gilles Debunne
2010-01-08
Deprecate fill_parent and introduce match_parent.
Romain Guy
2009-12-11
Fix TabHost NPE when there are no tabs
Bjorn Bringert
2009-09-25
Fix 2146581: Make tabs work for donut apps
Mike Cleron
2009-08-26
New List and Tab assets.
Evan Millar
2009-08-18
Fix possible NPE on touch mode change in TabHost.
Romain Guy
2009-06-10
Add support for custom tab views in TabHost and TabWidget.
Jack Veenstra
2009-05-27
Fix javadoc typos. No code changes.
Jack Veenstra
2009-03-03
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-03-03
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-02-19
auto import from //branches/cupcake/...@132276
The Android Open Source Project
2008-10-21
Initial Contribution
The Android Open Source Project