v0.6.2d: manifest commit
This commit is contained in:
parent
b2c72a26f8
commit
859fcbc937
|
@ -1,8 +1,8 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="com.shatteredpixel.shatteredpixeldungeon"
|
package="com.shatteredpixel.shatteredpixeldungeon"
|
||||||
android:versionCode="227"
|
android:versionCode="228"
|
||||||
android:versionName="0.6.2c"
|
android:versionName="0.6.2d"
|
||||||
android:installLocation="auto">
|
android:installLocation="auto">
|
||||||
|
|
||||||
<uses-permission android:name="android.permission.VIBRATE"/>
|
<uses-permission android:name="android.permission.VIBRATE"/>
|
||||||
|
|
|
@ -132,6 +132,22 @@ public class ChangesScene extends PixelScene {
|
||||||
changes.hardlight(Window.TITLE_COLOR);
|
changes.hardlight(Window.TITLE_COLOR);
|
||||||
infos.add(changes);
|
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 = new ChangeInfo("v0.6.2c", false, "");
|
||||||
changes.hardlight(Window.TITLE_COLOR);
|
changes.hardlight(Window.TITLE_COLOR);
|
||||||
infos.add(changes);
|
infos.add(changes);
|
||||||
|
@ -207,10 +223,6 @@ public class ChangesScene extends PixelScene {
|
||||||
"\n" +
|
"\n" +
|
||||||
"_-_ Translation Updates"));
|
"_-_ Translation Updates"));
|
||||||
|
|
||||||
changes = new ChangeInfo("", false, "");
|
|
||||||
changes.hardlight(Window.TITLE_COLOR);
|
|
||||||
infos.add(changes);
|
|
||||||
|
|
||||||
changes = new ChangeInfo(Messages.get(this, "new"), false, null);
|
changes = new ChangeInfo(Messages.get(this, "new"), false, null);
|
||||||
changes.hardlight( Window.TITLE_COLOR );
|
changes.hardlight( Window.TITLE_COLOR );
|
||||||
infos.add(changes);
|
infos.add(changes);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user