aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/provider
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|\ | | | | | | | | | | | | | | | | 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-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 ↵Vincent Breitmoser2014-05-031-1/+19
| | | | | | | | KeychainIntentService!
* | 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 ↵Vincent Breitmoser2014-05-033-1/+123
|/ | | | signencrypt
* 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
| | | | | | | | | | | | Fixes #590
* | | 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
|/ | | | Fixes #589
* 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
| | | | Fixes #567
* Rename provider types following ↵Dominik Schürmann2014-04-171-12/+35
| | | | http://developer.android.com/guide/topics/providers/content-provider-creating.html
* 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
| | | | Closes #570
* stripped support: add has_secret column to keys tableVincent Breitmoser2014-04-163-3/+14
|
* Optimize importsDominik Schürmann2014-04-151-2/+2
|
* KeychainDatabase cleanupDominik Schürmann2014-04-141-21/+27
|
* move old apg.db to apg_old.db (half measure~)Vincent Breitmoser2014-04-141-12/+8
|
* add debug backup/restore options to main menuVincent Breitmoser2014-04-141-1/+44
| | | | Closes #543
* Remove unused blob classes and other dead codeDominik Schürmann2014-04-136-287/+11
|
* Update license header for 2014Dominik Schürmann2014-04-132-2/+2
|
* More cleanup in providerHelperDominik Schürmann2014-04-111-13/+10
|
* Refactor ProviderHelper to be non-static using a constructor based on ↵Dominik Schürmann2014-04-112-119/+132
| | | | context (first commit to get context out of pgp classes)
* split getMasterKeyId for the remaining use casesVincent Breitmoser2014-04-111-8/+13
| | | | Closes #549
* get rid of more getMasterKeyId usage, work on getKeyRingsAsArmoredStringVincent Breitmoser2014-04-111-54/+60
|