Project

General

Profile

« Previous | Next » 

Revision 7bb30586

Added by Leszek Koltunski 7 months ago

Remove all old UI 1.0 classes

View differences:

src/main/java/org/distorted/helpers/MovesController.java
163 163
      StringBuilder moves = new StringBuilder();
164 164
      int numMoves = getNumMoves();
165 165

  
166

  
167
      android.util.Log.e("D", "saving moves: "+numMoves);
168

  
166 169
      for(int m=0; m<numMoves; m++)
167 170
        {
168 171
        Move move = mMoves.get(m);
......
190 193
        String[] tokens = objects.split(" ");
191 194
        int length = tokens.length/3;
192 195

  
196
        android.util.Log.e("D", "restoring moves: "+length);
197

  
193 198
        for(int m=0; m<length; m++)
194 199
          {
195 200
          String axis  = tokens[3*m  ];

Also available in: Unified diff