summaryrefslogtreecommitdiff
path: root/core/java/android/widget/Toolbar.java
AgeCommit message (Expand)Author
2020-01-06Use new UnsupportedAppUsage annotation.Artur Satayev
2019-02-28All Parcelable CREATOR fields are @NonNull.Jeff Sharkey
2019-02-07Update core widgets to save attribute source info.Aurimas Liutikas
2019-02-04@InspectableProperty coverage for android.widgetAshley Rose
2018-09-14Move some members to the "Q blacklist".Mathew Inwood
2018-08-21Add @UnsupportedAppUsage annotationsMathew Inwood
2018-05-02Add setter and getter for Toolbar's collapse icon.Daniel Santiago Rivera
2017-03-20Allow cluster navigation to jump into touchscreenBlocksFocusEvan Rosky
2017-01-11Converting action bars to clusters.Vadim Tryshev
2016-06-28Make Toolbar ignore its minHeight if larger than heightChris Banes
2016-06-21Fix NPE in Toolbar - framework editionChris Banes
2016-04-04Add a hidden test-only API to get Toolbar's navigation view.Kirill Grouchnikov
2016-03-29Add contentInsetStartWithNavigation/EndWithActionsAdam Powell
2016-01-13Apply menu callbacks to existing Toolbar menu viewAlan Viverette
2016-01-04Avoid NPE when ActionMenuPresenter is intialized with null MenuBuilderAlan Viverette
2015-12-08Revert "Add support for partial view layouts"Chet Haase
2015-11-19Add support for partial view layoutsAdam Powell
2015-09-15Add accessor methods for Toolbar title marginsAlan Viverette
2015-06-17Merge "Add matching xml attributes for existing Toolbar properties" into mnc-devAdam Powell
2015-06-16Add matching xml attributes for existing Toolbar propertiesAdam Powell
2015-06-15Fully remove Toolbar children when action views expandAdam Powell
2015-06-10API council review feedback for ActionMenuViewChris Banes
2015-05-08Replace usages of deprecated version of TextView.setTextAppearance()Alan Viverette
2015-03-13Add resource type annotations to some APIsTor Norbye
2015-03-05Annotate ARGB integer parameters with @ColorIntTor Norbye
2015-02-27MenuItem, navigation and overflow icon tintingChris Banes
2015-01-23Accessibility: Ignore overlapping siblings when computing a click locationSvetoslav
2015-01-22Accessibilty: Cannot click on views in a scrollable container covered by the ...Svetoslav
2014-11-04am cd5f3bab: Merge "Use the right layout for inflating Action Bar." into lmp-...Deepanshu Gupta
2014-10-30Use the right layout for inflating Action Bar.Deepanshu Gupta
2014-10-28Add content description to Toolbar collapse buttonAlan Viverette
2014-10-13Document Toolbar's vertical alignment strategyAlan Viverette
2014-09-12Make Toolbars eat touch eventsAdam Powell
2014-09-11Vertically align toolbar child views with similar gravitiesAlan Viverette
2014-09-04Menu callbacks for ToolbarActionBars, part 2Adam Powell
2014-09-04Dispatch more menu events to window callbacks from ToolbarActionBarAdam Powell
2014-09-02Automatically supply a content description for ToolbarActionBar navAdam Powell
2014-08-28Doc improvements for new Toolbar changes, now with attributes.Adam Powell
2014-08-28Don't add title margins during to Toolbar layout if titles don't fitAdam Powell
2014-08-28Add xml attributes to Toolbar for navigation iconAdam Powell
2014-08-25Add state save/restore for ToolbarAdam Powell
2014-07-25Remove duplicate Toolbar method for setting content descriptionAlan Viverette
2014-07-23Update spinner asset, fix default popup context and elevationAlan Viverette
2014-07-22Add popupTheme attr, propagate from ActionBar to ToolBarAlan Viverette
2014-07-19Don't apply the ActionBar style to a Toolbar as a result of setActionBarAdam Powell
2014-07-19Measure Toolbar titles lastAdam Powell
2014-07-19Fix Toolbar title layout in RTL modeAdam Powell
2014-07-19Adapt ActionBar.LayoutParams to Toolbar.LayoutParams on demandAdam Powell
2014-07-10API for inflating action bar menus against a different themeAlan Viverette
2014-07-01Fix a copy/paste bug in Toolbar.Adam Powell