aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp
Commit message (Expand)AuthorAgeFilesLines
* modifyKey: couple more fixes from testsVincent Breitmoser2014-07-112-4/+34
* some UncachedKeyRing fixes, primary user id mostlyVincent Breitmoser2014-07-112-12/+62
* modifyKey: preserve master key flagsVincent Breitmoser2014-07-111-5/+22
* add come createKey stringsVincent Breitmoser2014-07-111-1/+6
* tests: add testSubkeyAddVincent Breitmoser2014-07-101-0/+4
* support changing primary user id in SaveKeyringParcelVincent Breitmoser2014-07-021-4/+111
* fix subkey additionVincent Breitmoser2014-07-021-37/+59
* add create key capabilities to SaveKeyringParcelVincent Breitmoser2014-06-292-35/+67
* fix nullpointerexception in importkeyactivityVincent Breitmoser2014-06-281-2/+10
* code cleanup and plurals in import log entriesVincent Breitmoser2014-06-282-61/+52
* ditch outdated certifyKey operationVincent Breitmoser2014-06-221-54/+0
* VERY basic test for save keyringArt O Cathain2014-06-211-0/+19
* Fix keybase importDominik Schürmann2014-06-202-1/+3
* Fix app name in PGP header, closing #663Dominik Schürmann2014-06-191-1/+1
* remove obsolete subkey binding check from signature verificationVincent Breitmoser2014-06-193-124/+3
* fix key exportVincent Breitmoser2014-06-181-1/+1
* canonicalize: missed two logging entriesVincent Breitmoser2014-06-181-1/+3
* Merge branch 'new-edit'Vincent Breitmoser2014-06-182-714/+236
|\
| * new-edit: add logging to modifySecretKeyRing operationVincent Breitmoser2014-06-171-71/+113
| * new-edit: add new save keyring stuffVincent Breitmoser2014-06-172-148/+121
| * new-edit: remove old save keyring stuffVincent Breitmoser2014-06-171-546/+53
* | generate public keyring from secret if not availableVincent Breitmoser2014-06-181-0/+16
* | consolidate: almost sane loggingVincent Breitmoser2014-06-181-1/+1
* | consolidate: add key import routines with consolidationVincent Breitmoser2014-06-184-6/+28
* | consolidate: make it workVincent Breitmoser2014-06-181-93/+99
* | code cleanup in ProviderHelper and UncachedKeyRingVincent Breitmoser2014-06-181-26/+20
* | consolidate: add loggingVincent Breitmoser2014-06-182-8/+35
* | consolidate: first draftVincent Breitmoser2014-06-181-3/+114
* | canonicalize: support secret keysVincent Breitmoser2014-06-171-12/+24
|/
* import-log: clean up progress messagesVincent Breitmoser2014-06-171-6/+6
* canonicalize: fix NullPointerExceptionVincent Breitmoser2014-06-171-1/+2
* drop invalid user ids and add fatal case(s)Vincent Breitmoser2014-06-161-5/+16
* add more progress info from import routineVincent Breitmoser2014-06-161-2/+4
* import-log: distinguish master/subkeys, distinguish redundant/bad certs, more...Vincent Breitmoser2014-06-161-40/+59
* canonicalize: require primary key binding certificates for signing subkeysVincent Breitmoser2014-06-121-3/+41
* canonicalize: filter out future and local certificatesVincent Breitmoser2014-06-122-11/+76
* import-log: minor improvementsVincent Breitmoser2014-06-122-7/+7
* canonicalize: more stuffVincent Breitmoser2014-06-121-32/+47
* 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