Photos are not in sync after first upload - exif changes are not synced
- Dominant language
- Kotlin
- Stars
- 5.6k
- Forks
- 2k
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 92
Description
### ⚠️ Before posting ⚠️
- [x] This is a **bug**, not a question or an enhancement.
- [x] I've [searched for similar issues](https://github.com/nextcloud/android/issues) and didn't find a duplicate.
- [x] I've written a clear and descriptive title for this issue, not just "Bug" or "Crash".
- [x] I agree to follow Nextcloud's [Code of Conduct](https://nextcloud.com/contribute/code-of-conduct/).
### Steps to reproduce
1. setup automatic uploads (no wait for wifi, no wait for charging - just as quick as possible)
2. make a picture on avg or poor GPS signal
3. download the picture to computer from web fronted
4. go to good GPS signal (phone will shortly make update to JPG exif with correct GPS coordinates instead of dummy one)
5. download the picture to computer from phone
6. compare files
files will have same time (modification and created), same size, same name BUT different checksum (bcs of exif)
### Expected behaviour
Android app must detect checksum mishmash and upload new version. But it will never happen.
### Actual behaviour
files has same time modification (and created), same size, same name BUT different checksum (bcs of exif)
(maybe some similarity to bug https://github.com/nextcloud/android/issues/12991 )
### Android version
15 AQ3A.240627.003
### Device brand and model
Xiaomi 14
### Stock or custom OS?
Stock
### Nextcloud android app version
3.29.2
### Nextcloud server version
29.0.9
### Using a reverse proxy?
No
### Android logs
_No response_
### Server error logs
```bash
```
### Additional information
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.