Skip to content

Releases: zerox80/android

2.0.11

13 Jan 10:12

Choose a tag to compare

2.0.10

11 Jan 20:09

Choose a tag to compare

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

10 Jan 00:25

Choose a tag to compare

Full Changelog: 2.0.8...2.0.9

2.0.8

09 Jan 21:49

Choose a tag to compare

Full Changelog: 2.0.7...2.0.8

2.0.7

09 Jan 21:35

Choose a tag to compare

Full Changelog: 2.0.6...2.0.7

2.0.6

09 Jan 21:18

Choose a tag to compare

Merge branch 'fix/login-issues' into dev-new

2.0.5

09 Jan 19:56

Choose a tag to compare

Sync + Download All

2.0.4

09 Dec 11:42

Choose a tag to compare

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

24 Nov 17:34

Choose a tag to compare

fix

2.0.2

24 Oct 08:31

Choose a tag to compare

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