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 Nov 1, 2020. It is now read-only.
It would be nice to able to switch to a view-mode where all images in the current directory/folder and sub-folders are shown in the grid, and the ability to scroll through the images - iOS style.
So you want to have hundreds of thumbnails on one page and to be able to sort them
There are 3 missing requirements for this to happen:
Stream data about a file as soon as it's collected, so that the view can be built without having to wait until we have information about the whole cloud
Then, if sorting by folder, we would need some sort of separation between groups of pictures.
and 3) will probably happen at some point, but this request seems to be the only one so far really needing 1).
It's also possible to do it without it, but it would have to be turned on via a user setting as it would slow down the app too much to be the default behaviour.
But yes, basically I would like a gallery which can be optimized for smart-devices and work ala the Photo-app on iOS. This is especially great for family photos and the like.
The advantage these native apps have is that they build a database within the app, on the device. So when you load the app, it uses that to quickly build the view.
It's something we can't easily compete with as each user loads the app in a potentially different browser.
From @osos on March 14, 2015 19:38
It would be nice to able to switch to a view-mode where all images in the current directory/folder and sub-folders are shown in the grid, and the ability to scroll through the images - iOS style.
Sort by date, filename, folders etc.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
Copied from original issue: owncloud/gallery#95
The text was updated successfully, but these errors were encountered: