Project

General

Profile

« Previous | Next » 

Revision ffe7e55d

Added by Leszek Koltunski over 2 years ago

Reorganize the Network so that concurrent network operattions are possible.
Finally figure out and fix the bug which was causing users to multi-submit the same records over and over.

View differences:

src/main/java/org/distorted/dialogs/RubikDialogUpdates.java
177 177
          View pane = rubikView.createView(act,info,mFontSize,mPadding,pI,pV,pT,pB);
178 178
          mLayout.addView(pane);
179 179
          }
180

  
181
        RubikNetwork network = RubikNetwork.getInstance();
182
        network.downloadIcons(this);
180 183
        }
181 184
      else
182 185
        {
......
211 214
    mText.setText("Network error");
212 215
    }
213 216

  
217
///////////////////////////////////////////////////////////////////////////////////////////////////
218

  
219
  public void iconDownloaded()
220
    {
221

  
222
    }
223

  
214 224
///////////////////////////////////////////////////////////////////////////////////////////////////
215 225

  
216 226
  public static String getDialogTag()

Also available in: Unified diff