| Commit message (Expand) | Author | Age | Files | Lines |
* | Handle absence of personal information in Keybase search result | Tim Bray | 2014-09-21 | 1 | -1/+4 |
* | 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 |
* | Use key icons in spinners | Dominik Schürmann | 2014-09-17 | 7 | -84/+155 |
* | package reordering: merge util and helper, there were no real difference; cre... | Dominik Schürmann | 2014-09-17 | 73 | -262/+236 |
* | PassphraseDialogActivity usage in Remote API | Dominik Schürmann | 2014-09-17 | 3 | -45/+33 |
* | Fix cleartext verify | Dominik Schürmann | 2014-09-17 | 4 | -3/+21 |
* | Passphrase handling in encrypt | Dominik Schürmann | 2014-09-17 | 6 | -42/+81 |
* | Result parcel refactorings (WIP) | Dominik Schürmann | 2014-09-17 | 11 | -159/+191 |
* | fix encrypt/decrypt classes | Vincent Breitmoser | 2014-09-17 | 1 | -3/+0 |
* | Dont copy encrypted file to clipboard (dont know how that code ended up there) | Dominik Schürmann | 2014-09-17 | 1 | -6/+1 |
* | Work on new result handling (WIP) | Dominik Schürmann | 2014-09-17 | 14 | -184/+310 |
* | Fix construction of algorithmID in Keybase result lists | Tim Bray | 2014-09-15 | 1 | -2/+2 |
* | minor fix for passphrase test | Vincent Breitmoser | 2014-09-15 | 1 | -1/+1 |
* | Merge remote-tracking branch 'origin/master' | Vincent Breitmoser | 2014-09-15 | 92 | -942/+1900 |
|\ |
|
| * | Pull from transifex | Dominik Schürmann | 2014-09-15 | 43 | -162/+733 |
| * | ACCESS_NETWORK_STATE no longer needed | Dominik Schürmann | 2014-09-15 | 1 | -1/+0 |
| * | Fix build | Dominik Schürmann | 2014-09-15 | 1 | -1/+0 |
| * | Merge branch 'master' of github.com:open-keychain/open-keychain | Dominik Schürmann | 2014-09-15 | 55 | -671/+668 |
| |\ |
|
| | * | update for new plural origins on ImportKeyListEntry | Tim Bray | 2014-09-13 | 1 | -1/+1 |
| | * | Keys found on multiple servers are now imported from all of them | Tim Bray | 2014-09-13 | 7 | -38/+49 |
| | * | Change shuffle to rotate, and when merging ImportKeysList entries, if either ... | Tim Bray | 2014-09-13 | 4 | -7/+17 |
| | * | Restore Yubikey setting, lost in fumble-fingered merge | Tim Bray | 2014-09-13 | 1 | -0/+7 |
| | * | Add cloud search tab, lose Keybase/Keyserver tabs, re-organize prefs | Tim Bray | 2014-09-13 | 26 | -527/+501 |
| * | | New decrypt activity design (WIP), saner UTF8 decoding (replacing non-decodab... | Dominik Schürmann | 2014-09-15 | 19 | -307/+532 |
| * | | Merge branch 'master' of github.com:open-keychain/open-keychain | Dominik Schürmann | 2014-09-14 | 8 | -214/+404 |
| |\ \ |
|
| * \ \ | Merge branch 'master' of github.com:open-keychain/open-keychain | Dominik Schürmann | 2014-09-14 | 3 | -30/+34 |
| |\ \ \ |
|
| * | | | | First work on decrypt | Dominik Schürmann | 2014-09-14 | 6 | -4/+166 |
* | | | | | move LogLevel info into LogType enum | Vincent Breitmoser | 2014-09-15 | 19 | -501/+491 |
| |_|_|/
|/| | | |
|
* | | | | work on OperationResultParcel | Vincent Breitmoser | 2014-09-14 | 27 | -113/+106 |
* | | | | pending results are a type of non-success | Vincent Breitmoser | 2014-09-14 | 6 | -10/+12 |
| |_|/
|/| | |
|
* | | | (forgot a file for previous commit) | Vincent Breitmoser | 2014-09-14 | 1 | -0/+103 |
* | | | add SignEncryptResult parcel (probably break stuff) | Vincent Breitmoser | 2014-09-14 | 7 | -214/+301 |
| |/
|/| |
|