1. ec92421 Added issue-repro module (#1351) by Gabriel Peal · 5 years ago
  2. d052572 Fixed endless recycler view animation. #1340 by YuriiTsap · 5 years ago
  3. b8136dd Don't resume animation when system animation is disabled. (#1349) by boduan402 · 5 years ago
  4. 1a5c366 Fix android Learn url to one that doesn't 404 ;) (#1348) by John Senner · 5 years ago
  5. 474586a Prevent a StackOverflowException on 4.4 (#1332) by Gabriel Peal · 5 years ago
  6. 9ff969e Apply parent matrix to gradient stroke (#1333) by Gabriel Peal · 5 years ago
  7. ac09fd4 Update issue templates by Gabriel Peal · 5 years ago
  8. 292b574 Update issue templates by Gabriel Peal · 5 years ago
  9. 1661c26 Create FUNDING.yml by Gabriel Peal · 5 years ago
  10. 68aed6a Add custom failure listener support to LottieAnimationView and log network failures (#1321) by Gabriel Peal · 5 years ago
  11. 5124894 Create RELEASE.md (#1329) by Mike Nakhimovich · 5 years ago
  12. 40bc748 Enable snapshot deployment (#1328) by Mike Nakhimovich · 5 years ago
  13. 10ba936 Clear mask canvases on pre-Pie (#1327) by Gabriel Peal · 5 years ago
  14. 3e7b460 Fuzzy match content types (#1320) by Gabriel Peal · 5 years ago
  15. 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
  16. d3bb0cc Apply scale to dash pattern offset (#1281) by Gabriel Peal · 5 years ago
  17. 99dea0e v3.0.7 by Gabriel Peal · 5 years ago
  18. 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
  19. 47fc0dc Moved espresso tests into LottieSample (#1264) by Gabriel Peal · 5 years ago
  20. d4affd4 Allow progress to be set in between frames (#1261) by Gabriel Peal · 5 years ago
  21. f2d6e60 Fixed renderMode attr (#1263) by Gabriel Peal · 5 years ago
  22. 35de50d v3.0.6 by Gabriel Peal · 6 years ago
  23. cb84289 Fix another visibility bug and added espresso tests (#1249) by Gabriel Peal · 6 years ago
  24. da11cc7 v3.0.5 by Gabriel Peal · 6 years ago
  25. db1a93d Clip masks and mattes to the canvas (#1246) by Gabriel Peal · 6 years ago
  26. 77401c5 v3.0.4 by Gabriel Peal · 6 years ago
  27. 2354bad Use moshi implementation for json parsing (#1234) by Gabriel Peal · 6 years ago
  28. 891e73f Fix copy paste error (#1245) by Gabriel Peal · 6 years ago
  29. 2d39d0f Fix old platform behavior (#1244) by Gabriel Peal · 6 years ago
  30. 5a5ff80 Prevent BuildConfig builds from ever being on release builds (#1232) by Gabriel Peal · 6 years ago
  31. 9cdff7f Updated CHANGELOG by Gabriel Peal · 6 years ago
  32. 6bef284 v3.0.3 by Gabriel Peal · 6 years ago
  33. 21d1573 Fix: incorrect System.nano() usage leads to the animation to end prematurely (#1227) by Denis Bezrukov · 6 years ago
  34. 7371eab Resize bitmaps to the size specified in JSON (#1225) by Gabriel Peal · 6 years ago
  35. 39e2a3b Default null content type to application/json (#1223) by Gabriel Peal · 6 years ago
  36. 174ce16 Set correct frame when animation ends and speed is < 0 (#1222) by Gabriel Peal · 6 years ago
  37. a143d34 Close url connection at the right time (#1221) by Gabriel Peal · 6 years ago
  38. 9e8d640 invalidateSelf after setAlpha by Gabriel Peal · 6 years ago
  39. 0c138f8 v3.0.2 by Gabriel Peal · 6 years ago
  40. bd04ebc Set wasAnimatingWhenDetached to false at pause() (#1217) by boduan402 · 6 years ago
  41. c88485c Refer to the frameTimeNanos from Choreographer (#1215) by boduan402 · 6 years ago
  42. 3004a3b Add a customizable logger and try/finally network connections (#1162) by Loïc Dardant · 6 years ago
  43. 126dabd Added WebP support to ZIP asset parsing (#1198) by Parth · 6 years ago
  44. 46f88fe v3.0.1 by Gabriel Peal · 6 years ago
  45. 4511815 Have software rendering fallback on hardware acceleration when too large (#1190) by podarsmarty · 6 years ago
  46. 423c336 Respect disabled system animations (#1187) by Antonin Fouques · 6 years ago
  47. a483b76 Fix issues about visibility changes (#1174) by Dong-wan Kim · 6 years ago
  48. d7e044f v3.0.0 by Gabriel Peal · 6 years ago
  49. d58a39d Match trailing carriage returns and ignore case for marker names (#1164) by Gabriel Peal · 6 years ago
  50. e69160e v3.0.0-beta4 by Gabriel Peal · 6 years ago
  51. 6bf6b8c Added support for gradient fill opacity (#1155) by Gabriel Peal · 6 years ago
  52. e3bba6c v3.0.0-beta3 by Gabriel Peal · 6 years ago
  53. 3ef34b8 Added support for dynamic gradient colors (#1153) by Gabriel Peal · 6 years ago
  54. 34195c2 Added support for emoji in TextDelegates (#1150) by Gabriel Peal · 6 years ago
  55. 95978b2 [Sample App] Include a default font asset delegate (#1151) by Gabriel Peal · 6 years ago
  56. 77ebba9 Added radius, size & position value callbacks for rectangle (#1146) by Mike Nakhimovich · 6 years ago
  57. be65104 Prevent zero scale strokes from drawing (#1149) by Gabriel Peal · 6 years ago
  58. 47d1d57 Prevent a crash on older versions of Android (#1148) by Gabriel Peal · 6 years ago
  59. 0794b3c Add support for multiline text (#1138) by Arthur Vimond · 6 years ago
  60. 7a7a954 Allow transform properties to be nullable (#1136) by Gabriel Peal · 6 years ago
  61. 080a5da Added support for inverted intersect masks (#1137) by Gabriel Peal · 6 years ago
  62. c3f3a88 Reimplemented masks and mattes (#1135) by Gabriel Peal · 6 years ago
  63. c15c126 Use idiomatic enum constant naming (#1133) by Zac Sweers · 6 years ago
  64. 3a4eacd Prevent setMaxFrame from truncating the last frame. (#1126) by Gabriel Peal · 6 years ago
  65. deb6e22 v3.0.0-beta2 by Gabriel Peal · 6 years ago
  66. 6078d2f Fix not animating the first time (#1125) by Gabriel Peal · 6 years ago
  67. 60a7912 [Sample App] Use new lottiefiles url (#1124) by Gabriel Peal · 6 years ago
  68. 2ca335a Support animations without end values in each keyframe (#1104) by Gabriel Peal · 6 years ago
  69. 51188e6 Replace task observer thread with FutureTask subclass (#1083) by Eli Hart · 6 years ago
  70. 5f8f486 Allow multiple trim paths to operate on the same content (#1103) by Gabriel Peal · 6 years ago
  71. f87b1fd Added support for Skew and Skew Angle (#1118) by Gabriel Peal · 6 years ago
  72. a38bff9 Add information while waiting for jobs to finish (#1120) by Gabriel Peal · 6 years ago
  73. 48aa758 Add link to Lottie-Windows (#1119) by sohchatt · 6 years ago
  74. 3bfcc3d Updated issue template by Gabriel Peal · 6 years ago
  75. 4c575a4 Optimized test coroutines (#1110) by Gabriel Peal · 6 years ago
  76. 779d389 Cleanup travis.yml (#1117) by Gabriel Peal · 6 years ago
  77. 88dd91b Fix adjustment scale for text alignment when drawing text with fonts (#1115) by David Zhang · 6 years ago
  78. 2a73d55 Added support for markers (#1105) by Gabriel Peal · 6 years ago
  79. f970d3a Close JsonReader after parsing (#1101) by Gabriel Peal · 6 years ago
  80. b52dce3 Properly limit LRU cache size and make it configurable (#1100) by Gabriel Peal · 6 years ago
  81. b412da7 Switch from happo to bitrise git branch (#1099) by Gabriel Peal · 6 years ago
  82. a6d4f34 Pause Lottie when visibility changes (#1098) by Gabriel Peal · 6 years ago
  83. 204336f Prevent returning cache values when null cache key is set (#1097) by Gabriel Peal · 6 years ago
  84. a17e7fd Prevent an OOBE (#1084) by Gabriel Peal · 6 years ago
  85. 3c0df99 v3.0.0-beta1 by Gabriel Peal · 6 years ago
  86. 6a5d8e3 v2.9.0-beta1 by Gabriel Peal · 6 years ago
  87. 88bed53 New RenderMode API (#1072) by Gabriel Peal · 6 years ago
  88. 52e4d63 Add support for naive text alignment. (#1067) by David Zhang · 6 years ago
  89. e8f4f38 Remove decrypt step from Travis by Gabriel Peal · 6 years ago
  90. 20dc13c Enabled travis for tests and lint (#1066) by Gabriel Peal · 6 years ago
  91. 0ffb716 Disabled travis (#1065) by Gabriel Peal · 6 years ago
  92. cc7a43c Updated testing (#1064) by Gabriel Peal · 6 years ago
  93. a9dcdf8 Skip listeners based on keyframes (#1061) by Gabriel Peal · 6 years ago
  94. 72f25bf Allow text to be used as a mask (#1052) by Gabriel Peal · 6 years ago
  95. 3612a1c Ensure animator updates when a new composition is set by Gabriel Peal · 6 years ago
  96. 57c4746 Fix grammar on README (#1054) by Udit Karode · 6 years ago
  97. fa7625a Added 4 lottiefiles tests (#1053) by Gabriel Peal · 6 years ago
  98. a61e47f Be more lenient with shapes that have a different number of control points (#1051) by Gabriel Peal · 6 years ago
  99. 72943d8 Flipped equality check (#1050) by Gabriel Peal · 6 years ago
  100. a22efca Optimize identity transforms (#1046) by Gabriel Peal · 6 years ago