v0.3.4c: manifest commit

This commit is contained in:
Evan Debenham 2016-03-03 19:06:59 -05:00
parent 5016f837e5
commit b03e40f46a
3 changed files with 7 additions and 12 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="92"
android:versionName="0.3.4b"
android:versionCode="93"
android:versionName="0.3.4c"
android:installLocation="auto">
<uses-permission android:name="android.permission.VIBRATE"/>

View File

@ -37,19 +37,13 @@ import com.watabou.noosa.ui.Component;
public class ChangesScene extends PixelScene {
private static final String TXT_Update =
"_v0.3.4b:_\n" +
"- New font is now optional\n" +
"- Fixed crash issues with Italian language\n" +
"- Translation Updates\n" +
"_v0.3.4c:_\n" +
"- Performance improvements\n" +
"- Bugfixes\n" +
"\n" +
"_v0.3.4a:_\n" +
"- Huntress can equip her boomerang again\n" +
"- Added Italian (currently incomplete)\n" +
"- Translation updates\n" +
"\n" +
"_v0.3.4:_\n" +
"- Shattered now supports multiple languages\n" +
"- New font\n" +
"\n" +
"Balance Changes:\n" +
"- Hunger now builds ~10% slower\n" +

View File

@ -110,9 +110,10 @@ public class WelcomeScene extends PixelScene {
} else {
//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_msg");
message += "\n\n" + Messages.get(this, "patch_bugfixes");
message += "\n" + Messages.get(this, "patch_translations");
message += "\n\n" + Messages.get(this, "patch_msg");
}
} else {
message = Messages.get(this, "what_msg");