v0.6.3: removed unecessary differences between private and public code

This commit is contained in:
Evan Debenham 2018-01-20 17:05:08 -05:00
parent 91f31aef9f
commit 7a36840f77
7 changed files with 5 additions and 9 deletions

View File

@ -33,7 +33,7 @@ public class DeviceCompat {
return Build.VERSION.SDK_INT < Build.VERSION_CODES.JELLY_BEAN;
}
public static boolean supportsGamesServices(){
public static boolean supportsPlayServices(){
return Build.VERSION.SDK_INT >= Build.VERSION_CODES.ICE_CREAM_SANDWICH;
}

View File

@ -26,8 +26,6 @@ import com.shatteredpixel.shatteredpixeldungeon.items.Generator;
import com.shatteredpixel.shatteredpixeldungeon.items.Gold;
import com.shatteredpixel.shatteredpixeldungeon.items.Item;
import com.shatteredpixel.shatteredpixeldungeon.items.artifacts.Artifact;
import com.shatteredpixel.shatteredpixeldungeon.items.potions.PotionOfHealing;
import com.watabou.noosa.Game;
import com.watabou.utils.Bundle;
import com.watabou.utils.FileUtils;
import com.watabou.utils.Random;

View File

@ -28,8 +28,6 @@ import android.util.Log;
import android.view.View;
import android.view.WindowManager;
import com.shatteredpixel.shatteredpixeldungeon.messages.Languages;
import com.shatteredpixel.shatteredpixeldungeon.scenes.GameScene;
import com.shatteredpixel.shatteredpixeldungeon.scenes.PixelScene;
import com.shatteredpixel.shatteredpixeldungeon.scenes.WelcomeScene;
import com.watabou.noosa.Game;
@ -200,6 +198,7 @@ public class ShatteredPixelDungeon extends Game {
} else {
RenderedText.setFont( null );
}
}
@Override

View File

@ -21,7 +21,6 @@
package com.shatteredpixel.shatteredpixeldungeon.items.potions;
import com.shatteredpixel.shatteredpixeldungeon.Dungeon;
import com.shatteredpixel.shatteredpixeldungeon.actors.buffs.Bleeding;
import com.shatteredpixel.shatteredpixeldungeon.actors.buffs.Buff;
import com.shatteredpixel.shatteredpixeldungeon.actors.buffs.Cripple;

View File

@ -23,7 +23,6 @@ package com.shatteredpixel.shatteredpixeldungeon.ui;
import com.shatteredpixel.shatteredpixeldungeon.Assets;
import com.shatteredpixel.shatteredpixeldungeon.Dungeon;
import com.shatteredpixel.shatteredpixeldungeon.ShatteredPixelDungeon;
import com.shatteredpixel.shatteredpixeldungeon.Statistics;
import com.shatteredpixel.shatteredpixeldungeon.effects.Speck;
import com.shatteredpixel.shatteredpixeldungeon.items.Item;
@ -327,6 +326,7 @@ public class StatusPane extends Component {
protected void onClick() {
flashing = false;
time = 0;
keyIcon.am = journalIcon.am = 1;
GameScene.show( new WndJournal() );
}

View File

@ -56,7 +56,7 @@ public class WndRanking extends WndTabbed {
private String error = null;
private Image busy;
public WndRanking( final Rankings.Record rec ) {
super();

View File

@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.2-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.3-all.zip