/[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 845 by torben, Thu May 20 14:03:12 2010 UTC revision 846 by torben, Mon Jun 14 06:34:29 2010 UTC
# Line 46  public class WelcomeScreen extends Activ Line 46  public class WelcomeScreen extends Activ
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");
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.845  
changed lines
  Added in v.846

  ViewVC Help
Powered by ViewVC 1.1.20