Added a module for unpacking OSZ archives.

- Included 'zip4j' library to extract the ZIP archives. (Homepage: http://www.lingala.net/zip4j/)
- OSZ files are unpacked from the root directory by default, and the path can be changed in the configuration file.

Other changes:
- Fixed a critical issue in splash screen where thread would running before other states loaded. (blame: dea7e94)

Signed-off-by: Jeffrey Han <itdelatrisu@gmail.com>
This commit is contained in:
Jeffrey Han
2014-07-06 01:58:44 -04:00
parent dea7e942a3
commit d9c251ef82
281 changed files with 62406 additions and 33 deletions

View File

@@ -0,0 +1,11 @@
net.lingala.zip4j.core
net.lingala.zip4j.crypto
net.lingala.zip4j.crypto.PBKDF2
net.lingala.zip4j.crypto.engine
net.lingala.zip4j.exception
net.lingala.zip4j.io
net.lingala.zip4j.model
net.lingala.zip4j.progress
net.lingala.zip4j.unzip
net.lingala.zip4j.util
net.lingala.zip4j.zip