13 Commits

Author SHA1 Message Date
Jeff Verkoeyen
bb6ef42048 Add ButtonBar component.
Reviewers: #mdc_ios_owners, ajsecord

Reviewed By: #mdc_ios_owners, ajsecord

Projects: #material_components_ios

Differential Revision: http://codereview.cc/D262
2016-03-15 17:40:11 -04:00
randallli
936d9f1a82 Bump version to 2.0.1
Reviewers: #mdc_ios_owners, ajsecord

Reviewed By: #mdc_ios_owners, ajsecord

Projects: #material_components_ios

Differential Revision: http://codereview.cc/D248
2016-03-11 12:57:42 -05:00
randallli
b17afdc358 Revert the Private to private folder rename
Summary:
Revert "Rename Private directories to private."
This reverts commit edc54feec85109a6d6b7b9e2e8090cbcea241659.
revert the rename of the private/Private references

Test Plan:
ran catalog unit test.
ran catalog app.

Reviewers: featherless, ajsecord, #mdc_ios_owners

Reviewed By: ajsecord, #mdc_ios_owners

Projects: #material_components_ios

Differential Revision: http://codereview.cc/D241
2016-03-10 14:22:29 -05:00
randallli
d0ddf8064b Bumped version in pod spec to 2.0.0
Summary: changed name of release

Reviewers: featherless, ajsecord, #mdc_ios_owners

Reviewed By: featherless, ajsecord, #mdc_ios_owners

Projects: #material_components_ios

Differential Revision: http://codereview.cc/D232
2016-03-09 15:47:00 -05:00
Jeff Verkoeyen
793484456a Ensure that all private directory references are lower-cased.
Reviewers: randallli, #mdc_ios_owners

Reviewed By: randallli, #mdc_ios_owners

Projects: #material_components_ios

Differential Revision: http://codereview.cc/D230
2016-03-09 15:15:48 -05:00
Jeff Verkoeyen
73d66c787f [PageControl] Add missing ss.resource_bundles to the podspec.
Reviewers: cjcox, #mdc_ios_owners, randallli

Reviewed By: #mdc_ios_owners, randallli

Projects: #material_components_ios

Differential Revision: http://codereview.cc/D228
2016-03-09 10:54:07 -05:00
Jeff Verkoeyen
f7e7d9c67c [Typography] Add CoreText framework to podspec.
Reviewers: #mdc_ios_owners, randallli

Reviewed By: #mdc_ios_owners, randallli

Projects: #material_components_ios

Differential Revision: http://codereview.cc/D227
2016-03-09 10:53:50 -05:00
randallli
57b1b79ad6 Merge branch 'release-1.0.1' into develop
# Conflicts:
#	CHANGELOG.md
#	build_tests/CocoapodsObjCApp/Podfile.lock
#	build_tests/CocoapodsSwiftApp/Podfile.lock
#	catalog/Podfile.lock
2016-03-07 14:36:51 -05:00
Junius Gunaratne
a8632e0a5e Reverted version change from 8198f65a8b973da8a3212cd8d0e688f3d8dccf68 [8198f65] 2016-03-03 15:28:43 -05:00
Junius Gunaratne
8198f65a8b [Shrine] Add ink to header and cells, update UI layout in init
Reviewers: iangordon, ajsecord, #mdc_ios_owners, featherless

Reviewed By: #mdc_ios_owners, featherless

Subscribers: featherless

Projects: #material_components_ios

Differential Revision: http://codereview.cc/D181
2016-03-03 13:21:48 -05:00
Adrian Secord
d467dd8384 Bumped Podfile versions to 1.0.0. 2016-03-02 18:43:11 -05:00
Jeff Verkoeyen
32acf6a953 [HeaderStackView] Add component.
Summary:
The MDCHeaderStackView class lays out a vertical stack of two views.

Both bars provided to this view must implement sizeThatFits and return their best-fit
dimensions.

# Layout Behavior

The layout behavior of the two bars is as follows:

topBar: top aligned, expands to fill all available vertical space not taken up by the bottomBar.
bottomBar: bottom aligned.

If no bottomBar is provided, top bar consumes the entire bounds of the stack view.

When resized, the top bar will shrink until it reaches its sizeThatFits dimensions.
If there is a bottom bar, then at this point the top bar will begin sliding off the top.
If there is no bottom bar, then at this point the top bar will stay put.

At no point in time will either the top or bottom bar shrink below their sizeThatFits height.

# sizeThatFits Behavior

sizeThatFits returns the fitted height for bottom bar if available, otherwise it returns the
fitted height for topBar. The width will be whatever width was provided.

Reviewers: randallli, ajsecord, #mdc_ios_owners

Reviewed By: randallli, ajsecord, #mdc_ios_owners

Subscribers: randallli, ajsecord

Projects: #material_components_ios

Differential Revision: http://codereview.cc/D162
2016-03-01 13:04:33 -05:00
Jeff Verkoeyen
01916e8f13 Rename the podspec to MaterialComponents.
Reviewers: kerp, #material_components_ios_owners, ajsecord

Reviewed By: kerp, #material_components_ios_owners, ajsecord

Projects: #material_components_ios

Differential Revision: http://codereview.cc/D143
2016-02-26 11:30:12 -08:00