aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/operations/ImportExportOperation.java
Commit message (Expand)AuthorAgeFilesLines
* split import and export opsAdithya Abraham Philip2015-06-271-873/+0
* added export and upload to KeychainNewServiceAdithya Abraham Philip2015-06-271-5/+41
* introduced CryptoOperationHelper in ImportKeysActivityAdithya Abraham Philip2015-06-271-15/+259
* fix rest of resource leaks (#1351)Vincent Breitmoser2015-06-171-6/+10
* renamed KeychainIntentService to KeychainServiceAdithya Abraham Philip2015-06-011-1/+1
* merged servicesAdithya Abraham Philip2015-06-011-3/+10
* prevent keybase key replacing keyserver keyAdithya Abraham Philip2015-05-311-12/+11
* fixed sync on key import, 'me' linked contact crashAdithya Abraham Philip2015-05-081-0/+2
* check for fingerprint of any subkey (arguable?)Vincent Breitmoser2015-05-061-6/+7
* Merge branch 'development' into v/crypto-input-parcelDominik Schürmann2015-03-241-9/+11
|\
| * introduced multi-threadingAdithya Abraham Philip2015-03-231-9/+11
* | finish ui flow for yubikey importVincent Breitmoser2015-03-221-1/+1
|/
* Remove advanced preferences, move compression as menu item in encrypt activit...Dominik Schürmann2015-03-051-8/+0
* rewrite PgpSignEncrypt data flowVincent Breitmoser2015-02-011-4/+4
* move last parts of import logic from kis into operationVincent Breitmoser2015-01-261-3/+45
* lift language level to java 7, and some code cleanupVincent Breitmoser2015-01-251-1/+1
* 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