aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/provider
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into performanceVincent Breitmoser2016-02-101-1/+1
|\
| * Replace spongycastle with bouncycastleDominik Schürmann2016-02-091-1/+1
* | performance: avoid expensive getSecretKeyType call, use cached where possibleVincent Breitmoser2016-02-052-4/+6
|/
* keylist: filter results by all user ids for search (fixes #1645)Vincent Breitmoser2015-12-292-5/+22
* fix accidental commit (thought I had removed that)Vincent Breitmoser2015-11-151-3/+1
* allow database downgrade for debug buildsVincent Breitmoser2015-11-151-0/+4
* some optimizations and indexes for the main key list queryVincent Breitmoser2015-11-152-14/+22
* provider: add debug variable to explain query plansVincent Breitmoser2015-11-151-4/+28
* decrypt: skip all encountered marker packets (fix #1582)Vincent Breitmoser2015-11-151-0/+1
* Improve file handling in TemporaryFileProviderDominik Schürmann2015-10-211-16/+21
* Remove debug codeDominik Schürmann2015-10-151-1/+1
* Rename TemporaryStorageProvider to TemporaryFileProvider, use interface for d...Dominik Schürmann2015-10-151-30/+38
* use only primary and mutually bound subkeys for fingerprint verificationVincent Breitmoser2015-10-061-2/+1
* Prevent database downgrade (OKC-01-012)Dominik Schürmann2015-09-251-1/+10
* mime: create more general InputDataOperation, which for now and does basic mi...Vincent Breitmoser2015-09-151-7/+15
* sort confirmed keys before unconfirmed primary ones (OKC-01-011)Vincent Breitmoser2015-09-111-0/+5
* perform fingerprint check after canonicalization (OKC-01-009)Vincent Breitmoser2015-09-111-2/+13
* Merge branch 'linked-identities' (and fix OperationHelper ids)Vincent Breitmoser2015-08-293-17/+55
|\
| * Merge tag 'v3.2.1' into linked-identitiesVincent Breitmoser2015-05-114-39/+34
| |\
| * | linked-ids: rename RawLinkedIdentity to UriAttributeVincent Breitmoser2015-05-091-1/+1
| * | Merge branch 'development' into linked-identitiesVincent Breitmoser2015-03-153-50/+69
| |\ \
| * | | remove notiion of nonce/identifierVincent Breitmoser2015-03-131-1/+3
| * | | add linked id certs uri to KeychainProviderVincent Breitmoser2015-03-092-7/+15
| * | | use loader in LinkedIdViewFragmentVincent Breitmoser2015-03-092-1/+16
| * | | Merge branch 'development' into linked-identitiesVincent Breitmoser2015-03-082-3/+2
| |\ \ \
| * | | | work on LinkedIdViewFragmentVincent Breitmoser2015-03-051-6/+0
| * | | | do a TON of UI workVincent Breitmoser2015-03-053-20/+30
| * | | | work more on separation of linked identities and resources, initial ui workVincent Breitmoser2015-03-041-0/+5
| * | | | NON-WORKING Merge branch 'development' into linked-identitiesVincent Breitmoser2015-03-024-49/+185
| |\ \ \ \
| * | | | | actually import user attributes (though they are not shown anywhere yet)Vincent Breitmoser2015-01-142-12/+121
| * | | | | make user_ids table typed, with attribute_data supportVincent Breitmoser2015-01-134-62/+94
* | | | | | introduced constants for keyserver sync, fixed sync issueAdithya Abraham Philip2015-08-201-9/+4
* | | | | | introduced keyserver sync adapterAdithya Abraham Philip2015-08-204-2/+141
* | | | | | Improve comments and reasons in PgpConstants, simple checks for insecure asym...Dominik Schürmann2015-08-101-3/+3
* | | | | | Introduce constants in OpenPgpSignature and DecryptionResult for unsigned/une...Dominik Schürmann2015-08-091-2/+2
* | | | | | comment for database fixVincent Breitmoser2015-07-081-0/+2
* | | | | | apply database fix for bogus rows introduced by issue #1402Vincent Breitmoser2015-07-081-4/+12
* | | | | | Package cert not sigDominik Schürmann2015-07-071-2/+2
* | | | | | cleanup, NonNull annotation, never return null in PgpDecryptVerifyVincent Breitmoser2015-07-061-0/+3
* | | | | | some cleanup and documentationVincent Breitmoser2015-07-061-1/+4
* | | | | | added proxy support to OperationHelperAdithya Abraham Philip2015-07-031-2/+2
* | | | | | ensuring code style is preservedAdithya Abraham Philip2015-07-031-4/+6
* | | | | | Merge branch 'master' of github.com:open-keychain/open-keychainAdithya Abraham Philip2015-06-302-46/+90
|\ \ \ \ \ \
| * | | | | | Use signature-level signature for TemporaryStorageProvider and describe the s...Dominik Schürmann2015-06-291-15/+46
| * | | | | | Add brackets in KeychainProviderDominik Schürmann2015-06-291-30/+43
| * | | | | | Use application/octet-stream as default type in TemporaryStorageProviderDominik Schürmann2015-06-291-1/+1
* | | | | | | split import and export opsAdithya Abraham Philip2015-06-271-3/+3
* | | | | | | introduced CryptoOperationHelper in ImportKeysActivityAdithya Abraham Philip2015-06-271-2/+2
|/ / / / / /
* | | | | | Merge remote-tracking branch 'origin/master' into v/multi-decryptVincent Breitmoser2015-06-261-0/+3
|\ \ \ \ \ \
| * | | | | | instrument: first couple of tests for OpenPGP APIVincent Breitmoser2015-06-261-0/+3