Commit Graph

25012 Commits

Author SHA1 Message Date
Lukas Spieß
f801f47ef8 Update copyright notice as advised by LCA 2015-11-17 23:29:27 +01:00
Huy Nguyen
52c45cf5e3 Trigger a relayout once the media image of PostNode in SocialAppLayout is loaded 2015-11-17 18:09:16 +02:00
Scott Goodson
97eaa15b04 Introduce ASInterfaceState on ASDisplayNode.
Later, this will be added to ASViewController.  Right now it is not hooked up to drive anything.
It will become the codepath that drives calls like -fetchData and -clearContents.
2015-11-16 11:36:10 -08:00
Huy Nguyen
1162e02b06 Implement "space between" and "space around" options of stack layout justify content 2015-11-16 19:34:08 +02:00
Aaron Schubert
863156b2dc Changed hasLiveMap to liveMap/isLiveMap. Removed internal action handler. Renamed ASDisplayNode liveMap to mapView to avoid naming confusion. 2015-11-16 13:48:21 +00:00
Huy Nguyen
390d16caef Quickly return min size if a stack has no children 2015-11-16 01:46:28 +02:00
aaronschubert0
f948792dff Merge pull request #1 from aaronschubert0/temp
Make MapKit a weak framework
2015-11-15 17:10:12 +00:00
Aaron Schubert
372acd85a4 Make MapKit a weak framework 2015-11-15 16:58:56 +00:00
appleguy
59d52ced3f Merge pull request #847 from facebook/CollectionAndTableNodes
Substantially improve behavior of nested Table & Collection Nodes
2015-11-14 16:34:12 -08:00
Scott Goodson
2a0b9c8e14 Substantially improve behavior of nested Table & Collection Nodes
This ensures memory cleanup happens correctly and introduces a new test project
to support developing new features while stressing tough use cases for correctness.
2015-11-14 15:25:35 -08:00
appleguy
a24cfe691a Merge pull request #846 from RuiAAPeres/exposeASTableNode
ASTableNode wasn't exposed publicly.
2015-11-14 13:53:24 -08:00
Rui Peres
377c84abc2 Imported missing classes in the umbrella header 2015-11-14 15:07:35 +00:00
Rui Peres
d5fe826ac4 ASTableNode wasn't exposed publicly. (carthage wouldn't be able to detect it) 2015-11-14 14:47:06 +00:00
Adlai Holler
ab326fc683 touchesCancelled:withEvent: has a nullable touches argument in UIKit for some reason 2015-11-13 12:17:17 -08:00
Adlai Holler
7922895b60 (Re?)add type annotations on touchesBegan:withEvent: et al 2015-11-13 12:11:24 -08:00
Adlai Holler
762be97a51 Merge branch 'master' into update-objc 2015-11-13 12:03:30 -08:00
Adlai Holler
057e98380e Add NSObjectProtocol requirement to ASImageIdentifier 2015-11-13 12:02:09 -08:00
Aaron Schubert
49c476bdd1 Move ASMapNode header into public 2015-11-12 15:05:45 +00:00
Aaron Schubert
156b5866a5 Add ASMapNode to main header file. 2015-11-12 14:57:09 +00:00
Aaron Schubert
607be19ce7 Update Podspec to require MapKit framework 2015-11-12 14:54:29 +00:00
Aaron Schubert
1b74f8d696 Update ReadMe to mention new MapKit link 2015-11-12 14:27:45 +00:00
Aaron Schubert
b35a9bbbb6 Add MapKit to Life Without CocoaPods 2015-11-12 14:25:29 +00:00
Aaron Schubert
476bff2bf1 Link MapKit in static framework. 2015-11-12 14:09:48 +00:00
Aaron Schubert
973593f9c4 Try to fix integration tests 2015-11-12 13:51:23 +00:00
Aaron Schubert
46bf49cae7 Fix indentation 2015-11-12 12:18:09 +00:00
Aaron Schubert
fe06f211ca Added an ASMapNode to AsyncDisplayKit 2015-11-12 12:13:42 +00:00
Levi McCallum
01876ae683 Fix bad rebase 2015-11-11 10:50:20 -08:00
Lukas Spieß
53df3eacfa Update build number 2015-11-11 15:31:28 +01:00
Lukas Spieß
be28a52cf9 Merge branch 'release/3.8.5' 2015-11-11 12:47:41 +01:00
Lukas Spieß
f5793160d6 Merge tag '3.8.5' into develop
3.8.5
2015-11-11 12:47:41 +01:00
Lukas Spieß
622940b4c9 Update author in podspecs 2015-11-11 12:37:31 +01:00
Lukas Spieß
ae1ba1aa7d Update changelog 2015-11-11 12:37:31 +01:00
Lukas Spieß
1137aa6d71 Update version number to 3.8.5 2015-11-11 12:37:31 +01:00
Lukas Spieß
fc4401c344 Merge pull request #224 from bitstadium/feature/target_os_simulator
Use TARGET_OS_SIMULATOR
2015-11-11 12:36:47 +01:00
Lukas Spieß
5f38f3dfec Use TARGET_OS_SIMULATOR
`TARGET_IPHONE_SIMULATOR` has been deprecated with iOS 9 For older versions where `TARGET_OS_SIMULATOR` is not yet defined, we define it ourselves.
2015-11-11 12:15:22 +01:00
Levi McCallum
2d93192b9f Fix selection behavior of ASTableView cells 2015-11-11 01:06:28 -08:00
Levi McCallum
e6b33dd062 Fix cell selection and highlighting in ASCollectionView 2015-11-11 01:05:51 -08:00
Andreas Linde
ff4bf6ffc2 Merge pull request #227 from bitstadium/feature/update-environment-detection
Update environment detection
2015-11-10 19:26:32 +01:00
Lukas Spieß
cb2c54b749 Use respondsToSelector instead of checking for fixed version 2015-11-10 19:06:01 +01:00
Lukas Spieß
f288a36947 Add additional check for iOS 6 devices in helper method 2015-11-10 17:06:13 +01:00
Lukas Spieß
5d81bc60d5 Add comments to environment detection 2015-11-10 15:54:21 +01:00
Lukas Spieß
9d0491d51c Small tweak to #ifdef concerning simulator target 2015-11-10 15:48:04 +01:00
Lukas Spieß
0403243df4 Switch to using new environment detection helper function 2015-11-10 15:39:30 +01:00
Lukas Spieß
3749c697c1 Add new bit_currentAppEnvironment function
This version is easier to understand then the nested if/else calls in `bit_isRunningInTestFlightEnvironment` and `bit_isRunningInAppStoreEnvironment`

Also, this method is safe to use on iOS 6
2015-11-10 15:39:30 +01:00
appleguy
5b1e2145cc Merge pull request #832 from facebook/WindowTeardownCrash
Fix for behavior difference between CA and UIKit that causes mutation crash.
2015-11-09 13:43:28 -08:00
Scott Goodson
bfe908bc8a Fix for behavior difference between CA and UIKit that causes mutation crash 2015-11-09 13:41:25 -08:00
Adlai Holler
bfe3040f57 Update nullability in ASCellNode.h 2015-11-09 10:10:37 -08:00
Scott Goodson
8b465c5bb1 Bump pod version 2015-11-08 20:45:55 -08:00
appleguy
3d6ba66c35 Merge pull request #831 from facebook/ASCIICrash
Fix crash in ASCII art creator for one-element children arrays.
2015-11-08 19:18:12 -08:00
Scott Goodson
6d8bad13c0 Fix crash in ASCII art creator for one-element children arrays 2015-11-08 19:04:16 -08:00