/[projects]/android/TrainInfo/src/dk/thoerup/traininfo/WelcomeScreen.java
ViewVC logotype

Diff of /android/TrainInfo/src/dk/thoerup/traininfo/WelcomeScreen.java

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

revision 743 by torben, Thu May 20 14:03:12 2010 UTC revision 911 by torben, Sat Jun 26 08:04:20 2010 UTC
# Line 45  public class WelcomeScreen extends Activ Line 45  public class WelcomeScreen extends Activ
45                  ExceptionHandler.register(this, "http://t-hoerup.dk/android/trace.php");                  ExceptionHandler.register(this, "http://t-hoerup.dk/android/trace.php");
46                                    
47                  CheckUpdates update = new CheckUpdates();                  CheckUpdates update = new CheckUpdates();
48                  update.checkForUpdates(this, "http://t-hoerup.dk/android/traininfo/version.txt", "TrainInfo DK");                  update.checkForUpdates(this, "http://t-hoerup.dk/android/traininfo/version.txt", "TrainInfo DK", null);
49                                    /*
50                  Runnable r = new Runnable() {                  Runnable r = new Runnable() {
51                          @Override                          @Override
52                          public void run() {                          public void run() {
# Line 55  public class WelcomeScreen extends Activ Line 55  public class WelcomeScreen extends Activ
55                          }                          }
56                  };                                };              
57                  handler.postDelayed(r, 1500);                  handler.postDelayed(r, 1500);
58                    */
59          }          }
60                                    
61          class AboutListener implements OnClickListener {          class AboutListener implements OnClickListener {

Legend:
Removed from v.743  
changed lines
  Added in v.911

  ViewVC Help
Powered by ViewVC 1.1.20