eidottermihi / rpicheck

RasPi Check - an Android app for checking your Raspberry Pi status.
https://eidottermihi.github.io/rpicheck/
MIT License
287 stars 65 forks source link

Auto refresh #184

Open MrzJkl opened 6 years ago

MrzJkl commented 6 years ago

Please implement the auto-refresh feature.

zeevy commented 6 years ago

This feature is already there, but not working on android 8 and above

MrzJkl commented 6 years ago

But why? I think it isn´t that complex. Make a timer and point on your refresh function. :)

eidottermihi commented 6 years ago

Android 8 introduced some pretty big changes regarding background services: https://developer.android.com/about/versions/oreo/background

I'm happy to accept PR's if someone is up to the task.