Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename TemporaryStorageProvider to TemporaryFileProvider, use interface for ↵ | Dominik Schürmann | 2015-10-15 | 2 | -5/+5 |
| | | | | db contract | ||||
* | mime: create more general InputDataOperation, which for now and does basic ↵ | Vincent Breitmoser | 2015-09-15 | 2 | -3/+3 |
| | | | | mime parsing | ||||
* | make sure clipboard service retrieval is always null-proof | Vincent Breitmoser | 2015-07-05 | 1 | -5/+4 |
| | |||||
* | instrument: add filesize check to text encryption test | Vincent Breitmoser | 2015-06-30 | 1 | -27/+6 |
| | |||||
* | instrument: add test for empty clipboard, fix empty clipboard error | Vincent Breitmoser | 2015-06-30 | 1 | -0/+15 |
| | |||||
* | Create key wizard for blank YubiKey | Dominik Schürmann | 2015-06-29 | 1 | -1/+1 |
| | |||||
* | instrument: add tests for adv key share fragment | Vincent Breitmoser | 2015-06-29 | 2 | -0/+128 |
| | |||||
* | instrument: small fix and up to date coverage.ec | Vincent Breitmoser | 2015-06-26 | 1 | -3/+0 |
| | |||||
* | instrument: stash away bitmapmatcher for later | Vincent Breitmoser | 2015-06-26 | 1 | -0/+63 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into v/multi-decrypt | Vincent Breitmoser | 2015-06-26 | 2 | -0/+184 |
|\ | |||||
| * | instrument: first couple of tests for OpenPGP API | Vincent Breitmoser | 2015-06-26 | 2 | -1/+185 |
| | | |||||
* | | instrument: save file | Vincent Breitmoser | 2015-06-23 | 1 | -2/+43 |
| | | |||||
* | | fix original file deletion (and instrumentation) | Vincent Breitmoser | 2015-06-23 | 1 | -1/+1 |
| | | |||||
* | | instrument: delete file and inline preference tests | Vincent Breitmoser | 2015-06-23 | 4 | -50/+175 |
| | | |||||
* | | implement deletion of files | Vincent Breitmoser | 2015-06-23 | 2 | -2/+2 |
| | | |||||
* | | instrument: adapt to new decrypt file dialog, and some minor fixes | Vincent Breitmoser | 2015-06-23 | 2 | -5/+28 |
| | | |||||
* | | instrument: some cleanup | Vincent Breitmoser | 2015-06-22 | 4 | -91/+14 |
| | | |||||
* | | instrument: test error handling in asymmetric operations | Vincent Breitmoser | 2015-06-22 | 1 | -0/+45 |
| | | |||||
* | | instrument: restructure some tests, add bad clipboard data test | Vincent Breitmoser | 2015-06-22 | 7 | -41/+45 |
| | | |||||
* | | instrument: some updates to asymmetric decrypt tests | Vincent Breitmoser | 2015-06-22 | 8 | -7/+617 |
| | | |||||
* | | instrument: fix DrawableMatcher for varying contexts | Vincent Breitmoser | 2015-06-20 | 1 | -1/+1 |
| | | |||||
* | | instrument: check for encrypt/sign status icons | Vincent Breitmoser | 2015-06-20 | 2 | -18/+37 |
| | | |||||
* | | instrument: update asymmetric tests | Vincent Breitmoser | 2015-06-20 | 2 | -61/+19 |
| | | |||||
* | | instrument: update symmetric tests | Vincent Breitmoser | 2015-06-20 | 2 | -21/+157 |
| | | |||||
* | | Merge branch 'master' into v/multi-decrypt | Vincent Breitmoser | 2015-06-18 | 1 | -15/+19 |
|\| | |||||
| * | instrument: fix accidentally broken test | Vincent Breitmoser | 2015-06-17 | 1 | -15/+19 |
| | | |||||
* | | Merge branch 'v/instrument' into v/multi-decrypt | Vincent Breitmoser | 2015-06-17 | 13 | -2/+2178 |
|\| | | | | | | | | | | | | | Conflicts: .travis.yml OpenKeychain/src/androidTest/java/org/sufficientlysecure/keychain/CreateKeyActivityTest.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/PgpDecryptVerify.java | ||||
| * | workaround for coverage bug (for now!) | Vincent Breitmoser | 2015-06-17 | 1 | -0/+29 |
| | | | | | | | | see android bug report https://code.google.com/p/android/issues/detail?id=170607 | ||||
| * | instrument: license stuff | Vincent Breitmoser | 2015-06-17 | 9 | -7/+93 |
| | | |||||
| * | instrument: import public keys as public | Vincent Breitmoser | 2015-06-17 | 1 | -1/+1 |
| | | |||||
| * | instrument: test EncryptKeyCompletionView | Vincent Breitmoser | 2015-06-17 | 3 | -4/+115 |
| | | |||||
| * | instrument: use contrib drawer methods, respect passphrase cache | Vincent Breitmoser | 2015-06-17 | 3 | -45/+32 |
| | | |||||
| * | work on asymmetric operation instrumentation tests | Vincent Breitmoser | 2015-06-17 | 2 | -101/+233 |
| | | |||||
| * | some cleanup in instrumentation tests | Vincent Breitmoser | 2015-06-17 | 2 | -15/+1 |
| | | |||||
| * | instrument: finish symmetric text encryption test | Vincent Breitmoser | 2015-06-17 | 4 | -4/+156 |
| | | |||||
| * | preliminary EditKeyTest | Vincent Breitmoser | 2015-06-17 | 1 | -0/+86 |
| | | |||||
| * | clean up helper code, add withKeyItemId matcher for KeyListAdapter | Vincent Breitmoser | 2015-06-17 | 6 | -101/+105 |
| | | |||||
| * | instrument: change handling in PassphraseDialogActivity to work with espresso | Vincent Breitmoser | 2015-06-17 | 1 | -2/+6 |
| | | |||||
| * | instrument: work on instrumentation tests | Vincent Breitmoser | 2015-06-17 | 4 | -162/+269 |
| | | |||||
| * | instrument: add test for symmetric text encrypt/decrypt | Vincent Breitmoser | 2015-06-17 | 1 | -0/+124 |
| | | |||||
| * | instrument: add helper for snackbar check (2) | Vincent Breitmoser | 2015-06-17 | 1 | -0/+31 |
| | | |||||
| * | instrument: add helper method for snackbar checking | Vincent Breitmoser | 2015-06-17 | 1 | -0/+27 |
| | | |||||
| * | stash away stuff | Vincent Breitmoser | 2015-06-17 | 3 | -0/+1303 |
| | | |||||
| * | update instrumentation test to JUnit4 | Vincent Breitmoser | 2015-06-17 | 1 | -1/+9 |
| | | |||||
| * | fix instrumentation test(s) | Vincent Breitmoser | 2015-06-17 | 1 | -10/+13 |
| | | |||||
* | | fix instrumentation test(s) | Vincent Breitmoser | 2015-06-13 | 1 | -10/+13 |
|/ | |||||
* | Espresso test for CreateKeyActivity | Manoj Khanna | 2015-04-25 | 2 | -0/+268 |
| | |||||
* | Start on Robolectric integration test | Art O Cathain | 2014-06-16 | 1 | -12/+0 |
| | |||||
* | update unit test support in build files | Vincent Breitmoser | 2014-05-27 | 1 | -0/+12 |