aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/provider/KeychainContract.java
Commit message (Collapse)AuthorAgeFilesLines
* implement preliminary MultiCertifyActivity (most heavy lifting is done)Vincent Breitmoser2014-10-041-1/+4
|
* New key flags icons, subkey adapter redesign, support authanticate flag in ↵Dominik Schürmann2014-09-201-0/+2
| | | | database
* move IS_REVOKED table prefix to the right placesVincent Breitmoser2014-09-131-1/+1
| | | | Fixes #849
* add ecc supportVincent Breitmoser2014-08-241-0/+1
|
* Copyright (C) 2014 Vincent BreitmoserVincent Breitmoser2014-08-211-0/+1
|
* add HAS_CERTIFY (not sure why it's missing)mar-v-in2014-08-141-0/+1
|
* Add convenience method to unified keyrings to determine whether a keyring is ↵mar-v-in2014-08-121-1/+2
| | | | expired, fix is_revoked for certain usages
* KeychainContract: use longs instead of String, other fixesDominik Schürmann2014-08-051-12/+14
|
* use long rather than String to build uris by keyVincent Breitmoser2014-05-211-6/+10
|
* wrapped-key-ring: first steps, get rid of key imports in decryptverify and ↵Vincent Breitmoser2014-05-031-0/+6
| | | | signencrypt
* fix unified query columns for select*fragmentVincent Breitmoser2014-04-181-1/+1
|
* add up navigation in ViewCertActivityVincent Breitmoser2014-04-171-0/+4
| | | | Fixes #567
* Rename provider types following ↵Dominik Schürmann2014-04-171-12/+35
| | | | http://developer.android.com/guide/topics/providers/content-provider-creating.html
* stripped support: add has_secret column to keys tableVincent Breitmoser2014-04-161-1/+2
|
* Remove unused blob classes and other dead codeDominik Schürmann2014-04-131-14/+0
|
* Select*KeyFragment rewritesVincent Breitmoser2014-04-101-0/+2
| | | | | | | | | | - 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
* Rename folder structure from OpenPGP Keychain to OpenKeychainDominik Schürmann2014-04-061-0/+297