aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/provider
Commit message (Expand)AuthorAgeFilesLines
* canonicalize: implementation, first draftVincent Breitmoser2014-06-121-1/+1
* import-log: properly distinguish return statesVincent Breitmoser2014-06-121-8/+10
* import-log: better way to check self trust, and fix log level filteringVincent Breitmoser2014-06-121-13/+5
* import-log: work on log fragment uiVincent Breitmoser2014-06-101-1/+1
* import-log: switch to flags instead of statuses for result intVincent Breitmoser2014-06-101-9/+15
* import-log: more interface workVincent Breitmoser2014-06-101-14/+30
* import-log: add OperationResults, use it in ImportKeys operationVincent Breitmoser2014-06-101-64/+103
* import-log: better stripped key loggingVincent Breitmoser2014-06-061-14/+37
* import-log: add output to logcat (for debugging)Vincent Breitmoser2014-06-061-0/+7
* import-log: add log statements in import routineVincent Breitmoser2014-06-061-94/+188
* import-log: improve operationresultparcel, add indentationVincent Breitmoser2014-06-061-4/+23
* fix bug with bad verifying master keysVincent Breitmoser2014-06-041-3/+3
* neatness refactoringVincent Breitmoser2014-06-041-3/+3
* wrapped-key-ring: add documentationVincent Breitmoser2014-06-021-0/+16
* make everything work againVincent Breitmoser2014-06-021-2/+14
* wrapped-key-ring: no UncachedSecretKeyRing after allVincent Breitmoser2014-06-023-12/+11
* new savekeyring operation (mostly stub)Vincent Breitmoser2014-05-272-214/+85
* wrapped-key-ring: UncachedKeyRing wraps only one ring of dynamic typeVincent Breitmoser2014-05-231-8/+7
* wrapped-key-ring: use CachedKeyRing where possibleVincent Breitmoser2014-05-212-28/+22
* use long rather than String to build uris by keyVincent Breitmoser2014-05-213-12/+14
* wrapped-key-ring: split up CachedKeyRing and WrappedKeyRingVincent Breitmoser2014-05-213-38/+152
* Merge remote-tracking branch 'origin/master' into wrapped-key-ringVincent Breitmoser2014-05-143-143/+178
|\
| * proper null checks and closing of cursors everywhereVincent Breitmoser2014-05-083-127/+159
| * use longsparsearrays instead of hashmaps in that one placeVincent Breitmoser2014-05-081-16/+19
* | wrapped-key-ring: remove more unneeded methodsVincent Breitmoser2014-05-041-17/+0
* | wrapped-key-ring: redesign underlying CachedKeyRingVincent Breitmoser2014-05-041-65/+35
* | wrapped-key-ring: cached data revampVincent Breitmoser2014-05-041-33/+37
* | wrapped-key-ring: no more pgp imports in PassphraseDialogFragmentVincent Breitmoser2014-05-041-8/+0
* | wrapped-key-ring: more refactoring - no more pgp imports in KeychainIntentSer...Vincent Breitmoser2014-05-031-1/+19
* | wrapped-key-ring: move certification logic into secretkeyVincent Breitmoser2014-05-031-0/+4
* | wrapped-key-ring: first steps, get rid of key imports in decryptverify and si...Vincent Breitmoser2014-05-033-1/+123
|/
* Formatting KeychainDatabaseDominik Schürmann2014-04-291-17/+17
* Clarify sqlite datatypesDominik Schürmann2014-04-291-2/+12
* Merge branch 'master' of github.com:open-keychain/open-keychainDominik Schürmann2014-04-221-1/+2
|\
| * Merge commit '9cdb2ec4e270a572520d5bcdbee55867e3c37003'Vincent Breitmoser2014-04-221-1/+2
| |\
| | * fix nullpointer on missing s2kVincent Breitmoser2014-04-201-1/+2
* | | add has_secret for all who are upgrading from a beta versionDominik Schürmann2014-04-221-3/+9
|/ /
* / Fix a nullptr in KeychainProviderVincent Breitmoser2014-04-201-1/+1
|/
* Fix some smaller annoyances, closes #583, #582Dominik Schürmann2014-04-192-11/+5
* fix unified query columns for select*fragmentVincent Breitmoser2014-04-182-6/+5
* Remove unused strings, fix some lint errors, fix some language confusionsDominik Schürmann2014-04-181-1/+1
* Remove kill hack in KeychainDatabaseDominik Schürmann2014-04-171-9/+0
* Remove dev hack in KeychainDatabaseDominik Schürmann2014-04-171-5/+0
* NotFoundExceptions for all getGeneric-type methodsVincent Breitmoser2014-04-171-4/+7
* add up navigation in ViewCertActivityVincent Breitmoser2014-04-171-0/+4
* Rename provider types following http://developer.android.com/guide/topics/pro...Dominik Schürmann2014-04-171-12/+35
* Fix more whitespaceVincent2014-04-161-2/+2
* stripped support: implement has_secret support, in ui and impot of secret keysVincent Breitmoser2014-04-162-7/+49
* stripped support: add has_secret column to keys tableVincent Breitmoser2014-04-163-3/+14
* Optimize importsDominik Schürmann2014-04-151-2/+2