Project

General

Profile

« Previous | Next » 

Revision 688f7712

Added by Leszek Koltunski over 3 years ago

Cleanups

View differences:

src/main/java/org/distorted/scores/RubikScoresDownloader.java
87 87
    "%f8", "%f9", "%fa", "%fb", "%fc", "%fd", "%fe", "%ff"
88 88
    };
89 89

  
90
  private static final int mTotal = ObjectList.getTotal();
91
  private static final String[][][] mCountry = new String[mTotal][MAX_LEVEL][MAX_PLACES];
92
  private static final String[][][] mName    = new String[mTotal][MAX_LEVEL][MAX_PLACES];
93
  private static final  float[][][] mTime    = new  float[mTotal][MAX_LEVEL][MAX_PLACES];
94
  private static final int[][] mPlaces = new int[mTotal][MAX_LEVEL];
95

  
96
  private static RubikScoresDownloader mThis;
97
  private static String mScores = "";
90 98
  private static boolean mRunning = false;
91 99
  private static int mMode = IDLE;
92 100
  private static Receiver mReceiver;
93 101
  private static String mVersion;
94 102

  
95
  private static int mTotal = ObjectList.getTotal();
96
  private static String mScores = "";
97
  private static String[][][] mCountry = new String[mTotal][MAX_LEVEL][MAX_PLACES];
98
  private static String[][][] mName    = new String[mTotal][MAX_LEVEL][MAX_PLACES];
99
  private static  float[][][] mTime    = new  float[mTotal][MAX_LEVEL][MAX_PLACES];
100

  
101
  private static int[][] mPlaces = new int[mTotal][MAX_LEVEL];
102
  private static RubikScoresDownloader mThis;
103

  
104 103
///////////////////////////////////////////////////////////////////////////////////////////////////
105 104

  
106 105
  private static String computeHash(String stringToHash, byte[] salt)

Also available in: Unified diff