Open lerno opened 2 months ago
Very exciting!
ZIP compression? yoinks C# ZIP library implementation
If you want to. There are a lot of them out there.
What is still needed to complete Android support? Is there a to-do list available anywhere?
Something like this @rodgomesc
Zip compression
This also means ZIP decompression? If that is so, I wonder how to deal with different kinds of ZIP archives produced by different implementations. Recently I watched Josh Wolfe's talk about yauzl library and invalid ZIP archives produced by Mac Archive Utility (you can see the GitHub issue https://github.com/thejoshwolfe/yauzl/issues/69). It seemed that creating a reliable ZIP decompressor which works with most ZIP archives is a really hard task.
I think a best effort thing would be reasonable @radekm. Something on par with Java's built in zip library code.
I'm collecting small pieces of things needed for 1.0 that aren't really ready to go into issues yet into this single issue.
Nice to haves:
Stdlib features