Releases: zerox80/android
Releases · zerox80/android
2.0.11
2.0.10
fix: Auto-resolve sync conflicts by uploading local version When a file changes both locally and remotely, automatically upload the local version instead of requiring manual conflict resolution. This provides a seamless auto-sync experience (last write wins).
2.0.9
Full Changelog: 2.0.8...2.0.9
2.0.8
Full Changelog: 2.0.7...2.0.8
2.0.7
Full Changelog: 2.0.6...2.0.7
2.0.6
2.0.5
2.0.4
A fork of OpenCloud Android with specific optimizations. It is expected to be merged into the upstream origin next year.
includes Foreground services
Includes much better thumbnail caching (25% RAM Usage, 100 MB max Cache)
Fixing Login Issue with Password Managers
Upstream main from https://github.com/opencloud-eu/android
2.0.3
2.0.2
fix(upload): use source file mtime for retries; avoid "null"
- On retry, derive lastModifiedInSeconds from File.lastModified()
(if file exists and mtime > 0), instead of transferEndTimestamp - Pass a nullable value to workers rather than the literal "null" string
- Switch to WorkManager Data API (replacing workDataOf) to handle nulls
- Ensures accurate Last-Modified metadata and more reliable conflict checks during retried uploads