aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/keyimport
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | canonicalize: first step(s)Vincent Breitmoser2014-06-101-1/+1
| |_|/ |/| |
* | | do respect expectedFingerprint during key importVincent Breitmoser2014-06-041-8/+6
| |/ |/|
* | Merge remote-tracking branch 'origin/master' into edit-key-rewriteVincent Breitmoser2014-06-023-31/+36
|\|
| * Finished cleaning up rebase conflicts post Keyserver exception refactorTim Bray2014-05-233-23/+24
| |
| * Add Log.d for QueryFailedExceptionTim Bray2014-05-233-12/+16
| |
* | wrapped-key-ring: move key data around in ParcelableKeyRing instead of ↵Vincent Breitmoser2014-06-022-24/+51
| | | | | | | | ImportKeysListEntry
* | fix missing userIds in ImportKeysListEntryVincent Breitmoser2014-05-271-2/+1
| |
* | wrapped-key-ring: UncachedKeyRing wraps only one ring of dynamic typeVincent Breitmoser2014-05-231-37/+12
|/
* Merge highlight keyserver pull requestDominik Schürmann2014-05-183-2/+13
|\
| * Add highlighting to keyserver/keybase searchThialfihar2014-05-163-2/+13
| |
* | Rename KeyServer to KeyserverDominik Schürmann2014-05-183-8/+5
|/
* keybase cleanups for revised search output formatTim Bray2014-05-151-24/+7
|
* keybase now has key info in search outputTim Bray2014-05-151-0/+5
|
* Rename fingerPrint to fingerprintThialfihar2014-05-142-9/+9
|
* Add github, twitter, website info for keybase keysThialfihar2014-05-141-0/+17
| | | | | | | The very point of keybase.io is the identification and proven link to those identities, so it should be nice to have them. The display is a bit basic still, as it just adds them as userIds, I'm sure this can be prettified, perhaps with logos?
* Cleanup keybase query a bitThialfihar2014-05-141-15/+14
| | | | | | | Remove ctime and the cached key, making the query for the entire user object unnecessary. This should only be done when the user decides to import the key. Hopefully keybase.io can provide all info necessary in the search results.
* Don't guess keybase key algorithm and sizeThialfihar2014-05-141-4/+2
| | | | | Once keybase reports them, we can display them. Until then we simply don't know and shouldn't lie about it.
* Add extraData property in ImportKeyListEntryThialfihar2014-05-142-6/+18
| | | | | | This allows any KeyServer to store some extra data it might need. In the case of KeybaseKeyServer it is the username, which then can be grabbed directly, without the hack of storing it as userId.
* List full keybase id or strong key id matches on topThialfihar2014-05-141-1/+10
|
* Make keybase lookup works for key ids starting with 0xThialfihar2014-05-141-1/+6
|
* Move logic classes for import into own sub-packageDominik Schürmann2014-05-064-0/+835