aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | certification is always done with the master keyVincent Breitmoser2014-05-032-56/+1
| | | | |
| * | | | wrapped-key-ring: first steps, get rid of key imports in decryptverify and ↵Vincent Breitmoser2014-05-0312-320/+744
| | | | | | | | | | | | | | | | | | | | signencrypt
* | | | | Fix regex for hkp parsing to support multiple uidsmar-v-in2014-06-041-2/+2
| | | | |
* | | | | First version of automatic contact discovery.mar-v-in2014-06-049-0/+358
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TODO: - Configuration (much of it) - Enabled by default? - Which keys to import? Current state: All non-revoked and non-expired with matching userid - Search for keys if already known? Current state: yes, may cause traffic (configuration: only when wifi?) - Update interval: Currently Android handles it, might be good (causes automatic refresh on new contact and stuff like that) or bad (too many of refreshes)
* | | | | Store expired state within ImportKeysListEntrymar-v-in2014-06-042-0/+12
| | | | |
* | | | | Merge ACTION_DOWNLOAD_AND_IMPORT_KEYS and ACTION_IMPORT_KEYBASE_KEYSmar-v-in2014-05-291-54/+15
| | | | |
* | | | | Merge branch 'hkps-support' into automatic-contact-discoverymar-v-in2014-05-291-15/+54
|\ \ \ \ \
| * | | | | Fix url building to support certificate check on hkps serversmar-v-in2014-05-281-8/+19
| | | | | | | | | | | | | | | | | | | | | | | | Note: the CA used by sks-keyservers.net is not valid for android, thus using hkps fails for them. pgp.mit.edu uses a perfectly valid cert.
| * | | | | Add hkps supportmar-v-in2014-05-271-9/+37
| | | | | |
* | | | | | Store nice origin with keybase keys (that can't be interpreted as HKP server)mar-v-in2014-05-291-1/+2
| | | | | |
* | | | | | Make abstract methods in Keyserver public (implementations make them public ↵mar-v-in2014-05-291-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | anyway)
* | | | | | Download from origin during ACTION_DOWNLOAD_AND_IMPORT_KEYSmar-v-in2014-05-291-3/+4
|/ / / / /
* | | | | Store origin with ImportKeysListEntrymar-v-in2014-05-273-0/+13
| | | | |
* | | | | Add ability to resolve HkpKeyserver from _hkp._tcp SRV recordmar-v-in2014-05-272-0/+39
| | | | |
* | | | | ContactHelper can read email addresses from contact listmar-v-in2014-05-262-0/+22
| |_|_|/ |/| | |
* | | | Finished cleaning up rebase conflicts post Keyserver exception refactorTim Bray2014-05-236-32/+33
| | | |
* | | | Add Log.d for QueryFailedExceptionTim Bray2014-05-231-0/+2
| | | |
* | | | Add Log.d for QueryFailedExceptionTim Bray2014-05-237-40/+28
| |_|/ |/| |
* | | Layout fixes for key importDominik Schürmann2014-05-199-66/+58
| | |
* | | Add license header to FixedDrawerLayoutDominik Schürmann2014-05-181-0/+16
| | |
* | | Merge highlight keyserver pull requestDominik Schürmann2014-05-189-91/+128
|\ \ \
| * | | Rename mCurQuery to mQuery for consistencyThialfihar2014-05-161-5/+5
| | | |
| * | | Use Highlighter instead of HighlightQueryCursorAdapterThialfihar2014-05-163-79/+28
| | | |
| * | | Add highlighting to keyserver/keybase searchThialfihar2014-05-165-5/+75
| | | |
| * | | Support mutliple search words and highlight themThialfihar2014-05-163-6/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | For the regex matching it would be smart to sort the words by length, so the longest matches come first. This only matters for queries with words containing parts of each other, which is an unlikely event and even then it doesn't break anything.
* | | | Rename KeyServer to KeyserverDominik Schürmann2014-05-189-38/+34
|/ / /
* | | 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
| | |
* | | JWalk javadocsTim Bray2014-05-141-0/+48
| | |
* | | Merge pull request #627 from thi/improve-keybase.io-supportDominik Schürmann2014-05-146-49/+94
|\ \ \ | | | | | | | | Improve keybase.io support
| * | | Rename fingerPrint to fingerprintThialfihar2014-05-145-16/+16
| | | |
| * | | 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-142-5/+8
| | | | | | | | | | | | | | | | | | | | 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-143-8/+20
| | | | | | | | | | | | | | | | | | | | | | | | 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
| | |/ | |/|
* / | Clarify help startDominik Schürmann2014-05-141-1/+1
|/ /
* | Merge branch 'master' of github.com:open-keychain/open-keychainDominik Schürmann2014-05-132-5/+6
|\ \
| * | Removed unused Toast importDaniel Haß2014-05-111-1/+0
| | |
| * | Toast replacementDaniel Haß2014-05-111-2/+4
| | |
| * | Fixed wrong AppMsg-StyleDaniel Haß2014-05-111-2/+2
| | |
* | | Add pgpauth app to help, update html-textviewDominik Schürmann2014-05-133-27/+4
|/ /
* | Add Tim Bray to aboutDominik Schürmann2014-05-091-0/+1
| |
* | Version 2.7Dominik Schürmann2014-05-081-2/+2
| |
* | Translations from transifexDominik Schürmann2014-05-0819-3/+141
| |
* | Changelog 2.7Dominik Schürmann2014-05-081-0/+9
| |
* | Merge branch 'master' of github.com:open-keychain/open-keychainDominik Schürmann2014-05-0812-28/+63
|\ \
| * | ui: purplize dialog headers (huge hack inside)Vincent Breitmoser2014-05-0812-28/+63
| | |
* | | Translations from transifexDominik Schürmann2014-05-084-8/+12
|/ /