Scott Goodson
ade2182b7a
Revert "Make sure range controller listens to node display notifications if absolutely needed"
...
This reverts commit 312de1a084 .
2016-07-09 20:41:33 -07:00
Scott Goodson
0c8712aa81
Continuing work on layout examples
2016-07-09 20:41:03 -07:00
Hannah Trosi
6def3b400a
Fix for unfinished line
2016-07-09 17:17:23 -07:00
Hannah Trosi
88ca064853
Merge branch 'layoutExamples' of https://github.com/facebook/AsyncDisplayKit into layoutExamples
2016-07-09 17:16:16 -07:00
Hannah Trosi
5d41c0a141
sample layout examples
2016-07-09 17:15:26 -07:00
Hannah Trosi
28f497cd7c
Merge branch 'master' of https://github.com/facebook/AsyncDisplayKit
2016-07-09 17:15:12 -07:00
Michael Schneider
e7e2672472
Move imageLock in braces for getting drawing parameters ( #1876 )
2016-07-09 17:02:05 -07:00
Michael Schneider
d646d3c753
Use textStorageCreationBlock for resetting the text storage ( #1874 )
2016-07-09 16:43:18 -07:00
Scott Goodson
48311aee96
[Build] Fix build issue caused by an #import change.
2016-07-09 16:09:35 -07:00
gazreese
01ba38d818
[ASVideoPlayerNode] Ensure activity indicator view is transparent ( #1852 )
2016-07-09 16:00:48 -07:00
Scott Goodson
d8d20fd87c
Merge branch 'kielgillard-master'
2016-07-09 15:44:50 -07:00
Scott Goodson
f0ff9c108d
Merge branch 'master' of git://github.com/kielgillard/AsyncDisplayKit into kielgillard-master
2016-07-09 15:44:31 -07:00
Michael Schneider
6238e5edbd
[ASTextNode] Fix text node truncation ( #1863 )
...
* Before truncate a text storage in ASTextKitContext reset the text storage to original value
* Fix ASTextNode tests
We should pass in the constrained size in both cases and the sizes should be the same. We adjust the calculated size in ASTextNode to be a bit narrower in the second case if we truncate again with the calculated size as constrained size it will truncate more and the resulting size will shrink.
2016-07-09 15:40:31 -07:00
Hannah Trosi
cabbd16787
sample layout examples
2016-07-09 12:27:22 -07:00
Adlai Holler
38fab7cd94
Merge pull request #1816 from hannahmbanana/selectionBug
...
[ASCellNode] Fix selection / highlight implementation
2016-07-08 15:48:22 -07:00
Adlai Holler
0f589d7e2b
Merge pull request #1847 from gazreese/ASVideoNode-no-auto-seek
...
[ASVideoNode] Only seek to beginning when auto repeating
2016-07-08 15:45:17 -07:00
Adlai Holler
a2d4dc5888
Merge pull request #1839 from maicki/MSAsyncMeasure
...
[ASDisplayNode] Allow measure always be off the main thread
2016-07-08 15:41:05 -07:00
Adlai Holler
09069584cc
Merge pull request #1871 from maicki/MSMoveDeallocASImgeNode
...
[ASImageNode] Move dealloc method from ASImageNode+AnimatedImage category to ASImageNode
2016-07-08 15:20:06 -07:00
Adlai Holler
7995b6e3da
Merge pull request #1872 from rcancro/containerSizeBug_upstream
...
[ASEnvironmentTraitCollection] Fixed bug where containerSize wasn't being saved
2016-07-08 15:19:38 -07:00
ricky
fe61c3e3ab
[ASEnvironmentTraitCollection] Fixed bug where containerSize wasn't being saved
...
Summary:
The old assignment of `self.node.environmentTraitCollection.containerSize = windowSize;` doesn't because the struct creates a copy and then assigns `windowSize` to that copy.
Also realized that we need to create a new `ASEnvironmentTraitCollection` in `willTransitionToTraitCollection:withTransitionCoordinator`:. If we only update in `viewWillTransitionToSize:` we will only update the `containerSize` value in `self.environmentTraitCollection` as we don't have the new trait collection yet.
Differential Revision: https://phabricator.pinadmin.com/D101807
2016-07-08 15:00:50 -07:00
Michael Schneider
b2810edb0f
Move dealloc method from ASImageNode+AnimatedImage category to ASImageNode
...
Having a dealloc method in a category can be very problematic as the superclass dealloc method will not be called in case it exists.
2016-07-08 14:41:47 -07:00
Adlai Holler
ac9549ee89
Merge pull request #1870 from maicki/MSTuningParametersInTableView
...
[ASTableView] Move setting of tuning parameters to the range controller
2016-07-08 14:38:15 -07:00
Adlai Holler
d1c84a1a28
Merge pull request #1814 from maicki/MSFixiOS8ModalRotationAdjustment
...
[ASViewController] Fix Modal presented ASViewController don't rotate on iOS 8.3
2016-07-08 14:37:59 -07:00
Michael Schneider
33e093b1f6
Check if a superview is present before calculating the legacy constrained size
2016-07-08 13:20:18 -07:00
Michael Schneider
057c48482a
Fix Modal presented ASViewController don't rotate on iOS 8.3
2016-07-08 13:10:41 -07:00
Adlai Holler
b1626b0f69
Merge pull request #1791 from colinmcardell/ASCollectionDataController_supplementaryNodeOfKind-fix
...
[ASCollectionDataController] Exposing -supplementaryNodeOfKind
2016-07-08 12:50:32 -07:00
Adlai Holler
b3d673645d
Merge pull request #1867 from maicki/MSFixXcode8Errors
...
Fix Xcode 8 Errors
2016-07-08 12:42:50 -07:00
Hannah Trosi
4e265d94fd
Merge branch 'master' of https://github.com/facebook/AsyncDisplayKit
2016-07-08 12:40:42 -07:00
Adlai Holler
78ef8cd8ae
Merge pull request #1869 from facebook/AHDisableTroublesomeAssertions
...
[ASDataController] Temporarily Disable Some Troublesome Assertions
2016-07-08 12:15:08 -07:00
Michael Schneider
02a41f4db5
Move setting the tuning parameters to the range controller in ASTableView
2016-07-08 11:36:43 -07:00
Adlai Holler
a0aad4609d
[ASDataController] Temporarily disable some troublesome assertions
2016-07-08 11:36:43 -07:00
Adlai Holler
82233af5a7
Merge pull request #1860 from rcancro/upstream_remove_context
...
[ASTraitCollection] Remove traitCollectionContext from ASTraitCollection; add containerWindowSize
2016-07-08 11:18:04 -07:00
Michael Schneider
f25e0f0d01
Fix Xcode 8 errors
2016-07-08 10:51:07 -07:00
Adlai Holler
33620b9e8e
Merge pull request #1834 from maicki/MSVisibilityTriggeringViewCreation
...
[ASVisibility] Don't change the range mode if the node was not loaded yet
2016-07-08 10:32:20 -07:00
Adlai Holler
9154fbbdda
Merge pull request #1864 from nguyenhuy/range_controller
...
[ASRangeController] Minimize number of registrations to node display notifications
2016-07-08 10:15:16 -07:00
Huy Nguyen
312de1a084
Make sure range controller listens to node display notifications if absolutely needed
2016-07-08 12:09:47 +07:00
Adlai Holler
8e1c8acb54
Merge pull request #1861 from facebook/AHCollectionViewLayerRetaining
...
[ASCollectionView] Add strong Layer Pointer Under iOS < 9 to Workaround Crashes
2016-07-07 18:26:02 -07:00
Hannah Trosi
224823b61c
Merge remote-tracking branch 'facebook/master'
2016-07-07 14:45:26 -07:00
Adlai Holler
332ab2330a
Merge pull request #1858 from maicki/MSFixBlockDeclaration
...
[ASCollectionView] Add return type to the shouldNotAnimateBlock
2016-07-07 14:42:20 -07:00
Hannah Trosi
2fabd6415a
Merge remote-tracking branch 'facebook/master'
2016-07-07 13:49:55 -07:00
Adlai Holler
8ea1a2a813
Merge pull request #1854 from garrettmoon/fixiOS7VisibilityDepth
...
<ASVisibility> Fixes to visibility depth behavior on iOS 7.
2016-07-07 11:20:24 -07:00
Garrett Moon
b79641d4ee
Use indexOfObjectIdenticalTo since we only care if the pointers are equal. Thanks @Adlai-Holler!
2016-07-07 11:13:18 -07:00
Garrett Moon
8081123cb2
Fix visibility assert on iOS 7
...
It appears that didMoveToViewController: can be called with nil,
yet self.parentViewController will *not* be nil. This can result
in calling parent view controller's visibility depth. Instead of
asserting, these methods should return NSNotFound which also happens
to be a really large number, effectively infinite depth.
2016-07-07 11:08:06 -07:00
ricky
ff0e2846e3
fixed formatting
2016-07-07 10:56:58 -07:00
ricky
7314a18ab4
rename containerWindowSize to containerSize
2016-07-07 10:55:18 -07:00
Adlai Holler
54ee62f002
[ASCollectionView] Add a strong pointer from ASCollectionView -> layer under iOS < 9 to workaround issue
2016-07-07 10:36:41 -07:00
ricky
3512cf47aa
assert we are on the main thread before accessing view.
2016-07-07 10:21:40 -07:00
ricky
ec4b666bc5
update ASTraitCollection header
2016-07-07 09:59:24 -07:00
ricky
637c4f3a9f
[ASTraitCollection] Remove traitCollectionContext from ASTraitCollection; add containerWindowSize
...
Passing around a pointer was leading to crashes as the ASVC was the sole owner of the context. There are cases where the VC would dealloc while its subnodes were laying out. This could lead to the subnodes accessing a garbage pointer.
2016-07-07 09:23:37 -07:00
Michael Schneider
94ca363936
Add return type to the shouldNotAnimateBlock
2016-07-07 07:00:07 -07:00