| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' of github.com:open-keychain/open-keychain | Dominik Schürmann | 2014-08-20 | 1 | -1/+3 |
|\ |
|
| * | move key deletion into KeychainIntentHandler | Vincent Breitmoser | 2014-08-20 | 1 | -0/+1 |
| * | consolidate: small ui things | Vincent Breitmoser | 2014-08-20 | 1 | -1/+2 |
* | | improve certs_text | Dominik Schürmann | 2014-08-20 | 1 | -1/+1 |
|/ |
|
* | modifyKey: small logging changes | Vincent Breitmoser | 2014-08-20 | 1 | -2/+2 |
* | consolidate: prevent concurrent calls of step 2 | Vincent Breitmoser | 2014-08-20 | 1 | -1/+2 |
* | consolidate: implement (mostly) recovery mode | Vincent Breitmoser | 2014-08-20 | 1 | -1/+1 |
* | Fix strings | Dominik Schürmann | 2014-08-19 | 1 | -4/+4 |
* | consolidate: a lot more log output, better recovery | Vincent Breitmoser | 2014-08-19 | 1 | -5/+23 |
* | consolidate: split into two steps, can pick up at second step if anything fails | Vincent Breitmoser | 2014-08-19 | 1 | -0/+3 |
* | Header for certs view | Dominik Schürmann | 2014-08-19 | 1 | -0/+1 |
* | Add subkey: at least one flag should be selected! | Dominik Schürmann | 2014-08-18 | 1 | -0/+1 |
* | consolidate: working implementation, lacking ui | Vincent Breitmoser | 2014-08-17 | 1 | -0/+15 |
* | modify*Key: improve handling of passphrase modification (add tests, too) | Vincent Breitmoser | 2014-08-16 | 1 | -1/+5 |
* | typed expected failures and a couple minor things | Vincent Breitmoser | 2014-08-16 | 1 | -2/+2 |
* | support for master key modifications, among other stuff | Vincent Breitmoser | 2014-08-16 | 1 | -1/+3 |
* | modifySecretKey: err out on "use previous" expiry date for (sub)key creation | Vincent Breitmoser | 2014-08-16 | 1 | -0/+2 |
* | modifySecretKey: err out on revocation of nonexistent user id | Vincent Breitmoser | 2014-08-16 | 1 | -0/+1 |
* | API: Allow ACTION_SIGN_AND_ENCRYPT with no key ids or user ids extras, fix pr... | Dominik Schürmann | 2014-08-16 | 1 | -2/+3 |
* | merge: check fingerprints on merge operation! (this needs a testcase!) | Vincent Breitmoser | 2014-08-14 | 1 | -1/+1 |
* | change keybase hint following pull request #755 | Dominik Schürmann | 2014-08-14 | 1 | -2/+2 |
* | move v3 key import prevention into canonicalization method | Dominik Schürmann | 2014-08-14 | 1 | -1/+1 |
* | Do not import v3 keys, they are insecure! | Dominik Schürmann | 2014-08-14 | 1 | -1/+2 |
* | Remove support for v3 sig generation | Dominik Schürmann | 2014-08-14 | 1 | -1/+0 |
* | Dont write version header by default | Dominik Schürmann | 2014-08-14 | 1 | -2/+2 |
* | Add user info dialog | Dominik Schürmann | 2014-08-13 | 1 | -0/+8 |
* | API: User interaction when account keys are deleted | Dominik Schürmann | 2014-08-13 | 1 | -0/+1 |
* | Readd missing string | Dominik Schürmann | 2014-08-07 | 1 | -0/+1 |
* | Use CompressionAlgorithmTags instead of homebrew constants | Dominik Schürmann | 2014-08-05 | 1 | -1/+1 |
* | Increase maximum custom RSA size | Dominik Schürmann | 2014-08-05 | 1 | -1/+1 |
* | Use PublicKeyAlgorithmTags instead of homebrew choices constants, fix expiry ... | Dominik Schürmann | 2014-08-05 | 1 | -1/+1 |
* | More work on add subkey dialog design | Dominik Schürmann | 2014-08-05 | 1 | -1/+1 |
* | Better handling of user id revocation in UI code | Dominik Schürmann | 2014-08-05 | 1 | -0/+5 |
* | Refactor expiry dialog | Dominik Schürmann | 2014-08-05 | 1 | -1/+1 |
* | KeychainContract: use longs instead of String, other fixes | Dominik Schürmann | 2014-08-05 | 1 | -1/+1 |
* | Fixing lint complaints, removing unused resources | Dominik Schürmann | 2014-08-04 | 1 | -75/+0 |
* | Even more smaller nitpicks | Dominik Schürmann | 2014-08-04 | 1 | -0/+1 |
* | button language in encrypt | Dominik Schürmann | 2014-08-04 | 1 | -2/+1 |
* | Smaller UI fixes | Dominik Schürmann | 2014-08-04 | 1 | -2/+3 |
* | Merge pull request #728 from mar-v-in/improve-file-more | Dominik Schürmann | 2014-08-04 | 1 | -2/+10 |
|\ |
|
| * | Minor cleanup | mar-v-in | 2014-08-02 | 1 | -0/+1 |
| * | Merge branch 'master' into improve-file-more | mar-v-in | 2014-08-01 | 1 | -1/+1 |
| |\ |
|
| * \ | Merge branch 'master' into improve-file-more | mar-v-in | 2014-08-01 | 1 | -18/+18 |
| |\ \ |
|
| * | | | Fix string resources | mar-v-in | 2014-07-31 | 1 | -4/+5 |
| * | | | Merge branch 'master' into improve-file-more | mar-v-in | 2014-07-31 | 1 | -11/+77 |
| |\ \ \ |
|
| * | | | | - add multi select for storage api (kitkat) | mar-v-in | 2014-07-31 | 1 | -0/+2 |
| * | | | | Merge branch 'master' into improve-file-more | mar-v-in | 2014-07-06 | 1 | -7/+20 |
| |\ \ \ \ |
|
| * | | | | | Many changes to file ... and still incomplete | mar-v-in | 2014-07-06 | 1 | -0/+1 |
| * | | | | | Encrypt/Decrypt UI work | mar-v-in | 2014-07-02 | 1 | -0/+2 |
| * | | | | | Merge branch 'master' into improve-file-more | mar-v-in | 2014-07-01 | 1 | -12/+26 |
| |\ \ \ \ \ |
|