Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Merge branch 'master' of github.com:open-keychain/open-keychain | Dominik Schürmann | 2014-07-15 | 4 | -3/+9 | |
|\| | | | ||||||
| * | | | Merge remote-tracking branch 'origin/master' into external-test | Vincent Breitmoser | 2014-07-15 | 1 | -2/+4 | |
| |\ \ \ | ||||||
| * | | | | merge: different msg if nothing was merged | Vincent Breitmoser | 2014-07-15 | 4 | -3/+9 | |
| | | | | | ||||||
* | | | | | some fixes for edit | Dominik Schürmann | 2014-07-15 | 2 | -4/+5 | |
| |/ / / |/| | | | ||||||
* | | | | Update README with build instructions for build | Dominik Schürmann | 2014-07-15 | 1 | -2/+4 | |
| | | | | ||||||
* | | | | Merge pull request #711 from open-keychain/external-test | Vincent | 2014-07-15 | 43 | -327/+2507 | |
|\| | | | |_|/ |/| | | External test + working SaveKeyringParcel | |||||
| * | | Merge remote-tracking branch 'origin/master' into external-test | Vincent Breitmoser | 2014-07-15 | 6 | -23/+380 | |
| |\ \ | |/ / |/| | | | | | | | | | | | Conflicts: OpenKeychain-Test/src/test/resources/extern/OpenPGP-Haskell OpenKeychain/src/main/java/org/sufficientlysecure/keychain/service/KeychainIntentService.java | |||||
* | | | Fix strings from 'keys' to 'passphrases' | Dominik Schürmann | 2014-07-12 | 1 | -2/+2 | |
| | | | ||||||
* | | | Merge branch 'master' of github.com:open-keychain/open-keychain | Dominik Schürmann | 2014-07-12 | 4 | -16/+158 | |
|\ \ \ | ||||||
| * \ \ | Merge pull request #713 from da-kid/master | Dominik Schürmann | 2014-07-12 | 4 | -16/+158 | |
| |\ \ \ | | | | | | | | | | | Added notification to passphrasecache | |||||
| | * | | | Fixed misplaced bracket | Daniel Albert | 2014-07-12 | 1 | -1/+1 | |
| | | |/ | | |/| | ||||||
| | * | | Wello there, That's Java, not C^^ | Daniel Albert | 2014-07-12 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Fixed issues discussed in #713 | Daniel Albert | 2014-07-12 | 3 | -14/+15 | |
| | | | | ||||||
| | * | | Put text into strings.xml, for internationalization | Daniel Albert | 2014-07-12 | 2 | -6/+12 | |
| | | | | ||||||
| | * | | Added Purging for Android < 4.1 | Daniel Albert | 2014-07-12 | 1 | -28/+51 | |
| | | | | ||||||
| | * | | Implemented Notification, no fallback yet | Daniel Albert | 2014-07-12 | 3 | -7/+83 | |
| | | | | ||||||
| | * | | new PassphraseCache, storing UserIDs as well | Daniel Albert | 2014-07-12 | 1 | -11/+47 | |
| |/ / | ||||||
* / / | more work on edit key | Dominik Schürmann | 2014-07-12 | 2 | -7/+222 | |
|/ / | ||||||
| * | test: use random string as passphrase | Vincent Breitmoser | 2014-07-13 | 2 | -20/+37 | |
| | | ||||||
| * | test: add UncachedKeyringTest, stub | Vincent Breitmoser | 2014-07-13 | 1 | -0/+105 | |
| | | ||||||
| * | test: work on KeyringTestingHelper methods | Vincent Breitmoser | 2014-07-13 | 1 | -11/+117 | |
| | | ||||||
| * | modifyKey: error out on integrity check fails | Vincent Breitmoser | 2014-07-12 | 2 | -10/+18 | |
| | | ||||||
| * | test: more tests for different revocation cases | Vincent Breitmoser | 2014-07-12 | 1 | -1/+41 | |
| | | ||||||
| * | test: add test for bad key sanity check | Vincent Breitmoser | 2014-07-12 | 1 | -1/+67 | |
| | | ||||||
| * | createKey: better logging, handle empty user id case | Vincent Breitmoser | 2014-07-12 | 3 | -44/+66 | |
| | | ||||||
| * | test: add algorithm choice tests | Vincent Breitmoser | 2014-07-12 | 3 | -3/+77 | |
| | | ||||||
| * | Merge remote-tracking branch 'origin/master' into external-test | Vincent Breitmoser | 2014-07-11 | 9 | -76/+296 | |
| |\ | |/ |/| | | | | | | | | | Conflicts: OpenKeychain-Test/src/test/resources/extern/OpenPGP-Haskell OpenKeychain/src/main/java/org/sufficientlysecure/keychain/service/OperationResultParcel.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/EditKeyFragment.java | |||||
* | | Merge pull request #710 from mar-v-in/patch-1 | Vincent | 2014-07-09 | 1 | -8/+8 | |
|\ \ | | | | | | | Fix OperationResultParcel | |||||
| * | | Fix OperationResultParcel | mar-v-in | 2014-07-09 | 1 | -8/+8 | |
|/ / | | | | | Naming conventions save lives... or atleast make addAll() work | |||||
* | | Fix nullpointer in API, fix #693 | Dominik Schürmann | 2014-07-08 | 1 | -1/+7 | |
| | | ||||||
* | | cleanup | Dominik Schürmann | 2014-07-08 | 1 | -30/+0 | |
| | | ||||||
* | | Merge branch 'master' of github.com:open-keychain/open-keychain | Dominik Schürmann | 2014-07-08 | 2 | -6/+27 | |
|\ \ | ||||||
* | | | Work on subkeys adapter | Dominik Schürmann | 2014-07-08 | 8 | -66/+310 | |
| | | | ||||||
| | * | test: make testing optional in build | Vincent Breitmoser | 2014-07-11 | 2 | -3/+3 | |
| | | | ||||||
| | * | tests: set maxParallelForks = 1, maybe this fixes travis non-deterministic build | Vincent Breitmoser | 2014-07-11 | 1 | -0/+6 | |
| | | | ||||||
| | * | travis: try running tests separately with info output | Vincent Breitmoser | 2014-07-11 | 1 | -1/+3 | |
| | | | ||||||
| | * | travis: get rid of lint | Vincent Breitmoser | 2014-07-11 | 1 | -1/+1 | |
| | | | ||||||
| | * | tests: stronger subkey revocation test including re-certification | Vincent Breitmoser | 2014-07-11 | 1 | -16/+69 | |
| | | | ||||||
| | * | modifyKey: proper expiry check during SubkeyAdd | Vincent Breitmoser | 2014-07-11 | 1 | -2/+2 | |
| | | | ||||||
| | * | test: stronger SubkeyCreate tests | Vincent Breitmoser | 2014-07-11 | 1 | -3/+39 | |
| | | | ||||||
| | * | modifyKey: make SubkeyChange operations work | Vincent Breitmoser | 2014-07-11 | 4 | -27/+64 | |
| | | | ||||||
| | * | test: add SubkeyChange tests | Vincent Breitmoser | 2014-07-11 | 1 | -3/+94 | |
| | | | ||||||
| | * | test: onlyX vars are lists now, use them as such | Vincent Breitmoser | 2014-07-11 | 1 | -12/+8 | |
| | | | ||||||
| | * | (whoops) | Vincent Breitmoser | 2014-07-11 | 1 | -1/+1 | |
| | | | ||||||
| | * | SaveKeyringParcel: follow attribute m prefix coding guideline | Vincent Breitmoser | 2014-07-11 | 9 | -86/+83 | |
| | | | ||||||
| | * | test: get rid of some SaveKeyringParcel boilerplate | Vincent Breitmoser | 2014-07-11 | 2 | -33/+21 | |
| | | | ||||||
| | * | get rid of some inspection warnings | Vincent Breitmoser | 2014-07-11 | 4 | -11/+7 | |
| | | | ||||||
| | * | modifyKey: error out on nonexisting new primary user id | Vincent Breitmoser | 2014-07-11 | 3 | -0/+12 | |
| | | | ||||||
| | * | test: add more user id tests | Vincent Breitmoser | 2014-07-11 | 1 | -2/+85 | |
| | | | ||||||
| | * | test: put more stuff in helper method for neater tests | Vincent Breitmoser | 2014-07-11 | 2 | -36/+36 | |
| | | |