3 Commits

Author SHA1 Message Date
Jeff Verkoeyen
2040720492 [ActivityIndicator] Mark the swift example as flaky due to its use of animations and remove explicit titles.
This disables the example from being ran during snapshot tests. The titles are not used in the catalog; the breadcrumbs are used instead to populate the title.

PiperOrigin-RevId: 307729170
2020-04-21 19:38:33 -07:00
featherless
97bb87866b [ActivityIndicator] Deprecate ColorThemer. (#8430)
Part of https://github.com/material-components/material-components-ios/issues/8429

These targets have no internal usage.

Note: CocoaPods is unfortunately not able to annotate subspecs as deprecated. It generates the following when you try:

```
ERROR | [iOS] attributes: Can't set `deprecated` attribute for subspecs (in `MaterialComponents/ActivityIndicator+ColorThemer`).
```
2019-09-10 11:22:15 -04:00
Robert Moore
4a9c905b96
[ActivityIndicator] Rename examples (#5867)
Renaming each of the example view controllers to include
"ExampleViewController" so they're easier to find. This is closer to our
typical naming pattern for example view controllers.
2018-11-29 14:49:13 -05:00