aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/keyimport
Commit message (Collapse)AuthorAgeFilesLines
...
* 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