Commit Graph

  • dc0d60fced Use the required initializer Elvis Nuñez 2015-05-31 18:44:48 +02:00
  • f03dfcb7fd Add indent rules to project Elvis Nuñez 2015-05-31 11:23:50 +02:00
  • 10a548999b Fix failing Sample Elvis Nuñez 2015-05-31 11:23:33 +02:00
  • 45f719fc6c Create pending nodes set lazily Ian Cloutier 2015-05-23 12:04:58 -04:00
  • b9597ff96b Merge pull request #461 from facebook/memoryMethods 1.2 appleguy 2015-05-21 22:44:44 -10:00
  • e3f0e66cb3 Updating API names for network range and memory culling before ASDK 1.2 tag. Scott Goodson 2015-05-21 22:43:38 -10:00
  • 5d0a2849de Merge pull request #407 from ianolito/fix-placeholder-api appleguy 2015-05-21 21:43:07 -10:00
  • 8043e36bf6 Merge pull request #430 from eanagel/astableview-programmatic-scrolling-fix-v2 appleguy 2015-05-21 12:54:19 -10:00
  • 7e50f05dfd Merge pull request #445 from levi/master appleguy 2015-05-21 12:49:48 -10:00
  • c8ea73b1fe Communicate conditionals clearly and document methods Levi McCallum 2015-05-18 20:03:14 -07:00
  • 38ecededaa Merge pull request #453 from facebook/outlineBorderWidth appleguy 2015-05-17 17:03:41 -10:00
  • c4cd38bb6e Set line width on path instead of context. Scott Goodson 2015-05-17 17:01:59 -10:00
  • bf84d52bec Merge pull request #443 from eanagel/astableview-in-xib appleguy 2015-05-16 23:00:50 -10:00
  • 079da308ef Merge pull request #437 from eanagel/ASDataController-release-nodes appleguy 2015-05-16 22:49:55 -10:00
  • 33c5a72002 Merge pull request #432 from tonklon/master appleguy 2015-05-16 22:19:47 -10:00
  • 203748d069 Merge pull request #425 from onhachoe/master appleguy 2015-05-16 22:08:51 -10:00
  • d3e4db2c5c Merge pull request #444 from levi/patch-1 appleguy 2015-05-13 22:55:24 -10:00
  • e3ecaca40e Merge pull request #446 from nscoding/nscoding/snapshots appleguy 2015-05-13 22:52:36 -10:00
  • dbb8c2e421 Merge pull request #451 from eanagel/setDelegate-fix appleguy 2015-05-13 22:50:19 -10:00
  • d9acd7bb84 More fixes to catch/handle the delegate getting into an invalid state. These changes will allow setting tableView.asyncDataSource/delegate = nil. (Previously this would have no effect in dealloc thanks to ARC magic). Also added some defensive code to help identify the problem earlier. Ethan Nagel 2015-05-13 11:00:37 -07:00
  • 58402b6af0 change the order we tear things down in setAsyncDelegate/DataSource to avoid a random crash in UIScrollViewAccessibility. Ethan Nagel 2015-05-12 12:11:05 -07:00
  • 1530ef2841 Prevent UITableView insertion/deletion animations by default Levi McCallum 2015-05-07 21:53:38 -07:00
  • 4619457a1e Fix typo in ASTableView Levi McCallum 2015-05-07 14:51:03 -07:00
  • 19e57d9d46 Update FBSnapshotTestCase to 1.8.1 Patrik Tomas Chamelo 2015-05-07 14:14:50 -07:00
  • a38cf3ef37 Merge branch 'master' into astableview-in-xib Ethan Nagel 2015-05-05 09:31:31 -07:00
  • c81f5d08fc refactor ASTAbleView initialization code so it also gets initialized when starting from initWithCoder: Ethan Nagel 2015-05-04 08:51:25 -07:00
  • 38f08c9bd8 support layers as well as views when doing ASDisplayCell cleanup (in case we add support for layer-backed ASDisplayCells in the future.) Ethan Nagel 2015-05-03 21:45:33 -07:00
  • f248dbddd1 Merge pull request #405 from eanagel/reloadData-completion appleguy 2015-05-03 19:25:06 -07:00
  • 74fc9a429e Merge pull request #440 from Driftt/control-node-target-retain appleguy 2015-05-03 19:12:28 -07:00
  • 04ec602500 Don’t retain an action’s target in ASControlNode rlasante 2015-05-01 13:04:26 -04:00
  • a0ec62b282 Add option to pass through touches to non-link text (disabled by default.) Ethan Nagel 2015-04-27 17:59:59 -07:00
  • b40c1dbfc3 on ASDataController dealloc, ensure that loaded Cell nodes are not in the TableViewCell. For reasons I don't fully understand, this avoids a retain cycle with the currently displayed cells. Ethan Nagel 2015-04-22 13:57:25 -07:00
  • 7fedfdd757 [README.md] Add Coveralls badge Dasmer Singh 2015-04-22 12:23:11 -04:00
  • 9006f7c356 Ignore .gcov files in git Dasmer Singh 2015-04-22 12:20:37 -04:00
  • f8c02147fb [.slather.yml] Add newline to end of file Dasmer Singh 2015-04-21 16:47:00 -04:00
  • 9cf056f6d5 Set GENERATE_TEST_COVERAGE_FILES & INSTRUMENT_PROGRAM_FLOW_ARCS to YES in Life Without CocoaPods.xcodeproj Dasmer Singh 2015-04-21 16:39:21 -04:00
  • de04da843f Update Podfile.lock Dasmer Singh 2015-04-21 16:38:39 -04:00
  • 1c8b425a44 Generate coverage stats using slather/Coveralls dasmer 2015-04-20 23:48:49 -04:00
  • 2a29f81b3a ASTextNode expose exclusion paths Tobias Klonk 2015-04-20 10:21:01 +02:00
  • 68e2e068c3 Bug Fix - ASTableVie sometimes fails to render cell contents when scrolling programatically. Root cause is because we assume UITableView's indexPathsForVisibleRows return the new item to be displayed after tableView:willDisplayCell:forRowAtIndexPath: is called. This is not always true, especially when we are scrolling programmatically. Fix is to track this "pending" visible index path and return it along with the UITableView's indexPathsForVisibleRows in rangeControllerVisibleNodeIndexPaths:. Ethan Nagel 2015-04-17 16:09:44 -07:00
  • 74d2433d60 change ASMutableAttributedStringBuilderTests so that it is safe against different MAX macro Onha Choe 2015-04-14 13:57:54 -07:00
  • 1316389f10 New patent grant. Nadine Salter 2015-04-10 12:15:09 -07:00
  • 24bb0926bc Merge pull request #421 from facebook/xcode-6-3 Ryan Nystrom 2015-04-08 16:44:50 -07:00
  • 7eed85a7f0 Merge pull request #418 from spicyj/kittens Ryan Nystrom 2015-04-08 16:36:33 -07:00
  • 300724388b Merge pull request #420 from facebook/swolchok-patch-1 Ryan Nystrom 2015-04-08 16:36:02 -07:00
  • 527a6228a9 Xcode 6.3 support Ryan Nystrom 2015-04-08 16:35:10 -07:00
  • 6d8d7aeece Passing the torch Ryan Nystrom 2015-04-07 16:09:17 -07:00
  • 15dfd25aff s/assign/strong/ on an object-typed ivar Scott Wolchok 2015-04-06 14:47:42 -07:00
  • 01e7d09a26 Merge pull request #412 from mikee179/master Ryan Nystrom 2015-04-03 14:12:32 -07:00
  • a8c484119b Add new kittens after last row Ben Alpert 2015-04-03 12:40:22 -07:00
  • a92dd3189b Adds property for long press touch cancellation Michael Kuntscher 2015-04-01 16:38:29 -07:00
  • 8699ab8ed7 Fix handling of pending nodes and placeholder layer Ian Cloutier 2015-03-30 18:59:40 -04:00
  • abd725d8c1 update documentation for reloadData:completion Ethan Nagel 2015-03-27 18:14:05 -07:00
  • 6ae17e55bc Merge pull request #403 from facebook/touch-forwarding Ryan Nystrom 2015-03-26 21:11:53 -07:00
  • b6715b5cf9 Forward touches to super instead of the superview Ryan Nystrom 2015-03-26 17:09:45 -07:00
  • d3a8f44068 Merge pull request #404 from facebook/textnode-tapping Nadine Salter 2015-03-26 18:01:36 -07:00
  • 29a360d562 Allow double-tap gestures on text nodes Ryan Nystrom 2015-03-26 17:22:22 -07:00
  • 3f509dbd2f add completion block to reloadData methods Ethan Nagel 2015-03-26 16:32:44 -07:00
  • dd10fda42c Fix ASSnapshotTestCase #import. Nadine Salter 2015-03-23 16:39:21 -07:00
  • eeb96e662c Merge pull request #396 from facebook/ASSnapshotTestCase Nadine Salter 2015-03-23 16:08:32 -07:00
  • ad3f3b5fdc Disable flakey test. Nadine Salter 2015-03-23 15:59:29 -07:00
  • 50eccabac8 Merge pull request #389 from facebook/issue-380 Ryan Nystrom 2015-03-23 14:48:12 -07:00
  • ecd6872814 [tests] AsyncDisplayKitTestHost. Nadine Salter 2015-03-23 12:55:51 -07:00
  • b869d025ff [tests] ASSnapshotTestCase. Nadine Salter 2015-03-20 17:01:10 -07:00
  • 13e1c65d03 Fix ASImageNode -measure: / -setImage: deadlock. Nadine Salter 2015-03-20 12:48:22 -07:00
  • 814aff5a6d Merge pull request #388 from facebook/issue-383 Ryan Nystrom 2015-03-23 13:59:20 -07:00
  • 66624fa4e6 Merge pull request #387 from facebook/issue-89 Ryan Nystrom 2015-03-23 13:58:30 -07:00
  • 4ca527c24f Merge pull request #393 from facebook/life-without-cocoapods Nadine Salter 2015-03-20 16:50:44 -07:00
  • ad73c86c64 [travis] Life Without CocoaPods. Nadine Salter 2015-03-20 16:30:47 -07:00
  • dd0ad80889 Add smoke-tests/ and Life Without CocoaPods. Nadine Salter 2015-03-20 16:27:53 -07:00
  • 4ae20aa11b Merge pull request #391 from facebook/new-build-script Nadine Salter 2015-03-20 16:07:32 -07:00
  • 65fe805ecb [travis] Disable Travis CI automatic pod install. Nadine Salter 2015-03-20 15:55:29 -07:00
  • a9d555d225 [travis] New build script. Nadine Salter 2015-03-20 15:11:36 -07:00
  • 9eff356a61 [travis] Shared schemes for all example projects. Nadine Salter 2015-03-20 15:13:45 -07:00
  • 8164d63d29 Fix ASTextNode positioning for non-left alignment, part deux. Nadine Salter 2015-03-20 12:26:29 -07:00
  • 7344cb98bb Remove ASImageNode's tint property. Nadine Salter 2015-03-20 12:37:27 -07:00
  • 1dc4b42dce Merge pull request #382 from facebook/longer-async-wait Nadine Salter 2015-03-17 12:01:39 -07:00
  • 7117548bc1 Longer timeout for async tests Ryan Nystrom 2015-03-17 11:44:10 -07:00
  • 1a39f412d5 Merge pull request #381 from facebook/suspended-range Nadine Salter 2015-03-17 11:20:18 -07:00
  • cd3ad1c86f Enable nodes entering the visible range to display Ryan Nystrom 2015-03-17 10:52:32 -07:00
  • fa2f36004b Merge pull request #375 from facebook/issue-374 Ryan Nystrom 2015-03-15 15:59:38 -07:00
  • 59c9fc8819 Stretchy or mod block images Ryan Nystrom 2015-03-11 21:54:41 -07:00
  • 1278fe2cf0 Merge pull request #373 from facebook/issue-349 Ryan Nystrom 2015-03-12 14:29:28 -07:00
  • 7fa5aa5e01 Merge pull request #371 from facebook/working-window Nadine Salter 2015-03-11 18:02:20 -07:00
  • 0b19be0f85 Working range window Ryan Nystrom 2015-03-11 10:26:57 -07:00
  • de14f220c3 Merge pull request #367 from facebook/issue-364 Nadine Salter 2015-03-11 17:57:52 -07:00
  • a79b771a85 Remove the nil-asyncDelegate proxy. Nadine Salter 2015-03-11 17:43:45 -07:00
  • db8bbcfd0e Thread safe creation and canceling of download tasks Ryan Nystrom 2015-03-09 17:57:47 -07:00
  • ac9337a629 Merge pull request #372 from bdaz/master Nadine Salter 2015-03-11 14:39:44 -07:00
  • 9019233c68 Support Forwarding Responder-Chain Actions to Node from its View Brian Amerige 2015-03-10 20:15:46 -07:00
  • 862c8f2991 Merge pull request #355 from facebook/text-placeholders Nadine Salter 2015-03-11 14:15:20 -07:00
  • b6dea69070 Text placeholders snap to pixels Ryan Nystrom 2015-03-05 14:39:00 -08:00
  • c7e04c84f1 [travis] Disable iOS 7.1 testing. Nadine Salter 2015-03-11 13:51:58 -07:00
  • a40c8172ac Merge pull request #365 from facebook/issue-363 Nadine Salter 2015-03-09 12:37:17 -07:00
  • 5e7755fac0 Range handlers use recursive actions Ryan Nystrom 2015-03-09 12:33:02 -07:00
  • afb0aa41b7 Merge pull request #360 from lxcid/bug/block-copy Nadine Salter 2015-03-07 14:47:57 -08:00
  • 860a8783b4 Merge pull request #356 from nguyenhuy/master Nadine Salter 2015-03-07 14:46:55 -08:00
  • 42e9e049a9 Merge pull request #354 from 343max/retuned-processed-image Nadine Salter 2015-03-07 14:40:00 -08:00
  • 7c5b31e419 Block should always be declared using the copy attribute. Stan Chang Khin Boon 2015-03-08 01:54:02 +08:00
  • 6a13703932 Fix method documentation in ASCollectionView. Huy Nguyen 2015-03-06 12:29:59 +02:00