aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/operations/ImportExportOperation.java
Commit message (Expand)AuthorAgeFilesLines
* extend canonicalize to strip local certificates on exportVincent Breitmoser2015-01-021-8/+19
* export secret and public keys in separate armored blocksVincent Breitmoser2014-10-311-9/+24
* forgot a thing for secret key exportVincent Breitmoser2014-10-301-18/+24
* Close stream on key export to avoid partial write (see #986)Vincent Breitmoser2014-10-291-0/+7
* implement upload of keyring after certification, check that option by defaultVincent Breitmoser2014-10-261-0/+4
* remove unnecessary (and buggy) BufferedInputStream wrappingVincent Breitmoser2014-10-251-3/+10
* change indentation of import logsVincent Breitmoser2014-10-251-10/+10
* more work on import loggingVincent Breitmoser2014-10-251-1/+2
* add logging to import and change order of import, keyservers firstVincent Breitmoser2014-10-251-23/+38
* Fix import from cloudDominik Schürmann2014-10-241-1/+1
* integrate download from keyserver into key import operationVincent Breitmoser2014-10-231-6/+81
* some cleanup and documentation of *Operation classesVincent Breitmoser2014-10-151-1/+18
* fix export performance problemsVincent Breitmoser2014-10-141-0/+5
* rewrite export with new operation styleVincent Breitmoser2014-10-131-68/+170
* move around package structure a bitVincent Breitmoser2014-10-101-0/+279