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

Perform app updates in background #145

Open
blazsolar opened this issue Mar 28, 2017 · 1 comment
Open

Perform app updates in background #145

blazsolar opened this issue Mar 28, 2017 · 1 comment
Assignees
Milestone

Comments

@blazsolar
Copy link
Member

Checking for app updates should also be moved to background instead of doing it on every activity launch. They should be perform when user is on WiFi and charging so we don't impact users battery and network bill.

http://evernote.github.io/android-job/

@aldoborrero
Copy link
Member

For this I suggest using Android job by Evernote. It uses JobScheduler API for modern versions and GcmNetworkManager for older versions.

@blazsolar blazsolar added this to the 0.7.0 milestone Mar 29, 2017
@aldoborrero aldoborrero self-assigned this Apr 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants