nextcloud / ios

📱 Nextcloud iOS App
https://itunes.apple.com/us/app/nextcloud/id1125420102
GNU General Public License v3.0
1.94k stars 875 forks source link

Sort photos in Media tab by creation date #948

Open nolberg opened 4 years ago

nolberg commented 4 years ago

When I open the Media tab in the iOS app, it appears that my photos are sorted by the modified date. In my opinion, it would make more sense to sort them by creation date. This way all photos would appear in the correct chronological order.

Therefore, I would suggest to replace the modified date by the creation date for sorting. Alternatively, one could add an option for users to choose between different sorting criteria.

Version: Nextcloud for iOS 2.24.1.0

Limezy commented 4 years ago

That one will clearly be a good thing

Happyfeet01 commented 4 years ago

Would be a nice and good Feature

HDebeuf commented 2 months ago

It seems that feature could be done now since exif creation date has been added on the server side. The fix has also been deployed for Android. https://github.com/nextcloud/photos/issues/87

Could this be added to the iOS version too? Thank you