Commit Graph

13022 Commits

Author SHA1 Message Date
Peter
c6a13d52d2 no message 2017-02-20 19:13:36 +03:00
Peter
7540c7494c no message 2017-02-20 19:13:17 +03:00
Peter
f0e2cbee88 no message 2017-02-19 23:22:06 +03:00
Peter
367d8a2262 no message 2017-02-19 23:21:50 +03:00
Peter
a9c96e7712 no message 2017-02-19 23:21:31 +03:00
Peter
a0ccb729be no message 2017-02-19 23:21:03 +03:00
Peter
53710d4733 Merge commit '637597a5c1afcc8e0b702f13278474fddf84a1bf' 2017-02-19 23:20:25 +03:00
Peter
b076cf4dd1 no message 2017-02-19 23:20:10 +03:00
Garrett Moon
4e779eeed8 Need to set defaultImage, not image if we're a network image node. (#3041) 2017-02-17 13:16:57 -08:00
overtake
637597a5c1 - no message 2017-02-17 16:49:45 +03:00
Benjamin Scholtysik (Reimold)
2c46bd4c2c Merge pull request #394 from wiedem/develop
Don't build the test target during the "Run" action of the framework.
2017-02-16 17:09:56 -08:00
Romain BIARD
cb61707ecf Update lottie-ios.podspec
Adding tvos support
2017-02-16 10:20:25 +01:00
Benjamin Scholtysik (Reimold)
aa6dadcdd8 Merge pull request #396 from bitstadium/feature/update-readme-cocoapods
Feature/update readme cocoapods
2017-02-15 18:06:00 -08:00
Brandon Withrow
1ebc1b9182 Merge pull request #99 from airbnb/btw/trimbug
Fixed issue with Trim paths and straight lines
2017-02-15 15:59:51 -08:00
Brandon Withrow
21f967f357 Fixed issue with Trim paths and straight lines 2017-02-15 15:59:00 -08:00
Benjamin Scholtysik (Reimold)
56a9cf4fd3 Merge pull request #397 from bitstadium/fix/fix-attaching-binary-data
Use atomic write operation
2017-02-15 14:20:35 -08:00
Adlai Holler
b616248c20 Majorly Improve automaticallyAdjustsContentOffset (#3033)
* Majorly improve automaticallyAdjustsContentOffset

* Remove nodes from ASDataControllerDelegate & ASRangeControllerDelegate

* Do it after -endUpdates
2017-02-15 11:57:39 -08:00
Jason Yu
8e18f1562c [TextKit] Fix text layout issue for CJK laungages (#3026)
* [TextKit] Fix text layout issue for CJK laungages

* [ASTextKitContext] Delay filling _textStorage with attributedString until calling addLayoutManager.
2017-02-15 11:54:55 -08:00
Brandon Withrow
28f258e0eb Bumping Version 2017-02-15 11:27:14 -08:00
Brandon Withrow
c6f840051f Merge pull request #96 from airbnb/btw/cggeoRename
Namespaces CGGeomteryAdditions
2017-02-15 11:25:06 -08:00
Brandon Withrow
765b4b4834 Namespaces CGGeomteryAdditions 2017-02-15 11:23:34 -08:00
Garrett Moon
a6e74900c0 Hopefully this makes the comment clearer (#3036) 2017-02-15 10:56:33 -08:00
Vadim Novoseltsev
b6935448d6 selectedBackgroundView (#2875) 2017-02-15 10:37:45 -08:00
Adlai Holler
6af131b093 Undeprecate -[ASCollectionView indexPathForNode:] (#3032) 2017-02-14 22:31:24 -08:00
Adlai Holler
a4c6d8912e Don't Skip Remeasurement On First Layout Pass (#3031)
* Don't Skip Remeasurement if Initial Bounds are Zero

* Remove misleading unit test
2017-02-14 16:28:26 -08:00
Adlai Holler
fab98b32ef Fix Pager Node Issues (#3028)
* Fix pager node and deprecate zeroContentInsets flag

* Do it with the visible state callback

* There we are

* Put viewController in node debug description
2017-02-14 14:10:51 -08:00
Michael Schneider
aecd36a4df [ASViewController] Support optional node (#3021)
* ASViewController can be used without a node
- If a node isn't provided by developers via -initWithNode:, a default one will be created and used internally.
- This allows developers to use ASViewController like a normal UIViewController and as a base class for all view controllers among which some use a node hierarchy and some don't.

* Update ASDKgram to use a shared base ASViewController

* Minor fixes in ASViewController:
- If its node isn't provided by users, don't replace the view controller's view with the default node's view because it might be loaded from a nib.
- Init a vanilla ASDisplayNode if a node isn't provided.

* Some smaller cleanup

* Remove dummy node for ASViewController if it’s used without a node
2017-02-14 13:18:59 -08:00
Benjamin Scholtysik (Reimold)
d4e2635cbc Use atomic write operation 2017-02-14 12:35:15 -08:00
Benjamin Scholtysik (Reimold)
d160fb65bb Merge branch 'develop' into feature/update-readme-cocoapods 2017-02-14 10:34:36 -08:00
Benjamin Scholtysik (Reimold)
5ccf17eb0b Update cocoapods section of readme 2017-02-13 23:13:05 -08:00
Brandon Withrow
7d13ff642b Code Cleanup 2017-02-13 15:37:53 -08:00
Brandon Withrow
97a814cea6 Merge pull request #91 from airbnb/btw/initialprogress
Fixed bug setting initial progress
2017-02-13 15:36:05 -08:00
Brandon Withrow
a4bacc06e9 Fixed bug setting initial progress 2017-02-13 15:35:16 -08:00
Adlai Holler
cd448a105e Add lock on ASTextNode.attributedText (#3025) 2017-02-13 15:03:57 -08:00
Brandon Withrow
7820803af3 Merge pull request #87 from baires/bug/wrong-lottie-version
Update lottie to correct version for cocoapods and npm
2017-02-13 14:14:48 -08:00
Brandon Withrow
66ef835280 Merge pull request #81 from dcow/deployment-target
Set a low deployment target
2017-02-13 14:14:19 -08:00
Brandon Withrow
86a4319d8f Merge pull request #79 from hansemannn/resolve-analyser-warnings
Resolve Xcode Analyser warnings, throw error when invalid JSON resource specified
2017-02-13 14:13:04 -08:00
Brandon Withrow
9e3de018ab Update README.md 2017-02-13 14:11:07 -08:00
Brandon Withrow
7ea72b27c5 Merge pull request #77 from m1ga/patch-1
Add Community Contributions
2017-02-13 14:09:38 -08:00
Brandon Withrow
95748be9ac Update README.md 2017-02-13 14:08:21 -08:00
Brandon Withrow
e05d150b09 Merge pull request #90 from airbnb/btw/parentDimensions
Fix bug with Separate Dimensions
2017-02-13 13:49:29 -08:00
Brandon Withrow
c471be35c4 Fix bug with Separate Dimensions 2017-02-13 13:46:59 -08:00
Rocir Santiago
1bf8488a0f Safer checks in ASDisplayNode’s setFrame before assigning bounds and position (#2773)
* Safer checks in ASDisplayNode’s setFrame before assigning bounds and position

* Consolidate checks in one place

* Assert with ASDisplayNodeNonFatal

* Allow position to be negative
2017-02-13 13:35:37 -08:00
Adlai Holler
bbc1aecf95 Deprecate shouldRasterizeDescendants (#3024)
* Deprecate shouldRasterizeDescendants

* Set superclass right
2017-02-13 13:34:53 -08:00
appleguy
fe0bcec98f [NSArray+Diffing] Use heap-based allocation for array diff. (#2926)
This avoids compiler warnings when using the strictest clang settings.
It also ensures that stack overflow can't occur even with the largest datasets.
2017-02-13 10:43:46 -08:00
Calum Harris
7205ea0448 [Examples] Add ASDKgram-swift to examples_extra (#2910)
* add ASDKgram-swift to examples_extra

* Refactor ASDKgram-Swift as suggested by Adlai-Holler
2017-02-13 10:42:47 -08:00
Adlai Holler
0badff651a Revert "Route setDelegate: to setAsyncDelegate: (#3007)" (#3023)
This reverts commit 5c8818d107.
2017-02-13 10:38:19 -08:00
Alexis Sgarbossa
fdc7a82a45 Update lottie to correct version for cocoapods and npm 2017-02-13 12:18:00 -03:00
David Cowden
a2febe80d2 Set a low deployment target
This fixes builds for people who do not have the latest and greatest.

cf. #80
2017-02-11 14:22:58 -08:00
Holger Wiedemann
4b2e22df8e No longer build the “HockeySDK FrameworkTests” target during the “Run” action. This prevents compilation errors related to the test target if Carthage builds the framework target with anything else but the full feature config. 2017-02-11 23:21:37 +01:00