1. 108b1be Fix ImageAssetManager.bitmapForId NPE crash (#2117) by Edward Zhang · 1 year, 9 months ago
  2. adbd366 Allow animations in zip files to include base64 encoded inline images (#2110) by hepenghui168 · 1 year, 9 months ago
  3. d2a1857 Update README.md by Gabriel Peal · 1 year, 10 months ago
  4. 42b4861 Add fontStyle / fontName argument for FontAssetDelegate (#2103) by Jhen-Jie Hong · 1 year, 10 months ago
  5. 660d8d5 Allow zip files to contain embedded fonts (#2102) by Gabriel Peal · 1 year, 10 months ago
  6. 50aa0bc Fix WalkthroughAnimationTest (#2101) by Gabriel Peal · 1 year, 10 months ago
  7. 8939a34 5.2.1-SNAPSHOT by Gabriel Peal · 2 years ago
  8. b301430 5.2.0 by Gabriel Peal · 2 years ago v5.2.0
  9. 572bf30 Update Compose API docs (#2082) by Gabriel Peal · 2 years ago
  10. 3a429d8 De-dupe gradient stops (#2081) by Gabriel Peal · 2 years ago
  11. a054ca2 Fix lint by Gabriel Peal · 2 years ago
  12. 122b950 Fix LottieAnimation recomposes on every frame degrading performance (#2078) by Mohamed Darwish · 2 years ago
  13. 282ef5e 5.2.0-SNAPSHOT by Gabriel Peal · 2 years ago
  14. 7dfb1f4 v5.1.1 by Gabriel Peal · 2 years ago v5.1.1
  15. 61e8844 Clear onVisibleAction once the action is taken (#2066) by Gabriel Peal · 2 years ago
  16. f0ff8a3 Improved docs for gradient parser (#2065) by Gabriel Peal · 2 years ago
  17. 1ddca71 Add support for gradient opacity stops (#2062) by Gabriel Peal · 2 years ago
  18. b2f2161 Remove rounding from setMaxFrame (#2064) by Gabriel Peal · 2 years ago
  19. 47745aa Make LottieDrawable.setSystemAnimationsAreEnabled public (#2063) by Gabriel Peal · 2 years ago
  20. d612830 Fix a Xiaomi specific crash (#2061) by Gabriel Peal · 2 years ago
  21. 0f0bc6f Fixing memory leak of ShowcaseFragment (#2030) by Amanjeet Singh · 2 years ago
  22. 318b8ea Fix LottieDrawable#start for non-View callbacks (#2056) by Anders Järleberg · 2 years, 1 month ago
  23. bda22a1 Fix references to Store in Code of Conduct (#2057) by Anders Järleberg · 2 years, 1 month ago
  24. ca2f8a5 Support completable animations in Compose tests (#2051) by Marek Hlava · 2 years, 1 month ago
  25. 00a7612 Fix RestrictTo permissions for the networking package (#2049) by Gabriel Peal · 2 years, 1 month ago
  26. fa7840e v5.0.4-SNAPSHOT by Gabriel Peal · 2 years, 2 months ago
  27. 4d65f55 v5.0.3 by Gabriel Peal · 2 years, 2 months ago v5.0.3
  28. 1effb29 Allow software rendering to be invalidated when dynamic properties change (#2034) by Gabriel Peal · 2 years, 2 months ago
  29. 5c3c860 Update sponsors by Gabriel Peal · 2 years, 2 months ago
  30. a506bc1 Use the Apache License Url in the pom (#2028) by Paul Woitaschek · 2 years, 2 months ago
  31. 490b241 v5.0.3-SNAPSHOT by Gabriel Peal · 2 years, 2 months ago
  32. 84458b0 v5.0.2 by Gabriel Peal · 2 years, 2 months ago v5.0.2
  33. 9346684 Check composition exists when using software rendering (#2025) by Roman Kivalin · 2 years, 2 months ago
  34. d3d870b 5.0.2-SNAPSHOT by Gabriel Peal · 2 years, 2 months ago
  35. 52be9f4 [Sample] Use centerInside for PlayerFragment by Gabriel Peal · 2 years, 3 months ago
  36. db4cf41 v5.0.1 by Gabriel Peal · 2 years, 3 months ago v5.0.1
  37. 794ffa5 Fix clearing dirty flag (#2023) by Gabriel Peal · 2 years, 3 months ago
  38. 6034500 Move full setRenderMode APIs to LottieDrawable (#2008) by Gabriel Peal · 2 years, 3 months ago
  39. ad54dde Add a benchmark that can generate Baseline Profiles for Lottie. (#2005) by Rahul Ravikumar · 2 years, 3 months ago
  40. 663dd8d [Compose] Make clipToCompositionBounds API consistent (#2009) by Gabriel Peal · 2 years, 3 months ago
  41. c4fd44d [Sample] Reformat code and allow null Lottiefiles preview (#2006) by Gabriel Peal · 2 years, 3 months ago
  42. 1a5f7de Add support for reversed polystar paths (#2003) by Gabriel Peal · 2 years, 4 months ago
  43. 6725498 Update changelog by Gabriel Peal · 2 years, 4 months ago
  44. 73b7445 Revert "Add support for reversed polystar paths" by Gabriel Peal · 2 years, 4 months ago
  45. 1a4ff2a Add support for reversed polystar paths by Gabriel Peal · 2 years, 4 months ago
  46. 757db12 Prevent LottieAnimationView from overwriting user actions when restoring from saved instance state (#2002) by Gabriel Peal · 2 years, 4 months ago
  47. eac5647 Improve support for Hindi and other languages that use DIRECTIONALITY_NONSPACING_MARK (#2001) by Gabriel Peal · 2 years, 4 months ago
  48. f9afa10 Improve stroke with offset (#1999) by Gabriel Peal · 2 years, 4 months ago
  49. a226747 [Compose] Respect system animator scale (#2000) by Gabriel Peal · 2 years, 4 months ago
  50. ba067ca Add getters for Marker fields (#1998) by Gabriel Peal · 2 years, 4 months ago
  51. 1c1fe29 [Compose] Set merge paths before the composition (#1997) by Gabriel Peal · 2 years, 4 months ago
  52. 516ecba Update changelog and bump version to 5.0.0-rc01-SNAPSHOT (#1996) by Gabriel Peal · 2 years, 4 months ago
  53. ca94498 Add support for text in dynamic properties (#1995) by Gabriel Peal · 2 years, 4 months ago
  54. c82ed2f Notify AnimationListener onEnd when animations are cancelled (#1994) by Gabriel Peal · 2 years, 4 months ago
  55. c5b8318 Add an API to always render images at the original size (#1706) by Gabriel Peal · 2 years, 4 months ago
  56. 700aace Allow Lottie to render the full animation, even if it extends beyond the original composition bounds (#1993) by Gabriel Peal · 2 years, 4 months ago
  57. b348862 Add a test, remove an invalid test and add sample animations to the issue repro apps (#1992) by Gabriel Peal · 2 years, 4 months ago
  58. f79c12f Move window/view visibility handling from LottieAnimationView to LottieDrawable (#1981) by Gabriel Peal · 2 years, 4 months ago
  59. c9cb92f [Compose] Prevent infinite Lottie animations from preventing tests from going idle (#1987) by Gabriel Peal · 2 years, 4 months ago
  60. 0d1c96f Fix a rare LottieTask leak (#1986) by Gabriel Peal · 2 years, 4 months ago
  61. b1b58d2 Handle cases in which the Lottie file only has a single color (#1985) by Gabriel Peal · 2 years, 4 months ago
  62. adf993f Cleanup warnings in LottieAnimationView (#1983) by Gabriel Peal · 2 years, 4 months ago
  63. 67cc7d7 Fix Android Studio layout preview (#1984) by Gabriel Peal · 2 years, 4 months ago
  64. 7f1e643 [Compose] Add LottieCompositionSpec.ContentProvider (#1982) by Gabriel Peal · 2 years, 4 months ago
  65. 8096678 Update FragmentVisibilityTests (#1980) by Gabriel Peal · 2 years, 4 months ago
  66. 3ee8813 Fix FragmentVisibilityTests (#1979) by Gabriel Peal · 2 years, 4 months ago
  67. e73ad50 Update Stream attribution link by Gabriel Peal · 2 years, 4 months ago
  68. a51606c Don't cache dpScale in Utils (#1915) by Michael Coffey · 2 years, 4 months ago
  69. fbea07d [Compose] Use the correct type for dynamic gradient properties (#1969) by Gabriel Peal · 2 years, 4 months ago
  70. c02983a Reduce the memory footprint of software rendering (#1973) by Gabriel Peal · 2 years, 4 months ago
  71. 3d6f3b2 Added support for rounded corners on shapes and rects (#1953) by Gabriel Peal · 2 years, 5 months ago
  72. f38d0df Fix a potential NPE race conditions (#1959) by Wenbin Liu · 2 years, 5 months ago
  73. 3b5387a Replace LottieAnimationView layer types with internal bitmap rendering (#1952) by Gabriel Peal · 2 years, 5 months ago
  74. 6d8fd33 4.3.0-beta01-SNAPSHOT by Gabriel Peal · 2 years, 5 months ago
  75. fd3ddd1 v4.2.2 by Gabriel Peal · 2 years, 5 months ago v4.2.2
  76. 0bba13e Fix a rare NPE race condition in TransformKeyframeAnimation (#1955) by Gabriel Peal · 2 years, 5 months ago
  77. d884a67 Add x-zip and x-zip-compressed as recognized .zip header mime types (#1954) by Gabriel Peal · 2 years, 5 months ago
  78. 37893c8 [Sample App] Reset performance tracker on each iteration (#1951) by Gabriel Peal · 2 years, 5 months ago
  79. 047019a Improve the reliability of snapshot tests (#1943) by Gabriel Peal · 2 years, 5 months ago
  80. 9e92081 Replaced Paint.setAlpha() with Paint.setColor() to reduce unnecessary allocations (#1929) by Pablo Iacopi · 2 years, 6 months ago
  81. af9c3b5 v4.2.2-SNAPSHOT by Gabriel Peal · 2 years, 6 months ago
  82. 4a7b818 v4.2.1 by Gabriel Peal · 2 years, 6 months ago v4.2.1
  83. da7d284 Removed some unused code (#1942) by Gabriel Peal · 2 years, 6 months ago
  84. 06571da Move snapshot tests into their own app and improve performance (#1914) by Gabriel Peal · 2 years, 6 months ago
  85. 2e91789 Prevent two rare crashes (#1939) by Gabriel Peal · 2 years, 6 months ago
  86. da6cbe3 Add kotlin-android back to issue-repro (#1938) by Gabriel Peal · 2 years, 6 months ago
  87. 4563324 Clean up default errorprone warnings (#1919) by Gabriel Peal · 2 years, 6 months ago
  88. 156e485 Fix a few potential NPE race conditions (#1917) by Gabriel Peal · 2 years, 6 months ago
  89. aad36c9 Fix a typo in the Compose LottieAnimation docs (#1934) by István Juhos · 2 years, 6 months ago
  90. 8fd567b Provide a second overload to TextDelegate.getText that provides layerName (#1931) by Greg Giacovelli · 2 years, 6 months ago
  91. 8ae55a9 Removed unnecessary int cast to avoid Integer allocations (#1927) by Pablo Iacopi · 2 years, 7 months ago
  92. ca98cf2 Upgraded Compose to 1.0.3 (#1913) by Gabriel Peal · 2 years, 7 months ago
  93. c3dd693 v4.2.1-SNAPSHOT by Gabriel Peal · 2 years, 7 months ago
  94. fafc17e v4.2.0 by Gabriel Peal · 2 years, 7 months ago v4.2.0
  95. 077cd3d Remove codeStyleSettings.xml & compiler.xml (#1912) by Goooler · 2 years, 7 months ago
  96. c93974a Update dependencies (#1909) by Goooler · 2 years, 7 months ago
  97. ea5cd72 Optimize gradle & Remove redundant .gitignore files (#1877) by Goooler · 2 years, 8 months ago
  98. 12748d4 Enforce order of operations to avoid rounding errors (#1897) by Scott Weber · 2 years, 8 months ago
  99. 315ac56 Fix publish credentials (#1896) by Goooler · 2 years, 8 months ago
  100. 8743922 Another attempt to fix snapshots (#1895) by Gabriel Peal · 2 years, 8 months ago