Commit Graph
134 Commits
Author SHA1 Message Date
Huy Nguyen d4c0d74fc9 [Dev doc] Add overview and explain repository structure (#1562) 2019-06-27 14:25:27 -07:00
Michael Zuccarino 45df8d755f [dev doc] Layout Specs (#1557) 2019-06-27 11:00:27 -07:00
Michael Zuccarino d835fb3f2b [dev docs] Remove redundant page (#1563) 2019-06-27 11:00:02 -07:00
Huy Nguyen a11c08497b [Dev doc] Collections and asynchronous updates (#1558) 2019-06-25 12:52:41 -07:00
Huy Nguyen 533c7eba1c [Dev docs] Node Lifecycle (#1536)
* [Dev docs] Node Lifecycle

Here is my draft on a new documentation aims at people interested in learning about technical details of the lifecycle of ASDisplayNode, as well as its interface and loading states. Hopefully it'd be useful for others who want to ramp up and hopefully start contributing to the framework.

Let me know if there are other topics I should cover, or anything I should explain more/dig deeper, or something that is wrong/no longer valid (imposter syndrome much!). Cheers!

* Update node-lifecycle.md

* Address comments
2019-06-20 13:56:10 -07:00
Garrett Moon 71d6238fed #trivial fix development sidebar in docs (#1554) 2019-06-17 11:04:01 -07:00
Garrett Moon ef06cfe843 Update how to contribute docs (#1553) 2019-06-12 16:29:32 -07:00
Huy Nguyen 9b8120656b [Dev docs] How to develop with Texture (#1538) 2019-06-11 16:59:10 -07:00
Michael Zuccarino a6a03c638b [Dev docs] Debugging documentation (#1328)
* Starting doc skeleton and debugging UIKit crash document

* Iterate Debugging docs

* Scope to only debug, include Weaver

* Typos
2019-06-10 10:40:54 -07:00
Andrew Monshizadeh 6832175537 Clean up documentation issues around periods (#1490)
There were so unnecessary `'` around periods for some reason. Just deleting those because they are distracting.
2019-05-06 09:51:47 -07:00
Wu Zhong 5aef12d4fb Try to remove global lock when initialising TextKit components (#1455)
* Try to remove global lock when initialising TextKit components

* Adding experiment flag to dis/enable lock of textkit component

* Adding tests

* code clean

fix typo

Make remove lock optional

Keep locks

code clean
2019-04-22 11:29:34 -07:00
dirtmelon c50e509a84 Fix typo in batch-fetching-api.md (#1437) 2019-04-01 08:52:43 -07:00
Dmitry Gridnev 6141198ff9 showcase.md updated (#1421) 2019-03-25 13:59:31 -07:00
Michael Zuccarino ca34768e24 Removed locked jekyll version (#1322) 2019-03-22 15:41:35 -07:00
Michael Zuccarino 98c3791912 Dev docs for threading in Texture (#1319)
* Getting started on adding threading by example

* writing writing writing

* more info

* More threading

* More more more

* Threading

* self lock

* Some language fixes

* Update docs/_docs/development/threading.md

Co-Authored-By: mikezucc <mikezuccarino@gmail.com>

* fix image references
2019-03-22 15:38:41 -07:00
Garrett Moon 45146ff1cf Update the FAQ to throw less shade. (#1379)
* Update the FAQ to throw less shade.

Both of these technologies have their place, no point in being assholes.

* Update faq.md
2019-03-06 17:09:49 -08:00
dirtmelon 257f5a9a6d Update layout-transition-api.md (#1357) 2019-03-03 08:05:44 -08:00
dirtmelon 333380d465 Fix typos (#1348)
* Update containers-overview.md

* Update subclassing.md

* Update node-overview.md

ASImageNode, ASNetworkImageNode and ASMultiplexImageNode are in place of UIImageView, not UIImage.
2019-02-22 11:28:26 -08:00
Sudhanshu d4a1242052 Update layout2-layoutspec-types.md (#1330)
`justifyContent` definition updated.
2019-02-15 12:54:14 -08:00
Jay Xie b01ebd6f5f In response to gestures (#1332)
because "Disable user interaction for text node by default." so you need set textNode.userInteractionEnabled = YES to make response
2019-02-14 09:17:38 -08:00
wxyong 45f2347367 [Documentation] Performance spell correction (#1298) 2019-01-16 18:21:24 -08:00
Andrew Yates 430169ff31 Move Bluebird to new row. (#1264) 2018-12-03 15:42:22 -08:00
Shihab 712b66e05a Added Bluebird (#1263) 2018-12-03 12:43:36 -08:00
Garrett Moon 90a9a9640a Add development docs structure (#1245) 2018-11-20 12:59:07 -08:00
Orkhan Huseynov ce78fa00df Update image-node.md (#1230)
typo fix
2018-11-12 08:23:41 -08:00
Huy Nguyen 393ca818b0 Update Jekyll to 3.6.3 (#1165)
Seeing a warning from GitHub that suggests to update Jekyll because of this vulnerability:

> Jekyll through 3.6.2, 3.7.x through 3.7.3, and 3.8.x through 3.8.3 allows attackers to access arbitrary files by specifying a symlink in the "include" key in the "_config.yml" file.

[CVE-2018-17567](https://nvd.nist.gov/vuln/detail/CVE-2018-17567)
2018-10-16 10:04:58 -07:00
Muukii 35e9d857d5 Fix URL for blog about Pinterest (#1105) 2018-09-08 12:01:13 -07:00
J.T. Burgess b556b2f775 Fix a couple typos. (#1092) 2018-08-30 22:04:23 -07:00
J.T. Burgess dcda33b692 Fix Typo (#1089)
"preform" -> "perform"
2018-08-29 17:39:23 -07:00
JK Junkyu Jeon 2e95f5503e Update showcase to add Wishpoke (#1078) 2018-08-21 07:54:36 -07:00
Michael Schneider 022b6b7785 Fix multiple documentation issues #trivial (#1073) 2018-08-20 14:26:14 -07:00
Ryan 9d8406e938 Fix headers in markdown (#1053) 2018-08-01 14:52:38 -07:00
Michael Schneider 4880b54db0 Add documentation for rounding corners within Texture (#1044) 2018-07-25 14:08:48 -07:00
Rasul Tataev 5fef6a17a6 Changed lost images to existing one. (#981)
New images taken from http://texturegroup.org/docs/automatic-layout-containers.html.
2018-07-20 15:19:23 -07:00
Andrew Yates cf78dc6d84 Fix & update ASCollectionNode constrained size doc. (#1037) 2018-07-17 19:03:51 -07:00
huang-kun 8cd123b0de Add an introduction for ASCornerLayoutSpec in layout2-layoutspec-types.md (#1021) 2018-07-13 13:09:59 -07:00
Muukii f0dac14505 Fix typo in containers-asviewcontroller.md (#989) 2018-06-25 08:29:02 -07:00
Michael Zuccarino 37e82132be Use valid Upgrade to 2.0 beta 1 page (#980)
upgrading.html => adoption-guide-2-0-beta1.html

Testing this doesn't quite work in preview as the path differs a bit from when its accessible through the normal resolver. I assume this will substitute the last path slug and the server maps `_docs` to `docs` https://github.com/TextureGroup/Texture/tree/master/docs/_docs
2018-06-23 09:00:43 -07:00
Christian Selig a4dd19d808 Update showcase to include Apollo for Reddit (#967) 2018-06-13 21:35:19 +01:00
Malik Kuru 079c11b756 Added 'Waplog' to showcase. (#953) 2018-06-01 23:05:37 +03:00
muukii 70eae57640 Update AppIcon in showcase (#946) 2018-05-29 11:54:37 +03:00
Sagar Bhosale 60e3f97241 Update tip-1-nodeBlocks.md (#943)
collectionView is being replaced with collectionNode.
2018-05-26 08:44:59 -07:00
everettjf bf48ebd8da replace back quote with "code" in containers-overview.md (#884)
* Update containers-overview.md

* Update containers-overview.md

* Update containers-overview.md
2018-05-11 17:14:22 +01:00
Sudhanshu 8379a451d8 Add 'iDiva - Beauty & Wedding tips' to Showcase (#909)
This change is for adding "iDiva - Beauty & Wedding tips" iOS app to Texture showcase.
2018-05-05 08:30:20 -07:00
Andrew Yates 64c9b38a0f [Docs] Add new lightning talk from Buffer #trivial (#902) 2018-05-02 11:12:37 -07:00
Denis Morozov e67b892243 Fix typos in layout2-layoutspec-types.md (#883) 2018-04-15 12:25:53 -07:00
Ariel Elkin 5385d8b3ed Update layout2-layout-element-properties.md (#844) 2018-03-20 15:32:52 +00:00
Ha Hyun soo ed6da29057 Geektree0101 - Fix mensXP showcase indent on showcase table, attach vingle medium blog poster (#818) 2018-03-12 12:43:40 -07:00
Flatout73 b0c3e65da8 Fix misprint (#768) 2018-01-29 12:05:48 +00:00
Denis Morozov 3f27546ec8 Fix typos in layout2-layoutspec-types.md #trivial (#770) 2018-01-29 12:05:33 +00:00