Project

General

Profile

« Previous | Next » 

Revision d433b50e

Added by Leszek Koltunski over 2 years ago

In the 'magic' app, ObjectType is now only used in RubikObject and RubikObjectList classes and nowhere else.
This is a major step towards being able to download objects from an online repository.

View differences:

src/main/java/org/distorted/network/RubikScores.java
28 28

  
29 29
import com.google.firebase.crashlytics.FirebaseCrashlytics;
30 30

  
31
import static org.distorted.screens.RubikScreenPlay.MAX_LEVEL;
32 31
import org.distorted.main.BuildConfig;
33 32
import org.distorted.objects.RubikObject;
34 33
import org.distorted.objects.RubikObjectList;
35 34

  
35
import static org.distorted.objects.RubikObjectList.MAX_LEVEL;
36

  
36 37
///////////////////////////////////////////////////////////////////////////////////////////////////
37 38
// hold my own scores, and some other statistics.
38 39

  

Also available in: Unified diff