Project

General

Profile

« Previous | Next » 

Revision 84d746d7

Added by Leszek Koltunski about 2 years ago

Downloaded Objects more or less work now.

View differences:

src/main/java/org/distorted/external/RubikNetwork.java
713 713
          String url = mUpdates.getCompletedURL(c);
714 714
          icon = downloadIcon(url);
715 715
          downloaded = true;
716

  
717
          android.util.Log.e("D", "Downloading icon "+url);
716 718
          }
717 719
        if( icon!=null )
718 720
          {
......
736 738
          String url = mUpdates.getStartedURL(s);
737 739
          icon = downloadIcon(url);
738 740
          downloaded = true;
741

  
742
          android.util.Log.e("D", "Downloading icon "+url);
739 743
          }
740 744
        if( icon!=null )
741 745
          {
......
754 758

  
755 759
    try
756 760
      {
761
      android.util.Log.e("D", "Downloading JSON "+url);
762

  
757 763
      java.net.URL connectURL = new URL(url);
758 764
      HttpURLConnection conn = (HttpURLConnection) connectURL.openConnection();
759 765
      conn.setDoInput(true);

Also available in: Unified diff