Releases: JingweiWang/FrameAnimation
Releases Β· JingweiWang/FrameAnimation
Version 0.6.0
For a long time and we have not met.
Let's take a look at the changes in this version.
- Updated
compileSdkVersionto28(Android Pie) - Updated
build-toolsto28.0.2 - Updated
appcompat-v7to28.0.0-rc02 - Added auto proguard for lib
- Updated Samples
- Updated lots of Apis
- Fixed lots of Bugs
Version 0.5.0
- Updated Samples
- Updated
AGPtov2.3.3 - Updated
Gradletov4.0 - Updated
com.android.support:appcompat-v7to25.3.1 - Fixed
Bitmap.ConfigfromALPHA_8toRGB_565
Version 0.4.0
Added a very convenient API to new a FrameAnimation.
You can use the constructor with:
FrameAnimation(Context context, ImageView imageView, String prefix, int fristSuffix, int numberBit, int totle)Version 0.3.0
- Added some useful APIs. For full details, visit the documentation on our web site, available in Chinese.
- Now, start or stop frame animation only ues
start()orstop() - some chained mode functions to init FrameAnimation, such as
setDuration(),setOneShot()andsetBitmapConfig() - can get some status to use
getCurFrame(),getDuration(),isOneShot()andisRunning() - others APIs:
clearCache()andreset() FrameAnimation.FrameAnimationCallBackonFrameAnimationStartonFrameAnimationEnd
- Now, start or stop frame animation only ues
- Deprecated and Break some old APIs.
Version 0.2.0
This version has the following enhancements:
- Added duration getter/setter.
- Upgraded javadoc for v0.2.0.
Now, you can use this library in MavenCentral().
Successful accession to Travis-CI π
This release only tested Travis-CI to auto Release to Github and Upload to Bintray.
No changes to the library.
Thank you.
Version 0.1.0π
This is the first Version in FrameAnimation Library.
I am very happy to release my first version.
I will often maintenance this library and more useful libraries will also be developed.