Project

General

Profile

« Previous | Next » 

Revision bdbbb4c5

Added by Leszek Koltunski over 2 years ago

Refactoring: split the 'objects' package into two, 'objects' and 'objectlib'.
The point: we're going to need to move the 'objectlib' stuff into its own library module, and that's because we're going to create a new app module which needs access to it.

View differences:

src/main/java/org/distorted/dialogs/RubikDialogScoresView.java
33 33

  
34 34
import org.distorted.main.R;
35 35
import org.distorted.main.RubikActivity;
36
import org.distorted.objects.ObjectList;
36
import org.distorted.objectlb.ObjectList;
37 37
import org.distorted.network.RubikScores;
38 38

  
39 39
import static org.distorted.network.RubikNetwork.MAX_PLACES;

Also available in: Unified diff