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
{{ message }}
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.
Is your feature request related to a problem? Please describe.
Just like the native Android app, we should allow the user to view files without downloading them to storage.
Describe the solution you'd like
We could possibly do that by downloading them to a temporary cache directory and starting an intent to open them.
The text was updated successfully, but these errors were encountered:
Viewing files without downloading them to storage isn't exactly possible because other apps opening the files need them to be in the external storage. But I believe by solving #60 it doesn't become apparent to the user that the files are downloaded to the storage, so this should be fine.
Is your feature request related to a problem? Please describe.
Just like the native Android app, we should allow the user to view files without downloading them to storage.
Describe the solution you'd like
We could possibly do that by downloading them to a temporary cache directory and starting an intent to open them.
The text was updated successfully, but these errors were encountered: