Acclorite / book-story

Material3 eBook reader - Book's Story. Built with Jetpack Compose. Free & Open Source & Ad Free. 7 supported file formats (.txt, .pdf, .epub, .fb2, .zip, .html, .htm), 5 supported languages. Lots of customization.
GNU General Public License v3.0
241 stars 10 forks source link

SAF support #38

Closed goddaneel closed 1 month ago

goddaneel commented 1 month ago

Would like to be able to support saf (Storage Access Framework ) if possible, rather than just system-wide reads.

Acclorite commented 1 month ago

No. The reasons you can read here. Also, the app is reproducible(e.g. IzzyOnDroid's green checkmark), meaning there is nothing added to the APK, if we talk about trust.

goddaneel commented 1 month ago

No. The reasons you can read here. Also, the app is reproducible(e.g. IzzyOnDroid's green checkmark), meaning there is nothing added to the APK, if we talk about trust.

I think you probably misunderstood me, it doesn't stem from a trust issue, it's simply that I personally prefer a saf based management framework. I actually don't mind the global read access, I have a lot of software on my devices that have been given that access. What I'm asking about is the difficulty of implementing this, if it would make development more difficult or you don't feel it's necessary, then it's not a necessary feature.

Acclorite commented 1 month ago

Yeah, I am sure it would make the development more difficult, at least for now. I don't mind changing ways of getting books, but at this moment I want to focus on my 30+ TODOs and 15 opened issues.. If I will reconsider implementing it, I will open this issue again.

goddaneel commented 1 month ago

Yeah, I am sure it would make the development more difficult, at least for now. I don't mind changing ways of getting books, but at this moment I want to focus on my 30+ TODOs and 15 opened issues.. If I will reconsider implementing it, I will open this issue again.

Understood, thanks for answering my question.