aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/pgp
Commit message (Expand)AuthorAgeFilesLines
* Fix fingerprint handlingDominik Schürmann2014-03-201-9/+5
* Group fingerprint again to make it visually consistentThialfihar2014-03-201-0/+5
* put colorize method into key helperDominik Schürmann2014-03-201-0/+86
* Dont try to parse key/fingerprint result from keyserver queryDominik Schürmann2014-03-201-14/+5
* Let convertKeyIdToHex handle short key IDsThialfihar2014-03-201-0/+5
* add apg's fix for Key id displayuberspot2014-03-191-1/+5
* Merge pull request #424 from gogowitczak/mro-branchDominik Schürmann2014-03-181-2/+2
|\
| * Keyserver query now uses machine readable output for search and get. Added se...gogowitczak2014-03-151-2/+2
* | Merge pull request #430 from Valodim/certifyDominik Schürmann2014-03-181-125/+209
|\ \
| * | certify: preserve user id certificates when saving secret keysVincent Breitmoser2014-03-171-4/+60
| * | certify: sign individual UIDsVincent Breitmoser2014-03-151-4/+16
| * | certify: add some subscopes in PgpKeyOperation for readabilityVincent Breitmoser2014-03-151-112/+128
| |/
* / Fix export for new unified key list #409uberspot2014-03-151-30/+39
|/
* final code style changesuberspot2014-03-134-18/+28
* fix code style in /pgpuberspot2014-03-1311-491/+436
* 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