v0.4.2a: manifest commit
This commit is contained in:
parent
a8f98f2d83
commit
aaadf4afb6
|
@ -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="126"
|
android:versionCode="127"
|
||||||
android:versionName="0.4.2"
|
android:versionName="0.4.2a"
|
||||||
android:installLocation="auto">
|
android:installLocation="auto">
|
||||||
|
|
||||||
<uses-permission android:name="android.permission.VIBRATE"/>
|
<uses-permission android:name="android.permission.VIBRATE"/>
|
||||||
|
|
|
@ -37,6 +37,10 @@ import com.watabou.noosa.ui.Component;
|
||||||
public class ChangesScene extends PixelScene {
|
public class ChangesScene extends PixelScene {
|
||||||
|
|
||||||
private static final String TXT_Update =
|
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" +
|
"_v0.4.2:_\n" +
|
||||||
"Optimizations:\n" +
|
"Optimizations:\n" +
|
||||||
"- Many general performance improvements\n" +
|
"- Many general performance improvements\n" +
|
||||||
|
|
|
@ -134,8 +134,8 @@ public class WelcomeScene extends PixelScene {
|
||||||
//TODO: change the messages here in accordance with the type of patch.
|
//TODO: change the messages here in accordance with the type of patch.
|
||||||
message = Messages.get(this, "patch_intro");
|
message = Messages.get(this, "patch_intro");
|
||||||
message += "\n\n" + Messages.get(this, "patch_bugfixes");
|
message += "\n\n" + Messages.get(this, "patch_bugfixes");
|
||||||
message += "\n" + Messages.get(this, "patch_translations");
|
//message += "\n" + Messages.get(this, "patch_translations");
|
||||||
message += "\n" + Messages.get(this, "patch_balance");
|
//message += "\n" + Messages.get(this, "patch_balance");
|
||||||
|
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user