/[projects]/android/Side9/src/dk/thoerup/side9/Side9WidgetProvider.java
ViewVC logotype

Diff of /android/Side9/src/dk/thoerup/side9/Side9WidgetProvider.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 923 by torben, Sat Jun 26 18:04:07 2010 UTC revision 924 by torben, Sat Jun 26 18:16:01 2010 UTC
# Line 112  public class Side9WidgetProvider extends Line 112  public class Side9WidgetProvider extends
112                          return;                          return;
113                  }                  }
114    
115                    //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
116                    //daily picture, and this is a (crude) way to ensure we have the latest data
117                  if (System.currentTimeMillis() > (timestamp+UDPATESPAN) ) {                  if (System.currentTimeMillis() > (timestamp+UDPATESPAN) ) {
118                          Log.i(TAG, "time elapsed, force XML reload");                          Log.i(TAG, "time elapsed, force XML reload");
119                          reloadData = true;                          reloadData = true;

Legend:
Removed from v.923  
changed lines
  Added in v.924

  ViewVC Help
Powered by ViewVC 1.1.20