12 Commits

Author SHA1 Message Date
Andrew Overton
f1d4dd25f0 [ProgressView] Add ProgressIndicators.md for material.io
The Material progress indicator component is broken down into two distinct iOS components, ProgressView and ActivityIndicator. This PR adds a new markdown file, `ProgressIndicators.md`, to be displayed for the progress indicator component on material.io, and leaves both the ProgressView and ActivityIndicator READMEs intact.

Preview the doc here: https://github.com/andrewoverton/material-components-ios/blob/material-io-progress-indicators/components/ProgressView/ProgressIndicators.md

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

COPYBARA_INTEGRATE_REVIEW=https://github.com/material-components/material-components-ios/pull/10136 from andrewoverton:material-io-progress-indicators 4daaa8cd80cd9bbf44c7d642324b591def841934
PiperOrigin-RevId: 345734425
2020-12-04 12:36:03 -08:00
Andrew Overton
b47266325e
[ProgressView] Delete MDCProgressViewColorThemer (#9231)
Delete MDCProgressViewColorThemer. Closes #9211.
2019-12-10 14:23:58 -05:00
Andrew Overton
e4f8a63b9e
[ProgressView] Add accessibility docs for MDCProgressView (#4543)
* Add accessibility docs for MDCProgressView

* tweak wording
2018-07-13 15:09:38 -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
fb0f5a1cbb [ProgressView] Tidy up the docs and links. 2018-05-04 12:11:15 -04:00
featherless
a078a9722d
Standardize the casing for all components to match spec. (#3693) 2018-05-03 15:02:36 -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
6f8efafd30
[ProgressView] Split the documentation into separate articles and run the readme generator. (#3625) 2018-05-01 21:45:33 -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
e87a24febe [Progress view] Updated screenshot (#1384)
* Update progress view screenshot

* Remove video
2017-05-05 16:57:15 -04:00
Sam Symons
26ce625081 [ProgressView] Backward animation support (#1138)
* Add backward progress animation mode support.

This allows users to animate the progress view backward if they are giving it progress which is lesser than the current value.

* Demonstrate the backward progress animation support.

* Update the assets for the progress view.

* Change ProgressViewExample with new enum name.

* Updated enum names.

* Update with new enum names.
2017-01-05 18:09:18 -05:00
Louis Romero
a806413bd6 [ProgressView] Add the ProgressView component.
Summary:
Adds a ProgressView component. It displays determinate progress linearly.

Note: the README.md and API has previously been reviewed. Feel free to leave comments, but you can also skip for this review and focus on the implementation.

Test Plan: - Open Catalog > Progress View and verify looks.

Reviewers: randallli, junius, iangordon, O1 Material components iOS, ajsecord

Reviewed By: O1 Material components iOS, ajsecord

Tags: #material_components_ios

Differential Revision: http://codereview.cc/D1103
2016-07-09 00:28:19 +02:00