37 Commits

Author SHA1 Message Date
Adrian Secord
64009d0642 Bumped version number to 13.0.1. 2016-07-28 17:37:58 -04:00
Sam Morrison
3f1ebfc632 Bumped version number to 13.0.0. 2016-07-27 12:08:35 -04:00
Ian Gordon
5f4a31dcbb Bumped version number to 12.2.0. 2016-07-20 11:04:20 -04:00
Justin Shephard
5efebd3703 Bumped version number to 12.1.0. 2016-07-13 14:54:19 -04:00
Ian Gordon
3f6d576089 Bumped version number to 12.0.1. 2016-07-06 11:33:15 -04:00
Adrian Secord
f97a9288a9 Bumped version number to 12.0.0. 2016-06-29 16:05:01 -04:00
Louis Romero
7550398b6c Port the rendering mode when flipping on iOS 8 and below.
Summary:
The rendering mode is lost when an image is flipped with
-[UIImage imageWithCGImage:scale:orientation:].
When that would happen, actually render the image with it's orientation and
scale, port the template mode, and return that copy.

Closes https://github.com/google/material-components-ios/issues/592.

Test Plan:
Check that back arrow in Catalog is correctly flipped relative to the layout
direction.

Reviewers: randallli, O1 Material components iOS, iangordon

Reviewed By: randallli, O1 Material components iOS, iangordon

Tags: #material_components_ios

Differential Revision: http://codereview.cc/D1034
2016-06-28 17:09:25 +02:00
Louis Romero
4aa1c4f305 Introduce MDCRectFlippedForRTL function to flip a CGRect.
Summary:
MDCRectFlippedForRTL returns a CGRect prepared for layout
based on the layout direction.

Closes https://github.com/google/material-components-ios/issues/604.

Test Plan: Passes the unittests.

Reviewers: O1 Material components iOS, iangordon, brianjmoore

Reviewed By: O1 Material components iOS, iangordon, brianjmoore

Subscribers: ajsecord, randallli

Tags: #material_components_ios

Differential Revision: http://codereview.cc/D1041
2016-06-27 23:44:00 +02:00
Ian Gordon
7aa0a46faa Bumped version number to 11.0.1. 2016-06-23 14:27:58 -04:00
Adrian Secord
fe39e7e530 Bumped version number to 11.0.0. 2016-06-15 15:29:13 -04:00
randallli
73cea102fd Bumped version number to 10.1.2. 2016-06-09 11:10:49 -04:00
randallli
32934941b4 Bumped version number to 10.1.0. 2016-06-08 11:57:34 -04:00
Adrian Secord
4afea7db13 Release candidate.
Summary:
Checklist:

