aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | Don't show full fingerprint in key search resultsTim Bray2014-06-051-6/+2
| | | | | |
| | * | | | fixed error messageTim Bray2014-06-042-4/+3
| | | |/ / | | |/| |
* | | | | canonicalize: require primary key binding certificates for signing subkeysVincent Breitmoser2014-06-122-3/+44
| | | | |
* | | | | canonicalize: simplify import with info from canonicalizationVincent Breitmoser2014-06-122-39/+9
| | | | |
* | | | | canonicalize: filter out future and local certificatesVincent Breitmoser2014-06-123-13/+85
| | | | |
* | | | | import-log: more minor improvementsVincent Breitmoser2014-06-122-9/+6
| | | | |
* | | | | import: use wrapped keyring instead of uncached keyring for trustVincent Breitmoser2014-06-121-25/+19
| | | | |
* | | | | import-log: minor improvementsVincent Breitmoser2014-06-124-55/+74
| | | | |
* | | | | canonicalize: more stuffVincent Breitmoser2014-06-124-40/+60
| | | | |
* | | | | canonicalize: implementation, first draftVincent Breitmoser2014-06-124-28/+317
| | | | |
* | | | | import-log: properly distinguish return statesVincent Breitmoser2014-06-125-26/+25
| | | | |
* | | | | import-log: better way to check self trust, and fix log level filteringVincent Breitmoser2014-06-122-16/+6
| | | | |
* | | | | import-log: use holder pattern in log fragmentVincent Breitmoser2014-06-111-16/+24
| | | | |
* | | | | import-log: work on log fragment uiVincent Breitmoser2014-06-104-18/+102
| | | | |
* | | | | import-log: switch to flags instead of statuses for result intVincent Breitmoser2014-06-105-90/+133
| | | | |
* | | | | import-log: more interface workVincent Breitmoser2014-06-106-40/+71
| | | | |
* | | | | import-log: some cosmeticsVincent Breitmoser2014-06-103-3/+7
| | | | |
* | | | | import-log: add LogDisplay activityVincent Breitmoser2014-06-103-4/+107
| | | | |
* | | | | import-log: use supertoast in ImportKeyActivityVincent Breitmoser2014-06-101-26/+87
| | | | |
* | | | | canonicalize: first step(s)Vincent Breitmoser2014-06-103-3/+66
| | | | |
* | | | | import-log: add OperationResults, use it in ImportKeys operationVincent Breitmoser2014-06-105-98/+251
| |_|_|/ |/| | |
* | | | import-log: better stripped key loggingVincent Breitmoser2014-06-063-16/+41
| | | |
* | | | import-log: add output to logcat (for debugging)Vincent Breitmoser2014-06-063-8/+19
| | | |
* | | | import-log: add log statements in import routineVincent Breitmoser2014-06-062-97/+225
| | | |
* | | | import-log: improve operationresultparcel, add indentationVincent Breitmoser2014-06-062-10/+37
| | | |
* | | | import-log: add parcelable prototypeVincent Breitmoser2014-06-051-0/+123
|/ / /
* | | ui: do show Certify identities button even for secret keysVincent Breitmoser2014-06-041-8/+0
| | | | | | | | | | | | Closes #636
* | | fix bug with bad verifying master keysVincent Breitmoser2014-06-041-3/+3
| | |
* | | do respect expectedFingerprint during key importVincent Breitmoser2014-06-042-9/+18
| | |
* | | neatness refactoringVincent Breitmoser2014-06-0433-241/+118
|/ /
* | Merge remote-tracking branch 'origin/master' into edit-key-rewriteVincent Breitmoser2014-06-026-60/+51
|\|
| * Finished cleaning up rebase conflicts post Keyserver exception refactorTim Bray2014-05-236-32/+33
| |
| * Add Log.d for QueryFailedExceptionTim Bray2014-05-231-0/+2
| |
| * Add Log.d for QueryFailedExceptionTim Bray2014-05-236-37/+25
| |
* | wrapped-key-ring: add documentationVincent Breitmoser2014-06-027-7/+83
| |
* | make everything work againVincent Breitmoser2014-06-023-8/+22
| |
* | wrapped-key-ring: move key data around in ParcelableKeyRing instead of ↵Vincent Breitmoser2014-06-029-183/+119
| | | | | | | | ImportKeysListEntry
* | wrapped-key-ring: no UncachedSecretKeyRing after allVincent Breitmoser2014-06-029-61/+75
| |
* | new savekeyring operation (mostly stub)Vincent Breitmoser2014-05-2716-356/+595
| |
* | introduce new SaveKeyringParcelVincent Breitmoser2014-05-271-0/+113
| |
* | rename SaveKeyringParcel to OldSaveKeyringParcelVincent Breitmoser2014-05-274-14/+19
| |
* | fix missing userIds in ImportKeysListEntryVincent Breitmoser2014-05-272-4/+9
| |
* | wrapped-key-ring: forgot a part in PgpDecryptVerifyVincent Breitmoser2014-05-231-2/+9
| |
* | introduce WrappedSignature for the ViewCert* ui codeVincent Breitmoser2014-05-233-31/+149
| |
* | wrapped-key-ring: use UncachedKeyRing in ImportKeysListLoaderVincent Breitmoser2014-05-231-28/+8
| |
* | wrapped-key-ring: UncachedKeyRing wraps only one ring of dynamic typeVincent Breitmoser2014-05-238-101/+126
| |
* | wrapped-key-ring: encapsulate key flagsVincent Breitmoser2014-05-223-18/+27
| |
* | Merge remote-tracking branch 'origin/master' into wrapped-key-ringVincent Breitmoser2014-05-2117-186/+316
|\| | | | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/PgpImportExport.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/service/KeychainIntentService.java
| * Add license header to FixedDrawerLayoutDominik Schürmann2014-05-181-0/+16
| |
| * Merge highlight keyserver pull requestDominik Schürmann2014-05-189-91/+128
| |\