mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-23 17:22:16 -05:00
lifted version to 0.9.5 and cleared change log
This commit is contained in:
parent
77d1bca12f
commit
5f6a098914
@ -17,7 +17,7 @@
|
|||||||
<manifest
|
<manifest
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="org.thialfihar.android.apg"
|
package="org.thialfihar.android.apg"
|
||||||
android:versionName="0.9.4" android:versionCode="9">
|
android:versionName="0.9.5" android:versionCode="10">
|
||||||
|
|
||||||
<application
|
<application
|
||||||
android:icon="@drawable/icon"
|
android:icon="@drawable/icon"
|
||||||
|
@ -103,7 +103,7 @@ public class Apg {
|
|||||||
public static final String ENCRYPT_FILE = "org.thialfihar.android.apg.intent.ENCRYPT_FILE";
|
public static final String ENCRYPT_FILE = "org.thialfihar.android.apg.intent.ENCRYPT_FILE";
|
||||||
}
|
}
|
||||||
|
|
||||||
public static String VERSION = "0.9.4";
|
public static String VERSION = "0.9.5";
|
||||||
public static String FULL_VERSION = "APG v" + VERSION;
|
public static String FULL_VERSION = "APG v" + VERSION;
|
||||||
|
|
||||||
private static final int[] PREFERRED_SYMMETRIC_ALGORITHMS =
|
private static final int[] PREFERRED_SYMMETRIC_ALGORITHMS =
|
||||||
|
@ -214,10 +214,6 @@ public class MainActivity extends BaseActivity {
|
|||||||
|
|
||||||
message.setText("Read the warnings!\n\n" +
|
message.setText("Read the warnings!\n\n" +
|
||||||
"Changes:\n" +
|
"Changes:\n" +
|
||||||
"* Android 1.5 support, please let me know if there are problems\n" +
|
|
||||||
"* new encrypt/decrypt GUI to handle everything\n" +
|
|
||||||
"* symmetric encryption of messages\n" +
|
|
||||||
"* encrypt to clipboard\n" +
|
|
||||||
"\n" +
|
"\n" +
|
||||||
"WARNING: be careful editing your existing keys, as they " +
|
"WARNING: be careful editing your existing keys, as they " +
|
||||||
"WILL be stripped of certificates right now.\n" +
|
"WILL be stripped of certificates right now.\n" +
|
||||||
|
Loading…
Reference in New Issue
Block a user