mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-05 00:35:08 -05:00
lifting branch to 0.9.8
This commit is contained in:
parent
e72cd83286
commit
97745873e7
@ -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.7" android:versionCode="12">
|
android:versionName="0.9.8" android:versionCode="13">
|
||||||
|
|
||||||
<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.7";
|
public static String VERSION = "0.9.8";
|
||||||
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 =
|
||||||
|
@ -188,12 +188,6 @@ public class MainActivity extends BaseActivity {
|
|||||||
|
|
||||||
message.setText("Read the warnings!\n\n" +
|
message.setText("Read the warnings!\n\n" +
|
||||||
"Changes:\n" +
|
"Changes:\n" +
|
||||||
"* pass phrase cache\n" +
|
|
||||||
"* decrypt emails from k9mail via More -> Forward (alternate)\n" +
|
|
||||||
"* compression preferences\n" +
|
|
||||||
"* accurate decrypt progress bar\n" +
|
|
||||||
"* fixed import of keys from Enigmail (and others)\n" +
|
|
||||||
"* fixed recent decryption bug for symmetric encryption\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