You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello.
I have not added intervals up to 15 minutes due to that fact that in case if we need to poll every 15 minutes or more there is no need for any background service: there is special API in Android which allow to wake up an app every 15 minutes or more and do any needed actions(such way of working is not as efficient as using notify_push or local push provider(GCM, UnifiedNlp, etc), but still better then a service unless there is need to wake up app too often). But of course this requires additional research and implementation.
As for design of a picker: I also do not like it :) But I have not found any suitable picker for choosing time intervals yet, so I will replace the number picker with suitable time picker as soon as I will find it.
Also if you are on 1.0-beta8 version of the app increasing polling interval won't help to significantly reduce battery consumption due to the bug connected with timer in app activity itself(the bug is fixed in 1.0-beta9)
I see poll interval is available up to 600 seconds, but I'm curious about setting it in minutes or hours, mostly to conserve battery life.
15 minutes would be good as a general option. Thanks for considering.
The text was updated successfully, but these errors were encountered: