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/screens/RubikScreenAbstract.java
22 22
import android.content.SharedPreferences;
23 23

  
24 24
import org.distorted.main.RubikActivity;
25
import org.distorted.objects.ObjectList;
25
import org.distorted.objectlb.ObjectList;
26 26
import org.distorted.patterns.RubikPatternList;
27 27
import org.distorted.tutorials.TutorialList;
28 28

  

Also available in: Unified diff