Commit Graph

134 Commits

Author SHA1 Message Date
Oupson 39fdc31aaa DEPRECATING OLD CLASSES RELATED TO Apng.kt
Documentation
2020-09-20 12:57:07 +02:00
Oupson 8dfe6cca47 Documentation 2020-09-20 11:23:25 +02:00
Oupson 2606646ecb Documentation 2020-09-20 10:54:01 +02:00
Oupson 73fe8fe0b3 Typo 2020-09-20 10:44:03 +02:00
Oupson 65888ac943 Documentation 2020-09-20 10:41:06 +02:00
Oupson f1987b64e1 Documentation 2020-09-20 10:22:41 +02:00
Oupson d8d58259e1 Working on ExperimentalApngEncoder.kt 2020-09-20 10:06:49 +02:00
Oupson be3322a34e Added dokka for generating documentation. 2020-09-20 01:25:51 +02:00
Oupson 6b68edb273 Documentation 2020-09-20 01:06:43 +02:00
Oupson a20d9ee7d9 Working on ExperimentalApngEncoder.kt 2020-09-20 00:14:54 +02:00
Oupson 2fd2d0e684 Working on ExperimentalApngEncoder.kt 2020-09-19 23:32:59 +02:00
Oupson f4e78be021 Remove unused file 2020-09-19 22:26:40 +02:00
Oupson 7363574e4c It actually worked oO 2020-09-19 22:25:05 +02:00
Oupson 9c46e948ab Working on a better solution for encoding png.
For the moment FrameEncoder.kt is a stream version of PngEncoder.kt
2020-09-19 21:21:44 +02:00
Oupson e0b0844c16 Update README 2020-09-19 11:09:47 +02:00
Oupson bae347bcea Prepare for releasing 1.0.10-beta3 2020-09-19 10:24:44 +02:00
Oupson 4ffdb8a572 Removing comments related to coroutine issue 2020-09-16 23:20:22 +02:00
Oupson 6321ebe5be Working on ExperimentalApngEncoder 2020-09-16 23:18:55 +02:00
Oupson 0698836c7a Simplify usage of ExperimentalApngEncoder 2020-09-16 22:33:24 +02:00
Oupson efa874e661 Update dependencies 2020-09-16 22:00:06 +02:00
oupson 8e45eab274
Merge pull request #8 from mogamusa31/master
Would you please change the minSdkVersion from 21 to 19.
2020-09-16 21:45:49 +02:00
mogamusa31 9e325182f2
Merge pull request #1 from mogamusa31/feature/change-minSdkVersion
change minSdkVersion
2020-09-16 18:42:19 +09:00
Masayuki Tamura 99dceae1c8 change minSdkVersion 2020-09-16 18:40:55 +09:00
Oupson d9a592902a Print error in logcat in release mode
Cleaning code
2020-06-16 23:35:30 +02:00
Oupson 2ee343a403 Changing kotlinx coroutine version to 1.3.5 because of this : https://github.com/Kotlin/kotlinx.coroutines/issues/2049 2020-06-16 23:14:36 +02:00
Oupson f531b3ab78 Updating dependencies 2020-06-16 22:47:23 +02:00
oupson 9777569c4b More "thread-safe" Png Encoder
Now PngEncoder and his variables should be freed after using PngEncoder().encode(...), as wanted in issue #7
2020-05-14 09:06:35 +02:00
oupson d32f5f3ebf Adding function release as requested in issue #7
Working on an update of ApngEncoder, for now it is called Experimental Apng Encoder but will be merged in ApngEncoder when it is stable
2020-05-14 08:45:34 +02:00
oupson 80b0024ebb Updating gitignore 2020-05-11 14:43:22 +02:00
oupson e32a52c7e0 Moved loadApng to companion object 2020-05-11 14:36:30 +02:00
oupson f845202a50 Fixing a bug in the app 2020-05-09 20:43:51 +02:00
oupson f52b9e4563 Partial fix of a bug with ApngAnimator and system style change
Working on documentation
2020-05-09 20:14:22 +02:00
oupson 323623b5fa Fixing bug, ApngDecoder can read again non png files. 2020-05-06 18:04:48 +02:00
oupson f70045ac67 Use android HttpResponseCache instead of an ugly implementation. 2020-05-06 17:32:19 +02:00
oupson 4cb330d522 Add option to choose animation drawable bitmap format.
Add a forgotten inputstream.close()
2020-05-06 16:58:31 +02:00
oupson 7657c0e505 Update Readme 2020-04-20 17:20:35 +02:00
oupson a8ad3c4e4d 1.0.10-beta2 2020-04-20 16:44:22 +02:00
oupson 5a0325f32d Fixing bug 2020-04-20 16:18:16 +02:00
oupson eb2d4a579e Work on Creator Activity : Allow selection of multiples files 2020-04-20 15:52:13 +02:00
oupson 216b4c78e7 Use bitmap compress instead of png encoder. It seems to respect format used to decode. Allow user to use png encoder. 2020-04-20 15:20:36 +02:00
oupson 37f715fffa Fixing bug in CreatorActivity. 2020-04-20 13:56:17 +02:00
oupson 9f5f3e1a97 https://github.com/oupson/Kapng-Android/issues/6
Update gradle dependencies
2020-04-20 11:39:46 +02:00
oupson a273e7da09 Working on beta 2020-02-01 15:09:35 +01:00
oupson 8ffdd2d998 Fix problem on api 21 2020-02-01 12:36:49 +01:00
oupson 9197f871fd Fix a bug with max height
New icon for app
Working on creator activity
2020-01-26 12:37:06 +01:00
oupson 72168deb03 Support for other animated images types for api >= P 2020-01-26 11:10:02 +01:00
oupson 90d2f33efd Working on better ApngEncoder 2020-01-25 18:25:32 +01:00
oupson acd55f6d5a Work in creator activity and improvements in app
Working on apng decoder
2020-01-25 15:16:36 +01:00
oupson 4863dfb2e8 Async for ApngDecoder
Improvement in app
2020-01-25 12:10:49 +01:00
oupson a307f35346 Work on demo app 2020-01-24 22:46:19 +01:00