aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/src
Commit message (Collapse)AuthorAgeFilesLines
* change how primary id changing is passed throughAshley Hughes2014-02-225-5/+28
|
* master mergeAshley Hughes2014-02-22159-4828/+5427
|\
| * AndroidManfiest code for later...Dominik Schürmann2014-02-212-3/+23
| |
| * import key from email app directlyDominik Schürmann2014-02-211-25/+37
| |
| * precompile user id patternDominik Schürmann2014-02-211-2/+3
| |
| * renameDominik Schürmann2014-02-212-7/+7
| |
| * internal renaming, cleanupDominik Schürmann2014-02-215-36/+50
| |
| * verification of cleartext signatures worksDominik Schürmann2014-02-215-49/+106
| |
| * rename to OpenKeychainDominik Schürmann2014-02-212-8/+8
| |
| * Merge pull request #282 from danielhass/masterDominik Schürmann2014-02-202-6/+7
| |\ | | | | | | Replaced Toasts with AppMsg library
| | * Updated library section (AppMsg library)Daniel Haß2014-02-201-1/+2
| | |
| | * 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
| |
| * Update from transifexDominik Schürmann2014-02-1915-123/+344
| |
| * certifications textDominik Schürmann2014-02-192-2/+11
| |
| * 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-182-15/+20
| |
| * merge internal signText and signAndEncrypt methodsDominik Schürmann2014-02-183-231/+193
| |
| * better error checkDominik Schürmann2014-02-181-1/+7
| |
| * documentationDominik Schürmann2014-02-171-2/+5
| |
| * fix marginsDominik Schürmann2014-02-171-2/+2
| |
| * prevent key view from scrolling, move encrypt button down againDominik Schürmann2014-02-171-17/+21
| |
| * 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
| |
| * rename intent helperDominik Schürmann2014-02-161-0/+8
| |
| * fix some intents and demosDominik Schürmann2014-02-162-2/+4
| |
| * intent demo, fix some intentsDominik Schürmann2014-02-151-14/+28
| |
| * warn that key generation takes looongDominik Schürmann2014-02-151-1/+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 ↵Dominik Schürmann2014-02-151-4/+4
| | | | | | | | causing params to be not passed through
| * parse string util method, better help text for access screenDominik Schürmann2014-02-152-2/+3
| |
| * 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, ↵Dominik Schürmann2014-02-151-49/+89
| | | | | | | | getKeyIds method
| * cleanupDominik Schürmann2014-02-141-122/+0
| |
| * conversion of other methodsDominik Schürmann2014-02-148-568/+283
| |
| * PendingIntent to handle user inputDominik Schürmann2014-02-147-60/+94
| |
| * fix nullpointerDominik Schürmann2014-02-141-1/+9
| |
| * Introducing new ParcelFileDescriptor pipesDominik Schürmann2014-02-143-111/+175
| |
| * Transifex updateDominik Schürmann2014-02-1312-5/+360
| |
| * Layout fixes for registered appsDominik Schürmann2014-02-137-155/+164
| |
| * Pull from transifexDominik Schürmann2014-02-097-10/+58
| |