Skip to content

Releases: oupson/Kapng-Android

1.0.11

14 Jul 08:03
e3179f9
Compare
Choose a tag to compare
  • Fix asset loading bug

1.0.10

21 Feb 15:37
Compare
Choose a tag to compare

Better ApngEncoder and ApngDecoder
ApngEncoder can now optimise animation to reduce the file size
Improvements in app
Support for sdk 19
Deprecation of old classes
Bug fixes

1.0.10-beta3

19 Sep 08:59
Compare
Choose a tag to compare
1.0.10-beta3 Pre-release
Pre-release

Min API is now 19 (KitKat).
Fixing bugs.

1.0.10-beta2

20 Apr 14:55
Compare
Choose a tag to compare
1.0.10-beta2 Pre-release
Pre-release
  • Work on demo app
  • Bug fix

1.0.10-beta1

01 Feb 14:28
Compare
Choose a tag to compare
1.0.10-beta1 Pre-release
Pre-release

Working on decoding and encoding.

1.0.9

13 Jun 08:57
Compare
Choose a tag to compare

Bug fix with disassembler.
Working on APNG optimizer (WIP)
You can now loading images from assets and from raw folder
New loading functions
Optimizations

1.0.9-beta

25 May 13:02
Compare
Choose a tag to compare
1.0.9-beta Pre-release
Pre-release

Bug fix with disassembler.
You could use this version to read apng. I'm still working on the assembler

1.0.8

08 Dec 20:21
Compare
Choose a tag to compare

New apng disassembler
Bug fix

1.0.7

17 Nov 19:52
Compare
Choose a tag to compare

Better image loader.
Move oupson.apng.Utils to oupson.apng.utils.Utils
Library now load non APNG file by default. Use loadNotApng(false) to change it
Add ApngAnimatorOptions with ScaleType.
Smalls improvements

1.0.6

16 Nov 19:21
Compare
Choose a tag to compare

Fix isApng()
Small improvements