v0.6.2d: manifest commit

This commit is contained in:
Evan Debenham 2017-11-16 12:48:55 -05:00 committed by Evan Debenham
parent b2c72a26f8
commit 859fcbc937
2 changed files with 18 additions and 6 deletions

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.shatteredpixel.shatteredpixeldungeon"
android:versionCode="227"
android:versionName="0.6.2c"
android:versionCode="228"
android:versionName="0.6.2d"
android:installLocation="auto">
<uses-permission android:name="android.permission.VIBRATE"/>

View File

@ -132,6 +132,22 @@ public class ChangesScene extends PixelScene {
changes.hardlight(Window.TITLE_COLOR);
infos.add(changes);
changes = new ChangeInfo("v0.6.2d", false, "");
changes.hardlight(Window.TITLE_COLOR);
infos.add(changes);
changes.addButton( new ChangeButton(new Image(Assets.SPINNER, 144, 0, 16, 16), Messages.get(this, "bugfixes"),
"Fixed (caused by 0.6.2):\n" +
"_-_ Various crash bugs\n" +
"_-_ Game frequently hanging on some devices\n\n" +
"Fixed (Existed prior to 0.6.2):\n" +
"_-_ Various crash bugs\n" +
"_-_ Layout issues with enemy description windows\n" +
"_-_ An exploit which allowed players to quit without saving by using splitscreen mode."));
changes.addButton( new ChangeButton(Icons.get(Icons.LANGS), Messages.get(this, "language"),
"_-_ Various Translation Updates"));
changes = new ChangeInfo("v0.6.2c", false, "");
changes.hardlight(Window.TITLE_COLOR);
infos.add(changes);
@ -207,10 +223,6 @@ public class ChangesScene extends PixelScene {
"\n" +
"_-_ Translation Updates"));
changes = new ChangeInfo("", false, "");
changes.hardlight(Window.TITLE_COLOR);
infos.add(changes);
changes = new ChangeInfo(Messages.get(this, "new"), false, null);
changes.hardlight( Window.TITLE_COLOR );
infos.add(changes);