14 Commits

Author SHA1 Message Date
Andrew Overton
f8ef922901 [Snackbar] Replace snackbar docs
Closes https://github.com/material-components/material-components-ios/pull/10098

COPYBARA_INTEGRATE_REVIEW=https://github.com/material-components/material-components-ios/pull/10098 from andrewoverton:material-io-snackbars-docs 3e8174ffa2840a302c6212016cfc74e120a32a6c
PiperOrigin-RevId: 336337486
2020-10-09 12:00:57 -07:00
Jeff Verkoeyen
0dd6376c6d Internal change
PiperOrigin-RevId: 324738366
2020-08-03 20:28:17 -07:00
Bryan Oltman
9b23c3474a [Snackbar] Delete deprecated MDCSnackbarTypographyThemer.
PiperOrigin-RevId: 323632046
2020-07-28 12:45:21 -07:00
Andrew Overton
e4fad9a7a8
[Snackbar] Deprecate MDCSnackbarColorThemer (#9152)
Related to #9089.
Related to #9090.
2019-12-06 14:19:49 -05:00
Robert Moore
372d6b24f9
No longer using -init for Color Scheme. (#5734)
{MDC iOS} No longer using `-init` for Color Scheme.

Based on the discussions in go/mdc-ios-theming, we should not use the `-init` default initializer. Instead, we should use an explicit set of defaults.

Search regex: '\[\[MDCSemanticColorScheme alloc\] init\]'
2018-11-12 12:54:47 -05:00
featherless
e1e6d249a4
[Docs] Add badges to all components. (#4278)
As part of our readme generator, components can now opt in to displaying badges in their readme.

The badges are generated from https://shields.io/ and are focused on an individual component. We're currently generating the following badges:

- Open bug count.
2018-05-25 11:12:48 -04:00
Jeff Verkoeyen
4272dc0074 Reorder image assets. 2018-05-04 12:49:34 -04:00
featherless
da21941afa
Regenerate component docs with automatic API links. (#3673)
Example output:

<img width="468" alt="screen shot 2018-05-02 at 10 33 23 pm" src="https://user-images.githubusercontent.com/45670/39557914-d9512f38-4e58-11e8-824d-60f03bcd1b76.png">
2018-05-02 22:33:55 -04:00
featherless
037bf7d0f0
Flatten all +Extensions CocoaPods targets into standalone targets. (#3572)
This discourages depending on all of a component's extensions and aligns our targets more closely with how we expect them to be imported and depended upon.

This is a breaking change.

Pivotal story: https://www.pivotaltracker.com/story/show/157118721
2018-05-02 10:20:01 -04:00
featherless
af0fb05ae5
[Snackbar] Split the documentation into separate articles and run the readme generator. (#3627) 2018-05-01 21:29:27 -04:00
Adrian Secord
7a7293883f
Remove space after triple-backtick Markdown syntax. (#3577) 2018-04-29 09:00:53 -04:00
featherless
d3c5316db0 Generate all themer documentation. (#3562)
* Generate all themer documentation.

* Fix Snackbar vars.

* Fix textfields vars.

* Fix link.

* Fix bottom app bar vars.

* Fix more vars.

* Add home page links.

* Fix typos.

* Fix more links.

* Add ink.

* Tabs.

* Cleanup.
2018-04-27 16:59:03 -04:00
Sam Morrison
5e7d2ebbc7 [Snackbar] Updated screenshot (#1388)
* Replace snackbar screenshot

* Remove snackbar video
2017-05-05 16:56:24 -04:00
Junius Gunaratne
e8afa47fa6 [Snackbar] Adding Snackbar component and related Overlay Window
Summary:
Adds Snackbar and related Overlay Window component as well as demos for MDCCatalog. The Overlay component, of which Snackbar depends, is private for the time being.

  - Removed dependencies on internal core.
  - Removed i18n string translation, TODO added to replace.
  - Removed RTL, waiting on https://github.com/google/material-components-ios/issues/579
  - Animation curve constants moved inline.
  - Fixed styling to be the material standard instead of configurable.

Reviewers: ajsecord, O1 Material components iOS

Reviewed By: ajsecord, O1 Material components iOS

Tags: #material_components_ios

Differential Revision: http://codereview.cc/D1036
2016-06-29 10:44:06 -04:00