aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/pgp
Commit message (Expand)AuthorAgeFilesLines
* all editing cases I can think of now workAshley Hughes2014-03-271-1/+1
* fix for editing master keys and IDs, case of change primary ID and modify mas...Ashley Hughes2014-03-271-3/+29
* allow master key updates by removing old primary ID certAshley Hughes2014-03-251-0/+8
* delete IDs needs to update keyring, flag itAshley Hughes2014-03-251-1/+2
* allow lists to be subkeys or keyringsAshley Hughes2014-03-251-6/+23
* results of debugging, fix several bugs - more needed though...Ashley Hughes2014-03-251-31/+45
* comments, slight change to progress barAshley Hughes2014-03-241-6/+10
* make sure ID info is savedAshley Hughes2014-03-241-3/+10
* work on savingAshley Hughes2014-03-241-22/+23
* move stuff around, save workAshley Hughes2014-03-231-59/+61
* unused importsAshley Hughes2014-03-111-4/+0
* start modifying save codeAshley Hughes2014-03-101-8/+26
* uncomment, use Parcel. Builds, not functionalAshley Hughes2014-03-071-25/+23
* keep up with masterAshley Hughes2014-03-074-76/+227
|\
| * 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
* | use parcel to save keys, but saving existing keys is disabled, pending a rewr...Ashley Hughes2014-03-061-7/+11
* | fix saving new key (tmp)Ashley Hughes2014-03-061-1/+3
* | begin adding parcel for save intentAshley Hughes2014-03-021-3/+7
* | pass through which keys are newAshley Hughes2014-02-221-2/+7
* | remove deleted keysAshley Hughes2014-02-221-0/+4
* | first go at saving IDs correctlyAshley Hughes2014-02-221-14/+64
* | change how primary id changing is passed throughAshley Hughes2014-02-221-2/+2
* | master mergeAshley Hughes2014-02-225-1161/+1395
|\|
| * 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
* | initial split into two functionsAshley Hughes2014-02-211-24/+154
* | pass through deleted keysAshley Hughes2014-02-151-1/+1
* | save work, this code doesn't work...Ashley Hughes2014-02-131-18/+16
* | fix Android Studio analysis issuesAshley Hughes2014-02-081-37/+17
* | preserve keys that we don\'t use in the appAshley Hughes2014-02-041-3/+24
* | save flags from checkboxesAshley Hughes2014-02-031-16/+6
* | include authentication keysAshley Hughes2014-02-031-0/+30
|/