appleguy
e8d238610f
Merge pull request #830 from facebook/WorkingWindowQuickFix
...
Patch for properly tearing down Working Window
2015-11-08 18:54:34 -08:00
appleguy
b295eda4b1
Merge pull request #823 from vitalybaev/SocialAppExample
...
New example app -- a "social" feed similar to Facebook or Twitter
2015-11-08 18:53:22 -08:00
appleguy
7c9698a833
Merge pull request #812 from nguyenhuy/ImproveCellNodeLayoutDelegate
...
Improve cell node layout delegate
2015-11-08 18:29:35 -08:00
Scott Goodson
40237a52fc
Patch for properly tearing down Working Window
2015-11-08 18:24:58 -08:00
Adlai Holler
802011ef97
Merge branch 'master' into update-objc
...
Conflicts:
AsyncDisplayKit/ASDisplayNode.h
2015-11-08 18:19:06 -08:00
appleguy
b7c54718ae
Merge pull request #826 from facebook/layerWorkingRangeFix
...
Fix unusual cell content blanking issue when making existing cells much taller.
2015-11-08 10:27:38 -08:00
Scott Goodson
98010c4e16
Include moved UIResponder methods in UIViewBridging Category Implementation.
2015-11-08 00:12:13 -08:00
Scott Goodson
3a4e9902e2
Remove a change that leaked from another diff in progress.
2015-11-07 23:35:58 -08:00
Scott Goodson
efa47d65dd
Re-add name method to fix tests (grr). Clean up positioning of responder methods in header.
2015-11-07 23:29:36 -08:00
Scott Goodson
e0f40d5644
Fix unusual cell content blanking issue when making existing cells much taller.
2015-11-07 23:08:53 -08:00
appleguy
ec7aa1c3aa
Merge pull request #818 from steveram/table-node
...
Modify ASTableNode initializer
2015-11-07 15:34:14 -08:00
Vitaly Baev
d143aba6c2
changed deployment target and device family in SocialApp example
2015-11-06 19:38:30 +03:00
Vitaly Baev
318bb0342a
fix Travis-CI build for SocialApp example
2015-11-06 19:02:09 +03:00
Vitaly Baev
19c2e8b2e3
Fixed copyright in SocialApp example
2015-11-06 17:11:39 +03:00
Vitaly Baev
78293ad785
Added example of typical social app layout example
2015-11-06 17:09:11 +03:00
Vitaly Baev
b1784bcf9b
Fix ASTableViewCell's node selected/highlighted property
2015-11-06 13:46:30 +03:00
Steven Ramkumar
a621e10a93
Modify ASTableNode initializer
2015-11-05 08:59:41 -08:00
appleguy
fd24314c69
Merge pull request #801 from facebook/RangeTeardown
...
Add "Push Another Copy" to ASViewController demo for memory testing.
2015-11-04 23:06:03 -08:00
appleguy
2308ae0e49
Merge pull request #816 from steveram/table-node
...
Add a ASTableNode class, similar to ASCollectionNode
2015-11-04 23:03:15 -08:00
Steven Ramkumar
3018030c00
Add a ASTableNode class, similar to ASCollectionNode
2015-11-04 17:56:26 -08:00
Huy Nguyen
a6807ef477
Address comments in #793
2015-11-04 16:53:36 +02:00
Huy Nguyen
12dbfd1992
Only set a default layout delegate to ASCellNode if it is not provided by the async data source
2015-11-04 16:53:36 +02:00
Huy Nguyen
9e4c274a5b
Animate relayout in Kittens example
2015-11-04 16:53:36 +02:00
Huy Nguyen
5701cbba40
After relayout of a cell node, table and collection views trigger an empty update transaction, instead of a reload
2015-11-04 16:53:33 +02:00
Lukas Spieß
a1e7a78212
Move clang warnings to seperate variable
2015-11-03 12:52:31 +01:00
Lukas Spieß
ab287189ff
Use Xcode default for Bitcode through UI in Framework target
...
By removing an explicit setting, this should always use Xcode's default
2015-11-03 12:52:31 +01:00
Adlai Holler
b4b88da8cd
Merge branch 'master' into update-objc
...
Conflicts:
AsyncDisplayKit/ASCellNode.h
2015-11-02 09:36:46 -08:00
Lukas Spieß
ef810eb577
Use import instead of @protocol for Feedback delegate
...
This fixes a "Cannot find protocol definition ..." warning when you try implementing `BITHockeyManagerDelegate` in a separate file and only import `BITHockeyManagerDelegate.h` and not the full umbrella header.
2015-11-02 15:06:03 +01:00
appleguy
7b112a2dcd
Merge pull request #806 from facebook/CellDelegateNaming
...
Rename ASCellNode delegate to layoutDelegate to avoid common naming conflict
2015-11-01 12:52:34 -08:00
Scott Goodson
e517f88e65
Rename ASCellNode delegate to layoutDelegate to avoid common naming overlap
2015-11-01 12:51:46 -08:00
appleguy
0598935957
Merge pull request #793 from nguyenhuy/ImproveCellNodeRelayout
...
ASCellNode delegate to automatically resize in table & collection when -setNeedsLayout called.
2015-11-01 11:11:32 -08:00
Scott Goodson
fdcace6061
Add multiple view push to the ASTableViewStressTest app to evaluate memory issues
...
No issues found. Have not been able to create a leak either with the test itself
or scrolling / popping back view controlliers.
2015-11-01 10:54:11 -08:00
appleguy
a641a6e0ab
Merge pull request #802 from samhsiung/add_textContainerInset
...
Make textContainerInset configurable for ASEditableTextNode
2015-10-31 20:00:23 -07:00
Scott Goodson
59c1a642ba
Add reload button to ASViewController demo for memory testing.
2015-10-31 16:53:56 -07:00
Scott Goodson
2e331656cf
Add "Push Another Copy" to ASViewController demo for memory testing.
...
So far unable to reproduce the reports of rows or items not being released.
2015-10-31 16:40:26 -07:00
Samuel Hsiung
e4d2551384
Make textContainerInset configurable for ASEditableTextNode placeholder and typed textViews
...
Previously, it was only possible to configure the textContainerInset of the typed textView by accessing the textView property on didLoad. This would cause the placeholder and typed textViews to become desynced however, so in this commit we add the ability to configure both.
2015-10-31 16:37:04 -07:00
appleguy
e11007f906
Merge pull request #781 from levi/master
...
Expose ASViewController's constrained size for subclass customization
2015-10-31 16:28:53 -07:00
appleguy
ae692be806
Merge pull request #796 from samhsiung/name_stacks
...
adds convenience methods to return a vertical and horizontal stack spec
2015-10-31 16:08:59 -07:00
appleguy
6e92c33b4e
Merge pull request #800 from facebook/ButtonNode
...
Adding ASButtonNode. Simple but flexible, add features as desired!
2015-10-31 15:34:46 -07:00
Scott Goodson
3416450f11
Adding ASButtonNode. Simple but flexible, add features as desired!
2015-10-31 15:12:05 -07:00
appleguy
40f138db27
Merge pull request #799 from facebook/RangeCleanup
...
Fix retain cycle for basic ASNetworkImageNodes (allocated without a cache)
2015-10-31 00:06:07 -07:00
Scott Goodson
3175ce2fe7
Fix retain cycle in basic, cache-less ASNetworkImageNodes
...
This should not directly affect more complex apps that don't use the ASBasicImageDownloader.
Also disables the default-on text placeholders, as they churn memory during the measurement pass.
These were intended to be written with pure layers (without using backing stores), so I don't
think it is a reasonable default-on behavior until that is fixed.
2015-10-30 22:42:05 -07:00
Lukas Spieß
882b7d8179
Update build number
2015-10-30 12:49:45 +01:00
Samuel Hsiung
29a12834b0
adds convenience methods to return a vertical and horizontal stack spec
2015-10-29 20:06:46 -07:00
appleguy
ed63577370
Merge pull request #789 from Adlai-Holler/FixAnimationEnabledness
...
Avoid overwriting areAnimationsEnabled if app changes it again during animation
2015-10-29 18:45:37 -07:00
Huy Nguyen
fb18e7635b
Notify ASCellNodeDelegate even if a relayout doesn't result in a resize
...
If the delegate is an ASTableView, relayoutAnimation will still be considered for animation.
2015-10-29 21:27:29 +02:00
Adlai Holler
cf8946cf97
Use fast enumeration when performing collection view update blocks
2015-10-29 10:30:12 -07:00
Lukas Spieß
e3e40a34b4
Small improvement for docs reference
2015-10-29 18:04:04 +01:00
Adlai Holler
82c1549d8f
Fix nullability of ASDisplayNode.name
2015-10-29 09:57:27 -07:00
Huy Nguyen
5b8f7e978d
Improve documentation of ASCellNode setNeedsLayout
2015-10-29 16:59:50 +02:00