Brandon Withrow
b29efe9a18
Merge pull request #183 from KrauseFx/patch-1
...
Fix broken README image previews
2017-03-27 11:09:46 -07:00
Brandon Withrow
024c1e64d3
Merge pull request #182 from pbardea/readme-formatting
...
Fix Markdown formatting in README
2017-03-27 11:09:28 -07:00
Brandon Withrow
20de8960f2
Merge pull request #181 from singro/master
...
Fix @import compatibility with .mm files
2017-03-27 11:09:07 -07:00
Brandon Withrow
566f0d81a8
Merge pull request #191 from airbnb/lmr--add-missing-source-to-static-lib
...
Add LOTLayerGroup.m to static lib target
2017-03-27 10:58:57 -07:00
Leland Richardson
d171c4705a
Add LOTLayerGroup.m to static lib target
2017-03-25 18:40:31 -07:00
Felix Krause
1452b86e46
Fix broken README image previews
...
Change to HTML based image, however feel free to fix it by removing the white space in the file name
2017-03-21 15:22:57 -07:00
Paul Bardea
857afde032
Fix Markdown formatting in README
2017-03-21 13:32:32 -04:00
Singro
b3ccbaf655
Fix @import compatibility with .mm files
2017-03-21 15:01:11 +08:00
Brandon Withrow
2e7288e368
Merge pull request #177 from letsgogeeky/master
...
Added note for referencing animation json files
2017-03-20 10:16:56 -07:00
Brandon Withrow
5fbbe18619
Merge pull request #175 from WorldDownTown/master
...
update README for Swift
2017-03-20 10:16:37 -07:00
Brandon Withrow
5b8cb1040c
Merge pull request #174 from jmyers0022/allow-stop-looping-via-flag
...
Allow animation to stop looping via flag [#142 ]
2017-03-20 10:16:17 -07:00
Brandon Withrow
3071f7bec0
Merge pull request #163 from valeriyvan/dequeue
...
Uses -[UITableView dequeueReusableCellWithIdentifier:indexPath:]
2017-03-20 10:03:23 -07:00
Brandon Withrow
3936baa83b
Merge pull request #158 from valeriyvan/crashdemo
...
Fixes bug leading to crash of example app
2017-03-20 10:03:00 -07:00
Ramy
d620e1c1cd
Added note for referencing animation json files
2017-03-18 01:11:58 +02:00
WorldDownTown
e1812fb1c0
update README for Swift
2017-03-17 17:20:47 +09:00
jmyers0022
dd197d66fc
remove check for looping animation
2017-03-16 08:45:54 -06:00
jmyers0022
f788f45081
leave reference to completion block in looping animation
2017-03-15 20:50:48 -06:00
Valeriy Van
d1b9c844b7
Uses -[UITableView dequeueReusableCellWithIdentifier:indexPath:] instead of -[UITableView dequeueReusableCellWithIdentifier:].
...
The last one might return nil, when first one guaranteed never return nil.
2017-03-04 23:49:24 +01:00
Valeriy Van
1c07cc301d
Fixes bug leading to crash of example app on attempt to load url from gibberish string, e.g. containing emoji or cyrillic.
...
Solves issue #134
2017-03-03 23:18:43 +01:00
Brandon Withrow
20b9433012
Bumping Version to 1.5.1
2017-03-02 14:48:50 -08:00
Brandon Withrow
485974472d
Merge pull request #155 from valeriyvan/ivar
...
Removes unused ivar which was hidden by params in some methods.
2017-03-02 14:37:37 -08:00
Brandon Withrow
38c29f508a
Merge pull request #156 from valeriyvan/nullability
...
Adds missing nullability annotations.
2017-03-02 14:37:16 -08:00
Brandon Withrow
2c5a9109f3
Merge pull request #154 from valeriyvan/unused
...
Annotates unused functions return value as __unused
2017-03-02 14:36:45 -08:00
Brandon Withrow
1f5ce92804
Merge pull request #153 from xinsight/update-readme-unsupported-merge-shape
...
add merge shapes to unsupported AE features
2017-03-02 14:36:14 -08:00
Valeriy Van
eb8f209b16
Adds missing nullability annotations.
2017-03-02 22:26:19 +01:00
Valeriy Van
5e09b5653b
Removes unused ivar which was hidden by params in some methods.
...
This makes static analyzer happier.
2017-03-02 22:15:04 +01:00
Valeriy Van
57f76c0ff5
Annotates unused functions return value as __unused making static analyzer happy.
2017-03-02 22:10:39 +01:00
Jason Moore
2ead1d4a82
add merge shapes to unsupported AE features
2017-03-02 16:01:47 -05:00
Brandon Withrow
e31bc42005
Merge pull request #147 from xinsight/add-more-warnings
...
Add more warnings
2017-03-02 11:20:21 -08:00
Brandon Withrow
ad6195f222
Update README.md
2017-03-02 10:54:06 -08:00
Brandon Withrow
268a376039
Merge pull request #148 from jqsilver/ab-non-main-bundle
...
add factory method with bundle param
2017-03-02 10:50:42 -08:00
Brandon Withrow
3a675194ac
Merge pull request #144 from valeriyvan/fix
...
Fixes attempt assign NSString to NSNumber.
2017-03-02 10:50:05 -08:00
Jay Moore
dc40bafdf5
remove test file
2017-03-02 13:04:40 -05:00
Jay Moore
843adcf0d5
add merge, unsupported shape warning
2017-03-02 13:03:39 -05:00
Andy Bartholomew
a35db9bd25
add NS_SWIFT_NAME annotations for swiftier constructors
2017-03-01 17:16:47 -08:00
Andy Bartholomew
cfa7676db4
add factory method with bundle param
2017-03-01 15:32:27 -08:00
Jay Moore
31ab5cee03
removed test json
2017-03-01 10:05:00 -05:00
Jay Moore
38ad37afd7
Merge remote-tracking branch 'origin/HEAD' into add-more-warnings
2017-03-01 10:03:44 -05:00
Jay Moore
221d6829e3
add warnings for expressions
2017-03-01 09:59:52 -05:00
Valeriy Van
6a661b9500
Fix attempt assign NSString to NSNumber.
...
Adds missing nullability annotations.
2017-03-01 02:02:23 +01:00
Brandon Withrow
5edbdac3cb
Merge pull request #143 from welshm/reverse
...
Remove unused variable from -updateAnimationLayerClockTime:timeOffset:
2017-02-28 15:59:51 -08:00
Michael Welsh
2bd40e19a9
Remove unused variable from -updateAnimationLayerClockTime:timeOffset:
...
- clockTime isn't used. Rename to -updateAnimationLayerWithTimeOffset:
2017-02-28 18:52:14 -05:00
Jay Moore
97a6417be5
add warnings: missing image, unsupported effects
2017-02-28 12:37:40 -05:00
Brandon Withrow
57d26396fa
Merge pull request #138 from airbnb/btw/osximport
...
Fix import bug for osx
2017-02-27 15:38:21 -08:00
Brandon Withrow
91bb32c9b4
Fix import bug for osx
2017-02-27 15:37:48 -08:00
Brandon Withrow
f49c8834b6
Merge pull request #137 from airbnb/btw/imagebug
...
Fixed Anchor and Rotation bug with Image Layers
2017-02-27 15:30:07 -08:00
Brandon Withrow
6d6f46483e
Fixed Anchor and Rotation bug with Image Layers
2017-02-27 15:27:12 -08:00
Brandon Withrow
2af7eda07d
Update README.md
2017-02-27 11:19:53 -08:00
Brandon Withrow
d4e90c4dd0
Merge pull request #128 from fabionuno/master
...
Fixes the addSublayer method name in LOTCompositionLayer implementation file
2017-02-27 11:16:10 -08:00
Fabio Nuno
4005ca6e89
Fixes the addSublayer method name in LOTCompositionLayer implementation file
...
The class LOTCompositionLayer.m implements a method called
addSubview:toLayerNamed: but in the interface file it’s defined as
addSublayer:toLayerNamed:
2017-02-25 14:16:02 -03:00