Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BugFix - Don't Use File Download Worker for Two Way Sync #13993

Merged

Commits on Nov 11, 2024

  1. add mCancellationRequested call

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    190d0a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f15c017 View commit details
    Browse the repository at this point in the history
  3. dont use FileDownloadWorker in SynchronizeFileOperation

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    e48cb5a View commit details
    Browse the repository at this point in the history
  4. fix usage of mTransferWasRequested

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    db54742 View commit details
    Browse the repository at this point in the history
  5. only use FileDownloadWorker via manual sync

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    dbcfcca View commit details
    Browse the repository at this point in the history
  6. add missing constructor usages

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    d8e951e View commit details
    Browse the repository at this point in the history
  7. rename boolean flag

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    846b701 View commit details
    Browse the repository at this point in the history
  8. add curly bracket for condition checks

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    c45d839 View commit details
    Browse the repository at this point in the history
  9. check mCancellationRequested in for loop

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    b85affb View commit details
    Browse the repository at this point in the history