aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/operations/ImportOperation.java
Commit message (Expand)AuthorAgeFilesLines
* added Facebook links support, reworked PreferencesAdithya Abraham Philip2015-12-061-0/+46
* Show notification when READ_CONTACTS permission is denied in sync service, hi...Dominik Schürmann2015-11-231-3/+3
* changed KeyserverSyncAdapterService to work with START_REDELIVER_INTENTAdithya Abraham Philip2015-10-311-1/+3
* import: make operation cancelable (again), make "update all" cancelableVincent Breitmoser2015-10-291-16/+28
* import: reduce number of threads a little, and code cleanupVincent Breitmoser2015-10-291-39/+37
* make use of proxies a Keyserver propertyVincent Breitmoser2015-10-291-5/+5
* use Proxy.NO_PROXY instead of null value for no proxyVincent Breitmoser2015-10-291-7/+4
* never import secret keys from keyserver (OKC-01-001)Vincent Breitmoser2015-09-111-2/+9
* perform fingerprint check after canonicalization (OKC-01-009)Vincent Breitmoser2015-09-111-12/+1
* fixed update all crashAdithya Abraham Philip2015-08-241-55/+31
* introduced constants for keyserver sync, fixed sync issueAdithya Abraham Philip2015-08-201-1/+1
* reworked keyserversyncadapterservice flowAdithya Abraham Philip2015-08-201-9/+1
* introduced keyserver sync adapterAdithya Abraham Philip2015-08-201-11/+26
* allowed operations to modify CryptoInputParcel they receiveAdithya Abraham Philip2015-07-131-1/+1
* fixed QR code scan and serialKeyImport progressAdithya Abraham Philip2015-07-081-1/+3
* cleanup, NonNull annotation, never return null in PgpDecryptVerifyVincent Breitmoser2015-07-061-18/+22
* added proxy support to OperationHelperAdithya Abraham Philip2015-07-031-22/+42
* added proxy support, silent right nowAdithya Abraham Philip2015-07-031-1/+1
* split import and export opsAdithya Abraham Philip2015-06-271-0/+565