-
Notifications
You must be signed in to change notification settings - Fork 131
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
File Preview #68
Comments
Txt file editing: No priority. Needs another discussion about encoding etc someday maybe. With Files app integration it's very easy to use a better 3rd party text editor. |
I've got questions about audio streaming. Are there file formats that support this? Can this work similar to video streaming? |
@michaelstingl It is very similar for video and audio (mostly is the same). We should use AVFundation to play them. com.apple.quicktime-movie: .mov and .qt |
This issue intends to be an epic to discuss about the way to preview downloaded files
Issues to take in account:
Security: for files like MS Office ones or web can execute macros or js pointing to malicious targets (phising attacks etc...)... using WKWebView as in Update UIWebView to WKWebView ios-legacy#1046
Pics: the point here is using or not a preview in "streaming" mode (caching the image in less resolution instead of downloading it) to save both bandwidth and storage. For images / animated gifs, setting a Gallery mode should be a must.
Edition mode: currently available for txt files, embedded in preview mode.
Operations in preview mode: apart of preview the file, some shortcuts can be provided (thinking in the future), like deleting, sharing, downloading, set as available offline (always synced), send...
Video: streaming for secured connections
Audio: streaming for secured connections
The text was updated successfully, but these errors were encountered: