aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/provider
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Select*KeyFragment rewritesVincent Breitmoser2014-04-102-8/+28
| | | | | | | | | | - 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
* Temporary disable of master key id extraction from uriDominik Schürmann2014-04-091-7/+7
|
* Use NotFoundException in more placesDominik Schürmann2014-04-081-23/+24
|
* Introduce ProviderHelper.NotFoundException, remove dead codeDominik Schürmann2014-04-081-10/+26
|
* Change license from ASLv2 to GPLv3 where possibleThialfihar2014-04-081-9/+10
|
* Update copyright timespan for ThialfiharThialfihar2014-04-081-1/+1
|
* show key expiry status similar to revocationVincent Breitmoser2014-04-062-8/+2
|
* Rename folder structure from OpenPGP Keychain to OpenKeychainDominik Schürmann2014-04-067-0/+2272