aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/src/main/java
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Complete fix for #304Nikhil Peter Raj2014-02-272-94/+170
| * | | Partial fix for #304Nikhil Peter Raj2014-02-262-32/+82
| |/ /
| * | Final fix for #266Nikhil Peter Raj2014-02-262-2/+2
| * | Fix for #266Nikhil Peter Raj2014-02-252-2/+3
| |/
| * Replaced Toast with AppMsg in DecryptActivityDaniel Haß2014-02-241-16/+17
| * cleanupDominik Schürmann2014-02-241-57/+7
| * fix signature passing and verify in demoDominik Schürmann2014-02-241-5/+6
| * remove debug stuffDaniel Haß2014-02-231-2/+1
| * Revert "Replaced Toast with AppMsg in EncryptActivity"Daniel Haß2014-02-231-13/+15
| * Replaced Toast with AppMsg in EncryptActivityDaniel Haß2014-02-231-15/+13
| * Replaced Toast with AppMsg in EncryptActivityDaniel Haß2014-02-231-13/+15
* | use parcel to save keys, but saving existing keys is disabled, pending a rewr...Ashley Hughes2014-03-064-78/+49
* | fix saving new key (tmp)Ashley Hughes2014-03-063-3/+13
* | a method, if not the best one, for each propertyAshley Hughes2014-03-061-2/+6
* | begin adding parcel for save intentAshley Hughes2014-03-022-3/+97
* | pass through which keys are newAshley Hughes2014-02-225-3/+29
* | 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-225-5/+28
* | master mergeAshley Hughes2014-02-2255-3619/+3064
|\|
| * AndroidManfiest code for later...Dominik Schürmann2014-02-211-1/+1
| * precompile user id patternDominik Schürmann2014-02-211-2/+3
| * internal renaming, cleanupDominik Schürmann2014-02-215-36/+50
| * verification of cleartext signatures worksDominik Schürmann2014-02-215-49/+106
| * Merge pull request #282 from danielhass/masterDominik Schürmann2014-02-201-5/+5
| |\
| | * Deleted Toast importDaniel Haß2014-02-201-1/+0
| | * Replaced Toasts with AppMsg-Library notifysDaniel Haß2014-02-201-4/+5
| * | 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-193-55/+103
| * certifications textDominik Schürmann2014-02-191-2/+4
| * fixes encryptionDominik Schürmann2014-02-191-4/+16
| * cleanupDominik Schürmann2014-02-192-19/+17
| * Use builder pattern for sign and encryptDominik Schürmann2014-02-195-485/+672
| * add integrity checkDominik Schürmann2014-02-181-15/+19
| * merge internal signText and signAndEncrypt methodsDominik Schürmann2014-02-182-230/+192
| * better error checkDominik Schürmann2014-02-181-1/+7
| * documentationDominik Schürmann2014-02-171-2/+5
| * cleanupDominik Schürmann2014-02-172-140/+2
| * Fix register activityDominik Schürmann2014-02-172-136/+93
| * check if caller is allowedDominik Schürmann2014-02-172-65/+76
| * fix some intents and demosDominik Schürmann2014-02-161-0/+1
| * Restructure API lib folder to support EclipseDominik Schürmann2014-02-151-4/+2
| * fix regression bug with finish not called on activity but on fragment causing...Dominik Schürmann2014-02-151-4/+4
| * parse string util method, better help text for access screenDominik Schürmann2014-02-151-1/+2
| * allow passphrase as parameterDominik Schürmann2014-02-151-4/+19
| * code simplificationsDominik Schürmann2014-02-151-5/+6
| * fix passtrough of paramsDominik Schürmann2014-02-152-43/+45
| * private request codes, pass params through methods and pending intents, getKe...Dominik Schürmann2014-02-151-49/+89