Commit Graph

155 Commits

Author SHA1 Message Date
Oupson 338a875b9c Optimise APNG 2021-02-06 17:20:10 +01:00
Oupson 919feee3e9 Bitmap diff with blend op 2021-02-06 16:23:56 +01:00
Oupson 4580c6bd78 Test with ball (Failing for the moment, to fix) 2021-02-06 15:34:15 +01:00
Oupson 33132e5982 Moving function 2021-02-06 15:27:03 +01:00
Oupson f83c3329ad Bitmap Diff + Instrumented tests 2021-02-06 15:20:54 +01:00
Oupson 68aa693dd7 TODO and deprecation 2021-02-06 13:40:54 +01:00
Oupson 9c23216adb Update dependencies 2021-02-05 20:52:13 +01:00
Oupson fc2c0be510 Using ByteArrayOutputStream instead of plus 2020-12-23 17:08:57 +01:00
Oupson 7a7bfb112f Renaming functions
Unit testing
2020-12-23 16:29:32 +01:00
Oupson 6eff6f0f45 Fixing a bug on ApngEncoder.kt
Working on CreatorActivity.kt
2020-12-06 23:49:07 +01:00
Oupson 4e807e8b06 Working on exceptions
Content description of fabs
2020-12-06 23:32:39 +01:00
Oupson 34c1eede2a Merge ExperimentalApngEncoder.kt into ApngEncoder.kt, as it is much stable than ApngEncoder.kt was. 2020-12-06 22:53:37 +01:00
Oupson f977ff9445 Removing few unused resources 2020-12-06 22:49:56 +01:00
Oupson 0ee959ee7a Functions renaming. 2020-12-06 19:57:26 +01:00
Oupson f80c395174 Remove useless string conversion.
Update gradle
2020-12-06 19:22:05 +01:00
Oupson 218afe26d7 Update dependencies. 2020-12-06 19:10:03 +01:00
Oupson 6ba16b51b1 Fixing an invalid conversion 2020-11-02 11:44:22 +01:00
Oupson 4eee8dcc5e Rewrite and rename parseLength 2020-11-02 10:37:04 +01:00
Oupson e3719dcfe0 Adding todo 2020-11-02 10:11:41 +01:00
Oupson 7b6fbfdf57 Working on ExperimentalApngEncoder.kt 2020-09-23 21:45:26 +02:00
Oupson dfc427a54f Adding support for first frame not in animation
Fixing a bug
2020-09-23 21:09:58 +02:00
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