omicronapps / 7-Zip-JBinding-4Android

Android Java wrapper for 7z archiver engine
GNU Lesser General Public License v2.1
122 stars 25 forks source link

Creating 7z password protected archives and RAR5 support #2

Closed Kitsune2222 closed 4 years ago

Kitsune2222 commented 4 years ago

Do you plan update 7zip-JBinding to newer versions which support RAR5 and 7z creating with password? This functions will be actual. And thanks for work!

omicronapps commented 4 years ago

If support for that gets implemented in a future revision of 7-Zip-JBinding, then yes, I can merge and port that over to 7-Zip-JBinding-4Android.

Kitsune2222 commented 4 years ago

Seems 7-Zip-JBinding support it. https://github.com/borisbrodski/sevenzipjbinding/commit/23dccd1a7462ca584c4305aa564696378daa3a42 https://github.com/borisbrodski/sevenzipjbinding/commit/d7ae87db3a5563892f9b0d99ecb028faeba2db08

omicronapps commented 4 years ago

Ok, so there is a version "16.02-2.01beta" in the works, but not yet released. Let me take a look at merging that with the Android port.

omicronapps commented 4 years ago

Merged over 16.02-2.01beta with commit efdc5b9c9e8ecba5a80ff7c942ae165f554cbeba. This is still a beta version, but looks like 16.02-2.01 release is currently being prepared.

Kitsune2222 commented 4 years ago

Thank you!