1. 1d3c920 Merge pull request #8 from airbnb/nsilverman-delay-setprogress by Nathanael Silverman · 8 years ago
  2. de498aa Delay setProgress(...) if animation is loading by Nathanael Silverman · 8 years ago
  3. 3464f33 Remove app_name string and bump version by Gabriel Peal · 8 years ago
  4. 3ad920b Bump version to 0.9.4 by Nathanael Silverman · 8 years ago
  5. f26c1eb Merge pull request #7 from airbnb/nsilverman-reusable-lottieanimationview by Nathanael Silverman · 8 years ago
  6. 0eca9b5 Make LottieAnimationView reusable by Nathanael Silverman · 8 years ago
  7. adfa22c Update README.md by Gabriel Peal · 8 years ago
  8. 34a8714 Update README.md by Gabriel Peal · 8 years ago
  9. 4902a9a Updated setAnimation(JSONObject) docs by Gabriel Peal · 8 years ago
  10. 45273dc Update README.md by Gabriel Peal · 8 years ago
  11. 0575abe Updated alarm gif by Gabriel Peal · 8 years ago
  12. 2254f1c Update README.md by Gabriel Peal · 8 years ago
  13. 356a46f Made gifs smaller by Gabriel Peal · 8 years ago
  14. c8239c7 Added example gifs by Gabriel Peal · 8 years ago
  15. 9ead8e1 Made setAnimation(JSONObject) public by Gabriel Peal · 8 years ago
  16. aeeba9d Create README.md by Gabriel Peal · 8 years ago
  17. 88d12c0 Minor scope cleanup by Gabriel Peal · 8 years ago
  18. fec7a46 Renamed LottieTransform3D to ScaleXY by Gabriel Peal · 8 years ago
  19. 02b301f s/sublayerTransform/rotation/ by Gabriel Peal · 8 years ago
  20. 25e33d6 Moved animations into animation packags by Gabriel Peal · 8 years ago
  21. ca16262 Removed Lottie prefix from model classes by Gabriel Peal · 8 years ago
  22. d1eda30 Removed Lottie prefix from animations by Gabriel Peal · 8 years ago
  23. a95024b Bump version to 0.9.3 by Gabriel Peal · 8 years ago
  24. 0752167 Delay playing an animation until a layer is set by Gabriel Peal · 8 years ago
  25. 4af7e74 Don't restore animation name if it is empty by Gabriel Peal · 8 years ago
  26. 2eaad2b Bump version by Gabriel Peal · 8 years ago
  27. c4483ff Slim down manifest to not break manifest mergers in other apps by Gabriel Peal · 8 years ago
  28. 98adca0 Bump version by Gabriel Peal · 8 years ago
  29. fd37939 Add saved state by Gabriel Peal · 8 years ago
  30. 6b1300c Added 4 new json files. The first ones that will be used in prod by Gabriel Peal · 8 years ago
  31. 9f62d09 Prepare for maven upload by Gabriel Peal · 8 years ago
  32. d8d4e7a Cleaned up PointF usage in LootieEllipseShapeLayer by Gabriel Peal · 8 years ago
  33. ac19c4b Updated screenshots by Gabriel Peal · 8 years ago
  34. 02fb8cb Removed extra padding from larger layers (#5) by Gabriel Peal · 8 years ago
  35. 1f57841 Lots of intellij cleanup by Gabriel Peal · 8 years ago
  36. d597d90 Added some LottieAnimationView javadocs by Gabriel Peal · 8 years ago
  37. 79cd11e Only set the mattePaint xfer mode once by Gabriel Peal · 8 years ago
  38. ad30062 Allowed LottieAnimationView to be used when not attached to a window for tests by Gabriel Peal · 8 years ago
  39. b591e69 Reenabled forced software rendering because it makes some animations janky by Gabriel Peal · 8 years ago
  40. 433ef5b Partially fixed rendering on JB by Gabriel Peal · 8 years ago
  41. b0b7dda Updated JSON by Gabriel Peal · 8 years ago
  42. 2b4e1ce Reenabled TinyDancer by Gabriel Peal · 8 years ago
  43. 181620b Reenabled shape start-delays by Gabriel Peal · 8 years ago
  44. 14ea5d7 Updated max size logic by Gabriel Peal · 8 years ago
  45. 9f0bce8 Scaled animation by the device dp by Gabriel Peal · 8 years ago
  46. f82aed6 Updated gradle version by Gabriel Peal · 8 years ago
  47. 701ddfe Rename more things to Lottie by Gabriel Peal · 8 years ago
  48. 648c008 Renamed gradle modules from Lotte to Lottie by Gabriel Peal · 8 years ago
  49. 5b9bd23 Renamed all classes from Lotte to Lottie by Gabriel Peal · 8 years ago
  50. 1250a99 Renamed lotte lackage to lottie by Gabriel Peal · 8 years ago
  51. 551f3dc Removed redundant field in LotteAnimatablePathValue by Gabriel Peal · 8 years ago
  52. 58613e4 Deleted LotteAnimatableShapeValue2 by Gabriel Peal · 8 years ago
  53. 7f14282 Replaced final usages of LotteAnimatableNumberValue by Gabriel Peal · 8 years ago
  54. 17634a7 Moved opacity to LotteAnimatableIntegerValue by Gabriel Peal · 8 years ago
  55. d21469e Migrated AnimatableShapeValue to BaseAnimatableValue by Gabriel Peal · 8 years ago
  56. e76af48 Added a bunch of new screenshot tests by Gabriel Peal · 8 years ago
  57. eaa3fd5 Migrated LotteAnimatablePointValue to BaseAnimatableValue by Gabriel Peal · 8 years ago
  58. e963ab7 Migrated LotteAnimatableScaleValue to BaseLotteAnimatableValue by Gabriel Peal · 8 years ago
  59. 193372b Added TODOs by Gabriel Peal · 8 years ago
  60. 2ca576a More IntelliJ inspection cleanup by Gabriel Peal · 8 years ago
  61. b676708 Merge pull request #1 from airbnb/cleanup by Gabriel Peal · 8 years ago
  62. ad73595 Cleanup by Gabriel Peal · 8 years ago
  63. 4ecfe36 Removed LotteAnimatableProperty by Gabriel Peal · 8 years ago
  64. 524d9f7 Added animatable host json files by Gabriel Peal · 8 years ago
  65. 94dea1c Added hosts.json by Gabriel Peal · 8 years ago
  66. 71f3237 Added LotteAnimatableFloatValue (tested) and IntegerValue (untested) by Gabriel Peal · 8 years ago
  67. 9129a03 Ignore repeated observable calls by Gabriel Peal · 8 years ago
  68. e577a32 Properly set sublayerTransform and anchorPoint by Gabriel Peal · 8 years ago
  69. fa96bed Stops animations from autoplaying by Gabriel Peal · 8 years ago
  70. db78c5c Created BaseLotteAnimatableValue and used it for LotteAnimatableColorValue by Gabriel Peal · 8 years ago
  71. 1bd63e2 Cleaned up logic for initializing bitmaps by Gabriel Peal · 8 years ago
  72. 13be6c7 Optimized bitmaps for compositions with mattes by Gabriel Peal · 8 years ago
  73. 7894c24 Dramatically sped up and simplified screenshot tests by Gabriel Peal · 8 years ago
  74. e892251 Turn off debug mode by Gabriel Peal · 8 years ago
  75. 808a5e8 Updated grid fragment by Gabriel Peal · 8 years ago
  76. f7403f4 Annotate composition as nullable by Gabriel Peal · 8 years ago
  77. 20abd83 Add LotteAnimationView atts for autoPlay and loop by Gabriel Peal · 8 years ago
  78. 9db1751 Update the seek bar when the animation is running by Gabriel Peal · 8 years ago
  79. 2b097d7 Don't udpate progress or observable if the value hasn't changed by Gabriel Peal · 8 years ago
  80. 0b3506b Removed trim path caching because it causes some animations (like alarm) to look bad by Gabriel Peal · 8 years ago
  81. 9b7dcab Fixed a scale perf optimization by Gabriel Peal · 8 years ago
  82. 1494ae2 Recycle bitmaps when detached from the window by Gabriel Peal · 8 years ago
  83. 77c5f29 Prevent doing many canvas operations when their values are 0 by Gabriel Peal · 8 years ago
  84. 6c24dd8 Cache duration range progress. It was surprisingly slow on systrace by Gabriel Peal · 8 years ago
  85. 3a9af17 Cache small trim path deltas for perf by Gabriel Peal · 8 years ago
  86. e4a8125 Cache keyframe indexes for a slight performance boost by Gabriel Peal · 8 years ago
  87. 8074c81 Set the fps counter target framerate to 60 rather than to the composition framerate by Gabriel Peal · 8 years ago
  88. d28fb35 Treat a main canvas paint with alpha 0 the same as not visible by Gabriel Peal · 8 years ago
  89. 92cfb5a Fixed a regression in mattes by Gabriel Peal · 8 years ago
  90. 027a621 Added FPS debug information to the sample app by Gabriel Peal · 8 years ago
  91. e5ff2ed Cleaned up TinyDancer init and positioning by Gabriel Peal · 8 years ago
  92. c8c6f11 Readded a missing import from a merge conflict by Gabriel Peal · 8 years ago
  93. d18c137 Fixed root drawable creation on pre-Marshmallow devices by Gabriel Peal · 8 years ago
  94. 31bb0d7 If there are no masks or mattes, draw on the original canvas by Gabriel Peal · 8 years ago
  95. bc75984 Replace all foreach loops with fori loops for performance by Gabriel Peal · 8 years ago
  96. 7ea6b50 Limit invalidateDrawable to once per frame by Gabriel Peal · 8 years ago
  97. 79900f1 Make root animatable layer final again by Gabriel Peal · 8 years ago
  98. f524f94 Add animation listeners to RootAnimatableLayer and LotteAnimationView by Gabriel Peal · 8 years ago
  99. a13660d Added tiny dancer by Gabriel Peal · 8 years ago
  100. b39627c Use a single animator and compDuration for all layers (#1) by Gabriel Peal · 8 years ago