Lukas Spieß
|
a78614f333
|
Amend Changelog with CrashOnly build updates
|
2016-04-22 22:36:00 +02:00 |
|
Lukas Spieß
|
aca2f4a538
|
Merge pull request #96 from bitstadium/feature/add-usermetrics-crashonly
Add User Metrics to CrashOnly build
|
2016-04-22 22:33:02 +02:00 |
|
Lukas Spieß
|
215dfd667e
|
Add User Metrics features to CrashOnly build
|
2016-04-22 22:26:34 +02:00 |
|
Lukas Spieß
|
d6ed100c97
|
Fix AppIcon path search with exotic filenames
|
2016-04-22 21:57:10 +02:00 |
|
Lukas Spieß
|
0eb39be361
|
Add tests for exotic AppIcon filename variations
|
2016-04-22 21:56:45 +02:00 |
|
Lukas Spieß
|
60f81dcd66
|
Make assertions in AppIconFilename tests more precise
|
2016-04-22 21:56:45 +02:00 |
|
Lukas Spieß
|
69d15ff875
|
Merge pull request #280 from bitstadium/feature/category-prefix
Prefix category on NSData to prevent symbol collisions
|
2016-04-22 21:50:01 +02:00 |
|
Lukas Spieß
|
e789e30060
|
Merge pull request #279 from bitstadium/feature/update-test-frameworks
Update testing frameworks
|
2016-04-22 21:48:25 +02:00 |
|
Michael Schneider
|
5cfc16733a
|
Add node as parameter in ASLayoutSpecBlock
|
2016-04-22 11:22:20 -07:00 |
|
Michael Schneider
|
79e5337948
|
Fix setter override for setLayoutSpecBlock:
|
2016-04-22 11:22:01 -07:00 |
|
Michael Schneider
|
fde8f1af0e
|
Change layoutSpecBlock against NULL
|
2016-04-22 11:21:42 -07:00 |
|
Lukas Spieß
|
cba2321d11
|
Update tests to fit new semantics of OCMockito
Invocation counts are not cumulative anymore, see https://github.com/jonreid/OCMockito/releases/tag/v3.0.0
|
2016-04-22 20:10:13 +02:00 |
|
Michael Schneider
|
f3c48805e0
|
Add better comments for layoutSpecBlock
|
2016-04-22 11:08:13 -07:00 |
|
Lukas Spieß
|
c1050c3fc5
|
Update testing frameworks
|
2016-04-22 19:59:00 +02:00 |
|
Adlai Holler
|
a216b17b01
|
Merge branch 'master' into ImageNodeImprovements
Conflicts:
AsyncDisplayKit/ASNetworkImageNode.mm
|
2016-04-22 12:36:58 -05:00 |
|
Adlai Holler
|
bc8a2b19ef
|
[ASNetworkImageNode] Carry recent progress image block changes over from multiplex image node
|
2016-04-22 12:34:13 -05:00 |
|
Adlai Holler
|
f5adc7999b
|
[ASMultiplexImageNode] Reduce lockage in visibilityDidChange
|
2016-04-22 12:23:02 -05:00 |
|
Adlai Holler
|
f66d109928
|
Update project metadata for ASCellNode.m -> ASCellNode.mm
|
2016-04-22 12:07:37 -05:00 |
|
Adlai Holler
|
ea777456b6
|
[ASCellNode] Apply layout delegate behavior in -__setNeedsLayout, not -setNeedsLayout
|
2016-04-22 12:07:37 -05:00 |
|
Lukas Spieß
|
cb627ba13b
|
Port CoreFoundation improvements from OS X SDK
Thanks again @tonklon!
|
2016-04-22 17:48:49 +02:00 |
|
Aaron Schubert
|
c3ec99af1e
|
Fix merge conflicts
|
2016-04-22 09:28:23 +01:00 |
|
appleguy
|
e3aa2230f2
|
Merge pull request #1572 from maicki/AddLayoutSpecBlock
[ASDisplayNode] Add .layoutSpecBlock API to provide an ASLayoutSpec requiring subclass.
|
2016-04-21 21:10:30 -07:00 |
|
appleguy
|
4b2817ade2
|
Merge pull request #1576 from maicki/FixMissingPodTargetError
[Build, Examples] Fix Podfile is missing target for samples
|
2016-04-21 20:54:41 -07:00 |
|
appleguy
|
6c0ec8b423
|
Merge pull request #1579 from Xinchi/ASVideoNode
Removing an unnecessary assertion in ASVideoNode
|
2016-04-21 20:45:59 -07:00 |
|
appleguy
|
450c12ee3a
|
Merge pull request #1578 from tomizimobile/master
[ASCellNode] Remove nodeLoaded check that can cause some necessary layout passes to be skipped.
|
2016-04-21 20:12:37 -07:00 |
|
Scott Goodson
|
324a73f6e1
|
[Build] Some performance optimizations for the build, and now using xcpretty to make raw xcodebuild slightly less horrible / more like xctool.
|
2016-04-21 19:56:07 -07:00 |
|
Scott Goodson
|
af0c2f5c37
|
[Build] Switch from xctool to xcodebuild to work around Travis image bugs
The output is far less readable, but it seems much more reliable. See:
https://github.com/travis-ci/travis-ci/issues/3986
|
2016-04-21 19:35:05 -07:00 |
|
Max Gu
|
13fc13fb56
|
Removing an unnecessary assertion in ASVideoNode
|
2016-04-21 15:20:08 -07:00 |
|
Tom King
|
7eca4f26cf
|
remove check for self.isNodeLoaded to fix layout issues of ASCellNodes in an ASCollectionView when being resized after calling setNeedsLayout()
|
2016-04-21 16:13:57 -04:00 |
|
Scott Goodson
|
fe30e3f5da
|
[ASImageNode] Adjust category naming for AnimatedImage properties to fix compiler warnings.
|
2016-04-21 12:32:59 -07:00 |
|
Michael Schneider
|
563e52bb6a
|
Fix Podfile is missing target for samples
|
2016-04-21 11:07:08 -07:00 |
|
Michael Schneider
|
5afce83241
|
Adjust indention of comment
|
2016-04-21 07:07:17 -07:00 |
|
Aaron Schubert
|
ebf548fead
|
[tvOS] Make -getView a single line
|
2016-04-21 09:39:01 +01:00 |
|
Aaron Schubert
|
7b0a8f5af3
|
[tvOS] Improve -getView by making use of helper method
|
2016-04-21 09:33:32 +01:00 |
|
Aaron Schubert
|
b586b9f34b
|
Fix merge conflicts
|
2016-04-21 09:26:40 +01:00 |
|
Aaron Schubert
|
e2fa2f8192
|
[tvOS] Address comments on previous PR.
|
2016-04-21 09:23:47 +01:00 |
|
Aaron Schubert
|
39a6aa3437
|
[tvOS] Improve naming of method
|
2016-04-21 09:02:31 +01:00 |
|
Aaron Schubert
|
06d4573b14
|
[tvOS] Branch out tvOS specific code into it's own categories
|
2016-04-21 08:59:14 +01:00 |
|
Michael Schneider
|
87a37a283e
|
Add a block API to provide an ASLayoutSpec without having to subclass ASDisplayNode
|
2016-04-20 19:16:54 -07:00 |
|
appleguy
|
dd4853bf3a
|
Merge pull request #1273 from aaronschubert0/tvOS
[tvOS] Add default focus states to ASControlNode & ASImageNode.
|
2016-04-20 13:29:31 -07:00 |
|
Aaron Schubert
|
dbb9026415
|
Remove .orig files
|
2016-04-20 08:50:30 +01:00 |
|
Hannah Troisi
|
f5a3bdc19b
|
Merge remote-tracking branch 'facebook/master'
|
2016-04-19 20:57:55 -07:00 |
|
appleguy
|
dbc68c3a8f
|
Merge pull request #1525 from maicki/ASCollectionViewASTableViewRespondsToSelector
Add caching respondsToSelector calls in ASCollectionView and ASTableView
|
2016-04-19 19:45:19 -07:00 |
|
Hannah Troisi
|
46f04eb7eb
|
Merge remote-tracking branch 'facebook/master'
|
2016-04-19 18:49:04 -07:00 |
|
appleguy
|
b8379a07a6
|
Merge pull request #1563 from maicki/FollowupFixASCollectionNodeASTableNodeBackgroundColor
Follow up for ASCollectionNode and ASTableNode background color fix
|
2016-04-19 18:11:28 -07:00 |
|
appleguy
|
be6c3ed88c
|
Merge pull request #1543 from aaronschubert0/ASMapNode-Remove-Red-Herring
[ASMapNode] Remove assertion that checks calculatedSize rather than options.size.
|
2016-04-19 16:47:33 -07:00 |
|
appleguy
|
74b866e6ba
|
Merge pull request #1559 from garrettmoon/upstream-GIF-Cleanup
[ASImageNode] Follow up to animated GIF PR
|
2016-04-19 16:43:49 -07:00 |
|
appleguy
|
966c579d31
|
Merge pull request #1557 from ejensen/video-player-item-replace
[ASVideoNode] Reuse existing AVPlayer when available
|
2016-04-19 16:40:03 -07:00 |
|
appleguy
|
c67e24b713
|
Merge pull request #1558 from ejensen/video-resume-when-visible
[ASVideoNode] Limit resuming of buffered videos to those that are visible
|
2016-04-19 16:38:45 -07:00 |
|
appleguy
|
66fd92c827
|
Merge pull request #1562 from maicki/FixNSProxyMethodSignatureForSelectorCalled
[ASDelegateProxy] Fix "[NSProxy methodSignatureForSelector:] called!" crash
|
2016-04-19 16:34:35 -07:00 |
|