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

Add initial sync #319

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Add initial sync #319

wants to merge 7 commits into from

Conversation

rafaelgomesxyz
Copy link
Member

Fixes #47

I tested on Netflix and HBO Max and it seems to work well.

@rafaelgomesxyz rafaelgomesxyz added the enhancement New feature or request label Jul 1, 2023
@rafaelgomesxyz rafaelgomesxyz self-assigned this Jul 1, 2023
@rafaelgomesxyz
Copy link
Member Author

I actually noticed a bug with the logic to retry requests after 429 status, will fix and add commits here.

@MrMamen
Copy link
Member

MrMamen commented Jan 6, 2024

I actually noticed a bug with the logic to retry requests after 429 status, will fix and add commits here.

Let me know when it is ready for review....

"message": "Sync full history?"
},
"initialSyncDescription": {
"message": "This is the first time that you are accessing this service. Would you like to sync the full history right now? This may take a while depending on how big your history is.\n\nBefore choosing \"Yes\", make sure that the options below are adjusted to your liking.\n\nIf you choose \"No\", you will not be asked this again, unless you clear the last sync date for the service or clear the storage."
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"message": "This is the first time that you are accessing this service. Would you like to sync the full history right now? This may take a while depending on how big your history is.\n\nBefore choosing \"Yes\", make sure that the options below are adjusted to your liking.\n\nIf you choose \"No\", you will not be asked this again, unless you clear the last sync date for the service or clear the storage."
"message": "This is the first time that you are accessing this service. Would you like to sync the full history right now? This may take a while depending on how big your history is.\n\nBefore choosing \"Yes\", make sure that the options below are adjusted to your liking.\n\nIf you choose \"No\", you will not be asked this again, unless you clear the last sync date for the service or clear the storage. You can always trigger the sync manually."

Makes it less of a now-or-never condition.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Give user option to do initial sync and prevent loading synced history
3 participants