aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/provider/KeychainProvider.java
Commit message (Collapse)AuthorAgeFilesLines
* Add brackets in KeychainProviderDominik Schürmann2015-06-291-30/+43
|
* Query for duplicate user idsDominik Schürmann2015-03-151-1/+9
|
* Debug optionsDominik Schürmann2015-03-051-1/+1
|
* rewrite PgpSignEncrypt data flowVincent Breitmoser2015-02-011-1/+1
| | | | | | | - introduce high-level SignEncryptOperation for uri to uri signing/encryption - use SignEncryptParcel for high-level operation parameters - use PgpSignEncryptInput plus streams for low-level operation parameters - get rid of all sign/encrypt logic in KeychainIntentService
* Merge branch 'ligi/fix/add_ability_to_compile_with_java8' of ↵Dominik Schürmann2015-01-301-1/+1
|\ | | | | | | https://github.com/ligi/open-keychain into ligi-ligi/fix/add_ability_to_compile_with_java8
| * Add explicit casting to be able to compile with java8ligi2015-01-291-1/+1
| |
* | Saving of allowed keysDominik Schürmann2015-01-291-3/+27
| |
* | Introduce allowed keys table per API clientDominik Schürmann2015-01-291-3/+19
|/
* lift language level to java 7, and some code cleanupVincent Breitmoser2015-01-251-6/+6
|
* actually import user attributes (though they are not shown anywhere yet)Vincent Breitmoser2015-01-141-1/+3
|
* make user_ids table typed, with attribute_data supportVincent Breitmoser2015-01-141-35/+57
| | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/ViewKeyMainFragment.java
* implement preliminary MultiCertifyActivity (most heavy lifting is done)Vincent Breitmoser2014-10-041-7/+19
|
* key spinner fixesDominik Schürmann2014-09-211-6/+6
|
* New key flags icons, subkey adapter redesign, support authanticate flag in ↵Dominik Schürmann2014-09-201-0/+12
| | | | database
* move IS_REVOKED table prefix to the right placesVincent Breitmoser2014-09-131-1/+1
| | | | Fixes #849
* nullpointer check in KeychainProviderDominik Schürmann2014-09-111-1/+1
|
* nullpointer check in KeychainProviderDominik Schürmann2014-09-111-0/+4
|
* flag revoked, epired and unavailable keys in selection spinnerVincent Breitmoser2014-09-071-0/+2
|
* add ecc supportVincent Breitmoser2014-08-241-0/+2
|
* Copyright (C) 2014 Vincent BreitmoserVincent Breitmoser2014-08-211-0/+1
|
* consolidate: use KeychainProvider for deletion operationVincent Breitmoser2014-08-201-0/+5
|
* small bug in has_certifymar-v-in2014-08-141-1/+1
|
* add HAS_CERTIFY (not sure why it's missing)mar-v-in2014-08-141-0/+11
|
* Handle keys without expiry date rightmar-v-in2014-08-141-2/+2
| | | Fixes #765
* Add convenience method to unified keyrings to determine whether a keyring is ↵mar-v-in2014-08-121-0/+3
| | | | expired, fix is_revoked for certain usages
* wrapped-key-ring: no UncachedSecretKeyRing after allVincent Breitmoser2014-06-021-1/+1
|
* use long rather than String to build uris by keyVincent Breitmoser2014-05-211-1/+1
|
* wrapped-key-ring: split up CachedKeyRing and WrappedKeyRingVincent Breitmoser2014-05-211-1/+1
|
* Merge remote-tracking branch 'origin/master' into wrapped-key-ringVincent Breitmoser2014-05-141-6/+7
|\ | | | | | | | | | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/provider/ProviderHelper.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/service/KeychainIntentService.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/CertifyKeyActivity.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/ViewCertActivity.java OpenKeychain/src/main/res/values/strings.xml
| * proper null checks and closing of cursors everywhereVincent Breitmoser2014-05-081-6/+7
| |
* | wrapped-key-ring: cached data revampVincent Breitmoser2014-05-041-33/+37
| |
* | wrapped-key-ring: first steps, get rid of key imports in decryptverify and ↵Vincent Breitmoser2014-05-031-0/+22
|/ | | | signencrypt
* Fix a nullptr in KeychainProviderVincent Breitmoser2014-04-201-1/+1
| | | | Fixes #589
* Fix some smaller annoyances, closes #583, #582Dominik Schürmann2014-04-191-7/+2
|
* fix unified query columns for select*fragmentVincent Breitmoser2014-04-181-5/+4
|
* Fix more whitespaceVincent2014-04-161-2/+2
|
* stripped support: implement has_secret support, in ui and impot of secret keysVincent Breitmoser2014-04-161-1/+15
| | | | Closes #570
* stripped support: add has_secret column to keys tableVincent Breitmoser2014-04-161-2/+6
|
* Remove unused blob classes and other dead codeDominik Schürmann2014-04-131-16/+2
|
* Select*KeyFragment rewritesVincent Breitmoser2014-04-101-8/+26
| | | | | | | | | | - moved all specific Public/Secret logic from the Adapter class into inner subclasses in the Fragments - more versatile status display ("revoked", "expired", "can certify"...) - applied view holder pattern - query logic, including subqueries, moved into provider classes Closes #375
* Change license from ASLv2 to GPLv3 where possibleThialfihar2014-04-081-9/+10
|
* Update copyright timespan for ThialfiharThialfihar2014-04-081-1/+1
|
* Rename folder structure from OpenPGP Keychain to OpenKeychainDominik Schürmann2014-04-061-0/+752