Brendan Duncan
Brendan Duncan
I do not have any plans on working on that
It wasn't intentional. It got taken out in a PR and I didn't catch it. I'll add it back in.
I pushed 3.5.1 with that property re-added. Sorry about that.
Also, I am currently working on a 4.0 branch, https://github.com/brendan-duncan/archive/tree/4.0. I'll make sure the fix for this gets into that branch. If there are any breaking changes for the build...
The issue in 3.5.1 isn't adding an ArchiveFile to another Archive, they can exist in multiple. There is a bug with encoding a new zip before the the data of...
I found the issue. autoClose named arg was added to encode, and set to true. It was intended to free up memory when encoding an archive. Maybe not such a...
Changing it to false wouldn't break anything, unless they are relying on the fact that the memory was freed on encode, but it wouldn't break any logic. The whole logic...
I can't believe how many people want to unzip a 4GB+ zip file on an old Android. People want to do weird stuff.
Hey Brian, a third option is I can disable the test in the current version, and in the new major version update I'm currently working on (4.0 branch) I can...