immich icon indicating copy to clipboard operation
immich copied to clipboard

refactor(mobile): validate checksum before upload

Open shenlong-tanwen opened this issue 1 year ago • 0 comments

Follows #7090

This is a WIP branch to test using checksum for validating assets before uploading them to the server.

Changes made in the PR

  • Refactor BackupState into different classes specific to current backup state and backup settings
  • Removeed DuplicateAsset collection
  • Changes the background service to sync local albums first on asset change and use regular upload flow. This will help us further unify the upload flow

TODO:

  • [ ] Verify background upload

shenlong-tanwen avatar Feb 15 '24 19:02 shenlong-tanwen