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
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)
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
The text was updated successfully, but these errors were encountered: