Smaller notes

This commit is contained in:
Dominik Schürmann 2014-07-31 18:42:54 +02:00
parent ecb2c2c2b1
commit b052d5e89c
2 changed files with 9 additions and 1 deletions

View File

@ -221,6 +221,14 @@ public class HkpKeyserver extends Keyserver {
}
}
/**
* Results are sorted by creation date of key!
*
* @param query
* @return
* @throws QueryFailedException
* @throws QueryNeedsRepairException
*/
@Override
public ArrayList<ImportKeysListEntry> search(String query) throws QueryFailedException,
QueryNeedsRepairException {

View File

@ -81,7 +81,7 @@
android:layout_height="wrap_content"
android:paddingTop="16dp"
android:paddingBottom="8dp"
android:text="Creating the key can take up to 3 Minutes, be patient!"
android:text="Creating the key can take up to 3 Minutes, be patient!\n(3 subkeys, RSA, 4096 bit)"
android:textColor="@color/result_red"
android:textAppearance="?android:attr/textAppearanceMedium"
android:id="@+id/textView" />