Commit Graph

25012 Commits

Author SHA1 Message Date
Lukas Spieß
68f0a3826a Update version to 4.1.0-alpha.2 and bump build number 2016-03-30 22:59:11 +02:00
Lukas Spieß
c180482559 Add header documentation for BITMetricsManager 2016-03-30 22:58:31 +02:00
Lukas Spieß
876d5ac64a Update podspecs 2016-03-30 21:42:26 +02:00
Hannah Troisi
883f2b2b99 added screenshots/gifs and descriptions to examples/README.md 2016-03-30 12:34:35 -07:00
Lukas Spieß
78153bd26e Update Changelog and Readme with new version 2016-03-30 19:20:18 +02:00
Hannah Troisi
02509fa225 Testing adding screenshot to README.md 2016-03-30 10:10:39 -07:00
Lukas Spieß
a7ed44df53 Update build and version number 2016-03-30 19:10:22 +02:00
Hannah Troisi
5f45d00bdf Merge remote-tracking branch 'facebook/master' 2016-03-30 09:54:43 -07:00
appleguy
503ab09fe9 Merge pull request #1458 from levi/collectionNodeBetaFix
Make ASCollectionNode+Beta header public to projects
2016-03-29 21:49:15 -07:00
Levi McCallum
320da47de6 Make ASCollectionNode+Beta header public to projects 2016-03-29 21:44:49 -07:00
Hannah Troisi
09d2a1457b Merge remote-tracking branch 'facebook/master' into 500pxgram 2016-03-29 14:55:06 -07:00
Hannah Troisi
55efc4cfb3 Final code cleanup 2016-03-29 14:53:42 -07:00
appleguy
cdf11cebf7 Merge pull request #1454 from nguyenhuy/layoutable_context
[ASLayoutableContext] Properly lock layoutableContextMap
2016-03-29 14:34:07 -07:00
Huy Nguyen
387f3bf634 Properly lock layoutableContextMap
Signed-off-by: Huy Nguyen <huy@pinterest.com>
2016-03-29 13:40:57 -07:00
Hannah Troisi
f1dbc45cef Move NavigationController and statusBarOpaqueUnderlayView to AppDelegate 2016-03-29 13:13:20 -07:00
Hannah Troisi
53741a4e0a cleaned up model, view files 2016-03-29 13:00:44 -07:00
Eric Jensen
a4a0b1f85e Synchronize ASPanningOverriddenUITextView's scrollsToTop when the scrollEnabled property changes 2016-03-29 12:18:57 -07:00
Hannah Troisi
0f4481718c Changed UITableViewController to UIViewController 2016-03-29 00:50:52 -07:00
Hannah Troisi
112bfa8e71 Switched ASDKViewController from UIViewController to ASViewController, renamed files. 2016-03-29 00:04:08 -07:00
Hannah Troisi
d96582913a excluded questionable photos from 500px data source endpoint call. removed unneeded files for ASDK example. 2016-03-28 23:00:32 -07:00
Hannah Troisi
b5e502fbc9 [Examples: ASDKgram] Initial commit of a new sample app - a 500px photo feed / social app using layout specs and nodes. 2016-03-28 21:31:37 -07:00
Hannah Troisi
63c6c24b19 Merge remote-tracking branch 'facebook/master' 2016-03-28 17:59:35 -07:00
Scott Goodson
1ea1560694 [ASDisplayNode] Rasterized subnodes require special handling for __exitHierarchy. 2016-03-28 17:58:35 -07:00
Adlai Holler
f205a6cc28 Copy sublayers in recursivelyTriggerDisplayForLayer to avoid NSFastEnumerationMutation exception 2016-03-28 16:54:50 -07:00
Hannah Troisi
700e27cee8 Merge remote-tracking branch 'facebook/master' 2016-03-28 10:42:35 -07:00
Scott Goodson
096df7b385 [ASDisplayNode] Remove #if gating of ASDisplayNode hitTest: (I'd misread this as _ASDisplayView's implementation, and both are needed). 2016-03-28 07:49:14 -07:00
Peter
d9269d5c78 Merge commit 'cd493358cc802d878101a618676bea23de07e7fc'
Conflicts:
	AsyncDisplayKit/ASImageNode.mm
