Improve Two Way Sync Behaviour#13884
Merged
tobiasKaminsky merged 39 commits intomasterfrom Oct 31, 2024
Merged
Conversation
4 tasks
solonovamax
reviewed
Oct 27, 2024
app/src/main/java/com/nextcloud/client/preferences/AppPreferencesImpl.java
Outdated
Show resolved
Hide resolved
24fd59a to
2d8d1b0
Compare
ZetaTom
reviewed
Oct 29, 2024
app/src/main/java/com/nextcloud/client/preferences/AppPreferencesImpl.java
Outdated
Show resolved
Hide resolved
app/src/main/java/com/nextcloud/client/preferences/AppPreferencesImpl.java
Show resolved
Hide resolved
781449e to
caa7f7f
Compare
6d5e15f to
e96e4f1
Compare
Signed-off-by: ZetaTom <70907959+ZetaTom@users.noreply.github.com>
Signed-off-by: ZetaTom <70907959+ZetaTom@users.noreply.github.com>
Signed-off-by: ZetaTom <70907959+ZetaTom@users.noreply.github.com>
app/src/main/java/com/owncloud/android/ui/activity/InternalTwoWaySyncActivity.kt
Outdated
Show resolved
Hide resolved
tobiasKaminsky
approved these changes
Oct 30, 2024
Signed-off-by: alperozturk <alper_ozturk@proton.me>
Signed-off-by: alperozturk <alper_ozturk@proton.me>
Signed-off-by: alperozturk <alper_ozturk@proton.me>
Signed-off-by: alperozturk <alper_ozturk@proton.me>
Signed-off-by: alperozturk <alper_ozturk@proton.me>
Signed-off-by: alperozturk <alper_ozturk@proton.me>
Signed-off-by: alperozturk <alper_ozturk@proton.me>
Signed-off-by: alperozturk <alper_ozturk@proton.me>
Signed-off-by: alperozturk <alper_ozturk@proton.me>
Signed-off-by: alperozturk <alper_ozturk@proton.me>
Signed-off-by: alperozturk <alper_ozturk@proton.me>
Signed-off-by: alperozturk <alper_ozturk@proton.me>
5aca575 to
488589d
Compare
Signed-off-by: alperozturk <alper_ozturk@proton.me>
Signed-off-by: alperozturk <alper_ozturk@proton.me>
Signed-off-by: alperozturk <alper_ozturk@proton.me>
Signed-off-by: alperozturk <alper_ozturk@proton.me>
Signed-off-by: alperozturk <alper_ozturk@proton.me>
Signed-off-by: alperozturk <alper_ozturk@proton.me>
Signed-off-by: alperozturk <alper_ozturk@proton.me>
Signed-off-by: alperozturk <alper_ozturk@proton.me>
Signed-off-by: alperozturk <alper_ozturk@proton.me>
Collaborator
Author
|
Test regarding three-dot-menu visibility f_test.mp4 |
Signed-off-by: alperozturk <alper_ozturk@proton.me>
|
Looking forward to this PR currently sync is not usable for me due to this feature missing since it just drains my battery |
2 tasks
Collaborator
Author
|
/backport to stable-3.30 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
• Updates getInternalTwoWaySyncFolders() to return only folders, excluding the root directory, avoiding redundant checks in the worker.
• Adds a toggle to enable/disable two-way sync.
• Adds a dropdown menu to adjust the two-way sync interval.