bermuda2810 / weather-notification-android

Automatically exported from code.google.com/p/weather-notification-android
0 stars 0 forks source link

Force update when weather is unknown #43

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently if the weather is unknown for some reason, the next update is 
scheduled to the next update period.
Should schedule update to the closer time.

Original issue reported on code.google.com by DNelubin on 26 May 2011 at 8:08

GoogleCodeExporter commented 9 years ago
Is it required? More frequent updates will cause more battery usage. The 
application already has a listener for network connections. If the weather is 
unknown, in 90% cases it's a network issue, when network goes up, the weather 
will update immediately. 

Original comment by DNelubin on 26 May 2011 at 8:10

GoogleCodeExporter commented 9 years ago
I agree with your second post. From my experiance the only time weather would 
become unknown would be when I would have internet connectivity issues (eg. 
connected to wifi but no internet access). There isnt anything to be done in 
such a case, an with the current implementation the problem gose away upon 
reconnect to a internet source. The user always has the option of overriding 
the logic and doing a manual refresh. Baterry life FTW :)

Original comment by mihovi...@gmail.com on 29 May 2011 at 2:46

GoogleCodeExporter commented 9 years ago

Original comment by DNelubin on 12 Jun 2011 at 7:15