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

Make sync worker only run when needed #12372

Merged
merged 22 commits into from
May 3, 2024

Commits on Apr 9, 2024

  1. check if sync worker is already running

    Signed-off-by: Jonas Mayer <[email protected]>
    JonasMayerDev committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    8d12862 View commit details
    Browse the repository at this point in the history
  2. fix spotless

    Signed-off-by: Jonas Mayer <[email protected]>
    JonasMayerDev committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    d56c342 View commit details
    Browse the repository at this point in the history
  3. Fix to many returns in doWork

    Signed-off-by: Jonas Mayer <[email protected]>
    JonasMayerDev committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    6c85372 View commit details
    Browse the repository at this point in the history
  4. remove for loops

    Signed-off-by: Jonas Mayer <[email protected]>
    JonasMayerDev committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    c420b5e View commit details
    Browse the repository at this point in the history
  5. Make code better readable

    Signed-off-by: Jonas Mayer <[email protected]>
    JonasMayerDev committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    b832c0a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b121c21 View commit details
    Browse the repository at this point in the history
  7. check if sync worker is already running

    Signed-off-by: Jonas Mayer <[email protected]>
    JonasMayerDev committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    aef9a41 View commit details
    Browse the repository at this point in the history
  8. fix spotless

    Signed-off-by: Jonas Mayer <[email protected]>
    JonasMayerDev committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    24b1fa2 View commit details
    Browse the repository at this point in the history
  9. Fix to many returns in doWork

    Signed-off-by: Jonas Mayer <[email protected]>
    JonasMayerDev committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    575e413 View commit details
    Browse the repository at this point in the history
  10. remove for loops

    Signed-off-by: Jonas Mayer <[email protected]>
    JonasMayerDev committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    c64d4c8 View commit details
    Browse the repository at this point in the history
  11. Make code better readable

    Signed-off-by: Jonas Mayer <[email protected]>
    JonasMayerDev committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    ac9902f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    cf8199e View commit details
    Browse the repository at this point in the history
  13. Fix codacy

    Signed-off-by: Jonas Mayer <[email protected]>
    JonasMayerDev committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    80eff53 View commit details
    Browse the repository at this point in the history
  14. Merge remote-tracking branch 'origin/make_sync_service_run_only_once'…

    … into make_sync_service_run_only_once
    
    # Conflicts:
    #	app/src/main/java/com/nextcloud/client/jobs/FilesSyncWork.kt
    JonasMayerDev committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    11ec39b View commit details
    Browse the repository at this point in the history
  15. Fix spotbugs

    Signed-off-by: Jonas Mayer <[email protected]>
    JonasMayerDev committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    f53fb0b View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. get rid of repeated codes in WorkManagerExtensions

    Signed-off-by: Jonas Mayer <[email protected]>
    JonasMayerDev committed May 2, 2024
    Configuration menu
    Copy the full SHA
    68629ea View commit details
    Browse the repository at this point in the history
  2. Skip folder scan if charging only and not charging

    Signed-off-by: Jonas Mayer <[email protected]>
    JonasMayerDev committed May 2, 2024
    Configuration menu
    Copy the full SHA
    a73b3e9 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into make_sync_service_run_only_once

    # Conflicts:
    #	app/src/main/java/com/nextcloud/client/jobs/FilesSyncWork.kt
    JonasMayerDev committed May 2, 2024
    Configuration menu
    Copy the full SHA
    d18235f View commit details
    Browse the repository at this point in the history
  4. Fix codacy

    Signed-off-by: Jonas Mayer <[email protected]>
    JonasMayerDev committed May 2, 2024
    Configuration menu
    Copy the full SHA
    9cbdbea View commit details
    Browse the repository at this point in the history
  5. Fix spotless

    Signed-off-by: Jonas Mayer <[email protected]>
    JonasMayerDev committed May 2, 2024
    Configuration menu
    Copy the full SHA
    98586fa View commit details
    Browse the repository at this point in the history
  6. Fix log messages

    Signed-off-by: Jonas Mayer <[email protected]>
    JonasMayerDev committed May 2, 2024
    Configuration menu
    Copy the full SHA
    aae1443 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Solve git conflicts

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