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
response returns the thumbnail preview if exists, otherwise returns 404
Usually, servers return thumbnails for images (not every format) and txt files, but it could change.
Problem:
In grid view, images use to show the thumbnail, but the name. But, not every image format is handled by the server. So, we have some items without thumbnail nor name, weird for the user:
Solution (please, suggest other if this one is not OK):
In grid view, if image is not previewable (request returns 404), show the file name as any other kind of file.
Also, change the thumbnail for another more descriptive one (anything in Android material??)
TASKS
Research (if needed)
Create branch feature/feature_name
Development tasks
Implement whatever
...
Code review and apply changes requested
Design test plan
QA
Merge branch feature/feature_name into master
PR
App
Library (if needed)
The text was updated successfully, but these errors were encountered:
Related to change the thumbnails, honestly I wouldn´t change the current imagen default, but I have found this one in Material Design that could be more descriptive:
Current behaviour / Context:
When browsing through folder structure, a request per item is sent:
/remote.php/dav/files/<username>/<filename>?x=336&y=336&c=&preview=1
response returns the thumbnail preview if exists, otherwise returns
404
Usually, servers return thumbnails for images (not every format) and txt files, but it could change.
Problem:
In grid view, images use to show the thumbnail, but the name. But, not every image format is handled by the server. So, we have some items without thumbnail nor name, weird for the user:
Solution (please, suggest other if this one is not OK):
In grid view, if image is not previewable (request returns
404
), show the file name as any other kind of file.Also, change the thumbnail for another more descriptive one (anything in Android material??)
TASKS
PR
The text was updated successfully, but these errors were encountered: