Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cannot save zip on android-7.1 #8

Closed
k3b opened this issue Dec 10, 2017 · 1 comment
Closed

cannot save zip on android-7.1 #8

k3b opened this issue Dec 10, 2017 · 1 comment
Labels
Milestone

Comments

@k3b
Copy link
Owner

k3b commented Dec 10, 2017

works on android-4.4 on android-7.1 i get permisson denied

@k3b k3b added the bug label Dec 10, 2017
@k3b k3b added this to the 1.0.11 milestone Dec 10, 2017
@k3b
Copy link
Owner Author

k3b commented Dec 15, 2017

The app workes great for my android-2.2, android-4.2 and rooted-android.4.4 but not on my brand new android-7.1 :-(

... reimplementation of the app-s zip-engine is under way

  • Make it working for for current android-version (android-7) .
  • Settings: folder-picker for zip file for android-5 and later.

Technical changes

  • android-7 does not allow to access public zip-files via java.io.File any more
  • replace java.util.zip.ZipFile that uses java.io.File with java.util.zip.ZipInputStream/ZipOutputStream
  • Input/outputstream via android contentresolver based on android.support.v4.provider.DocumentFile

@k3b k3b modified the milestones: 1.0.11, 2.0.11 Dec 15, 2017
k3b added a commit that referenced this issue Dec 23, 2017
…cessing needed by new android api. renamed old obsolescente methods to xxx_Deprecated
k3b added a commit that referenced this issue Dec 23, 2017
k3b added a commit that referenced this issue Dec 23, 2017
k3b added a commit that referenced this issue Dec 23, 2017
k3b added a commit that referenced this issue Dec 23, 2017
@k3b k3b closed this as completed Apr 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant