NachiketaVadera / EBookDownloader

This is an Android project that uses Jsoup to parse and find ebooks to download.
MIT License
44 stars 12 forks source link

[Feature Request] Ability to remove or disable history #3

Closed esmoak closed 5 years ago

esmoak commented 5 years ago

It seems that history is retained with no option to disable. It would be nice to have a delete or disable option.

Thank you.

edit: I am aware there is a text file I can edit in the file system, but an option to disable would still be nice.

ildar commented 5 years ago

It's possible to simply deny Storage permission and you get what you want

NachiketaVadera commented 5 years ago

@esmoak Hey. Thanks for the suggestion. I'll make sure that this is implemented when I publish the next release. Thank you.

NachiketaVadera commented 5 years ago

This issue has now been solved.