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

Request previews for EVERY file type #2927

Closed
michaelstingl opened this issue Aug 10, 2020 · 1 comment · Fixed by #3017 or #3105
Closed

Request previews for EVERY file type #2927

michaelstingl opened this issue Aug 10, 2020 · 1 comment · Fixed by #3017 or #3105

Comments

@michaelstingl
Copy link
Contributor

michaelstingl commented Aug 10, 2020

I assume there's a hardcoded list of filetypes where the Android app requests thumbnails/previews. Depending on the server setup, previews for more file types can be provided. The only way to make sure the Android app shows previews for all files the server supports, is to request previews for EVERY file type. Android app will receive 404 in case there is no preview. (same approach as in new iOS app and in Phoenix web UI)

In the future, server-side could announce in the Capabilities what file types have previews: owncloud/core#31267 (not implemented yet)

PR Old

App #3017

PR New

App #3105

@jesmrec
Copy link
Collaborator

jesmrec commented Jan 22, 2021

Need to be re-enabled and re-checked in 2.17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants