increased app version and cleared change log for 0.9.3

This commit is contained in:
Thialfihar 2010-04-29 13:31:10 +00:00
parent e4183c1fcd
commit 95e02158d8
3 changed files with 2 additions and 6 deletions

View File

@ -17,7 +17,7 @@
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
package="org.thialfihar.android.apg"
android:versionName="0.9.2" android:versionCode="7">
android:versionName="0.9.3" android:versionCode="8">
<application
android:icon="@drawable/icon"

View File

@ -104,7 +104,7 @@ public class Apg {
public static final String ENCRYPT_FILE = "org.thialfihar.android.apg.intent.ENCRYPT_FILE";
}
public static String VERSION = "0.9.2";
public static String VERSION = "0.9.3";
public static String FULL_VERSION = "APG v" + VERSION;
private static final int[] PREFERRED_SYMMETRIC_ALGORITHMS =

View File

@ -221,10 +221,6 @@ public class MainActivity extends BaseActivity {
SpannableString info =
new SpannableString("Read the warnings!\n\n" +
"Changes:\n" +
"* new layout for encrypt file\n" +
"* layout more consistent\n" +
"* settings for preferred algorithms\n" +
"* fixed hushmail key bugs\n" +
"\n" +
"WARNING: be careful editing your existing keys, as they " +
"WILL be stripped of certificates right now.\n" +