aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/test/java/org/sufficientlysecure/keychain/operations/ExportTest.java
Commit message (Collapse)AuthorAgeFilesLines
* rename ExportTest to BackupOperationTestVincent Breitmoser2016-05-171-390/+0
|
* refactor BackupOperation a bit, make more illegal states explicitVincent Breitmoser2016-05-171-5/+2
|
* Merge branch 'master' into backup-apiDominik Schürmann2016-05-071-5/+6
|\ | | | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/remote/OpenPgpService.java extern/openpgp-api-lib
| * Refactored to reduce coupling between ChangeUnlockParcel and SaveKeyringParcelAlex Fong2016-05-051-2/+2
| |
| * Refactoring: Removed PassphraseChangeParcel and placed its functionality ↵Alex Fong2016-05-051-2/+2
| | | | | | | | into ChangeUnlockParcel.
| * (WIP) Change password when key is stripped #1692Alex Fong2016-05-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | Approach: Find the first unstripped secret key and use it for passphrase verification All unstripped keys will have their passphrase changed to new passphrase, if possible. Current Progress: Changing the passphrase of keys works fine. Refactoring to combine "modifySecretKeyring" and newly added method, "modifyKeyRingPassword" may be possible if given the go-ahead.
| * get rid of code path for pin and notation data handlingVincent Breitmoser2016-03-231-3/+4
| |
* | Add backup APIDominik Schürmann2016-03-011-4/+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