| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' of github.com:open-keychain/open-keychain | Dominik Schürmann | 2014-08-19 | 9 | -27/+263 |
|\ |
|
| * | stub for consolidate recovery in KeychainApplication | Vincent Breitmoser | 2014-08-19 | 1 | -1/+8 |
| * | add ProgressFixedScaler (forgot in a previous commit) | Vincent Breitmoser | 2014-08-19 | 1 | -0/+29 |
| * | add OpenDialogActivity (stub) | Vincent Breitmoser | 2014-08-19 | 1 | -0/+117 |
| * | consolidate: split into two steps, can pick up at second step if anything fails | Vincent Breitmoser | 2014-08-19 | 6 | -26/+109 |
* | | Scroll fixes for certify activity | Dominik Schürmann | 2014-08-19 | 2 | -1/+16 |
|/ |
|
* | Notes about criticality | Dominik Schürmann | 2014-08-19 | 1 | -2/+15 |
* | Decrease iteration count, delayed for 2.9 | Dominik Schürmann | 2014-08-19 | 1 | -1/+1 |
* | Merge branch 'master' of github.com:open-keychain/open-keychain | Dominik Schürmann | 2014-08-19 | 1 | -1/+3 |
|\ |
|
| * | fix primary user id in master key flag modification | Vincent Breitmoser | 2014-08-19 | 1 | -1/+3 |
* | | Change criticallity of subpackets after discussion | Dominik Schürmann | 2014-08-19 | 1 | -5/+5 |
|/ |
|
* | Use higher s2k count | Dominik Schürmann | 2014-08-19 | 1 | -10/+29 |
* | Use SHA512 instead of SHA1 and AES256 instead of CAST5 where possible | Dominik Schürmann | 2014-08-19 | 1 | -20/+22 |
* | Mark packets critical | Dominik Schürmann | 2014-08-19 | 1 | -11/+11 |
* | add feature to key sig subpacket to indicate that we want MDC | Dominik Schürmann | 2014-08-19 | 1 | -0/+3 |
* | New preferred hash and symmetric algos, removed SHA-1, 3DES, new ordering | Dominik Schürmann | 2014-08-19 | 1 | -7/+17 |
* | Add license headers | Dominik Schürmann | 2014-08-19 | 3 | -0/+51 |
* | Add subkey: at least one flag should be selected! | Dominik Schürmann | 2014-08-18 | 1 | -53/+74 |
* | Fixes for expiry UI | Dominik Schürmann | 2014-08-18 | 5 | -69/+101 |
* | Merge pull request #772 from mar-v-in/issue-729 | Vincent | 2014-08-17 | 3 | -97/+22 |
|\ |
|
| * | Work-around rendering bug when switching back to asymmetric with multiple rec... | mar-v-in | 2014-08-17 | 1 | -14/+2 |
| * | Remove NoSwipeWrapContentViewPager | mar-v-in | 2014-08-17 | 2 | -83/+20 |
* | | consolidate: working implementation, lacking ui | Vincent Breitmoser | 2014-08-17 | 7 | -15/+281 |
* | | parametrize FileImportCache for filename | Vincent Breitmoser | 2014-08-17 | 3 | -7/+9 |
* | | modify*Key: improve handling of passphrase modification (add tests, too) | Vincent Breitmoser | 2014-08-16 | 2 | -2/+52 |
* | | use correct algorithm for signatures (actually fix heterogeneous subkeys) | Vincent Breitmoser | 2014-08-16 | 1 | -4/+4 |
* | | fix small log format string mistake for adding subkeys | Vincent Breitmoser | 2014-08-16 | 1 | -1/+2 |
* | | Fixing date picker issues | Dominik Schürmann | 2014-08-16 | 2 | -22/+47 |
* | | Fix flags UI in add subkey dialog | Dominik Schürmann | 2014-08-16 | 2 | -5/+44 |
* | | Fix ElGamal key creation, SUBKEY_BINDING cert must use algo of master key | Dominik Schürmann | 2014-08-16 | 1 | -1/+1 |
* | | Fix expiry when adding subkeys | Dominik Schürmann | 2014-08-16 | 3 | -6/+5 |
* | | Always return a SaveKeyringResult from saving | Dominik Schürmann | 2014-08-16 | 2 | -4/+7 |
* | | Fix and simplify in OperationResultParcel | Dominik Schürmann | 2014-08-16 | 1 | -11/+7 |
* | | fix travis tests (more), minor comment edits | Vincent Breitmoser | 2014-08-16 | 1 | -4/+3 |
* | | tests: add test for master key revocation | Vincent Breitmoser | 2014-08-16 | 1 | -2/+1 |
* | | tests: more expected error types | Vincent Breitmoser | 2014-08-16 | 1 | -1/+2 |
* | | typed expected failures and a couple minor things | Vincent Breitmoser | 2014-08-16 | 2 | -5/+6 |
* | | support for master key modifications, among other stuff | Vincent Breitmoser | 2014-08-16 | 2 | -182/+310 |
* | | modifySecretKey: err out on "use previous" expiry date for (sub)key creation | Vincent Breitmoser | 2014-08-16 | 2 | -1/+9 |
* | | modifySecretKey: err out on revocation of nonexistent user id | Vincent Breitmoser | 2014-08-16 | 2 | -0/+13 |
* | | API: Allow ACTION_SIGN_AND_ENCRYPT with no key ids or user ids extras, fix pr... | Dominik Schürmann | 2014-08-16 | 2 | -68/+88 |
* | | do not pre-select revoked or expired keys | Dominik Schürmann | 2014-08-16 | 1 | -6/+12 |
* | | Fix encrypt only | Dominik Schürmann | 2014-08-16 | 4 | -37/+34 |
* | | Remove old_apg | Dominik Schürmann | 2014-08-15 | 1 | -4/+4 |
* | | Remove subkeys.pgp.net keyserver from defaults | Dominik Schürmann | 2014-08-15 | 1 | -1/+1 |
* | | Merge branch 'master' of github.com:open-keychain/open-keychain | Dominik Schürmann | 2014-08-15 | 3 | -4/+9 |
|\ \ |
|
| * | | fix keys with no expiry in ui code | Vincent Breitmoser | 2014-08-14 | 3 | -4/+9 |
* | | | Remove subkeys.pgp.net keyserver, often down and no hkps | Dominik Schürmann | 2014-08-15 | 2 | -8/+21 |
|/ / |
|
* | | Merge branch 'master' of github.com:open-keychain/open-keychain | Dominik Schürmann | 2014-08-14 | 1 | -1/+2 |
|\ \ |
|
| * | | support changing expiry of subkeys to none | Vincent Breitmoser | 2014-08-14 | 1 | -1/+2 |