mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-17 22:35:05 -05:00
set branch to next version, reset changelog
This commit is contained in:
parent
d8e89c8822
commit
b01a47a115
@ -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.1" android:versionCode="6">
|
android:versionName="0.9.2" android:versionCode="7">
|
||||||
|
|
||||||
<application
|
<application
|
||||||
android:icon="@drawable/icon"
|
android:icon="@drawable/icon"
|
||||||
|
@ -104,7 +104,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.1";
|
public static String VERSION = "0.9.2";
|
||||||
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 =
|
||||||
|
@ -222,8 +222,6 @@ public class MainActivity extends BaseActivity {
|
|||||||
SpannableString info =
|
SpannableString info =
|
||||||
new SpannableString("Read the warnings!\n\n" +
|
new SpannableString("Read the warnings!\n\n" +
|
||||||
"Changes:\n" +
|
"Changes:\n" +
|
||||||
"* ElGamal subkey support\n" +
|
|
||||||
"* bug fixes\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