Commit Graph

314 Commits

Author SHA1 Message Date
Brandon Withrow
973ec4e76a Merge pull request #331 from airbnb/btw/lottie201
Update to fix builds
2017-08-02 16:35:50 -07:00
brandon_withrow
9fddf34dfe Update to fix builds 2017-08-02 16:31:25 -07:00
Brandon Withrow
58443dc9ae Merge pull request #330 from rob-keepsafe/feature/completionSetter
Expose completionBlock
2017-08-02 15:53:23 -07:00
rob-keepsafe
c8666d1ba6 Expose completionBlock 2017-08-02 15:39:59 -07:00
Brandon Withrow
05a6f82c90 Merge pull request #329 from airbnb/btw/removeFile
Removed missing file
2017-08-02 14:49:05 -07:00
brandon_withrow
618c04fdbf Removed missing file 2017-08-02 14:47:38 -07:00
Brandon Withrow
67d478dcd4 Merge pull request #328 from airbnb/btw/LottieV2
Lottie Version 2.0
2017-08-02 14:45:06 -07:00
brandon_withrow
a50f615df6 Bumped Version 2017-08-02 14:31:46 -07:00
brandon_withrow
6fd17cfbe6 Update Caching Layer 2017-08-02 14:22:48 -07:00
brandon_withrow
ad9303e689 readme update 2017-08-02 14:04:42 -07:00
brandon_withrow
ac25888790 Update Pods 2017-08-01 17:03:47 -07:00
brandon_withrow
582a87636a Cleaned Warnings 2017-08-01 14:44:03 -07:00
brandon_withrow
4f92d6a3c1 Removed Old Renderer 2017-07-28 17:14:59 -07:00
brandon_withrow
5a1056e53d Removed Old Renderer 2017-07-28 17:11:10 -07:00
brandon_withrow
e858c6afd1 Removed old rendered 2017-07-28 17:10:29 -07:00
brandon_withrow
502b18ff46 Initial Commit of the new Lottie Renderer V2 2017-07-28 14:46:27 -07:00
brandon_withrow
f537ef9764 Bump version to 1.5.2 2017-06-20 16:04:25 -07:00
Brandon Withrow
140663c839 Merge pull request #259 from airbnb/btw/timeFix
Fixed bug with layer time being off by one frame
2017-06-13 14:26:39 -07:00
brandon_withrow
b319db9a29 Fixed bug with layer time being off by one frame 2017-06-13 14:25:21 -07:00
Brandon Withrow
dc796c95aa Merge pull request #257 from airbnb/btw/blankshapefix
Fix for vertex out of bounds crash
2017-06-12 15:37:43 -07:00
brandon_withrow
edff297c84 Fix for vertex out of bounds crash 2017-06-12 15:22:43 -07:00
Brandon Withrow
4b66739750 Merge pull request #256 from airbnb/btw/outTimeFix
Fix for layer out frame
2017-06-12 14:58:58 -07:00
brandon_withrow
f766cdadd9 Fix for layer out frame 2017-06-12 14:57:59 -07:00
Brandon Withrow
5b5d49664d Merge pull request #255 from airbnb/btw/buildfix
Fix build error for bundle addition
2017-06-12 14:46:09 -07:00
brandon_withrow
8bcd58b98a Fix build error for nbundle addition 2017-06-12 14:32:35 -07:00
Brandon Withrow
5f6f1c882f Merge pull request #238 from fnazrala/loadImageFromCustomBundle
Allow load image from custom bundle
2017-06-12 13:49:20 -07:00
Brandon Withrow
8dff2df857 Merge branch 'master' into loadImageFromCustomBundle 2017-06-12 13:48:48 -07:00
Brandon Withrow
d89b40d026 Merge pull request #223 from bellchen/master
add rootDic for imageAsset
2017-06-12 13:45:28 -07:00
Brandon Withrow
bf11cb7084 Merge pull request #194 from aquarchitect/master
macOS Public Header Build Error
2017-06-12 12:57:21 -07:00
bellchen
71326e9589 change rootDic to rootDirectory;
change animationWithFile to animationWithFilePath
2017-06-12 10:56:39 +08:00
Federico Nazrala
d2eb8113fd Merge branch 'master' of github.com:airbnb/lottie-ios into loadImageFromCustomBundle 2017-06-07 18:51:52 -03:00
Federico Nazrala
5780e06ffb PR review 2017-06-07 18:50:04 -03:00
Brandon Withrow
4c623a8a2a Merge pull request #245 from 3sidedcube/fix/setting_progress
Fixes setting initial progress of Lottie animation
2017-06-07 12:19:32 -07:00
Brandon Withrow
a4dab2b0c0 Merge pull request #239 from yury-dymov/loop-pos-fix
Duration fix for JSON based models
2017-06-07 12:13:12 -07:00
Brandon Withrow
75e17bd76c Merge pull request #230 from maxfong/master
Update LOTAnimatableNumberValue.m
2017-06-07 12:12:41 -07:00
Brandon Withrow
c70c77cd89 Merge pull request #229 from kylebshr/master
Add nullability annotations to improve Swift compatibility
2017-06-07 12:10:57 -07:00
Brandon Withrow
c02cc0c38c Merge pull request #205 from Pretz/master
Fix bounds calculation for masked sublayers
2017-06-07 12:09:38 -07:00
Brandon Withrow
09eb86dbab Merge pull request #204 from timusus/master
Fixed typo in LOTAnimationView function
2017-06-07 12:06:27 -07:00
Brandon Withrow
c614a31239 Merge pull request #185 from tapanprakasht/master
Fixed README.md typo error
2017-06-07 12:05:57 -07:00
Brandon Withrow
b3a1d463e5 Merge pull request #199 from chaseacton/master
Fixed typo in readme
2017-06-07 12:04:54 -07:00
Simon Mitchell
6c0043e411 Adds back in setNeedsDisplay 2017-05-30 13:52:34 +01:00
Simon Mitchell
faf5e4e6eb Removes un-necessary setNeedsLayout 2017-05-26 11:06:39 +01:00
Simon Mitchell
e99126f625 Only updates animation if the view has a window to avoid issues with setting
initial progress of the animation (This was noticeable particularly in React-Native
projects due to didMoveToSuperview calling setNeedsAnimationUpdate before the
view was in a window, and then the didMoveToWindow call being blocked
2017-05-26 10:47:02 +01:00
Yury Dymov
065c7116d3 fix 2017-05-18 17:25:47 -07:00
Federico Nazrala
5d52acac81 Formatt files 2017-05-17 21:21:45 -03:00
Federico Nazrala
77c6fca5a3 Allow load image from custom bundle 2017-05-17 21:16:46 -03:00
Witty Young
54164dfd61 Update LOTAnimatableNumberValue.m
fix _startFrame such as 1.01 and endFrame as 1.99
2017-05-04 17:48:17 +08:00
Kyle Bashour
589179ffce Make them non-null 2017-05-03 11:03:16 -07:00
Kyle Bashour
dfbcfc8999 Add nullability annotations to LOTAnimationView 2017-05-03 10:55:08 -07:00
bellchen
2c06373b1f add rootDic for imageAsset 2017-04-28 12:28:40 +08:00