Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | fix nullpointer in previous swipetorefresh fix | Vincent Breitmoser | 2014-09-23 | 1 | -5/+9 | |
* | | | DecryptFiles: Reset state for new file decrytion | Dominik Schürmann | 2014-09-24 | 1 | -1/+3 | |
| |/ |/| | ||||||
* | | Fix new decrypt button | Dominik Schürmann | 2014-09-24 | 1 | -3/+0 | |
* | | cleanup | Dominik Schürmann | 2014-09-24 | 1 | -28/+0 | |
* | | Button text for decrypt | Dominik Schürmann | 2014-09-24 | 2 | -13/+79 | |
* | | Fix yubikey file decryption | Dominik Schürmann | 2014-09-24 | 4 | -25/+17 | |
* | | Yubikey text decryption working | Dominik Schürmann | 2014-09-24 | 5 | -11/+12 | |
* | | Yubikey decryption | Dominik Schürmann | 2014-09-24 | 8 | -92/+50 | |
* | | DecryptFilesActivity | Dominik Schürmann | 2014-09-24 | 3 | -14/+21 | |
* | | Implement buttons in DecryptTextFragment | Dominik Schürmann | 2014-09-23 | 7 | -68/+155 | |
* | | Merge branch 'master' of github.com:open-keychain/open-keychain | Dominik Schürmann | 2014-09-23 | 1 | -0/+3 | |
|\| | ||||||
| * | missed a secondary preference initialization | Vincent Breitmoser | 2014-09-23 | 1 | -0/+3 | |
* | | DecryptTextActivity rework | Dominik Schürmann | 2014-09-23 | 10 | -62/+112 | |
|/ | ||||||
* | fix nullpointer ImportKeysListEntry (from pulltorefresh) | Vincent Breitmoser | 2014-09-23 | 1 | -2/+5 | |
* | disable pull to refresh in upper right corner | Vincent Breitmoser | 2014-09-23 | 2 | -1/+26 | |
* | be more precise on importresult overall error | Vincent Breitmoser | 2014-09-23 | 2 | -4/+7 | |
* | take failed keys into account in importkeyresult notification | Vincent Breitmoser | 2014-09-23 | 2 | -1/+16 | |
* | passphrasecache: cache by master key, introduce preference for cache by subkey | Vincent Breitmoser | 2014-09-23 | 13 | -154/+208 | |
* | reject keys with duplicate subkeys altogether | Vincent Breitmoser | 2014-09-23 | 3 | -1/+17 | |
* | add test case for duplicate keys in keyring (#870) | Vincent Breitmoser | 2014-09-23 | 2 | -4/+4 | |
* | log "unspecified" flags differently | Vincent Breitmoser | 2014-09-22 | 3 | -2/+14 | |
* | nicer code in key import for flag log types | Vincent Breitmoser | 2014-09-22 | 1 | -75/+27 | |
* | show authenticate flag in logs | Vincent Breitmoser | 2014-09-22 | 3 | -54/+128 | |
* | Hack to fix #805 | Dominik Schürmann | 2014-09-22 | 4 | -18/+71 | |
* | Fix possible nullpointer in ImportKeysFileFragment | Dominik Schürmann | 2014-09-21 | 1 | -1/+1 | |
* | Fix custom key configuration for primary user ids | Dominik Schürmann | 2014-09-21 | 6 | -11/+38 | |
* | Fix LogDisplayFragment | Dominik Schürmann | 2014-09-21 | 3 | -13/+14 | |
* | Fix ConsolidateResult, needed parcelable methods | Dominik Schürmann | 2014-09-21 | 2 | -2/+21 | |
* | Merge pull request #871 from timbray/master | Dominik Schürmann | 2014-09-21 | 1 | -1/+4 | |
|\ | ||||||
| * | Handle absence of personal information in Keybase search result | Tim Bray | 2014-09-21 | 1 | -1/+4 | |
* | | Feature to change key configuration in create key | Dominik Schürmann | 2014-09-21 | 9 | -51/+206 | |
|/ | ||||||
* | Add null check to getSecretKeyType | Dominik Schürmann | 2014-09-21 | 1 | -1/+1 | |
* | Small UI fixes | Dominik Schürmann | 2014-09-21 | 8 | -51/+44 | |
* | Merge user ids in import list for better display | Dominik Schürmann | 2014-09-21 | 5 | -61/+98 | |
* | key spinner fixes | Dominik Schürmann | 2014-09-21 | 3 | -33/+50 | |
* | settings code cleanup | Dominik Schürmann | 2014-09-21 | 1 | -18/+14 | |
* | New key flags icons, subkey adapter redesign, support authanticate flag in da... | Dominik Schürmann | 2014-09-20 | 34 | -36/+109 | |
* | no monospace for key ids | Dominik Schürmann | 2014-09-20 | 4 | -21/+13 | |
* | fix isLocal logic (f*ck yeah unit tests!) | Vincent Breitmoser | 2014-09-20 | 1 | -1/+1 | |
* | respect user id revocation signatures | Vincent Breitmoser | 2014-09-20 | 4 | -34/+84 | |
* | forgot a LogLevel piece | Vincent Breitmoser | 2014-09-19 | 1 | -78/+77 | |
* | Beautify key id (thanks to Tim Bray) | Dominik Schürmann | 2014-09-19 | 12 | -23/+76 | |
* | Remove certificate validation code from ViewCertActivity, they are already va... | Dominik Schürmann | 2014-09-19 | 3 | -49/+3 | |
* | Use key icons in import, prettify items | Dominik Schürmann | 2014-09-18 | 6 | -40/+60 | |
* | Fixes for nfc decrypt | Dominik Schürmann | 2014-09-18 | 3 | -9/+18 | |
* | Fix nfc signing | Dominik Schürmann | 2014-09-18 | 2 | -2/+2 | |
* | Stop refreshing after all keys have been updated | Dominik Schürmann | 2014-09-18 | 1 | -4/+4 | |
* | Swipe-to-refresh fixes | Dominik Schürmann | 2014-09-18 | 1 | -1/+2 | |
* | Swipe-to-refresh fixes | Dominik Schürmann | 2014-09-18 | 3 | -30/+33 | |
* | Fix sign via API | Dominik Schürmann | 2014-09-18 | 2 | -3/+16 |