Commit Graph

116 Commits

Author SHA1 Message Date
oupson e3179f95e7
Prepare for 1.0.11 release 2023-07-14 09:57:35 +02:00
oupson 888e1ca898
Start using version catalog 2023-05-17 07:28:13 +02:00
oupson 43cb77ca48
Update deps 2023-05-17 07:17:33 +02:00
Oupson 21f9512688 Work on app 2021-06-25 16:34:25 +02:00
Oupson 4ef644632a Work on ApngDecoder 2021-06-25 13:31:35 +02:00
Oupson af21d501f6 Add ApngLoader 2021-06-22 15:30:21 +02:00
Oupson f7d76f26e7 Update of dependencies 2021-06-22 13:03:14 +02:00
Oupson 63198f6ce7 Don't write cover frame to buffer if option is ignore cover frame 2021-03-04 12:21:14 +01:00
Oupson d5011f3ee8 New instrumented tests 2021-02-24 15:38:38 +01:00
Oupson 6b90282056 New config class 2021-02-24 12:00:21 +01:00
Oupson d4924627cf New class : ApngDrawable, to get the cover frame
Remove useless array copy
2021-02-24 11:41:46 +01:00
Oupson b584d6d013 Work on ApngDecoder.kt, IHDR encoding 2021-02-24 11:10:56 +01:00
Oupson 4defb5d515 Work on ApngDecoder.kt 2021-02-24 10:43:52 +01:00
Oupson c4e38bf54f Remove deprecated classes 2021-02-22 12:03:10 +01:00
Oupson 3f5f95c795 Release 2021-02-21 16:33:55 +01:00
Oupson 18158e9148 Fix sharing bug 2021-02-21 16:07:06 +01:00
Oupson 36ac99d97f Removing useless permissions
Deprecation of classes
Removing warnings
2021-02-21 15:15:11 +01:00
Oupson a37ca949b6 Fixed a bug where png files were not read correctly 2021-02-10 12:24:02 +01:00
Oupson ce6293e88f Working on application + updating coroutines 2021-02-10 12:12:33 +01:00
Oupson dc4f77d6c8 Working on application 2021-02-08 12:08:28 +01:00
Oupson e7b368a013 Support for changing image index in CreatorActivity.kt 2021-02-06 21:14:32 +01:00
Oupson c8efcc3079 Fix bad display when sharing or playing file 2021-02-06 19:41:08 +01:00
Oupson f826afff86 Documentation and functions renaming 2021-02-06 17:47:08 +01:00
Oupson 9c23216adb Update dependencies 2021-02-05 20:52:13 +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 218afe26d7 Update dependencies. 2020-12-06 19:10:03 +01:00
Oupson dfc427a54f Adding support for first frame not in animation
Fixing a bug
2020-09-23 21:09:58 +02:00
Oupson d8d58259e1 Working on ExperimentalApngEncoder.kt 2020-09-20 10:06:49 +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 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 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
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