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

🦺[Tech Debt]: Keep sync running in the background #269

Open
5 tasks
kcw-grunt opened this issue Nov 12, 2024 · 0 comments
Open
5 tasks

🦺[Tech Debt]: Keep sync running in the background #269

kcw-grunt opened this issue Nov 12, 2024 · 0 comments
Assignees
Labels
🦺 tech debt Actions that help maintain the repo and application
Milestone

Comments

@kcw-grunt
Copy link
Member

Describe the work to be done

Situation

The sync process has always pauses when the user puts Litewallet in the background.

Optimization

We want to improve the process for users to have a better experience. They should be able to complete sync while doing other activities and the device is on.

Steps to complete

  • Check the mechanisms that start and stop the sync process
  • Review public synchronized void startSyncingProgressThread(Context app)
  • Review `public synchronized void stopSyncingProgressThread(Context app) '
  • Test foreground and background sync process
  • Recommend Test suite
@kcw-grunt kcw-grunt added the 🦺 tech debt Actions that help maintain the repo and application label Nov 12, 2024
@kcw-grunt kcw-grunt added this to the v2.13.X milestone Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🦺 tech debt Actions that help maintain the repo and application
Projects
None yet
Development

No branches or pull requests

2 participants