aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/operations/ExportOperation.java
Commit message (Expand)AuthorAgeFilesLines
* Cleanup, fix advanced sharingDominik Schürmann2015-10-151-312/+0
* Rename TemporaryStorageProvider to TemporaryFileProvider, use interface for d...Dominik Schürmann2015-10-151-2/+2
* export: improve stream handling, performanceVincent Breitmoser2015-09-281-3/+12
* export: support encrypted export, first versionVincent Breitmoser2015-09-281-11/+78
* export: more cleanup and splitting into subroutinesVincent Breitmoser2015-09-261-48/+52
* export: externalize upload into its own operationVincent Breitmoser2015-09-261-97/+6
* export: clean up, fix possible infinite loopVincent Breitmoser2015-09-261-61/+54
* export: move execute operation to topVincent Breitmoser2015-09-261-40/+41
* remove "export to file" code path from export operationVincent Breitmoser2015-09-261-61/+5
* mention filename to export to in logVincent Breitmoser2015-08-221-0/+2
* added licenses, cleaned up code, fixed warningsAdithya Abraham Philip2015-07-131-3/+0
* added retry on upload failureAdithya Abraham Philip2015-07-131-0/+3
* allowed operations to modify CryptoInputParcel they receiveAdithya Abraham Philip2015-07-131-13/+1
* implemented revocation on deletionAdithya Abraham Philip2015-07-131-4/+23
* Temporary fix for multi exportDominik Schürmann2015-07-081-10/+12
* don't cache exporthelper, keep type for KeyItem in KeySpinnerVincent Breitmoser2015-07-061-11/+11
* cleanup, NonNull annotation, never return null in PgpDecryptVerifyVincent Breitmoser2015-07-061-2/+4
* added proxy support to OperationHelperAdithya Abraham Philip2015-07-031-13/+42
* split import and export opsAdithya Abraham Philip2015-06-271-0/+343