KotatsuApp / Kotatsu

Manga reader for Android
https://kotatsu.app
GNU General Public License v3.0
4.22k stars 186 forks source link

Scoped storage support for downloads #1165

Open TommyTran732 opened 2 weeks ago

TommyTran732 commented 2 weeks ago

Describe your suggested feature

Right now, to choose a custom downloads folder, Kotatsu requires access to all files. It would be nicer if it can just use scoped storage and prompt for a directory instead.

In fact, the "default page save directory" setting already does this, so it's a bit strange "Downloads folder" doesn't do the same.

Acknowledgements

Koitharu commented 1 week ago

ZipFile that used for downloading does not support working with scoped storage and can be used only within plain file api.