Commit Graph

  • 94bfc17d0d Merge pull request #1467 from hannahmbanana/master appleguy 2016-03-31 19:40:32 -07:00
  • b54c8de27e Merge pull request #1463 from marmelroy/master appleguy 2016-03-31 19:39:38 -07:00
  • 2903d7ea1b removing files required to run website locally Hannah Troisi 2016-03-31 12:35:59 -07:00
  • 2b18d70de7 Merge remote-tracking branch 'facebook/master' Hannah Troisi 2016-03-31 12:31:32 -07:00
  • 4415bbbd06 Workaround for https://github.com/facebook/xctool/issues/666 Roy Marmelstein 2016-03-31 10:10:09 +02:00
  • f719a06a4c [AsyncDisplayKit] - Switch Travis to Xcode 7.3 Roy Marmelstein 2016-03-31 09:55:30 +02:00
  • eac5b48274 Merge pull request #1 from hannahmbanana/hannahmbanana-patch-1 Hannah Troisi 2016-03-31 00:08:09 -07:00
  • 212e0f6c2b [AsyncDisplayKit] Move build server to iOS 9.3. Fix Carthage build. Scott Goodson 2016-03-31 00:04:56 -07:00
  • f5a002b867 Update README.md Hannah Troisi 2016-03-31 00:04:52 -07:00
  • 4ca0ccfb3e Create Gemfile Hannah Troisi 2016-03-30 23:30:52 -07:00
  • 41948cc8c9 Increment Podspec to 1.9.8 version for this development cycle (not shipping 1.9.8 for a while though). Scott Goodson 2016-03-30 16:34:50 -07:00
  • 883f2b2b99 added screenshots/gifs and descriptions to examples/README.md Hannah Troisi 2016-03-30 10:36:39 -07:00
  • 02509fa225 Testing adding screenshot to README.md Hannah Troisi 2016-03-30 10:10:39 -07:00
  • 5f45d00bdf Merge remote-tracking branch 'facebook/master' 1.9.7.1 Hannah Troisi 2016-03-30 09:54:43 -07:00
  • 503ab09fe9 Merge pull request #1458 from levi/collectionNodeBetaFix appleguy 2016-03-29 21:49:15 -07:00
  • 320da47de6 Make ASCollectionNode+Beta header public to projects Levi McCallum 2016-03-29 21:44:49 -07:00
  • abf30aa06e added slider to InspectorCell Hannah Troisi 2016-03-28 20:29:19 -07:00
  • 09d2a1457b Merge remote-tracking branch 'facebook/master' into 500pxgram Hannah Troisi 2016-03-29 14:55:06 -07:00
  • 55efc4cfb3 Final code cleanup Hannah Troisi 2016-03-29 14:53:42 -07:00
  • cdf11cebf7 Merge pull request #1454 from nguyenhuy/layoutable_context appleguy 2016-03-29 14:34:07 -07:00
  • 387f3bf634 Properly lock layoutableContextMap Huy Nguyen 2016-03-28 23:55:56 -07:00
  • f1dbc45cef Move NavigationController and statusBarOpaqueUnderlayView to AppDelegate Hannah Troisi 2016-03-29 13:13:20 -07:00
  • 53741a4e0a cleaned up model, view files Hannah Troisi 2016-03-29 13:00:44 -07:00
  • a4a0b1f85e Synchronize ASPanningOverriddenUITextView's scrollsToTop when the scrollEnabled property changes Eric Jensen 2016-03-29 12:18:57 -07:00
  • 0f4481718c Changed UITableViewController to UIViewController Hannah Troisi 2016-03-29 00:50:52 -07:00
  • 0e7edd184a Fix ASLayoutSpecPlayground:ViewController:toggleVisualization Huy Nguyen 2016-03-29 00:04:32 -07:00
  • 112bfa8e71 Switched ASDKViewController from UIViewController to ASViewController, renamed files. Hannah Troisi 2016-03-29 00:04:08 -07:00
  • 495a4a00b7 Fix context handling in ASDisplayNode:measureWithSizeRange Huy Nguyen 2016-03-28 23:56:39 -07:00
  • 32551c0be9 Properly lock layoutableContextMap Huy Nguyen 2016-03-28 23:55:56 -07:00
  • d96582913a excluded questionable photos from 500px data source endpoint call. removed unneeded files for ASDK example. Hannah Troisi 2016-03-28 23:00:32 -07:00
  • b5e502fbc9 [Examples: ASDKgram] Initial commit of a new sample app - a 500px photo feed / social app using layout specs and nodes. Hannah Troisi 2016-03-28 21:31:37 -07:00
  • 63c6c24b19 Merge remote-tracking branch 'facebook/master' Hannah Troisi 2016-03-28 17:59:35 -07:00
  • 1ea1560694 [ASDisplayNode] Rasterized subnodes require special handling for __exitHierarchy. Scott Goodson 2016-03-28 17:58:35 -07:00
  • f205a6cc28 Copy sublayers in recursivelyTriggerDisplayForLayer to avoid NSFastEnumerationMutation exception Adlai Holler 2016-03-25 22:33:28 -07:00
  • 700e27cee8 Merge remote-tracking branch 'facebook/master' Hannah Troisi 2016-03-28 10:42:35 -07:00
  • be4d62fd47 Merge remote-tracking branch 'facebook/master' into ASLayoutPlayground Hannah Troisi 2016-03-28 08:20:50 -07:00
  • 3b7d88c471 Refactored layout inspector code for extensibility. Hannah Troisi 2016-03-28 08:18:40 -07:00
  • 096df7b385 [ASDisplayNode] Remove #if gating of ASDisplayNode hitTest: (I'd misread this as _ASDisplayView's implementation, and both are needed). Scott Goodson 2016-03-28 07:49:14 -07:00
  • cd493358cc [ASControlNode] Upgrades to +setEnableHitTestDebug: to intersect hitTestSlop with parents' bounds+slop, to accurately predict and visualize UIKit event delivery edge cases. Scott Goodson 2016-03-27 22:02:13 -07:00
  • 1173e1a46b Huy debugging Hannah Troisi 2016-03-27 20:52:27 -07:00
  • 3e2414da6f [ASInterfaceState] Fix for an edge case of exiting Visible state before node deallocation. Scott Goodson 2016-03-27 18:15:40 -07:00
  • 72d5785dc2 Merge remote-tracking branch 'facebook/master' into ASLayoutPlayground Hannah Troisi 2016-03-27 18:04:59 -07:00
  • 17103719a0 [ASLayoutableInspector] Support different layoutable property types to set up buttons that can edit all of them. Hannah Troisi 2016-03-27 18:02:59 -07:00
  • c6f00b1541 Use batchCount for indexes passed into internal layout nodes method and NSMaxRange Michael Schneider 2016-03-27 17:54:40 -07:00
  • 0284e55359 Add explicit range parameter for internal layout nodes method and better documentation Michael Schneider 2016-03-27 09:20:34 -07:00
  • 552b79deaa Remove onMainThread: argument in internal layout nodes method Michael Schneider 2016-03-25 20:00:30 -07:00
  • 1f9e9b8483 Refactor ASDataController layout nodes methods Michael Schneider 2016-03-25 09:54:17 -07:00
  • 97798010cb Merge pull request #1443 from nguyenhuy/layoutable_context appleguy 2016-03-27 17:40:42 -07:00
  • 7bb3015950 Rename ASLayoutableContext methods Huy Nguyen 2016-03-27 17:36:31 -07:00
  • 81d26994c5 Introduce ASLayoutableContext Huy Nguyen 2016-03-27 17:09:59 -07:00
  • 22d3828092 [ASLayoutableInspector] Transition to an ASTableNode-based architecture to support larger numbers of buttons / customizable types. Hannah Troisi 2016-03-27 15:55:10 -07:00
  • b97a3a3410 Merge remote-tracking branch 'facebook/master' into ASLayoutPlayground Hannah Troisi 2016-03-27 15:34:39 -07:00
  • e4c6a49cb2 Merge pull request #1441 from facebook/Invisibility appleguy 2016-03-27 00:44:45 -07:00
  • 2f42a9ca6c Re-declare the default init method in ASEditableTextNode's header Eric Jensen 2016-03-27 00:12:49 -07:00
  • ad9035f3d2 Set the class prefix in the project file Eric Jensen 2016-03-27 00:11:45 -07:00
  • c6093cffdf Fix assertion format specifier from previous commit. Scott Goodson 2016-03-26 23:57:16 -07:00
  • 6a887a8acf [ASDisplayNode] Alternative implementation of interfaceState -> invisible that avoids a subclass call from -dealloc. Scott Goodson 2016-03-26 23:24:30 -07:00
  • 82a4f5c7e7 Merge pull request #1440 from facebook/FixTruncationEdgeCase appleguy 2016-03-26 20:33:34 -07:00
  • daf41ebb43 [ASTextNode] Fix edge case where text truncator may not run (manually hosted nodes that are lacking the expected call to -measure). Scott Goodson 2016-03-26 18:19:02 -07:00
  • 387abbff5d Rename ASTextKitHelpers to ASTextKitComponents and make the header public Eric Jensen 2016-03-26 15:31:53 -07:00
  • 3e49bf70bb more code cleanup Hannah Troisi 2016-03-26 10:27:06 -07:00
  • 8cd36f1170 Merge remote-tracking branch 'facebook/master' into ASLayoutPlayground Hannah Troisi 2016-03-26 10:01:00 -07:00
  • 47a9e9a7f2 Cleaning up code. Hannah Troisi 2016-03-26 10:00:28 -07:00
  • a7bd6ce97d Cleaned up examples code. Hannah Troisi 2016-03-26 09:57:40 -07:00
  • 5be3b0137a Add nullability attributes to ASTextNode+Beta Eric Jensen 2016-03-25 22:33:13 -07:00
  • 0758475409 Remove unnecessary imports Eric Jensen 2016-03-25 22:32:20 -07:00
  • 0d52176e03 Add an ASEditableTextNode initializer that allows customization of its ASTextKitComponents Eric Jensen 2016-03-25 22:23:03 -07:00
  • f8f3585764 Add a ASTextKitComponents initializer that allows customization of its NSTextStorage and NSLayoutManager Eric Jensen 2016-03-25 22:12:19 -07:00
  • a36cf79300 [AsyncDisplayKit] Main .podspec update to 1.9.7.1 (final GM of 1.9.7, as the tag changed). Uses PINRemoteImage 2.1.2. Scott Goodson 2016-03-25 20:50:12 -07:00
  • c1a62e79e2 Merge remote-tracking branch 'facebook/master' Hannah Troisi 2016-03-25 15:47:31 -07:00
  • 2d4ec243ae added new ASLayoutableInspectorNode features Hannah Troisi 2016-03-25 15:47:12 -07:00
  • dba16ce009 Merge pull request #1433 from levi/patch-12 appleguy 2016-03-25 12:02:12 -07:00
  • c07175bfcb Fix conditional Levi McCallum 2016-03-25 11:54:56 -07:00
  • 687be58621 Fix PagerNode from not loading Levi McCallum 2016-03-25 10:02:47 -07:00
  • c1330682f9 Merge pull request #1430 from levi/patch-11 appleguy 2016-03-24 21:43:30 -07:00
  • f51ca78570 Simplify boolean logic Levi McCallum 2016-03-24 21:40:49 -07:00
  • d845a18dfb Prevent calculation of current index path when the collection view is empty Levi McCallum 2016-03-24 21:33:01 -07:00
  • 1199dd69f7 Merge pull request #1429 from ejensen/scroll-enabled-fix appleguy 2016-03-24 21:03:08 -07:00
  • 809563ece4 Merge pull request #1420 from hannahmbanana/fixSocialSampleApp appleguy 2016-03-24 21:01:46 -07:00
  • 057ec55941 Correct documentation comments Eric Jensen 2016-03-24 20:01:27 -07:00
  • 7de48da44f Correct ASEditableTextNode's default value according to the documentation Eric Jensen 2016-03-24 20:00:53 -07:00
  • f988f86f7f Assign the textView's scrollEnabled property in ASEditableTextNode's didLoad method. This prevents a mismatch if the scrollEnabled property on ASEditableTextNode is set before the textView is loaded. Eric Jensen 2016-03-24 19:51:16 -07:00
  • 1fba62da0e Adding scrollViewWillBeginDragging and scrollViewDidEndDragging callbac to ASCellNode instances Max Gu 2016-03-24 14:50:08 -07:00
  • eed812dcdf [ASRangeController] Slight tweaks to the default Full ranges, for memory savings in multi-tabbed apps with still-excellent preloading consistency. 1.9.7 Scott Goodson 2016-03-23 23:36:10 -07:00
  • 36d23230fe Merge pull request #1421 from Adlai-Holler/AvoidMutatingSublayersDuringEnumeration appleguy 2016-03-23 23:33:48 -07:00
  • 6c4af53434 Revert project changes for Social App Example Hannah Troisi 2016-03-23 23:25:26 -07:00
  • a90a83b607 Copy sublayers to avoid NSFastEnumerationMutation exception Adlai Holler 2016-03-23 21:57:23 -07:00
  • c2e5db85ae [SocialAppLayout example] update to use ASTextNode's passthroughNonlinkTouches property Hannah Troisi 2016-03-23 21:32:05 -07:00
  • 18b17a1ecc Merge remote-tracking branch 'facebook/master' Hannah Troisi 2016-03-23 21:24:05 -07:00
  • 4ffaebc93b Merge pull request #1409 from ejensen/swift-alignment-enum appleguy 2016-03-23 21:03:44 -07:00
  • ac5d0265d9 Merge pull request #1408 from ejensen/swift-enum appleguy 2016-03-23 21:02:45 -07:00
  • 9f8d7e952c Resizing the playground works in the shrink direction, not for grow. Hannah Troisi 2016-03-23 20:27:54 -07:00
  • fe868b14f4 Merge pull request #1418 from levi/patch-10 appleguy 2016-03-23 18:35:05 -07:00
  • f760c8460a Nil out currentIndexPath after usage to prevent ASPagerFlowLayout crashes Levi McCallum 2016-03-23 17:55:25 -07:00
  • 753a06ebb1 Layout Inspector Work in Progress Hannah Troisi 2016-03-23 15:07:34 -07:00
  • 505d4ffb5d Merge pull request #1416 from maicki/ASRunLoopQueueAddWakeUpCall appleguy 2016-03-22 20:30:38 -07:00
  • aa9f21063f Merge remote-tracking branch 'facebook/master' Hannah Troisi 2016-03-22 20:24:40 -07:00
  • c4b61e20f2 continued development Hannah Troisi 2016-03-22 20:24:06 -07:00
  • 4b9bfc11dd Merge remote-tracking branch 'facebook/master' into ASLayoutPlayground Hannah Troisi 2016-03-22 20:21:36 -07:00
  • 4207e0e1a6 Add CFRunLoopWakeUp in processQueue Michael Schneider 2016-03-22 20:19:17 -07:00