| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\ |
|
| |
| |
| |
| | |
-implementation of "--sign-key"
-partial implementation of exchanging/verifying keys via QR Code
|
|/ |
|
|
|
|
|
| |
Fixes issue 76
|
|
|
|
| |
preparations to test thread-pausing during decryption/encryption to deal with certain situations, mainly an unknown signature key
|
|
|
|
|
|
|
|
| |
unkown signature to import the key
Update issue 39
added:
<string name="unknownSignatureKeyTouchToLookUp">Unknown signature, touch to look up key.</string>
|
|
|
|
|
|
|
|
| |
id look up Intent for the key server query
Update issue 9
Status: Fixed
Added public key update via key server. Considering this issue fixed now. More key server features will be added, but general support is added.
|
|
|
|
|
|
|
| |
activity, allowing to query each server, also moved some previously static labels into strings.xml
Update issue 9
Key server preferences are now used in key server query activity.
|
|
|
|
|
|
|
| |
a response is received, reporting "too many responses", "no keys found", "insufficient query" correctly
Update issue 9
Proper error handling added.
|
|
Update issue 9
Can search a key server now, touch a result to import the key. Still needs better error handling and some Intents to import keys based on key ID. Also still need key server preferences.
|