55 Commits

Author SHA1 Message Date
Jeff Verkoeyen
8abbb099a9 Delete all bazel support.
We no longer support bazel.

This PR deletes everything related to bazel support from our repo.

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

PiperOrigin-RevId: 306227127
2020-04-13 07:13:47 -07:00
featherless
7c424b7cf1
Remove NSCoding from the checklist. (#4568)
We were previously encouraging implementing encoding and decoding of custom properties on our components, but without any clear need for the functionality. We no longer intend to support encoding/decoding of custom properties on view components, so we are removing the guidance from the checklist.

Closes https://github.com/material-components/material-components-ios/issues/3935
2018-07-17 13:22:55 -04:00
featherless
e27de3143b
[Catalog] Remove EarlGrey tests. (#4378)
We have not increased our investment in EarlGrey. We will instead likely start investing in standard UI tests once UI testing (with hosted apps) is more stable on kokoro.
2018-06-07 11:38:50 -04:00
Mohammad Cazi
f5fbc71293
Update checklist.md 2018-03-15 13:48:34 -04:00
ianegordon
39e6cfd1dc
Update checklist.md
Add context around themers.
2018-02-28 18:45:11 -05:00
ianegordon
2a0c300f4f
Update checklist.md
Additional Documentation
2018-02-28 18:34:46 -05:00
Mohammad Cazi
7d75c165c2
Update checklist.md
Fixed styling.
2018-02-27 10:31:21 -05:00
Mohammad Cazi
2b037ddfc7
Update checklist.md
Adding more description for NSSecureCoding.
2018-02-27 10:29:35 -05:00
ianegordon
36c7dc0ae4
Update checklist.md 2018-02-14 15:19:27 -05:00
ianegordon
01c058ceea
Update checklist.md 2018-02-14 15:17:04 -05:00
ianegordon
10aab54fa3
Add details on the image. 2018-02-01 15:14:25 -05:00
ianegordon
1681099787
Update checklist.md 2018-01-08 16:35:07 -05:00
Will Larche
b51a3c40a5
[Kokoro] Adds Kokoro section to checklist.md. (#2500) 2017-11-21 16:06:35 -05:00
Will Larche
bbb06b4904
[Catalog] New tiles, header layout (#2404)
* [Catalog] Annotating nullability of tile image function.

* [Catalog] New art.

* [Catalog] New primary color in scheme.

* [Catalog] New art layout.

* [Catalog] Clarifying variable names.

* [Catalog] Correcting tile responsiveness and layout.

* [Catalog] Correcting title.

* [Catalog] Style.

* [Catalog] Updating design.

* [Catalog] Drawing code updates.

* [Catalog] Header layout.

* [Catalog] Scrolling alpha adjustment for logo.

* [Catalog] Updating contributing doc for new art.

* [Catalog] Formatting.

* [Catalog] PR feedback.

* [Catalog] PR feedback.
2017-11-13 11:44:56 -05:00
Yurii Samsoniuk
d18cb18174 Added a script to check that umbrella header are used between components (#2241) 2017-10-25 18:50:56 -04:00
Will Larche
82f0197138 [Checklist] Status spreadsheet link (#2102)
* [Checklist] Adding checklist status spreadsheet links.

* [CheckList] Correcting link.

* [Checklist] Link correction.
2017-10-09 10:35:16 -04:00
Andrés
4ad7a7ed29 [Checklist] Add section for Safe Area support (#2125) 2017-10-06 15:55:46 -04:00
Junius Gunaratne
70eb2a992c [Checklist] Add color themer as checklist item (#2113)
* Add themer to checklist

* Add steps
2017-10-06 11:02:29 -04:00
Will Larche
b4e8622241 [Checklist] Adding back in site work per component (#2106)
* [Checklist] Site info.

* [Checklist] Correcting header.
2017-10-05 17:37:21 -04:00
Will Larche
dd617db3e1 [Checklist] Dynamic Type section. (#2098)
* [Checklist] Dynamic Type section.

* [Checklist] Changes per PR.
2017-10-05 15:00:05 -04:00
ianegordon
3dbf617d11 Update checklist.md 2017-10-05 14:05:05 -04:00
Will Larche
e728aa29a9 [Theming] Updating the documentation on UIAppearance. (#2026)
Includes our new use of class properties.
2017-09-22 14:28:27 -04:00
Scott Hyndman
4a011e75a5 [Docs] Docstravaganza (#1330)
* [Docs] Adds platform configuration for the doc site.

* [Docs] Adds path metadata for documentation site.

This field is used to determine where the file will appear in the
doc site.

* [Docs] Updates Material guideline links to latest URL.

material.google.com -> material.io/guidelines

* [Docs] Introduces a separate component index for the docsite.

* [Docs] Changes the directory used for site generation.

* [Docs] Moves documentation-site-only Markdown into its own directory.

* [Docs] Changes material.io links to use https.

* [Docs] Renames the howto and contributing docsite sections to docs.

* [Docs] Adds a navTitle field to the collection editing/styling pages.

* [Docs] Changes the FAQ heading to be one size bigger.

* [Docs] Changes the tutorial title.

* [Docs] Adds icons to three more components.

* [Docs] Introduces a root component directory called /catalog/.

* [Docs] Adds an icon to the AnimationTiming component.

* [Docs] Adds an icon for the typography component.

* [Docs] Reformats the docsite index.
2017-05-01 17:27:38 -04:00
Will Larche
3f99ed2dd9 [All] replacing ~~~ with ```. (#1324) 2017-04-17 17:06:37 -04:00
Will Larche
49f0851d0a [Checklist] Should be full list of Swift compatibility features. (#1187)
* [Checklist] Should be full list of Swift compatibility features.

* s/ObjC/Objective-C/
2017-02-07 17:34:24 -05:00
Will Larche
d8a2696b5f [Checklist] More specificity in Swift interop (#1185) 2017-02-07 11:05:31 -05:00
Adrian Secord
e8c45d5394 Removed old refs to API docs. (#1084)
* Removed old refs to API docs.

* Removed outdated refs to API docs.
2016-12-15 15:35:13 -05:00
Will Larche
104052d371 Swift first in readmes and its script (#982)
* [Scripts] Checklist check for Swift first in readme.

* [Checklist] Swift before Objc.
2016-12-08 13:38:01 -05:00
Adrian Secord
acfe0b744f Update the Swift/Obj-C example guidance (#959)
* Update the Swift/Obj-C example guidance.

* Update checklist.md
2016-12-07 10:38:07 -05:00
Will Larche
818f42c835 [Checklist] Adding in detail about IBInspectable (#954)
* [Checklist] Adding in detail about IBInspectable

* Added link for IBDesignable
2016-12-07 10:37:13 -05:00
Will Larche
f139f4e2b3 [Checklist] Missing underscore. 2016-12-05 16:57:33 -05:00
Randall Li
6660b5a550 Refined designated initializer definition in relation to super class (#945) 2016-12-05 12:22:36 -05:00
Will Larche
9e45d983b3 [Checklist] Correcting the name of a file. (#944) 2016-12-05 11:52:52 -05:00
Will Larche
b404a420e8 [Checklist] Designated initializer clarity. (#942)
* [Checklist] Designated initializer clarity.

* [Checklist] Making designated initializers even clearer
2016-12-05 11:47:10 -05:00
Adrian Secord
6733f7c44b Build out our scripted component checks (#940)
* Add README.md to scripts/check.

* Generalized the check_components script.

* Renamed `missing_readme` to `readme`.
* Added documentation to the `scripts/check` directory.
* Disabled the `scripts/check/missing_example_language` script.

* Cleanup verbose echoing in check_components script.

* Added more verbosity options.

* Added check for accessible URLs.

* Added option parsing.

* Added left-nav checks.

* Added license stanza check.

* Added reporting of failed components to check_components script.

* Added a script to convert between naming conventions.

* Added script to check for videos.

* Added check for video still.

* Added script to check for site icon.

* Added DO NOT SUBMIT check.

* Properly quoted output file paths.

* Added check for examples.

* Updated checklist docs for new script setup.

* Added check for example languages in README.md files.

Deleted old PHP code.

* Added missing exit(-1) from example_languages.

* Added uniform error output to example_languages.
2016-12-05 11:26:17 -05:00
Will Larche
e7eb8d7103 [Checklist] Header adjustments. (#936)
* [Checklist] Syntax test.

* [Checklist] Comment to terminate list.

* [Checklist] Making whitespace consistent

* [Checklist] Unit Test word choices.
2016-12-02 17:01:46 -05:00
Will Larche
13e7b3e11f [Checklist] Unit test names. 2016-12-02 15:24:38 -05:00
Will Larche
ff12a63950 [Checklist] Designated initializers
Clarifying what to do when inheriting designated initializers.
2016-12-02 15:13:41 -05:00
Will Larche
759d09d3b8 [Checklist] Clarifying Designated Initializers 2016-12-02 14:58:15 -05:00
Will Larche
2c37810583 [Checklist] Unit test text 2016-12-01 16:33:47 -05:00
Will Larche
a9b5e65137 Update checklist.md 2016-12-01 16:14:46 -05:00
ianegordon
a99c451eb9 Update checklist.md
Remove Text Accessibility until we have guidance on handling this through MDC.
2016-12-01 15:52:01 -05:00
ianegordon
779c84c3b8 Update checklist.md 2016-12-01 15:51:06 -05:00
Will Larche
d2e38bbea4 [Checklist] Removing Asset Catalog support. (#920) 2016-12-01 14:49:14 -05:00
Randall Li
d193c955c6 [Button] Corrected encode and decode to cover more properties. (#915)
* button test encode

* added encode logic for remaining properties.

* lint

* lint
2016-12-01 14:26:20 -05:00
Will Larche
3cb7373bee [Checklist] Remove License TODO. (#911) 2016-12-01 09:57:27 -05:00
Will Larche
be0518ea37 [Checklist] Adding link for writing readmes. (#910) 2016-12-01 09:54:36 -05:00
Will Larche
1f88627dfe [Checklist] Finishing scrubbed comments entry. (#909) 2016-12-01 09:54:12 -05:00
Sam Morrison
558fd72bc6 Source (#905) 2016-11-30 12:02:00 -05:00
Will Larche
27e0114bb6 [Checklist] Instructions on translation. (#898)
* [Checklist] Instructions on translation.

* [Checklist] Typo correction
2016-11-29 13:36:45 -05:00