aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/pgp
Commit message (Expand)AuthorAgeFilesLines
* Export cancellable - minor changesgrait2014-03-131-5/+3
* Export is cancellable nowgrait2014-03-131-2/+22
* fix plenty of lint warnings, make some for loops into foreach, remove unused ...uberspot2014-03-113-6/+7
* Make export work with rowIds instead of MasterKeyIdsuberspot2014-03-111-33/+27
* Fix key id and fingerprint handling, use full key idsDominik Schürmann2014-03-092-74/+65
* removed useless semicolons, fixed some parameters in documenation, simplified...uberspot2014-03-071-3/+3
* remove unused imports and unthrown exceptionsuberspot2014-03-072-8/+1
* Merge pull request #344 from ankushb92/ankush2Dominik Schürmann2014-03-062-7/+7
|\
| * corrected commitAnkush2014-03-072-7/+7
* | Fix verify of cleartext signatures with unknown keysDominik Schürmann2014-03-061-3/+5
|/
* Fix passphrase retrievalDominik Schürmann2014-03-051-8/+10
* Code cleaning in PgpDecryptVerifyDominik Schürmann2014-03-041-42/+46
* Enforce private key for applications, verify signed-only texts without passph...Dominik Schürmann2014-03-042-41/+184
* precompile user id patternDominik Schürmann2014-02-211-2/+3
* internal renaming, cleanupDominik Schürmann2014-02-212-15/+30
* verification of cleartext signatures worksDominik Schürmann2014-02-212-18/+75
* rename in READMEDominik Schürmann2014-02-201-1/+0
* cleanupDominik Schürmann2014-02-191-4/+3
* cleanupDominik Schürmann2014-02-192-9/+6
* Builder pattern for PgpOperationIncomingDominik Schürmann2014-02-191-47/+88
* certifications textDominik Schürmann2014-02-191-2/+4
* fixes encryptionDominik Schürmann2014-02-191-4/+16
* cleanupDominik Schürmann2014-02-191-12/+10
* Use builder pattern for sign and encryptDominik Schürmann2014-02-192-451/+613
* add integrity checkDominik Schürmann2014-02-181-15/+19
* merge internal signText and signAndEncrypt methodsDominik Schürmann2014-02-181-226/+183
* work on lookup key, fix some illegal state exceptions with hackDominik Schürmann2014-02-041-11/+1
* Certify not sign a key, added as button, does not belong to menuDominik Schürmann2014-02-041-5/+5
* importing progress dialog language fixedDominik Schürmann2014-02-011-5/+6
* importing progress dialog language fixedDominik Schürmann2014-02-011-1/+1
* Reworking import, testing needed...Dominik Schürmann2014-02-011-64/+28
* create new keys without lots of extra certificationAshley Hughes2014-02-012-39/+31
|\
| * create keys with minimal keyrings being constructed in betweenAshley Hughes2014-01-311-2/+20
| * generate single keyAshley Hughes2014-01-311-0/+2
| * save workAshley Hughes2014-01-301-37/+9
* | Fix layout, add API notes to README, register fingerprint URIs, some reformat...Dominik Schürmann2014-02-011-27/+12
* | Fix and simplify user id parsingDominik Schürmann2014-01-311-9/+16
|/
* bouncycastle uses the Date class, based off of UTC. Force all GregorianCalend...Ashley Hughes2014-01-301-2/+3
* binding signatures have the same creation timeAshley Hughes2014-01-301-1/+6
* change key expiryAshley Hughes2014-01-301-26/+28
* language fixDominik Schürmann2014-01-291-2/+2
* Give expiry dates to PgpKeyOperationDominik Schürmann2014-01-291-1/+5
* exporting secret keys means exporting public, no need to do so twiceAshley Hughes2014-01-281-25/+22
* re-enable getEmbeddedSignaturesAshley Hughes2014-01-271-10/+10
* New Gradle project structureDominik Schürmann2014-01-279-0/+3180