-
Notifications
You must be signed in to change notification settings - Fork 550
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
Remote sync #623
base: master
Are you sure you want to change the base?
Remote sync #623
Conversation
…multiple devices are online
…multiple devices are online
…d improve data restore (pt.2)
…as really changed (true -> true is not a change)
…ad scheduler is throttling job
Co-Authored-By: Martin Filo <[email protected]>
# Conflicts: # app/src/main/java/com/lagradost/cloudstream3/ui/player/GeneratorPlayer.kt # app/src/main/res/values/strings.xml
# Conflicts: # app/src/main/AndroidManifest.xml
This is now functional, but requires testing and better documentation. |
This works pretty good now, the one thing I would suggest still is maybe some sort of prefill select to reuse keys from one Google Cloud Project when adding another account, chances are one Google Cloud Project can be used for all accounts using sync with. |
Also I wonder if we could hook Google accounts into the local account system to use Google accounts to save data to them, and have name/picture etc in account select for example, and show profile picture instead of the default account icon also. Could work for some data account provider, but is not needed for this PR I don't think, just a thought for later. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't this be in main not debug?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You are correct, thank you for finding this 👍
@CranberrySoup this dead? |
Any updates on this? |
Hey. Just wondering how's it going with that PR? Any updates? |
merge fix
merge fix 2
merge fix 3
Merge branch 'master' into feature/remote-sync
I hope to see this one finished |
@CranberrySoup I just realized my merge accidentally reverted 5270467 so that may need reapplied. Apologies. |
Continuation of #442