mirror of
https://github.com/moparisthebest/open-keychain
synced 2025-03-05 03:39:43 -05:00
Smaller notes
This commit is contained in:
parent
ecb2c2c2b1
commit
b052d5e89c
OpenKeychain/src/main
java/org/sufficientlysecure/keychain/keyimport
res/layout
@ -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
|
@Override
|
||||||
public ArrayList<ImportKeysListEntry> search(String query) throws QueryFailedException,
|
public ArrayList<ImportKeysListEntry> search(String query) throws QueryFailedException,
|
||||||
QueryNeedsRepairException {
|
QueryNeedsRepairException {
|
||||||
|
@ -81,7 +81,7 @@
|
|||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:paddingTop="16dp"
|
android:paddingTop="16dp"
|
||||||
android:paddingBottom="8dp"
|
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:textColor="@color/result_red"
|
||||||
android:textAppearance="?android:attr/textAppearanceMedium"
|
android:textAppearance="?android:attr/textAppearanceMedium"
|
||||||
android:id="@+id/textView" />
|
android:id="@+id/textView" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user