836 Commits

Author SHA1 Message Date
Andrew Overton
beca30be4a
[TextControls] add filled text areas (#9770)
This PR adds the TextControl filled text areas, as well as their theming extensions, and a bunch of unit tests. Snapshot tests to follow.

Related to #9407.
2020-02-20 16:10:53 -05:00
Andrew Overton
79d0ba0231
Add outlined text areas (#9771)
This PR adds the TextControl outlined text areas, as well as their theming extensions, and a bunch of unit tests. Snapshot tests to follow.

Related to #9407.
2020-02-20 15:37:30 -05:00
Andrew Overton
2c1669718c
Add first pass of unit tests for MDCBaseTextArea (#9754)
This PR adds some initial unit tests to MDCBaseTextArea.

Related to #9407.
2020-02-20 11:05:46 -05:00
Jeff Verkoeyen
efc2389643 Merge branch 'release-candidate' into develop 2020-02-20 00:17:00 -05:00
Jeff Verkoeyen
f863392c73 Bump release. 2020-02-19 17:25:00 -05:00
Jeff Verkoeyen
b2306907fe merged release-candidate 2020-02-19 17:10:56 -05:00
Jeff Verkoeyen
e445f4af4b Bump the version correctly. 2020-02-19 16:23:23 -05:00
Jeff Verkoeyen
9dcf356ef3 Bump the release. 2020-02-19 16:19:24 -05:00
Jeff Verkoeyen
d6009552b2 Revert "Revert all commits to stable since v104.0.1."
This reverts commit c205cc4d2df00050349e689c9c83314ade138e83.
2020-02-19 16:15:09 -05:00
Jeff Verkoeyen
c205cc4d2d Revert all commits to stable since v104.0.1.
These commits were accidentally added to stable due to a `git pull` command.

```
git reset --hard v104.0.1
git reset --soft e2252009a850ea6d5e2a02efaa2add2f7f295aac
git commit
```
2020-02-19 13:55:16 -05:00
Yarden Eitan
3882b62bd0 Bumped version number to 105.0.0. 2020-02-19 13:57:04 +02:00
Andrew Overton
b78f7c55d9 Remove unneeded subspec (#9748)
This change removes an empty subspec that was causing pod lib lint to fail.
Closes #9747.
2020-02-19 13:57:03 +02:00
Bryan Oltman
538da36f9a Fix invalid podspec (#9745) 2020-02-19 13:57:03 +02:00
Bryan Oltman
8cd6794739 [Material][Availability] Migrates Flexible Header to MDCAvailability. (#9744)
[Material][Availability] Migrates Flexible Header to MDCAvailability.
2020-02-19 13:57:03 +02:00
Andrew Overton
f6a108a803 [Material][Availability] Migrates Schemes to MDCAvailability (#9736)
Original CL: cl/293702425
2020-02-19 13:57:03 +02:00
Bryan Oltman
11e442e37f [Material][Availability] Migrates Ink to MDCAvailability. (#9741)
[Material][Availability] Migrates Ink to MDCAvailability.
2020-02-19 13:57:03 +02:00
Bryan Oltman
3b700868bb [Material][Availability] Migrates Snackbar to MDCAvailability. (#9739)
[Material][Availability] Migrates Snackbar to MDCAvailability.
2020-02-19 13:57:03 +02:00
Andrew Overton
ea6cc86451 [private] Make private/color use availability (#9738)
Original CL: cl/293702453
2020-02-19 13:57:03 +02:00
Bryan Oltman
d9d4c8db5c [Material][Availability] Migrates Action sheet to MDCAvailability. (#9733)
[Material][Availability] Migrates Action sheet to MDCAvailability.
2020-02-19 13:57:03 +02:00
Andrew Overton
12dbc2a9ce [Material][Availability] Migrates Text Controls to MDCAvailability (#9720)
This PR addresses the failures in https://github.com/material-components/material-components-ios/pull/9719, which was copybara'd from [cl/293702448](http://cl/293702448)
2020-02-19 13:57:02 +02:00
Andrew Overton
be0228b5f1 Remove test spec (#9718)
https://github.com/material-components/material-components-ios/pull/9711 causes the library to fail pod lib lint validations because there are currently no source files in the test spec. This will of course change very soon but in case there's a release before it does we should land this PR.

Related to #9407.
2020-02-19 13:57:02 +02:00
Andrew Overton
4793060670 [TextControls] Changes from text-area-feature-branch with additional podspec and BUILD file changes (#9711)
Because CI wasn't working earlier this week I merged the initial text area PRs (https://github.com/material-components/material-components-ios/pull/9682 and https://github.com/material-components/material-components-ios/pull/9684) into a [feature branch](https://github.com/material-components/material-components-ios/tree/text-area-feature-branch) in the main repo. This PR contains those changes, as well as a commit to update the BUILD file and podspec (3da2803), a commit that makes it compile (6a06594), and a commit to run clang (078cd70). The changes in these last three commits have not been reviewed, unlike the ones from the PRs into the feature branch.

Related to #9407.
2020-02-19 13:57:02 +02:00
Randall Li
b3f784f11e
[Material][Availability] Migrates Collections to MDCAvailability. (#9712)
[Material][Availability] Migrates Collections to MDCAvailability.
2020-02-18 13:42:15 -05:00
Randall Li
d19b024d32
[Material][Availability] Migrates Thumb Track to MDCAvailability. (#9714)
[Material][Availability] Migrates Thumb Track to MDCAvailability.
2020-02-18 13:41:59 -05:00
Randall Li
7e4f9f61a9
[Material][Availability] Migrates Overlay Window to MDCAvailability. (#9730)
[Material][Availability] Migrates Overlay Window to MDCAvailability.
2020-02-18 13:41:38 -05:00
Andrew Overton
c22493567e
Remove unneeded subspec (#9748)
This change removes an empty subspec that was causing pod lib lint to fail.
Closes #9747.
2020-02-14 16:27:39 -05:00
Bryan Oltman
63867a371e
Fix invalid podspec (#9745) 2020-02-14 15:15:33 -05:00
Bryan Oltman
d962e50cf2
[Material][Availability] Migrates Flexible Header to MDCAvailability. (#9744)
[Material][Availability] Migrates Flexible Header to MDCAvailability.
2020-02-14 13:20:12 -05:00
Andrew Overton
ae6d6d9a90
[Material][Availability] Migrates Schemes to MDCAvailability (#9736)
Original CL: cl/293702425
2020-02-14 12:53:26 -05:00
Bryan Oltman
f168dd2806
[Material][Availability] Migrates Ink to MDCAvailability. (#9741)
[Material][Availability] Migrates Ink to MDCAvailability.
2020-02-14 12:52:23 -05:00
Bryan Oltman
1a221fe8b0
[Material][Availability] Migrates Snackbar to MDCAvailability. (#9739)
[Material][Availability] Migrates Snackbar to MDCAvailability.
2020-02-14 12:51:47 -05:00
Andrew Overton
1cc8bb781d
[private] Make private/color use availability (#9738)
Original CL: cl/293702453
2020-02-14 12:21:53 -05:00
Bryan Oltman
652077c779
[Material][Availability] Migrates Action sheet to MDCAvailability. (#9733)
[Material][Availability] Migrates Action sheet to MDCAvailability.
2020-02-14 11:40:36 -05:00
Randall Li
ad5708c91b merged release-candidate 2020-02-14 10:36:17 -05:00
Randall Li
46462d825c Bumped version number to 104.0.1. 2020-02-14 00:16:07 -05:00
Andrew Overton
d89fa3fb11
[Material][Availability] Migrates Text Controls to MDCAvailability (#9720)
This PR addresses the failures in https://github.com/material-components/material-components-ios/pull/9719, which was copybara'd from [cl/293702448](http://cl/293702448)
2020-02-13 16:41:10 -05:00
Andrew Overton
65113bb1d9
Remove test spec (#9718)
https://github.com/material-components/material-components-ios/pull/9711 causes the library to fail pod lib lint validations because there are currently no source files in the test spec. This will of course change very soon but in case there's a release before it does we should land this PR.

Related to #9407.
2020-02-13 14:38:35 -05:00
Andrew Overton
e6ef298bdf
[TextControls] Changes from text-area-feature-branch with additional podspec and BUILD file changes (#9711)
Because CI wasn't working earlier this week I merged the initial text area PRs (https://github.com/material-components/material-components-ios/pull/9682 and https://github.com/material-components/material-components-ios/pull/9684) into a [feature branch](https://github.com/material-components/material-components-ios/tree/text-area-feature-branch) in the main repo. This PR contains those changes, as well as a commit to update the BUILD file and podspec (3da2803), a commit that makes it compile (6a06594), and a commit to run clang (078cd70). The changes in these last three commits have not been reviewed, unlike the ones from the PRs into the feature branch.

Related to #9407.
2020-02-13 13:33:59 -05:00
Randall Li
b2e2a257ca modified version number to 104.0.0 2020-02-12 01:23:24 -05:00
Randall Li
4515ab61c3 Revert "Bumped version number to 103.2.0."
This reverts commit 6663feb418da9b7c8c67e42e64ca65b91b85fcfe.
2020-02-12 01:22:22 -05:00
Randall Li
6663feb418 Bumped version number to 103.2.0. 2020-02-11 14:58:34 -05:00
Nobody
081fd7a6b4 [Material][Availability] Migrates the Banner to MDCAvailability.
PiperOrigin-RevId: 293864905
2020-02-07 16:05:59 -05:00
Nobody
98f8968ebe [Material][Availability] Migrates elevation to MDCAvailability.
PiperOrigin-RevId: 293812421
2020-02-07 07:49:46 -08:00
Nobody
ef3c2bf8c9 [Material][Availability] Migrates Feature Hightlight to MDCAvailability.
PiperOrigin-RevId: 293794429
2020-02-07 05:30:24 -08:00
Nobody
770095c612 Adds availability macro for conditionally compiling OS sensitive code.
PiperOrigin-RevId: 293067907
2020-02-03 20:55:35 -08:00
Jeff Verkoeyen
8fa9bdb8fd Bump the release. 2020-01-27 13:13:12 -05:00
Robert Moore
e51a83afeb
[BottomNavigation] Fix bug in delegate method call (#9489)
[BottomNavigation] Fix bug in delegate method call

The MDCBottomNavigationBarController checks the wrong delegate method before calling `-bottomNavigationBarController:shouldSelectViewController:`. This can lead to crashes in clients that do not implement this method, but implement `-bottomNavigationBarController:didSelectViewController:`.

Fixes #9483
2020-01-24 15:01:19 -05:00
Jeff Verkoeyen
11139a8477 Bump the release. 2020-01-24 08:25:15 -05:00
Jeff Verkoeyen
03de1cd84c Merge branch 'release-candidate' into develop 2020-01-17 16:21:26 -05:00
Jeff Verkoeyen
5ba178fb3a Revert "merged release-candidate"
This reverts commit 3e9fee2952bdaa7667a03dc303702ac53a323a85, reversing
changes made to 3b3d288ea42ddcc53b61127283770f145b9def38.
2020-01-17 16:18:13 -05:00