-
Notifications
You must be signed in to change notification settings - Fork 26
Changelogs
AmirHosseinAghajari edited this page Oct 1, 2022
·
4 revisions
1.4.0 :
1.3.1 :
1.2.0 :
- Moved from JCenter to mavenCentral
- Synced with latest version of rlottie
- Some improvements & Bugs fixed
1.1.0 :
- New Optional library! AXrLottieGlideDecoder
- SetDefaultOptions added to AXrLottie
- OnError,OnLoaded added to OnLottieLoaderListener
1.0.6 :
- DynamicProperties added to AXrLottieProperty!
- Some improvements & Bugs fixed
1.0.5 :
- FileExtension supports Local files now.
- GZipFileExtension added.
1.0.4 :
- Updated to the latest version of rlottie (Fix crash when path animation data is empty)
- LoadFromURL Bug fixed.
- Supportage for NetworkFetcher and FileExtension added.
- OkHttpNetworkFetcher (based on OkHttp) added to project.
- Cache system updated.
1.0.2 :
- Updated to the latest version of rlottie
- AXrLottieMarker added.
- StrokeColor added to AXrLottieProperty.
- configureModelCacheSize added to AXrLottie. (Method)
- Now AXrLottieLayerInfo contains the type of layer.
- Speed, RepeatMode(RESTART,REVERSE), AutoRepeatCount, CustomStartFrame, Marker added to AXrLottieDrawable.
- onRepeat, onStart, onStop, onRecycle added to listener.
- Some improvements & Bugs fixed