Commit Graph

  • d8d2524b89 One more critical update integrity fix Adlai Holler 2016-06-23 17:28:22 -07:00
  • 681876bd59 Fix more issues with data integrity Adlai Holler 2016-06-23 17:10:33 -07:00
  • 9c70cec8d8 Improve update handling more Adlai Holler 2016-06-23 16:58:23 -07:00
  • 35056f708b [ASDataController] Improve update handling Adlai Holler 2016-06-23 16:57:09 -07:00
  • 71d9f64535 Carry over first-pass change set improvements Adlai Holler 2016-06-23 15:52:00 -07:00
  • 77f24231b3 [Documentation] Add a comment why we prefer -indexPathForItem:inSection: Adlai Holler 2016-06-24 10:13:51 -07:00
  • 9349abb737 Merge branch 'master' of https://github.com/facebook/AsyncDisplayKit into ASVideoNode-overwrittenplaceholder Gareth Reese 2016-06-24 11:39:12 +01:00
  • 457e08005f [ASDataController] Remove asyncDataFetching Option, Cleanup (#1794) Adlai Holler 2016-06-23 21:08:44 -07:00
  • 997d37dc83 [ASEnvironment] Don't relayout as a result of clearing a traitCollection's context (#1759) ricky 2016-06-23 20:07:45 -07:00
  • fc6c1b7588 [ASLayoutable] New headers headers AHLayoutSugar Adlai Holler 2016-06-23 12:18:19 -07:00
  • b774a0c2bc [ASLayoutable] Add convenience methods to make chaining work Adlai Holler 2016-06-23 12:15:35 -07:00
  • d850057916 [Travis CI] move carthageBuildTest to examples_extra to avoid Travis error Hannah Troisi 2016-06-23 16:25:48 -07:00
  • f0bfa24fa3 Merge pull request #1766 from hannahmbanana/collectionLayout Michael Schneider 2016-06-23 15:09:10 -07:00
  • 2375e31033 Merge pull request #1721 from rcancro/layoutSpec Michael Schneider 2016-06-23 15:07:08 -07:00
  • 54e29d2236 [Carthage] fix travis build error (#1804) Hannah Troisi 2016-06-22 23:22:42 -07:00
  • 57310a6fe4 Merge pull request #1802 from facebook/AHThrashTesting Adlai Holler 2016-06-22 21:35:58 -07:00
  • 4f61b6e1cc Merge pull request #1777 from maicki/StructsForDrawingParameter Michael Schneider 2016-06-22 20:48:58 -07:00
  • 95b03472f2 Merge pull request #1785 from facebook/AHWillDisplayCellDeprecate Michael Schneider 2016-06-22 20:47:43 -07:00
  • 7175afba59 Merge pull request #1790 from gazreese/ASVideoNode-delegate-superclass Michael Schneider 2016-06-22 20:43:49 -07:00
  • 12336de325 [ASThrashTesting] Array is immutable Adlai Holler 2016-06-22 17:25:09 -07:00
  • 9fc3ec9096 [ASThrashTesting] Numbers so magic Adlai Holler 2016-06-22 17:19:36 -07:00
  • bd7f90f7ee [ASThrashTesting] Remove unneeded clang diagnostics Adlai Holler 2016-06-22 17:14:01 -07:00
  • 3ca95778df [ASThrashTesting] Some cleanup Adlai Holler 2016-06-22 17:11:21 -07:00
  • 383667f2c3 [ASThrashTesting] Rocking and rolling! Adlai Holler 2016-06-22 17:02:46 -07:00
  • ea64d7d09b Pr/fix unit tests memory leaks (#1795) John Engelhart 2016-06-22 16:56:53 -07:00
  • a05d3119ad [WIP] Trigger new batch fetch for collection view after layout transitions (#1697) Nick Velloff 2016-06-22 16:21:10 -07:00
  • 4184c21c0c [ASThrashTesting] Continue setting up replay feature Adlai Holler 2016-06-22 15:46:47 -07:00
  • eb9e8167c3 [Carthage] Add cartfile, update Carthage example (#1796) Hannah Troisi 2016-06-22 15:37:31 -07:00
  • d547372a63 [Carthage] define PIN_REMOTE_IMAGE in .pch for non-CocoaPod users (#1797) Hannah Troisi 2016-06-22 15:37:01 -07:00
  • dc8f18166c [website documentation] Added docs for ASTextNode Luke Parham 2016-06-22 15:34:09 -07:00
  • 15e03d85cf [ASThrashTesting] Move update into an archivable object so we can replay tests Adlai Holler 2016-06-22 14:19:59 -07:00
  • 290897cb56 [ASThrashTesting] Little more cleanup Adlai Holler 2016-06-22 13:06:16 -07:00
  • 64835c0db7 [ASThrashTesting] It's working! + Cleanup Adlai Holler 2016-06-22 13:04:47 -07:00
  • fcf2db79f8 [ASTableViewThrashTests] Initial commit Adlai Holler 2016-06-21 18:46:08 -07:00
  • af98d23bf0 michael's comments ricky 2016-06-21 14:48:43 -07:00
  • eb715e5836 hold children in a map instead of vector ricky 2016-06-21 14:04:48 -07:00
  • 2675204d50 [ASLayoutSpec.mm] Remove use of dictionary to hold children ricky 2016-06-07 10:07:59 -07:00
  • 36e48cf340 Remove caching of _drawParameter and use bounds instead of threadSafeBounds Michael Schneider 2016-06-20 16:41:42 -07:00
  • 74b9b6b49e Use threadSafeBounds instead of bounds to create drawing parameters Michael Schneider 2016-06-20 15:21:52 -07:00
  • e7f2edd183 Add updating drawing parameter in ASTextNode Michael Schneider 2016-06-20 15:03:16 -07:00
  • fc7cff333e Prevent subclassing of ASTextNode and ASImageNode Michael Schneider 2016-06-19 14:59:39 -07:00
  • 3384297c58 Move drawing parameters in ASTextNode and ASImageNode to structs Michael Schneider 2016-06-19 14:59:27 -07:00
  • 6dac29a16f Merge pull request #1768 from vadims/fix-editable-text-size-calculation Michael Schneider 2016-06-21 13:03:01 -07:00
  • c0f2472523 Merge pull request #1793 from hannahmbanana/patch-6 Michael Schneider 2016-06-21 10:51:42 -07:00
  • bde61d15fd Add WWDC 2016 video link Hannah Troisi 2016-06-21 10:49:23 -07:00
  • fcb6938224 Revert deprecated method warning suppression Adlai Holler 2016-06-21 09:20:40 -07:00
  • c14bbf6005 Undeprecate the methods. Just inform users about the index path issue Adlai Holler 2016-06-21 09:16:54 -07:00
  • 83d610cd54 [ASMapNode] Toggle user interaction when liveMap changes (#1753) [ASMapNode] Change map snapshot when updating it with a new region (#1754) [ASMapNode] Commented out code that is causing inaccurate behavior [ASMapNode] Added the ability to zoom in and show annotations, similar to showAnnotations:animated: of MKMapView. Added a basic example for ASMapNode to try out the different changes George A 2016-06-21 16:13:55 +02:00
  • 3fee0810d5 [ASVideoNode] Ensure that both ASVideoNode and ASNetworkImageNode delegate methods are called for ASVideoNode observers Gareth Reese 2016-06-21 11:36:54 +01:00
  • 21d0f1e10d [Travis CI] Build Optimizations (#1743) Hannah Troisi 2016-06-21 01:02:40 -07:00
  • 062bcf3631 [ASVideoNode] issue #1782 Placeholder images are replaced by a blank placeholder. Now checks the .URL property of the parent class as well as the .image to ensure that new placeholders aren't generated. Gareth Reese 2016-06-21 07:51:58 +01:00
  • 92b412b73f [GitHub Mgmt] Updated Issue Checklist (#1787) Hannah Troisi 2016-06-20 21:44:48 -07:00
  • c32e2f8383 If the animated image is ready, start animating it as soon as it's set (#1724) Eric Jensen 2016-06-20 20:18:44 -07:00
  • 1198f114f2 [ASDK Management] PR / Issue Checklists (#1752) Hannah Troisi 2016-06-20 20:17:51 -07:00
  • 9873f4bd7d Deprecate willDisplayNode:/didEndDisplayingNode: methods Adlai Holler 2016-06-20 16:40:10 -07:00
  • c129b78318 Merge pull request #1749 from maicki/AddASTextNodeLocking Michael Schneider 2016-06-20 13:44:13 -07:00
  • 6bde8cdcf3 Adress review comments Michael Schneider 2016-06-16 15:59:33 -07:00
  • f3a909324d Add lock to _rendererAttributes Michael Schneider 2016-06-16 11:43:48 -07:00
  • 3d72a6b7e5 Cleanup ASTextNode and add locking Michael Schneider 2016-06-15 16:53:15 -07:00
  • 22fa715682 Move lock from ASDN::Mutex to std::mutex in ASTextKitContext Michael Schneider 2016-06-15 16:51:58 -07:00
  • b4f25f3d63 Merge pull request #1778 from eanagel/asimagenode-animated-scrolling Adlai Holler 2016-06-20 13:40:43 -07:00
  • e30a4c5b58 Merge pull request #1776 from maicki/FixWrappedViewsAreDisappearing Michael Schneider 2016-06-20 13:38:03 -07:00
  • e230c69055 Improve settings flags Michael Schneider 2016-06-20 13:34:14 -07:00
  • eef22074a4 Add caching for checking if ASDisplayNode can clear it contents or setNeedsDisplay: can be called on the layer Michael Schneider 2016-06-20 10:25:09 -07:00
  • 23736c3cf7 Fix wrapped UIKit components are disappearing Michael Schneider 2016-06-19 14:01:07 -07:00
  • ad997015ea Merge pull request #1783 from maicki/FixHandlingOptionalDidLoadImage Michael Schneider 2016-06-20 12:59:11 -07:00
  • 2c6e810e26 Fix not handling imageNode:didLoadImage: from ASNetworkImageNodeDelegate as optional Michael Schneider 2016-06-20 07:50:40 -07:00
  • ead9590d36 Default animation run loop -> CommonModes Ethan Nagel 2016-06-19 18:52:32 -07:00
  • da27d36b4a Add comments Hannah Troisi 2016-06-18 12:54:55 -07:00
  • 5d434d418f Merge pull request #1765 from facebook/AHLockingPassOne Adlai Holler 2016-06-17 13:58:10 -07:00
  • eb057ca380 Editable text node should include insets when calculating size Vadim Spivak 2016-06-17 13:52:27 -07:00
  • 3446f39704 Merge pull request #1746 from maicki/FixFetchDataRangeModeMinimumDefault Adlai Holler 2016-06-17 11:45:43 -07:00
  • 46421f8684 [ASCollectionView] support UICollectionViewLayoutAttributes Hannah Troisi 2016-06-17 10:17:52 -07:00
  • 42aa52b407 [ASDisplayNode] Put the thread affinity assertion back Adlai Holler 2016-06-17 09:51:09 -07:00
  • d96beb29de Merge remote-tracking branch 'facebook/master' Hannah Troisi 2016-06-16 22:23:35 -07:00
  • e55037354c Round up editable text node to the next point (#1761) Vadim Spivak 2016-06-16 21:59:29 -07:00
  • aa5d730eab Deallocate objects on a serial queue specific for deallocation (#1737) Michael Schneider 2016-06-16 18:18:43 -07:00
  • efab1a4855 Move modifier to __weak for the highlighted layer in ASTextNode (#1756) Michael Schneider 2016-06-16 18:12:57 -07:00
  • 0002d333f0 [ASDisplayNodeTests] Add some removeFromSupernode tests Adlai Holler 2016-06-16 17:59:50 -07:00
  • 15b6f2e281 [ASLayoutTransition] Optimize add/remove subnode methods Adlai Holler 2016-06-16 17:10:33 -07:00
  • f5460a44e0 [ASDisplayNode] Reduce locking in removeFromSupernode Adlai Holler 2016-06-16 17:10:09 -07:00
  • b07977c3e8 Merge pull request #1758 from hannahmbanana/website Michael Schneider 2016-06-16 16:26:05 -07:00
  • 68f79d4bf7 fixed the next & previous page links (thanks Michael!) so that they actually work. Hannah Troisi 2016-06-16 16:05:42 -07:00
  • b00409c58c [AsyncDisplayKit.org] Remove next buttons Hannah Troisi 2016-06-16 15:09:24 -07:00
  • c1275526dd Re-enabling HLS video constructed from URL Max Gu 2016-06-14 10:15:57 -07:00
  • 67055eecff Fix default tuning parameter for range mode ASLayoutRangeModeMinimum and range type ASLayoutRangeTypeFetchData Michael Schneider 2016-06-13 17:03:36 -07:00
  • c857e809f4 Clean up header comments (for consistent Facebook licensing info) (#1741) Hannah Troisi 2016-06-11 23:31:39 -07:00
  • c211c76c64 Merge pull request #1735 from levi/betterFlatten3 appleguy 2016-06-11 23:15:16 -07:00
  • a7128cd213 Merge pull request #1605 from lappp9/override-callback-for-display-range appleguy 2016-06-11 22:21:20 -07:00
  • 7e8d519a9a Introduce type property to replace layout id check Levi McCallum 2016-06-08 18:28:21 -07:00
  • a3e8f556a3 Clean up flattening process in ASLayout Levi McCallum 2016-06-08 17:55:20 -07:00
  • 4149c6b0f5 Move ASLayout frame to a computed property Levi McCallum 2016-06-08 15:29:47 -07:00
  • f1f45c61a8 Copy dequeued context Levi McCallum 2016-06-08 14:51:20 -07:00
  • af932e7596 Simplify ASLayout flatten BFS Levi McCallum 2016-06-08 14:39:54 -07:00
  • f72f39b445 Merge pull request #1726 from ejensen/local-animated-image appleguy 2016-06-09 23:34:38 -07:00
  • f4bc195b92 Merge pull request #1723 from ejensen/animated-image-runloop-mode appleguy 2016-06-09 23:21:26 -07:00
  • fed1fdb96c Merge pull request #1603 from maicki/ASPagerNodeRotationSupport appleguy 2016-06-09 22:38:55 -07:00
  • 389fd4b15d Further improvements for ASPagerNode rotation Michael Schneider 2016-05-11 02:34:26 +02:00
  • 3e8ea64a1b Update to latest state Michael Schneider 2016-04-29 07:50:53 -07:00
  • 1f55ef8945 Improve PagerNode sample project Michael Schneider 2016-04-27 15:47:07 -07:00