aboutsummaryrefslogtreecommitdiff
path: root/lottie/src
AgeCommit message (Expand)Author
2024-03-03Fix image scaling when the display scale changes (#2475)Gabriel Peal
2024-03-03Upgrade a bunch of dependencies (#2472)Gabriel Peal
2024-02-27Call LottieTask listeners synchronously when already on the main thread (#2470)Gabriel Peal
2024-02-26Add support for gzipped and tgs files from network (#2454)Lubomir K
2024-02-26Respect autoPlay when setting a new composition (#2469)Gabriel Peal
2024-02-26Remove LottieAnimationView.composition so it doesn't get out of sync (#2468)Gabriel Peal
2024-02-18Fix LottieTask leak (#2465)py - Pierre Yves Ricau
2024-02-02Better tangent extrapolation implementation when using bounce easings (#2459)Erwan Ameil
2024-01-31Allow bounce easings along a path to return a position outside of the path (#...Erwan Ameil
2024-01-23[a11y] Check for reduced motion frame names (#2451)Steven Bassett
2023-12-29Make all LottieAnimationView setters idempotent (#2441)Gabriel Peal
2023-12-29Fix rendering artifacts for large strokes on polygons (#2440)Gabriel Peal
2023-12-29Add an option to clip text if it goes beyond the Y bounds of paragraph text (...Gabriel Peal
2023-12-29Allow shape contents to have dynamic properties for its path (#2439)Gabriel Peal
2023-12-29Scale image if the dp scale changes (#2438)Gabriel Peal
2023-12-26Add support for gzipped json files (#2435)Gabriel Peal
2023-12-26Handle null color callbacks in SolidLayer (#2434)Gabriel Peal
2023-12-26Handle null animated shape end values (#2433)Gabriel Peal
2023-12-15GradientColorKeyframeAnimation does not handle progress outside [0,1] (#2427)Sven
2023-11-18v6.2.0Gabriel Peal
2023-11-18Add support for layer blend mode "bm" for NORMAL, SCREEN, OVERLAY, DARKEN, LI...Naail Abdul Rahman
2023-11-15Implement auto-orient (#2416)Gabriel Peal
2023-11-03Add a LottieAnimationView overload for ZipInputStream (#2411)Gabriel Peal
2023-10-29Fix a NPE in ColorKeyframeAnimation (#2407)Gabriel Peal
2023-10-29Fixe varying opacity stops across keyframes in the same gradient (#2406)Gabriel Peal
2023-10-29Fixed rounded corners for non-closed curves (#2405)Gabriel Peal
2023-10-29Add support to generate baseline profiles for lottie and lottie-compose (#2404)Gabriel Peal
2023-09-03Upgraded a bunch of dependencies (#2382)Gabriel Peal
2023-09-02Fix asyncUpdates for Nougat and below (#2380)Gabriel Peal
2023-09-02Add an additional null check to TransformKeyframeAnimation (#2381)Gabriel Peal
2023-09-02Check cache for LottieCompositionFactory sync methods (#2379)Gabriel Peal
2023-09-02Add clearValueCallback and COLOR value callback to solid layer (#2378)Gabriel Peal
2023-09-02Allow configuring a default global value for async updates (#2356)Gabriel Peal
2023-09-02Fix gradient interpolation for opacity stops beyond the last color stop (#2377)Gabriel Peal
2023-08-19Fix Potential NPE In NetworkCache.clearCache (#2364)undermark5
2023-08-01Fix IllegalArgumentException when createBitmap (#2351)tonyfu511
2023-07-25Add close param to LottieCompositionFactory.fromJsonReader (#2342)peerless2012
2023-07-16Add default values for stroke line cap and join types (#2337)Gabriel Peal
2023-07-16[Text] Apply parentAlpha when rendering text (#2336)Gabriel Peal
2023-07-11Support re-initialize (#2323)Drew Hamilton
2023-06-18Bump dependencies, remove all deprecations, improve CI builds (#2316)Mateusz Kwieciński
2023-06-17Add close parameters to LottieCompositionFactory.fromZipStream (#2319)Gabriel Peal
2023-06-13Modernize build (Java 8 compatiblity, fix build warnings, remove dead code) (...Mateusz Kwieciński
2023-06-09Allow loading URLs that are more than 255 chars (#2311)Gabriel Peal
2023-05-11Do not hold strong reference to LottieAnimationView in success/failure listen...Mateusz Kwieciński
2023-05-08[Async Updates] First MVP of Async Updates (#2276)Gabriel Peal
2023-05-08Check for Application context when comparing contexts for ImageAssetManager (...Gabriel Peal
2023-05-07Remove restriction that zip files must provide all images (#2287)Gabriel Peal
2023-05-07Allow for non-closing input stream parsing (#2286)Gabriel Peal
2023-05-07Fixed the stream was not closed when the lottie animation hit the cache (#2253)Sunlocker