Merge branch 'issue1050' of https://github.com/lezorich/open-keychain into passphrase-strength-indicator

Conflicts:
	OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/CreateKeyInputFragment.java
This commit is contained in:
Dominik Schürmann
2015-03-05 23:29:43 +01:00
6 changed files with 536 additions and 8 deletions

View File

@@ -29,6 +29,8 @@ public class PgpConstants {
public static ArrayList<Integer> sPreferredHashAlgorithms = new ArrayList<>();
public static ArrayList<Integer> sPreferredCompressionAlgorithms = new ArrayList<>();
// TODO: use hashmaps for contains in O(1) and intersections!
/*
* Most preferred is first
* These arrays are written as preferred algorithms into the keys on creation.