aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/operations/ImportExportOperation.java
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/PgpSignEncryptOperation.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/service/KeychainIntentService.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/CertifyKeyFragment.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/EditKeyFragment.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/EncryptActivity.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/ImportKeysActivity.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/SafeSlingerActivity.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/UploadKeyActivity.java
| * introduced multi-threadingAdithya Abraham Philip2015-03-231-9/+11
| | | | | | | | | | | | | | | | refactored oldKeys to updatedKeys added update all keys, ThreadPoolExecutor used modified CachedThreadPoolExecutor
* | finish ui flow for yubikey importVincent Breitmoser2015-03-221-1/+1
|/
* Remove advanced preferences, move compression as menu item in encrypt ↵Dominik Schürmann2015-03-051-8/+0
| | | | activites, select hash and encryption algo based on hardcoded preferred lists
* rewrite PgpSignEncrypt data flowVincent Breitmoser2015-02-011-4/+4
| | | | | | | - introduce high-level SignEncryptOperation for uri to uri signing/encryption - use SignEncryptParcel for high-level operation parameters - use PgpSignEncryptInput plus streams for low-level operation parameters - get rid of all sign/encrypt logic in KeychainIntentService
* 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