You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You made in-app downloading, this is great! And I'm sure it is possible to improve it:
change download target to getExternalFilesDir(). This requires no additional permissions yet brings many users (at least pre Android11) access to it without copying.
Open the downloaded files with e-book reader(s) through intent. Also a no cost operation.
loop through mirrors while downloading till success. Probably split "Download mirrors" button to "Download" and "Web download" for that.
Bonus notes (minor bugs):
Book name containing a small dash (-) is cut after that char for downloaded file name.
Navigation from Favorites to Search brings user to Downloads.
The text was updated successfully, but these errors were encountered:
You made in-app downloading, this is great! And I'm sure it is possible to improve it:
Bonus notes (minor bugs):
The text was updated successfully, but these errors were encountered: