Commit Graph

  • 36d24950e0 Add custom collection view layout example project Levi McCallum 2015-11-23 14:01:54 -08:00
  • c1539bda6e Merge pull request #884 from Adlai-Holler/FixTableViewUpdatingIssue appleguy 2015-11-26 14:41:49 -08:00
  • d273cda2b0 Remove unneeded _block specifier Adlai Holler 2015-11-26 10:46:26 -08:00
  • 41ecaa7bb2 _ASHierarchyChangeSet: add section change mapping methods, fix section exclusions Adlai Holler 2015-11-26 10:42:35 -08:00
  • 4bfdd82568 _ASHierarchyChangeSet: Exclude item-level changes that are redundant with section-level changes Adlai Holler 2015-11-25 17:18:58 -08:00
  • b5e19a24a9 Consistency Adlai Holler 2015-11-24 18:48:07 -08:00
  • 2d633f118b Fix it better Adlai Holler 2015-11-24 18:44:10 -08:00
  • 6b3f0ada12 Fix table view change coalescing bug Adlai Holler 2015-11-24 18:10:59 -08:00
  • 628bb7eb3a Revert minor deletion Adlai Holler 2015-11-24 16:43:40 -08:00
  • dfc098fc20 Merge branch 'master' into update-objc Adlai Holler 2015-11-24 16:40:03 -08:00
  • 0077c3eec6 Implement horizontal and vertical alignments for stack layout Huy Nguyen 2015-11-20 17:50:05 +02:00
  • c501e46b5d removed wrong conditions in _needInvalidateRenderer Alexey Glushkov 2015-11-24 11:35:20 +03:00
  • 01a2fd90d4 removed displaySize method, added condition to skip _invalidateRendererIfNeeded if there are no view and no layer Alexey Glushkov 2015-11-24 11:12:36 +03:00
  • e859f9a870 fixed brace style Alexey Glushkov 2015-11-24 10:07:32 +03:00
  • 1d986f607b reverted Podfile.lock Alexey Glushkov 2015-11-24 10:04:42 +03:00
  • 38ded30da9 add layer backed text node support for the fix Alexey Glushkov 2015-11-24 10:01:02 +03:00
  • 50a52e7112 Merge pull request #878 from Adlai-Holler/ImageIdentifierEquality appleguy 2015-11-23 21:27:05 -08:00
  • 15f718ddc9 Merge pull request #868 from levi/levi/remove-deprecated appleguy 2015-11-23 21:24:58 -08:00
  • 97e42da172 Merge branch 'master' into ImageIdentifierEquality Adlai Holler 2015-11-23 18:36:02 -08:00
  • 5922c6b2c6 Merge pull request #881 from Adlai-Holler/KeepFetchingImages appleguy 2015-11-23 18:25:56 -08:00
  • 1ff0d7f648 Intentionally don't cancel image downloads in ASMultiplexImageNode.clearContents Adlai Holler 2015-11-23 15:24:11 -08:00
  • 2771ce875e Everyone gets an ASObjectIsEqual!! Adlai Holler 2015-11-23 13:08:56 -08:00
  • 93e5f905e8 Always use _setDownloadIdentifier: Adlai Holler 2015-11-23 13:04:43 -08:00
  • 7449809743 ASMultiplexImageNode: Use ASObjectIsEqual when comparing identifiers. Adlai Holler 2015-11-23 13:00:35 -08:00
  • 42f56defbf ASTextNode wrong text layout fix Alexey Glushkov 2015-11-22 11:56:12 +03:00
  • c6d4ed0dc3 Update documentation on the ASRangeController layoutController property Levi McCallum 2015-11-19 18:26:50 -08:00
  • e16d32bb60 Merge pull request #870 from facebook/clearContentsNodeLoading appleguy 2015-11-19 17:42:38 -08:00
  • 18dffb41e8 Fix an issue that could cause the view / layer to be created early by -clearContents. Scott Goodson 2015-11-19 17:10:06 -08:00
  • e05c4b7419 Separate range controller delegate methods into separate data source Levi McCallum 2015-11-19 16:01:38 -08:00
  • 09a2e086b0 Clean up syntax and method ordering in ASRangeController Levi McCallum 2015-11-19 14:03:53 -08:00
  • e9a32bfd3c Remove deprecated layout controller methods Levi McCallum 2015-11-19 11:48:06 -08:00
  • ecaabc8435 Merge branch 'master' into update-objc Adlai Holler 2015-11-18 14:17:09 -08:00
  • 52c45cf5e3 Trigger a relayout once the media image of PostNode in SocialAppLayout is loaded Huy Nguyen 2015-11-17 18:09:16 +02:00
  • 16ef1ae27e Set flexShrink = YES by default on ASTextNode. Scott Goodson 2015-11-16 15:38:33 -08:00
  • 97eaa15b04 Introduce ASInterfaceState on ASDisplayNode. Scott Goodson 2015-11-16 11:36:10 -08:00
  • 1162e02b06 Implement "space between" and "space around" options of stack layout justify content Huy Nguyen 2015-11-15 20:01:13 +02:00
  • 863156b2dc Changed hasLiveMap to liveMap/isLiveMap. Removed internal action handler. Renamed ASDisplayNode liveMap to mapView to avoid naming confusion. Aaron Schubert 2015-11-16 13:48:21 +00:00
  • 390d16caef Quickly return min size if a stack has no children Huy Nguyen 2015-11-15 23:27:11 +02:00
  • f948792dff Merge pull request #1 from aaronschubert0/temp aaronschubert0 2015-11-15 17:10:12 +00:00
  • 372acd85a4 Make MapKit a weak framework Aaron Schubert 2015-11-15 16:58:56 +00:00
  • 59d52ced3f Merge pull request #847 from facebook/CollectionAndTableNodes appleguy 2015-11-14 16:34:12 -08:00
  • 2a0b9c8e14 Substantially improve behavior of nested Table & Collection Nodes Scott Goodson 2015-11-14 15:25:35 -08:00
  • a24cfe691a Merge pull request #846 from RuiAAPeres/exposeASTableNode appleguy 2015-11-14 13:53:24 -08:00
  • 377c84abc2 Imported missing classes in the umbrella header Rui Peres 2015-11-14 15:07:35 +00:00
  • d5fe826ac4 ASTableNode wasn't exposed publicly. (carthage wouldn't be able to detect it) Rui Peres 2015-11-14 14:47:06 +00:00
  • ab326fc683 touchesCancelled:withEvent: has a nullable touches argument in UIKit for some reason Adlai Holler 2015-11-13 12:17:17 -08:00
  • 7922895b60 (Re?)add type annotations on touchesBegan:withEvent: et al Adlai Holler 2015-11-13 12:11:24 -08:00
  • 762be97a51 Merge branch 'master' into update-objc Adlai Holler 2015-11-13 12:03:30 -08:00
  • 057e98380e Add NSObjectProtocol requirement to ASImageIdentifier Adlai Holler 2015-11-13 12:02:09 -08:00
  • 49c476bdd1 Move ASMapNode header into public Aaron Schubert 2015-11-12 15:05:45 +00:00
  • 156b5866a5 Add ASMapNode to main header file. Aaron Schubert 2015-11-12 14:57:09 +00:00
  • 607be19ce7 Update Podspec to require MapKit framework Aaron Schubert 2015-11-12 14:54:29 +00:00
  • 1b74f8d696 Update ReadMe to mention new MapKit link Aaron Schubert 2015-11-12 14:27:45 +00:00
  • b35a9bbbb6 Add MapKit to Life Without CocoaPods Aaron Schubert 2015-11-12 14:25:29 +00:00
  • 476bff2bf1 Link MapKit in static framework. Aaron Schubert 2015-11-12 14:09:48 +00:00
  • 973593f9c4 Try to fix integration tests Aaron Schubert 2015-11-12 13:51:23 +00:00
  • 46bf49cae7 Fix indentation Aaron Schubert 2015-11-12 12:18:09 +00:00
  • fe06f211ca Added an ASMapNode to AsyncDisplayKit Aaron Schubert 2015-11-12 12:13:42 +00:00
  • 01876ae683 Fix bad rebase Levi McCallum 2015-11-11 10:50:20 -08:00
  • 2d93192b9f Fix selection behavior of ASTableView cells Levi McCallum 2015-11-11 01:04:31 -08:00
  • e6b33dd062 Fix cell selection and highlighting in ASCollectionView Levi McCallum 2015-11-11 00:44:01 -08:00
  • 5b1e2145cc Merge pull request #832 from facebook/WindowTeardownCrash 1.9.1 appleguy 2015-11-09 13:43:28 -08:00
  • bfe908bc8a Fix for behavior difference between CA and UIKit that causes mutation crash Scott Goodson 2015-11-09 13:41:25 -08:00
  • bfe3040f57 Update nullability in ASCellNode.h Adlai Holler 2015-11-09 10:10:37 -08:00
  • 8b465c5bb1 Bump pod version Scott Goodson 2015-11-08 20:45:55 -08:00
  • 3d6ba66c35 Merge pull request #831 from facebook/ASCIICrash appleguy 2015-11-08 19:18:12 -08:00
  • 6d8bad13c0 Fix crash in ASCII art creator for one-element children arrays Scott Goodson 2015-11-08 19:04:16 -08:00
  • e8d238610f Merge pull request #830 from facebook/WorkingWindowQuickFix appleguy 2015-11-08 18:54:34 -08:00
  • b295eda4b1 Merge pull request #823 from vitalybaev/SocialAppExample appleguy 2015-11-08 18:53:22 -08:00
  • 7c9698a833 Merge pull request #812 from nguyenhuy/ImproveCellNodeLayoutDelegate appleguy 2015-11-08 18:29:35 -08:00
  • 40237a52fc Patch for properly tearing down Working Window Scott Goodson 2015-11-08 18:24:58 -08:00
  • 802011ef97 Merge branch 'master' into update-objc Adlai Holler 2015-11-08 18:19:06 -08:00
  • b7c54718ae Merge pull request #826 from facebook/layerWorkingRangeFix appleguy 2015-11-08 10:27:38 -08:00
  • 98010c4e16 Include moved UIResponder methods in UIViewBridging Category Implementation. Scott Goodson 2015-11-08 00:12:13 -08:00
  • 3a4e9902e2 Remove a change that leaked from another diff in progress. Scott Goodson 2015-11-07 23:35:58 -08:00
  • efa47d65dd Re-add name method to fix tests (grr). Clean up positioning of responder methods in header. Scott Goodson 2015-11-07 23:29:36 -08:00
  • e0f40d5644 Fix unusual cell content blanking issue when making existing cells much taller. Scott Goodson 2015-11-07 23:08:53 -08:00
  • ec7aa1c3aa Merge pull request #818 from steveram/table-node appleguy 2015-11-07 15:34:14 -08:00
  • d143aba6c2 changed deployment target and device family in SocialApp example Vitaly Baev 2015-11-06 19:38:30 +03:00
  • 318bb0342a fix Travis-CI build for SocialApp example Vitaly Baev 2015-11-06 19:02:09 +03:00
  • 19c2e8b2e3 Fixed copyright in SocialApp example Vitaly Baev 2015-11-06 17:11:39 +03:00
  • 78293ad785 Added example of typical social app layout example Vitaly Baev 2015-11-06 17:09:11 +03:00
  • b1784bcf9b Fix ASTableViewCell's node selected/highlighted property Vitaly Baev 2015-11-06 13:46:30 +03:00
  • a621e10a93 Modify ASTableNode initializer Steven Ramkumar 2015-11-05 08:59:41 -08:00
  • fd24314c69 Merge pull request #801 from facebook/RangeTeardown appleguy 2015-11-04 23:06:03 -08:00
  • 2308ae0e49 Merge pull request #816 from steveram/table-node appleguy 2015-11-04 23:03:15 -08:00
  • 3018030c00 Add a ASTableNode class, similar to ASCollectionNode Steven Ramkumar 2015-11-04 17:52:16 -08:00
  • a6807ef477 Address comments in #793 Huy Nguyen 2015-11-03 19:58:04 +02:00
  • 12dbfd1992 Only set a default layout delegate to ASCellNode if it is not provided by the async data source Huy Nguyen 2015-11-03 19:53:58 +02:00
  • 9e4c274a5b Animate relayout in Kittens example Huy Nguyen 2015-11-03 19:51:31 +02:00
  • 5701cbba40 After relayout of a cell node, table and collection views trigger an empty update transaction, instead of a reload Huy Nguyen 2015-11-03 19:49:02 +02:00
  • b4b88da8cd Merge branch 'master' into update-objc Adlai Holler 2015-11-02 09:36:46 -08:00
  • 7b112a2dcd Merge pull request #806 from facebook/CellDelegateNaming 1.9 appleguy 2015-11-01 12:52:34 -08:00
  • e517f88e65 Rename ASCellNode delegate to layoutDelegate to avoid common naming overlap Scott Goodson 2015-11-01 12:51:46 -08:00
  • 0598935957 Merge pull request #793 from nguyenhuy/ImproveCellNodeRelayout appleguy 2015-11-01 11:11:32 -08:00
  • fdcace6061 Add multiple view push to the ASTableViewStressTest app to evaluate memory issues Scott Goodson 2015-11-01 10:54:11 -08:00
  • a641a6e0ab Merge pull request #802 from samhsiung/add_textContainerInset appleguy 2015-10-31 20:00:23 -07:00
  • 59c1a642ba Add reload button to ASViewController demo for memory testing. Scott Goodson 2015-10-31 16:53:56 -07:00
  • 2e331656cf Add "Push Another Copy" to ASViewController demo for memory testing. Scott Goodson 2015-10-31 16:40:26 -07:00
  • e4d2551384 Make textContainerInset configurable for ASEditableTextNode placeholder and typed textViews Samuel Hsiung 2015-10-29 16:03:06 -07:00