20 Commits

Author SHA1 Message Date
Andrew Overton
b205164477 Delete obsolete markdown files
As I've gone through and replaced all the READMEs I haven't always been good at deleting the markdown files that were stitched together to make the old READMEs. This PR removes all the ones I forgot to remove. All the relevant material in these files is already in the new READMEs, so we're not losing anything by doing this.

Closes https://github.com/material-components/material-components-ios/pull/10029

COPYBARA_INTEGRATE_REVIEW=https://github.com/material-components/material-components-ios/pull/10029 from andrewoverton:delete-unused-docs 65ea55253af300ea7a4c13ea4ce14976097a6253
PiperOrigin-RevId: 318079032
2020-06-24 09:31:01 -07:00
Andrew Overton
112ea0d089 [Dialogs] Add additional theming screenshot to Dialogs docs
This PR adds a screenshot of a themed Dialog to the Dialogs README.

Closes https://github.com/material-components/material-components-ios/pull/9997

COPYBARA_INTEGRATE_REVIEW=https://github.com/material-components/material-components-ios/pull/9997 from andrewoverton:add-theming-screenshot 03da851b3a5bcd4f696ea9ab84fbc35c3abf2f59
PiperOrigin-RevId: 312322585
2020-05-19 11:53:17 -07:00
Nobody
70716800b8 Internal change
PiperOrigin-RevId: 312085611
2020-05-18 16:41:12 +00:00
Bryan Oltman
511da587d4
[Dialogs] Delete deprecated DialogThemer (#9776)
DialogThemer (`MDCAlertControllerThemer` and `MDCAlertScheme`) is deprecated and has no internal use.
2020-02-24 14:03:29 -05:00
Andrew Overton
eaf2489303
[Dialogs, TextFields] Update docs (#7209)
#7187 and #7184 graduated Buttons and TextFields theming extensions to ready, but didn't update the docs. Similarly, #7190, which has not yet been merged in, is not updating the docs to reflect the graduation of the Dialogs theming extension to ready.

This PR updates docs for Dialogs and TextFields theming extensions to reflect them being marked ready. Once #7190 is merged in the Dialogs changes here will be accurate.

I will address the out-of-date Buttons docs once #7206 is merged in.
2019-04-22 14:12:04 -04:00
Galia Kaufman
9eebe7a2e6
[Dialogs] Theming dialog actions doc (#6547)
Documenting action emphasis in Alert Controllers
2019-02-04 11:13:18 -05:00
featherless
49c5913b62
[Dialogs] Fix broken link to beta documentation. (#6506)
Fixes the following error in the website job:

```
Error:
Broken link docs/../../contributing/beta_components.md in /Volumes/BuildData/tmpfs/src/github/repo/docsite-generator/.stage/ios/catalog/dialogs/index.md
```

The readme was regenerated by running `./scripts/generate_readme Dialogs`
2019-01-29 10:32:09 -05:00
Cody Weaver
3f77bf5118
[Dialogs] Update theming docs for theming extension (#6496)
## Related links
* Related bug: #5772 
* Blocking PR: #6460 
## Introduction
The team has decided to pivot to theming extensions instead of _Themer_ objects. As we pivot we need to document how these new extensions work, for clients to use them.  This adds documentation for dialogs with the new theming extensions.

_Note_ This is blocked by #6460 until that is resolved and merged then some of these links will not work.
## The problem
We don't have documentation on theming extensions for dialogs.
## The fix
Add theming extension documentation for clients to see how we intend for them to use our new theming extensions within the button component.
## Remaining work
- [x] Add documentation for container scheme
- [ ] README updates for Buttons using Material Theming Extensions
- [ ] README updates for Dialogs using Material Theming Extensions
2019-01-28 13:59:33 -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
Cody Weaver
95fbb31946
[Dialogs] Update README for new themer
Context
We recently added an API for a DialogThemer but we are yet to update the README.

The problem
We are missing docs for the new API

The fix
Update the readme to have the new themer API

Related issues
b/116306933
2018-10-03 15:13:15 -04:00
ianegordon
20445a5d85
[Dialogs] Update A11y docs (#4509) 2018-07-11 17:49:33 -04: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
d16824c765 [Dialogs] Update the copy and make a gif. 2018-05-04 09:47:06 -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
Adrian Secord
14b9c1503f
Global replace of "utilize" vs "use". (#3662) 2018-05-02 16:51:59 -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
ce9f1e0bbf
[Dialogs] Split the documentation into separate articles and run the readme generator. (#3619) 2018-05-01 16:38:06 -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
ianegordon
0489e474e9 [Dialogs] Screenshot (#1376)
* [Dialogs] Screenshot

* Width to 375

* Update README.md

Alt text s/App Bar/Dialogs/
2017-05-05 16:36:36 -04:00