aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/service
Commit message (Collapse)AuthorAgeFilesLines
* Add extraData property in ImportKeyListEntryThialfihar2014-05-141-2/+2
| | | | | | This allows any KeyServer to store some extra data it might need. In the case of KeybaseKeyServer it is the username, which then can be grabbed directly, without the hack of storing it as userId.
* Removed unused Toast importDaniel Haß2014-05-111-1/+0
|
* Toast replacementDaniel Haß2014-05-111-2/+4
|
* proper null checks and closing of cursors everywhereVincent Breitmoser2014-05-081-3/+4
|
* use setEncryptToSigner for asymmetric encryptionVincent Breitmoser2014-05-081-0/+1
| | | | (tested and works, closes #569)
* Move logic classes for import into own sub-packageDominik Schürmann2014-05-061-5/+4
|
* tidy up IntentServiceTim Bray2014-04-301-2/+2
|
* Clean up debug crudTim Bray2014-04-291-3/+0
|
* can search openkeychain, retrieve & install & use keys from thereTim Bray2014-04-291-0/+53
|
* Rename setter methods for PgpDecryptVerify.BuilderThialfihar2014-04-291-3/+3
|
* Rename setter methods for PgpSignEncrypt.BuilderThialfihar2014-04-291-11/+11
|
* Rename ProgressDialogUpdater to ProgressableThialfihar2014-04-291-6/+6
| | | | | Also fix some inconsistent usages of "progress", now using "progressable" in all builders.
* Merge pull request #576 from Valodim/stripped-secretkeysDominik Schürmann2014-04-161-1/+1
|\ | | | | Support stripped secretkeys
| * stripped support: add has_secret column to keys tableVincent Breitmoser2014-04-161-1/+1
| |
* | Translations from transifex, fix some strings referencesDominik Schürmann2014-04-161-1/+1
|/
* Optimize importsDominik Schürmann2014-04-154-3/+1
|
* Removing remaining uses of Id, closing one of the oldest bugs #9Dominik Schürmann2014-04-142-8/+5
|
* key edit: fix crash when create date was after expiry date, change from ↵Dominik Schürmann2014-04-141-2/+3
| | | | gregorian calendar to calendar with creation from instance, experimental result status for decrypt activity
* Handle new exceptions in KeychainIntentServiceDominik Schürmann2014-04-131-2/+23
|
* Update license header for 2014Dominik Schürmann2014-04-133-3/+2
|
* More changes to PgpSignEncryptDominik Schürmann2014-04-121-0/+5
|
* Clarify use of methods in PgpKeyHelperDominik Schürmann2014-04-111-1/+1
|
* PgpDecryptVerify is now context-freeDominik Schürmann2014-04-111-1/+10
|
* PgpSignEncrypt is now context-freeDominik Schürmann2014-04-111-1/+4
|
* Refactor ProviderHelper to be non-static using a constructor based on ↵Dominik Schürmann2014-04-112-10/+13
| | | | context (first commit to get context out of pgp classes)
* Remove queries from PgpKeyHelper, introduce encrypt to signer mode (not tested)Dominik Schürmann2014-04-111-4/+10
|
* get rid of more getMasterKeyId usage, work on getKeyRingsAsArmoredStringVincent Breitmoser2014-04-111-7/+10
|
* fix EditKeyActivityVincent Breitmoser2014-04-111-19/+21
|
* Fix save keyring, improve signature verificationDominik Schürmann2014-04-092-19/+25
|
* KeychainIntentService instead of APGDominik Schürmann2014-04-091-1/+1
|
* Use NotFoundException in more placesDominik Schürmann2014-04-081-1/+3
|
* Introduce ProviderHelper.NotFoundException, remove dead codeDominik Schürmann2014-04-081-4/+5
|
* Rename folder structure from OpenPGP Keychain to OpenKeychainDominik Schürmann2014-04-064-0/+1522