Current ZIP functionality does it all in-memory, which often leads to: Out of Memory situation on mobile, especially if bigger files are involved.
This task is to improve ZIP, so it uses local cache files instead of relying 100% on memory.