1. 6e90fe5 Fixed some typos in the CHANGELOG by Gabriel Peal · 3 years, 10 months ago
  2. 2b9ef30 [CI] Add env inputs to deploy step (#1621) by Gabriel Peal · 3 years, 10 months ago
  3. 0bd4fa3 Update deploy snapshot script (#1620) by Gabriel Peal · 3 years, 10 months ago
  4. 3462d78 Update deploy_snapshot script for GitHub Actions (#1619) by Gabriel Peal · 3 years, 10 months ago
  5. 752f9cd Remove extra space that was breaking link (#1618) by Louis CAD · 3 years, 10 months ago
  6. 6ebd653 v3.4.3-SNAPSHOT by Gabriel Peal · 3 years, 10 months ago
  7. bb51800 v3.4.2 by Gabriel Peal · 3 years, 10 months ago v3.4.2
  8. ae9317b Add cacheKey to LottieCompositionFactory call (#1617) by Gabriel Peal · 3 years, 10 months ago
  9. ba6d6ee Switch to GitHub Actions (#1616) by Gabriel Peal · 3 years, 10 months ago
  10. 8e6b39a More leniently parse colors (#1612) by Gabriel Peal · 3 years, 10 months ago
  11. 2d5ca71 More leniently parse opacity (#1613) by Gabriel Peal · 3 years, 10 months ago
  12. 7297d96 Enable xml preview in Android Studio. (#1572) by pokercc · 3 years, 10 months ago
  13. dfe7ced Fix blinking black in multithreading mode (#1575) by Nikita Bukhal · 3 years, 10 months ago
  14. 937f535 Fix crash of sample (#1589) by Li Zhao Tai Lang · 3 years, 10 months ago
  15. e119d05 Fix typo (#1603) by HearSilent · 3 years, 10 months ago
  16. 65ec4f5 Disable hardware rendering for Android 7 to avoid native crashes in libhwui.so and libc.so (#1586) by oritgurel · 3 years, 11 months ago
  17. 617334b Fix typo (#1579) by Li Zhao Tai Lang · 4 years ago
  18. 6e39284 v3.4.2-SNAPSHOT by Gabriel Peal · 4 years, 1 month ago
  19. 1d46528 v3.4.1 by Gabriel Peal · 4 years, 1 month ago v3.4.1
  20. b7bd15c Add COMPOSITION in KeyPath to target root composition layer. (#1559) by Bo Duan · 4 years, 1 month ago
  21. 848a86c Fix tests (#1563) by Gabriel Peal · 4 years, 1 month ago
  22. 708b54b Add lottieAnimationViewStyle attribute to set a default style in themes (#1524) by Ataul Munim · 4 years, 4 months ago
  23. 1330634 Updated LottieSample libraries and Lottiefiles API (#1522) by Gabriel Peal · 4 years, 4 months ago
  24. afaedba v3.4.1-SNAPSHOT by Gabriel Peal · 4 years, 4 months ago
  25. b56509c v3.4.0 by Gabriel Peal · 4 years, 4 months ago v3.4.0
  26. 28f4e5a Play, not resume, animation when playAnimation() is called when isShown() is false (#1521) by Gabriel Peal · 4 years, 4 months ago
  27. 0ca5227 Properly clear canvas for masks pre-Pie (#1505) by Gabriel Peal · 4 years, 4 months ago
  28. e82e63c Ensure ImageView updates Drawable bounds when not using LottieAnimationView (#1504) by Gabriel Peal · 4 years, 4 months ago
  29. a709ac6 Accept alpha [0,255] (#1503) by Gabriel Peal · 4 years, 4 months ago
  30. 58b6b75 Two cache fixes (#1502) by Gabriel Peal · 4 years, 4 months ago
  31. 8f9848a Always notify update when a composition is set (#1501) by Gabriel Peal · 4 years, 4 months ago
  32. 081da44 Fix time stretch and time remapping when there is a start offset (#1472) by Gabriel Peal · 4 years, 4 months ago
  33. 9660f06 Change bodymovin url to lottie-web url (#1499) by Harpreet Singh · 4 years, 4 months ago
  34. 257d1a5 Official Gradle Wrapper Validation Action (#1493) by Jonathan Leitschuh · 4 years, 5 months ago
  35. 8a11553 Remove value callback animations when they get overwritten (#1470) by Gabriel Peal · 4 years, 6 months ago
  36. 353c834 Clip interpolators so they can't loop back on themselves (#1471) by Gabriel Peal · 4 years, 6 months ago
  37. cf19d4b Fix progress for ValueCallbackKeyframeAnimation (#1469) by Gabriel Peal · 4 years, 6 months ago
  38. 9298ee2 Fix the build and upgrade dependencies (#1473) by Gabriel Peal · 4 years, 6 months ago
  39. 8b606ca Add unit test for XML initialized Lottie view. (#1437) by Bo Duan · 4 years, 6 months ago
  40. 4c8ec85 v3.3.2-SNAPSHOT by Gabriel Peal · 4 years, 7 months ago
  41. 085a7cf v3.3.1 by Gabriel Peal · 4 years, 7 months ago v3.3.1
  42. b5fbe0f Fix opacity used in save layer (#1458) by Denis Bezrukov · 4 years, 7 months ago
  43. a974e2d v3.3.1-SNAPSHOT by Gabriel Peal · 4 years, 7 months ago
  44. 329a515 v3.3.0 by Gabriel Peal · 4 years, 7 months ago v3.3.0
  45. ee94224 Add the ability to set custom cache keys or set non cache key (#1450) by Gabriel Peal · 4 years, 7 months ago
  46. 8d676e1 Added a dynamic property for text size (#1447) by Gabriel Peal · 4 years, 7 months ago
  47. 2c4530b Add setMinAndMaxFrame with 2 markers (#1448) by Gabriel Peal · 4 years, 7 months ago
  48. 639beba Add a safeMode API (#1449) by Gabriel Peal · 4 years, 7 months ago
  49. c1a967d Save play state in SavedState even if view was detached from the window first (#1442) by Gabriel Peal · 4 years, 7 months ago
  50. c302150 Solved TODO of Utils.getScale() (#1446) by Matsuda, Akihit · 4 years, 7 months ago
  51. a27c48b Add Duolingo to the readme (#1441) by Gabriel Peal · 4 years, 7 months ago
  52. d20ca24 Add support for mask mode none (#1440) by Gabriel Peal · 4 years, 7 months ago
  53. 1e3f413 Add KeyframesWrapper to improve setProgress() performance (#1426) by Matsuda, Akihit · 4 years, 7 months ago
  54. a92b460 v3.2.3-SNAPSHOT by Gabriel Peal · 4 years, 7 months ago
  55. 9b37544 v.3.2.2 by Gabriel Peal · 4 years, 7 months ago v3.2.2
  56. 69b9b53 Prepare for 3.2.2 by Gabriel Peal · 4 years, 7 months ago
  57. 1ca49d3 v3.2.1 by Gabriel Peal · 4 years, 7 months ago v3.2.1
  58. c0f723b Fix NPE when set ScaleType in xml. (#1433) by Bo Duan · 4 years, 7 months ago
  59. da96f5c Prevent a NPE when creating LottieAnimationView (#1434) by Gabriel Peal · 4 years, 7 months ago
  60. 63ad54b Prepare for 3.2.1-SNAPSHOT by Gabriel Peal · 4 years, 7 months ago
  61. fb2b6cb v.3.2.0 by Gabriel Peal · 4 years, 7 months ago v3.2.0
  62. 9abda9f Support ScaleType.FIT_XY. (#1418) by Bo Duan · 4 years, 8 months ago
  63. 3a5d706 Improve testability when systemAnimation is disabled. (#1420) by Bo Duan · 4 years, 8 months ago
  64. 3cf8ff4 Updated issue templates by Gabriel Peal · 4 years, 8 months ago
  65. 1b50572 Updated issue templates and funding file by Gabriel Peal · 4 years, 8 months ago
  66. 6e91517 Prepare for 3.1.1-SNAPSHOT by Gabriel Peal · 4 years, 8 months ago
  67. 2786b1d Prepare for 3.1.0 (#1408) by Gabriel Peal · 4 years, 8 months ago v3.1.0
  68. e804814 Early return for GammaEvaluator.evaluate() (#1397) by Matsuda, Akihit · 4 years, 8 months ago
  69. 3aebde4 Filter out empty environment variables (#1409) by Gabriel Peal · 4 years, 8 months ago
  70. 3e6c56d Add sourceJar task. (#1406) by boduan402 · 4 years, 8 months ago
  71. 1d8eb6a Always use original context (Activity) when obtaining cache key and resource stream to correctly load and handle raw-night resources when the dark mode is on (#1361) by Miłosz · 4 years, 9 months ago
  72. 2fb3143 Fix build (#1403) by Gabriel Peal · 4 years, 9 months ago
  73. 8215f5d Add a fallback resource when compositions fail to load (#1350) by Gabriel Peal · 4 years, 9 months ago
  74. 9c71373 Remove unused code #1380 (#1385) by Jyotirmoy Paul · 4 years, 9 months ago
  75. 5e12628 Fix rendering issue of translucent object overlapping (#1362) by Ralph · 4 years, 10 months ago
  76. 036224f Fixed render mode (#1377) by Gabriel Peal · 4 years, 10 months ago
  77. cbd3d55 Fix rounding-off error on progress calculation with time-remapped layer (#1372) by Ralph · 4 years, 10 months ago
  78. ddd1ac0 Fix progress calculation logic when the layer is time-remapped layer (#1368) by Ralph · 4 years, 10 months ago
  79. e2b0041 Allow dynamic properties on text without animators (#1353) by Gabriel Peal · 4 years, 11 months ago
  80. c519355 Add nullaway (#1355) by Gabriel Peal · 4 years, 11 months ago
  81. d9c982e Include day/night mode in cache keys (#1352) by Gabriel Peal · 4 years, 11 months ago
  82. ea3a2dc Prevent removeAllUdpateListeners from breaking the world (#1354) by Gabriel Peal · 4 years, 11 months ago
  83. ec92421 Added issue-repro module (#1351) by Gabriel Peal · 4 years, 11 months ago
  84. d052572 Fixed endless recycler view animation. #1340 by YuriiTsap · 4 years, 11 months ago
  85. b8136dd Don't resume animation when system animation is disabled. (#1349) by boduan402 · 4 years, 11 months ago
  86. 1a5c366 Fix android Learn url to one that doesn't 404 ;) (#1348) by John Senner · 4 years, 11 months ago
  87. 474586a Prevent a StackOverflowException on 4.4 (#1332) by Gabriel Peal · 5 years ago
  88. 9ff969e Apply parent matrix to gradient stroke (#1333) by Gabriel Peal · 5 years ago
  89. ac09fd4 Update issue templates by Gabriel Peal · 5 years ago
  90. 292b574 Update issue templates by Gabriel Peal · 5 years ago
  91. 1661c26 Create FUNDING.yml by Gabriel Peal · 5 years ago
  92. 68aed6a Add custom failure listener support to LottieAnimationView and log network failures (#1321) by Gabriel Peal · 5 years ago
  93. 5124894 Create RELEASE.md (#1329) by Mike Nakhimovich · 5 years ago
  94. 40bc748 Enable snapshot deployment (#1328) by Mike Nakhimovich · 5 years ago
  95. 10ba936 Clear mask canvases on pre-Pie (#1327) by Gabriel Peal · 5 years ago
  96. 3e7b460 Fuzzy match content types (#1320) by Gabriel Peal · 5 years ago
  97. 7e64a9d Replace LottieAnimiationView JsonReader API with just InputStream and hide visibility of the Lottie Moshi JSON parsing classes. (#1279) by Gabriel Peal · 5 years ago
  98. d3bb0cc Apply scale to dash pattern offset (#1281) by Gabriel Peal · 5 years ago
  99. 99dea0e v3.0.7 by Gabriel Peal · 5 years ago v3.0.7
  100. 6b5fc3b Use non final init member to work around Proguard removing null check on final field when optimizing. (#1274) by Andreas Rossbacher · 5 years ago