--- android/Side9/src/dk/thoerup/side9/Side9WidgetProvider.java 2010/06/26 18:04:07 923 +++ android/Side9/src/dk/thoerup/side9/Side9WidgetProvider.java 2010/06/26 18:16:01 924 @@ -112,6 +112,8 @@ return; } + //we need to do a full reload of all data now and then because eb.dk sometimes are a bit slow with publishing the new + //daily picture, and this is a (crude) way to ensure we have the latest data if (System.currentTimeMillis() > (timestamp+UDPATESPAN) ) { Log.i(TAG, "time elapsed, force XML reload"); reloadData = true;