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

[FR] improve download #46

Open
ildar opened this issue Sep 1, 2021 · 0 comments
Open

[FR] improve download #46

ildar opened this issue Sep 1, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@ildar
Copy link

ildar commented Sep 1, 2021

You made in-app downloading, this is great! And I'm sure it is possible to improve it:

  1. change download target to getExternalFilesDir(). This requires no additional permissions yet brings many users (at least pre Android11) access to it without copying.
  2. Open the downloaded files with e-book reader(s) through intent. Also a no cost operation.
  3. loop through mirrors while downloading till success. Probably split "Download mirrors" button to "Download" and "Web download" for that.

Bonus notes (minor bugs):

  1. Book name containing a small dash (-) is cut after that char for downloaded file name.
  2. Navigation from Favorites to Search brings user to Downloads.
@FunkyMuse FunkyMuse added the enhancement New feature or request label Sep 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants