Commit Graph

195 Commits

Author SHA1 Message Date
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
oupson d8d9945daf Working on ExperimentalApngDecoder
Cleaning Code
Few improvements
2020-01-23 22:30:47 +01:00
oupson c8e8306930 It's alive ! 2020-01-23 21:23:36 +01:00
oupson 907cb0f106 Working on better ApngDecoder 2020-01-23 21:13:32 +01:00
oupson 758d729e94 Set app min sdk to 21
Update version name
2019-10-05 20:47:25 +02:00
oupson b24ae6d28f Dependencies of application 2019-10-05 20:31:38 +02:00
oupson 61adbcfd34 update dependancies and version name 2019-10-05 20:10:46 +02:00
oupson 07a7f61fc4 Use inputStream instead of reading bytes 2019-10-05 20:07:19 +02:00
oupson 2ea25cec37 Remove useless experimental coroutine in build.gradle 2019-06-13 11:05:49 +02:00
oupson f682717ed3 Release 2019-06-13 11:01:48 +02:00
oupson de4073e6b8 Code Inspection
Change App Style
2019-06-13 10:35:27 +02:00
oupson 73ee647e89 Add a button for test optimise apng function 2019-06-12 20:41:29 +02:00
Oupson dd8709b1c7 Delete .gitlab-ci.yml 2019-06-12 18:12:52 +00:00
Oupson ba00e72f85 Add .gitlab-ci.yml 2019-06-12 17:59:34 +00:00
oupson 84c97fb106 Add java activity 2019-06-12 11:32:24 +02:00
oupson b4d40c5764 Update kdoc 2019-06-11 22:00:15 +02:00
oupson e3f8614873 Convert all toList to asList 2019-06-11 21:14:16 +02:00
oupson 6c6545c0f8 Use Kotlin coroutines 2019-06-11 20:59:41 +02:00
oupson 64d31732eb Update dependency 2019-06-11 20:46:29 +02:00
oupson 6fe4225380 Fix loading assets 2019-06-11 20:35:56 +02:00
oupson 2b41e938c1 Prepare to release beta 2019-05-25 15:01:27 +02:00
oupson 5bb270132f Add raw resource decoder 2019-05-17 21:23:40 +02:00
oupson 887d679c4b Add more user friendly loading functions 2019-05-17 19:23:28 +02:00
oupson d2d4978180 Update to androidx
Clean code
2019-05-17 18:48:32 +02:00
oupson 5235a6b3a4 Backup before switching to androidx 2019-05-17 18:17:47 +02:00
oupson fb764591be Work on optimizer
Add verification of xOffset and yOffset : `x_offset` + `width`  <= `IHDR` width
                                          `y_offset` + `height` <= `IHDR` height
2019-01-12 17:01:41 +01:00
oupson ef95ec2e1f Rewrite Frame
Work on optimizer
2019-01-12 15:34:57 +01:00
oupson 6d1f6af7c5 Bug fix with disassembler.
Chunk optimisation
Working on apng optimiser ! Experimental, buggy
Add crc verification
2018-12-19 08:28:49 +01:00
oupson 6acbf227f2 add BitmapDiffCalculator 2018-12-14 14:47:01 +01:00
oupson 1a462780c7 New png encoding method 2018-12-10 20:17:00 +01:00
oupson f7f1bb7025
Update README.md 2018-12-08 21:24:08 +01:00
oupson 08d5d307c7 Add chunk interface
Prepare for release
2018-12-08 21:18:32 +01:00
oupson cefb4ca9f4 New apng disassembler 2018-12-08 16:50:51 +01:00
oupson 21668d50c7 Working on new APNG Disassembler 2018-12-08 15:35:28 +01:00
oupson b604b4a32f Improvements
Bug fix
2018-12-08 11:35:51 +01:00
oupson 33273e496d
Update README.md 2018-11-17 20:54:53 +01:00
oupson 6c46efc929 Add ApngAnimatorOptions and move oupson.apng.Utils to oupson.apng.utils.Utils 2018-11-17 20:45:49 +01:00
oupson 351ee29639 Small improvements 2018-11-17 20:16:31 +01:00
oupson 8c1e155695 Better loader and add option to load not apng files 2018-11-17 20:08:15 +01:00
oupson dd7b36fb3f
Update README.md 2018-11-16 20:22:54 +01:00