Sort Media view not by creation time but by EXIF date
- Dominant language
- Kotlin
- Stars
- 5.6k
- Forks
- 2k
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 92
Description
### Steps to reproduce
1. Open "Media" view, wait until photos will be displayed
2. Observe the section headers displaying a month and compare the date the photos have been taken
### Expected behaviour
The photos are displayed regarding the month they have been taken. As the section headers are sorted descendently, the photos inside the section should be sorted descendently, too.
### Actual behaviour
The photos are displayed in totally mixed sections. Old photos in current month, and alike.
It seems that the photos are sorted somehow by "file modification date", not by "EXIF date taken".
### Can you reproduce this problem on https://try.nextcloud.com?
Not tried.
### Environment data
Android version: 11
Device model: Fairphone 4
Stock or customized system: stock
Nextcloud app version: 3.20.3
Nextcloud server version: 24
Reverse proxy: none
### Logs
#### Web server error log
```
Insert your webserver log here
```
#### Nextcloud log (data/nextcloud.log)
```
Insert your Nextcloud log here
```
**NOTE:** Be super sure to remove sensitive data like passwords, note that everybody can look here! You can use the Issue Template application to prefill some of the required information: https://apps.nextcloud.com/apps/issuetemplate
Contributor guide
Assessment
This issue has not been assessed yet.