- [ ] Ran `arc unit --everything`.
- [ ] Ran `scripts/build_all_pod_projects`.
- [ ] Ran `scripts/release/api_diff` and pasted the results into CHANGELOG.md.
- [ ] Ran `scripts/release/changes` and pasted the results into CHANGELOG.md.
- [ ] Visually inspected the API diff to ensure it accurately reflects the release's changes.
- [ ] Ran `scripts/release/diff components/*/src/` and visually inspected the changes.
- [ ] Ran `scripts/release/bump` with the new version number.
- [ ] Updated CHANGELOG.md's latest section header to match the release's version number.
- [ ] I did not `arc land` this change because I followed the [releasing guide](https://github.com/google/material-components-ios/blob/develop/contributing/contributor_guides/releasing.md) and did the following:
- [ ] Ran `scripts/release/merge`
- [ ] Push to master
- [ ] Push to develop
- [ ] Manually marked this diff closed in the web ui

Reviewers: O1 Material components iOS!

Tags: #material_components_ios

Differential Revision: http://codereview.cc/D925
2016-06-01 14:55:25 -04:00
Ian Gordon
9828352d90 Bumped version number to 9.0.0. 2016-05-25 14:08:19 -04:00
randallli
b2d61461b3 Bumped version number to 8.0.0. 2016-05-18 16:45:45 -04:00
Ian Gordon
e3b3451c5e Bumped version number to 7.0.0. 2016-05-11 11:07:13 -04:00
Chris Cox
7e18b0f462 Release candidate.
Summary:
Checklist:

- [ ] Ran `arc unit --everything`.
- [ ] Ran `scripts/build_all_pod_projects`.
- [ ] Ran `scripts/release/api_diff` and pasted the results into CHANGELOG.md.
- [ ] Ran `scripts/release/changes` and pasted the results into CHANGELOG.md.
- [ ] Visually inspected the API diff to ensure it accurately reflects the release's changes.
- [ ] Ran `scripts/release/diff components/*/src/` and visually inspected the changes.
- [ ] Ran `scripts/release/bump` with the new version number.
- [ ] Updated CHANGELOG.md's latest section header to match the release's version number.

Reviewers: #mdc_ios_owners

Projects: #material_components_ios

Differential Revision: http://codereview.cc/D825
2016-05-04 16:05:37 -04:00
Adrian Secord
aad2d08051 Release candidate.
Summary:
Checklist:

- [ ] Ran `arc unit --everything`.
- [ ] Ran `scripts/build_all_pod_projects`.
- [ ] Ran `scripts/release/api_diff` and pasted the results into CHANGELOG.md.
- [ ] Ran `scripts/release/changes` and pasted the results into CHANGELOG.md.
- [ ] Visually inspected the API diff to ensure it accurately reflects the release's changes.
- [ ] Ran `scripts/release/diff components/*/src/` and visually inspected the changes.
- [ ] Ran `scripts/release/bump` with the new version number.
- [ ] Updated CHANGELOG.md's latest section header to match the release's version number.

Reviewers: #mdc_ios_owners

Projects: #material_components_ios

Differential Revision: http://codereview.cc/D791
2016-04-28 13:39:56 -04:00
Ian Gordon
54c5ad7bb5 Release candidate.
Summary:
Checklist:

- [ ] Ran `arc unit --everything`.
- [ ] Ran `scripts/build_all_pod_projects`.
- [ ] Ran `scripts/release/api_diff` and pasted the results into CHANGELOG.md.
- [ ] Ran `scripts/release/changes` and pasted the results into CHANGELOG.md.
- [ ] Visually inspected the API diff to ensure it accurately reflects the release's changes.
- [ ] Ran `scripts/release/diff components/*/src/` and visually inspected the changes.
- [ ] Ran `scripts/release/bump` with the new version number.
- [ ] Updated CHANGELOG.md's latest section header to match the release's version number.

Reviewers: #mdc_ios_owners

Projects: #material_components_ios

Differential Revision: http://codereview.cc/D767
2016-04-26 16:41:02 -04:00
randallli
f9bbc7eed1 Bumped version number to . 2016-04-14 14:53:32 -04:00
Junius Gunaratne
bd8f0a3ae8 Bumped version number to 4.0.0 2016-04-13 13:53:10 -04:00
Jeff Verkoeyen
5cbe9d48c6 Bumped version number to 3.1.0. 2016-04-07 11:56:40 -04:00
Ian Gordon
d4b77bbe47 Bump version number to 3.0.0 2016-03-30 18:57:43 -04:00
randallli
3ed4e2cac6 Bump version number to 2.2.0 2016-03-24 14:01:58 -04:00
randallli
3aa4578aa8 Bump version number to 2.1.1 2016-03-23 12:07:52 -04:00
Adrian Secord
cdea3cefff Bump version number to 2.1.0. 2016-03-18 16:26:15 -04:00
randallli
bc9a377459 Fixed the reference to the private folder of Typography in podspec.
Reviewers: featherless, #mdc_ios_owners

Reviewed By: featherless, #mdc_ios_owners

Projects: #material_components_ios

Differential Revision: http://codereview.cc/D290
2016-03-17 14:13:32 -04:00
randallli
d1630da81e bump version to 2.0.3
Reviewers: #mdc_ios_owners, ajsecord, featherless

Reviewed By: #mdc_ios_owners, ajsecord, featherless

Subscribers: featherless

Projects: #material_components_ios

Differential Revision: http://codereview.cc/D284
2016-03-17 12:09:41 -04:00
randallli
b151214c5c Bump version to 2.0.2
Summary: This is in preperation for renaming Private to privateWasCapital.

Reviewers: ajsecord, featherless, #mdc_ios_owners

Reviewed By: featherless, #mdc_ios_owners

Projects: #material_components_ios

Differential Revision: http://codereview.cc/D249
2016-03-11 14:50:52 -05: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
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
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
Jeff Verkoeyen
2c55773a64 MaterialComponentsUnitTests.podspec depends on MaterialComponents.
Reviewers: #mdc_ios_owners, ajsecord

Reviewed By: #mdc_ios_owners, ajsecord

Projects: #material_components_ios

Differential Revision: http://codereview.cc/D210
2016-03-07 08:34:07 -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
d0092f692a Testing by convention.
Summary:
Similar to Catalog by convention, Testing by convention allows us to generate a fully-working unit test suite using CocoaPods wildcards.

The testing convention is to place unit test source files in a `tests/unit` folder within each component.

A complete "component by convention" now looks like so:

    component/
      examples/
        SomeExample.m
      src/
        ...
      tests/
        unit/
          SomeTest.m

This convention makes it trivially easy to run all tests in our project & generate coverage information. Here are our coverage results:

{F439}

Resolves https://github.com/google/material-components-ios/issues/106.

Reviewers: cjcox, ajsecord, #mdc_ios_owners

Reviewed By: ajsecord, #mdc_ios_owners

Projects: #material_components_ios

Differential Revision: http://codereview.cc/D158
2016-03-01 12:35:19 -05:00