2016-03-28 17:28:13 +03:00
Peter
d86ec04019 no message 2016-03-28 17:24:31 +03:00
Peter
6b448b809b no message 2016-03-28 17:23:55 +03:00
Peter
86f8f633b1 no message 2016-03-28 17:23:33 +03:00
Peter
2a5376d38d Merge commit 'fea836c8f3df57572d251271bd1c4825637156fa'
Conflicts:
	MTProtoKit/MTProto.m
	MTProtoKit/MTTcpTransport.m
2016-03-28 17:18:29 +03:00
Peter
07ebdd0435 no message 2016-03-28 17:14:38 +03:00
Peter
41aa541bbf no message 2016-03-28 17:13:25 +03:00
Scott Goodson
cd493358cc [ASControlNode] Upgrades to +setEnableHitTestDebug: to intersect hitTestSlop with parents' bounds+slop, to accurately predict and visualize UIKit event delivery edge cases. 2016-03-27 22:02:13 -07:00
Scott Goodson
3e2414da6f [ASInterfaceState] Fix for an edge case of exiting Visible state before node deallocation. 2016-03-27 18:15:40 -07:00
Michael Schneider
c6f00b1541 Use batchCount for indexes passed into internal layout nodes method and NSMaxRange 2016-03-27 17:54:40 -07:00
Michael Schneider
0284e55359 Add explicit range parameter for internal layout nodes method and better documentation 2016-03-27 17:48:17 -07:00
Michael Schneider
552b79deaa Remove onMainThread: argument in internal layout nodes method 2016-03-27 17:48:17 -07:00
Michael Schneider
1f9e9b8483 Refactor ASDataController layout nodes methods 2016-03-27 17:48:17 -07:00
appleguy
97798010cb Merge pull request #1443 from nguyenhuy/layoutable_context
[ASLayoutable] Introduce ASLayoutableContext, thread-local storage for layout passes.
2016-03-27 17:40:42 -07:00
Huy Nguyen
7bb3015950 Rename ASLayoutableContext methods 2016-03-27 17:38:41 -07:00
Huy Nguyen
81d26994c5 Introduce ASLayoutableContext
- The struct is mapped to ID of the current thread and used by subnodes to decide whether they should proceed measurement.
2016-03-27 17:09:59 -07:00
appleguy
e4c6a49cb2 Merge pull request #1441 from facebook/Invisibility
[ASDisplayNode] Alternative implementation of interfaceState -> invisible that avoids a subclass call from -dealloc.
2016-03-27 00:44:45 -07:00
Eric Jensen
2f42a9ca6c Re-declare the default init method in ASEditableTextNode's header 2016-03-27 00:12:49 -07:00
Eric Jensen
ad9035f3d2 Set the class prefix in the project file 2016-03-27 00:11:45 -07:00
Scott Goodson
c6093cffdf Fix assertion format specifier from previous commit. 2016-03-26 23:57:16 -07:00
Scott Goodson
6a887a8acf [ASDisplayNode] Alternative implementation of interfaceState -> invisible that avoids a subclass call from -dealloc. 2016-03-26 23:24:30 -07:00
appleguy
82a4f5c7e7 Merge pull request #1440 from facebook/FixTruncationEdgeCase
[ASTextNode] Fix edge case where text truncator may not run (manually hosted nodes)
2016-03-26 20:33:34 -07:00
Scott Goodson
daf41ebb43 [ASTextNode] Fix edge case where text truncator may not run (manually hosted nodes that are lacking the expected call to -measure).
This fixes the scenario described in https://github.com/facebook/AsyncDisplayKit/issues/1295
2016-03-26 18:19:02 -07:00
Eric Jensen
387abbff5d Rename ASTextKitHelpers to ASTextKitComponents and make the header public 2016-03-26 15:31:53 -07:00