Skip to content

Releases: JingweiWang/FrameAnimation

Version 0.6.0

20 Sep 11:45

Choose a tag to compare

For a long time and we have not met.
Let's take a look at the changes in this version.

  • Updated compileSdkVersion to 28 (Android Pie)
  • Updated build-tools to 28.0.2
  • Updated appcompat-v7 to 28.0.0-rc02
  • Added auto proguard for lib
  • Updated Samples
  • Updated lots of Apis
  • Fixed lots of Bugs

Version 0.5.0

19 Sep 10:41

Choose a tag to compare

  • Updated Samples
  • Updated AGP to v2.3.3
  • Updated Gradle to v4.0
  • Updated com.android.support:appcompat-v7 to 25.3.1
  • Fixed Bitmap.Config from ALPHA_8 to RGB_565

Version 0.4.0

17 Jan 16:13

Choose a tag to compare

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

17 Jan 08:13

Choose a tag to compare

  • 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() or stop()
    • some chained mode functions to init FrameAnimation, such as setDuration() , setOneShot() and setBitmapConfig()
    • can get some status to use getCurFrame() , getDuration() , isOneShot() and isRunning()
    • others APIs: clearCache() and reset()
    • FrameAnimation.FrameAnimationCallBack
      • onFrameAnimationStart
      • onFrameAnimationEnd
  • Deprecated and Break some old APIs.

Version 0.2.0

09 Jan 08:05

Choose a tag to compare

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 πŸ’

06 Jan 16:54

Choose a tag to compare

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πŸŽ‰

05 Jan 15:24

Choose a tag to compare

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.