1. 1926e58 Added total frames as well as current and total seconds of animation (#814) by Mark Stonehouse · 6 years ago
  2. 5293ac5 Replaced anonymous classes with lambdas. by Gabriel Peal · 6 years ago
  3. 86a8f39 Target Java 8 by Gabriel Peal · 6 years ago
  4. ed3a018 Fixed danglign choreographer callback. (#775) by Sergei Dryganets · 6 years ago
  5. cd547e4 Use correct retrofit rxjava adapter and update okhttp timeout (#790) by fpliu · 6 years ago
  6. 42e776f Update latest version in README.md (#809) by Jimmy Mayoukou · 6 years ago
  7. 8ce2bef Move to using only ALL_SAVE_FLAG with Canvas.saveLayer API (#748) by sorotokin · 6 years ago
  8. b0064c3 Update build.gradle (#803) by Sneh Pandya · 6 years ago
  9. 6906ad5 Added a changelog for 2.5.5 by Gabriel Peal · 6 years ago
  10. 95f07d1 v2.5.5 by Gabriel Peal · 6 years ago v.2.5.5
  11. f490a68 Prevent autoPlay from playing an animation before it is attached to a window by Gabriel Peal · 6 years ago
  12. 1d45e4d Fixed end frame calculation (#766) by Gabriel Peal · 6 years ago
  13. b4913b5 Added an end frame test (#765) by Gabriel Peal · 6 years ago
  14. 24d0054 Fix: Tapping on seekBar would be ignored (#760) by Bernardo Ferrari · 6 years ago
  15. d88ff2a Use lerp calculation to get the min and max frame. (#764) by Benjamin Cassidy · 6 years ago
  16. a692b2b Updated codeStyleSettings by Gabriel Peal · 6 years ago
  17. c360f7c change compile to implementation (#756) by Reza Nejati · 6 years ago
  18. 6b291eb Fixed min/max progress (#754) by Gabriel Peal · 6 years ago
  19. d8daf70 Updated Happo url by Gabriel Peal · 6 years ago
  20. 80f6c89 Properly register ColorFilter animations (#753) by Gabriel Peal · 6 years ago
  21. fae4379 Reset min/max frames unless no composition is set (#752) by Gabriel Peal · 6 years ago
  22. c9bb838 Fix KeyPath visibility by Gabriel Peal · 6 years ago
  23. 2f6ece8 Make intersection mask log less noisy by Gabriel Peal · 6 years ago
  24. e035049 Make FontCharacter size a double by Gabriel Peal · 6 years ago
  25. 1f00d1b Updated dependencies by Gabriel Peal · 6 years ago
  26. bbab4f4 Add basic support for base64 URLs. (#749) by Sasha · 6 years ago
  27. c4502c1 Code copied from SDK refactored to comply with project licensing. (#732) by Sergei Dryganets · 6 years ago
  28. e8dc98b [Sample App] Fix some colors when there is a dark background (#729) by HearSilent · 6 years ago
  29. d1a2fb5 v2.5.4 by Gabriel Peal · 6 years ago v2.5.4
  30. 06cc92b Two value animator fixes (#717) by Gabriel Peal · 6 years ago
  31. ca7e4f0 Fix small test issue. (#722) by Alexandre Zollinger Chohfi · 6 years ago
  32. 2ba29e1 Fixed lint by Gabriel Peal · 6 years ago
  33. 2e80ad9 Correct animation speed if it was reversed due to repeatMode REVERSE by Gabriel Peal · 6 years ago
  34. 458b37b Prevent hiding the keyboard from crashing on <API 32 by Gabriel Peal · 6 years ago
  35. e526dc1 Removed a warning from gradients by Gabriel Peal · 6 years ago
  36. 54dc47f Bumped support lib and kotlin versions by Gabriel Peal · 6 years ago
  37. 3cd9363 Clip min and max frames to composition min/max frames by Gabriel Peal · 6 years ago
  38. e366d21 v2.5.3 by Gabriel Peal · 6 years ago
  39. c1ba6bf [Sample App] Bump version code by Gabriel Peal · 6 years ago
  40. da17ae2 [Sample App] Fix editor action crash when searching by Gabriel Peal · 6 years ago
  41. 1835b40 Fix race condition with min/max frame (#694) by Kevin Robatel · 6 years ago
  42. c8cd302 v2.5.2 by Gabriel Peal · 6 years ago v2.5.2
  43. 1215da2 [Sample App] Added a hint to the bullseye demo and rearranged showcase demos by Gabriel Peal · 6 years ago
  44. 1a83a3a [Sample App] Added a disclaimer for lottiefiles and the current lottie version to the player by Gabriel Peal · 6 years ago
  45. 928d7a8 [Sample App] Handle camera permissions and prevent it from launching the player twice. by Gabriel Peal · 6 years ago
  46. 9d77268 DEFAULT_CACHE_STRATEGY exposed. This is needed in order to make more sophisticated and efficient update for the react-native plugin for Android. (#691) by Sergei Dryganets · 6 years ago
  47. 6815d7d Allow happo to run for pushes (#688) by Gabriel Peal · 6 years ago
  48. 947b954 Fix ellipse shape direction (#687) by Gabriel Peal · 6 years ago
  49. a306ae9 [Sample App] Fix id collisions by Gabriel Peal · 6 years ago
  50. f29ed5f [Sample App] Fix sample app pre-Lollipop by Gabriel Peal · 6 years ago
  51. 7b236e3 [Sample App] Update theme styles for api 21-27 and fixed a crash by Gabriel Peal · 6 years ago
  52. e0f5c86 v2.5.1 by Gabriel Peal · 6 years ago v2.5.1
  53. 5084f6e Update the drawable when the composition is reset to the same one (#676) by Gabriel Peal · 6 years ago
  54. db1fec2 Remove null restriction on value callbacks (#675) by Gabriel Peal · 6 years ago
  55. be98b3d [Sample App] Added a bottom sheet to show all keypaths by Gabriel Peal · 6 years ago
  56. 16062cb Set the value callback value even if the animation is not set yet by Gabriel Peal · 6 years ago
  57. 3aaeb63 [Sample App] Hide speed and trim when toggling visibility by Gabriel Peal · 6 years ago
  58. f886de1 Fixed looping when the animation speed is reversed by Gabriel Peal · 6 years ago
  59. 9fdf21a Added a warning for merge paths by Gabriel Peal · 6 years ago
  60. c7677bc Properly update the frame when starting an animation by Gabriel Peal · 6 years ago
  61. 7c65f1f Reset min/max frame when composition is set (#674) by Gabriel Peal · 6 years ago
  62. 3c89e5d [Sample App] Reduce marquee top margin by Gabriel Peal · 6 years ago
  63. 7f70524 Render every frame instead of matching AE fps (#673) by Gabriel Peal · 6 years ago
  64. d2c47a7 Ensure that the starting frame is set when setting a new composition by Gabriel Peal · 6 years ago
  65. c022836 [Sample App] Added App Tutorial to the showcase by Gabriel Peal · 6 years ago
  66. 0babb2c Update travis config by Gabriel Peal · 6 years ago
  67. 488620e [Sample App] Deleted the old animation and list fragment by Gabriel Peal · 6 years ago
  68. a76c73f [Sample App] Removed info menu icon by Gabriel Peal · 6 years ago
  69. f1bb2b1 [Sample App] Fixed intent filter + lint by Gabriel Peal · 6 years ago
  70. 0ea93a1 [Sample App] Added a control bar to trim start/end by Gabriel Peal · 6 years ago
  71. 951e118 Exposed getMinFrame and getMaxFrame APIs by Gabriel Peal · 6 years ago
  72. 36345bf Switched internal setFrame/setProgress calls by Gabriel Peal · 6 years ago
  73. 8c33399 Prevented min/max frames from invalidating the animation by Gabriel Peal · 6 years ago
  74. 6a8d421 [Sample App] Prevent the seekbar from updating the progress when it isn't being dragged by Gabriel Peal · 6 years ago
  75. bab2c95 [Lottie Sample] Fixed app theme for <v27 by Gabriel Peal · 6 years ago
  76. cba23c3 [Sample App] Added search and polished other screens by Gabriel Peal · 6 years ago
  77. 5188c18 [Lottie Sample] Began the bulls eye demo by Gabriel Peal · 6 years ago
  78. fce6314 [Sample App] Added an adaptive icon by Gabriel Peal · 6 years ago
  79. 6ab007f Added an api to create a composition without closing the InputStream by Gabriel Peal · 6 years ago
  80. 9bd3f87 Added an option to setDrawable without recycling bitmaps by Gabriel Peal · 6 years ago
  81. f3c3e42 [Sample App] Major improvements to the showcase tab and other screens by Gabriel Peal · 6 years ago
  82. 7dff5e8 [Sample App] Change annotation processor of butterknife lib (#671) by 남궁숙 · 6 years ago
  83. 5503c34 [Sample App] Many more improvements to the lottiefiles fragment and player by Gabriel Peal · 6 years ago
  84. 79c6471 [Sample App] Added a LottieFiles fragment and CompositionCache by Gabriel Peal · 6 years ago
  85. 73b8198 [Sample App] Added a ton of refinement, warnings, and render times to PlayerFragment by Gabriel Peal · 6 years ago
  86. 2546219 [Sample App] Added PreviewFragment by Gabriel Peal · 6 years ago
  87. cf845fe Added a bottom bar interface and preview fragment by Gabriel Peal · 6 years ago
  88. 6371bac Added bottom navigation by Gabriel Peal · 6 years ago
  89. 2770c3d [WIP] Beta version of new player fragment by Gabriel Peal · 6 years ago
  90. 8afb6f4 Bumped support library and kotlin by Gabriel Peal · 6 years ago
  91. 3869e29 Fix minFrame when composition has a startFrame > 0 (#657) by Nihal Pathuri · 6 years ago
  92. c6c1a96 Fix rendering graph & instructions in black (#644) by HearSilent · 6 years ago
  93. 4b4a57b Use thread-safe set for listeners. Closes #639 (#642) by Kevin Robatel · 6 years ago
  94. a96904f Remove unneccesary @RestrictTo modified on LottieValueCallback by Gabriel Peal · 6 years ago
  95. 95706c8 Fixed link (#635) by Paul Woitaschek · 6 years ago
  96. 17c94cd Removed unnecessary ArrayList wrapping (#637) by Paul Woitaschek · 6 years ago
  97. eac1103 v2.5.0 by Gabriel Peal · 6 years ago v2.5.0
  98. 74278e1 Fixed a bug in which the initial value of a split path transform was never set. by Gabriel Peal · 6 years ago
  99. 06fdee2 Prevent CI from trying to run tests without access to API keys (#631) by Gabriel Peal · 6 years ago
  100. dd0b6e8 Fix setProgress when startFrame > 0. (#629) by Alexandre Zollinger Chohfi · 6 years ago