aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp
Commit message (Expand)AuthorAgeFilesLines
* canonicalize: implementation, first draftVincent Breitmoser2014-06-122-25/+295
* import-log: properly distinguish return statesVincent Breitmoser2014-06-121-10/+7
* import-log: switch to flags instead of statuses for result intVincent Breitmoser2014-06-101-19/+25
* import-log: more interface workVincent Breitmoser2014-06-101-2/+0
* import-log: some cosmeticsVincent Breitmoser2014-06-101-1/+4
* canonicalize: first step(s)Vincent Breitmoser2014-06-102-2/+65
* import-log: add OperationResults, use it in ImportKeys operationVincent Breitmoser2014-06-102-185/+29
* import-log: better stripped key loggingVincent Breitmoser2014-06-062-2/+4
* import-log: add output to logcat (for debugging)Vincent Breitmoser2014-06-062-8/+12
* import-log: add log statements in import routineVincent Breitmoser2014-06-061-3/+37
* import-log: improve operationresultparcel, add indentationVincent Breitmoser2014-06-061-6/+14
* import-log: add parcelable prototypeVincent Breitmoser2014-06-051-0/+123
* do respect expectedFingerprint during key importVincent Breitmoser2014-06-041-1/+12
* neatness refactoringVincent Breitmoser2014-06-049-180/+75
* wrapped-key-ring: add documentationVincent Breitmoser2014-06-026-7/+67
* make everything work againVincent Breitmoser2014-06-021-2/+3
* wrapped-key-ring: move key data around in ParcelableKeyRing instead of Import...Vincent Breitmoser2014-06-022-101/+21
* wrapped-key-ring: no UncachedSecretKeyRing after allVincent Breitmoser2014-06-025-44/+60
* new savekeyring operation (mostly stub)Vincent Breitmoser2014-05-279-72/+488
* rename SaveKeyringParcel to OldSaveKeyringParcelVincent Breitmoser2014-05-271-3/+3
* fix missing userIds in ImportKeysListEntryVincent Breitmoser2014-05-271-2/+8
* wrapped-key-ring: forgot a part in PgpDecryptVerifyVincent Breitmoser2014-05-231-2/+9
* introduce WrappedSignature for the ViewCert* ui codeVincent Breitmoser2014-05-231-0/+124
* wrapped-key-ring: UncachedKeyRing wraps only one ring of dynamic typeVincent Breitmoser2014-05-235-50/+99
* wrapped-key-ring: encapsulate key flagsVincent Breitmoser2014-05-221-0/+7
* Merge remote-tracking branch 'origin/master' into wrapped-key-ringVincent Breitmoser2014-05-211-3/+3
|\
| * Rename KeyServer to KeyserverDominik Schürmann2014-05-181-3/+3
* | use long rather than String to build uris by keyVincent Breitmoser2014-05-212-9/+4
* | wrapped-key-ring: split up CachedKeyRing and WrappedKeyRingVincent Breitmoser2014-05-2113-138/+173
* | Merge remote-tracking branch 'origin/master' into wrapped-key-ringVincent Breitmoser2014-05-142-6/+8
|\|
| * use setEncryptToSigner for asymmetric encryptionVincent Breitmoser2014-05-081-2/+0
| * Move logic classes for import into own sub-packageDominik Schürmann2014-05-061-5/+8
* | wrapped-key-ring: remove more unneeded methodsVincent Breitmoser2014-05-041-91/+0
* | wrapped-key-ring: get rid of bc objects in key editorVincent Breitmoser2014-05-043-32/+19
* | wrapped-key-ring: more work on passphrase caching and certificationVincent Breitmoser2014-05-041-17/+0
* | wrapped-key-ring: introduce Uncached*Key objectsVincent Breitmoser2014-05-045-129/+179
* | wrapped-key-ring: redesign underlying CachedKeyRingVincent Breitmoser2014-05-044-119/+117
* | wrapped-key-ring: view certifyVincent Breitmoser2014-05-041-0/+13
* | wrapped-key-ring: no more pgp imports in PassphraseDialogFragmentVincent Breitmoser2014-05-043-8/+11
* | wrapped-key-ring: more refactoring - no more pgp imports in KeychainIntentSer...Vincent Breitmoser2014-05-0310-205/+151
* | wrapped-key-ring: small fix to make it work againVincent Breitmoser2014-05-032-14/+12
* | wrapped-key-ring: forgot to add UncachedKeyRing classVincent Breitmoser2014-05-031-0/+29
* | wrapped-key-ring: move more helper methods into keysVincent Breitmoser2014-05-034-15/+151
* | wrapped-key-ring: move certification logic into secretkeyVincent Breitmoser2014-05-035-96/+97
* | certification is always done with the master keyVincent Breitmoser2014-05-031-55/+0
* | wrapped-key-ring: first steps, get rid of key imports in decryptverify and si...Vincent Breitmoser2014-05-039-319/+621
|/
* Rename setter methods for PgpDecryptVerify.BuilderThialfihar2014-04-291-7/+7
* Rename setter methods for PgpSignEncrypt.BuilderThialfihar2014-04-291-19/+19
* Rename ProgressDialogUpdater to ProgressableThialfihar2014-04-296-43/+43
* Move util.ProgressDialogUpdater to pgp.ProgressableThialfihar2014-04-291-0/+26