aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/test/java/org/sufficientlysecure/keychain/operations/ExportTest.java
Commit message (Collapse)AuthorAgeFilesLines
* get rid of code path for pin and notation data handlingVincent Breitmoser2016-03-231-3/+4
|
* Replace spongycastle with bouncycastleDominik Schürmann2016-02-091-2/+2
|
* Tests: Use ECC where possibleDominik Schürmann2016-01-031-6/+6
|
* Cleanup, fix advanced sharingDominik Schürmann2015-10-151-6/+6
|
* Rename TemporaryStorageProvider to TemporaryFileProvider, use interface for ↵Dominik Schürmann2015-10-151-2/+2
| | | | db contract
* Merge branch 'master' into encrypted-exportVincent Breitmoser2015-10-081-6/+6
|\
| * Raise min asymmetric key length for all ciphers to 2048 bitDominik Schürmann2015-10-041-6/+6
| |
* | decryptverify: add trivial detection of pgp ascii-armored dataVincent Breitmoser2015-09-301-0/+3
| |
* | export: improve stream handling, performanceVincent Breitmoser2015-09-281-0/+16
| |
* | export: support encrypted export, first versionVincent Breitmoser2015-09-281-31/+178
| |
* | export: more cleanup and splitting into subroutinesVincent Breitmoser2015-09-261-4/+2
|/
* Tests not working anymore on travis after using new annotation parameterDominik Schürmann2015-07-091-3/+5
| | | | | | Revert "Get rid of robolectric workaround by using new annotation in robolectric 3.0" This reverts commit 85a47d22f9bb1e4aaf5770c67416a5532977658e.
* Get rid of robolectric workaround by using new annotation in robolectric 3.0Dominik Schürmann2015-07-091-5/+3
|
* split import and export opsAdithya Abraham Philip2015-06-271-2/+1
|
* Fix debug/release build separationDominik Schürmann2015-06-111-1/+2
|
* Use new officially supported way for local unit tests, many dependencies ↵Dominik Schürmann2015-06-111-0/+228
upgraded for this, temporary disabled separate debug builds