v0.4.2a: manifest commit

This commit is contained in:
Evan Debenham 2016-09-11 11:23:52 -04:00
parent a8f98f2d83
commit aaadf4afb6
3 changed files with 8 additions and 4 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="126"
android:versionName="0.4.2"
android:versionCode="127"
android:versionName="0.4.2a"
android:installLocation="auto">
<uses-permission android:name="android.permission.VIBRATE"/>

View File

@ -37,6 +37,10 @@ import com.watabou.noosa.ui.Component;
public class ChangesScene extends PixelScene {
private static final String TXT_Update =
"_v0.4.2a:_\n" +
"- Various crash fixes\n" +
"- Improved visual clarity on gas particles\n" +
"\n" +
"_v0.4.2:_\n" +
"Optimizations:\n" +
"- Many general performance improvements\n" +

View File

@ -134,8 +134,8 @@ public class WelcomeScene extends PixelScene {
//TODO: change the messages here in accordance with the type of patch.
message = Messages.get(this, "patch_intro");
message += "\n\n" + Messages.get(this, "patch_bugfixes");
message += "\n" + Messages.get(this, "patch_translations");
message += "\n" + Messages.get(this, "patch_balance");
//message += "\n" + Messages.get(this, "patch_translations");
//message += "\n" + Messages.get(this, "patch_balance");
}
} else {