aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* change how primary id changing is passed throughAshley Hughes2014-02-225-5/+28
|
* master mergeAshley Hughes2014-02-22259-5932/+10079
|\
| * fix openpgp4fpr demoDominik Schürmann2014-02-211-1/+1
| |
| * AndroidManfiest code for later...Dominik Schürmann2014-02-212-3/+23
| |
| * import key from email app directlyDominik Schürmann2014-02-211-25/+37
| |
| * remove logging from libraryDominik Schürmann2014-02-216-54/+32
| |
| * do not serialize async tasksDominik Schürmann2014-02-211-1/+10
| |
| * fix intent demo crash, remove unused layoutDominik Schürmann2014-02-212-94/+1
| |
| * api example: fix crash when no signature is presentDominik Schürmann2014-02-211-1/+1
| |
| * precompile user id patternDominik Schürmann2014-02-211-2/+3
| |
| * renameDominik Schürmann2014-02-212-7/+7
| |
| * add project.properties to support EclipseDominik Schürmann2014-02-212-0/+30
| |
| * internal renaming, cleanupDominik Schürmann2014-02-215-36/+50
| |
| * verification of cleartext signatures worksDominik Schürmann2014-02-216-49/+125
| |
| * rename to OpenKeychainDominik Schürmann2014-02-213-10/+10
| |
| * Merge pull request #282 from danielhass/masterDominik Schürmann2014-02-2016-6/+1442
| |\ | | | | | | Replaced Toasts with AppMsg library
| | * Added AppMsg library to the librarys-folderDaniel Haß2014-02-2011-0/+1430
| | |
| | * Added whitespacesDaniel Haß2014-02-201-1/+1
| | |
| | * Added AppMsg libraryDaniel Haß2014-02-201-0/+1
| | |
| | * Added AppMsg libraryDaniel Haß2014-02-201-1/+1
| | |
| | * Fixed the typo and whitespace issueDaniel Haß2014-02-201-2/+2
| | |
| | * Updated library section (AppMsg library)Daniel Haß2014-02-201-0/+3
| | |
| | * Updated library section (AppMsg library)Daniel Haß2014-02-201-1/+2
| | |
| | * Revert "Added AppMsg dependency to gradle"Daniel Haß2014-02-201-1/+0
| | | | | | | | | | | | This reverts commit 51e6bbcf7a9441f1b13a87a75e5ab20277f11356.
| | * Deleted Toast importDaniel Haß2014-02-201-1/+0
| | |
| | * Replaced Toasts with AppMsg-Library notifysDaniel Haß2014-02-201-4/+5
| | |
| | * Added AppMsg compile option to gradleDaniel Haß2014-02-201-0/+1
| | |
| | * Added AppMsg dependency to gradleDaniel Haß2014-02-201-0/+1
| | |
| * | Add more information about build systemDominik Schürmann2014-02-201-4/+4
| | |
| * | rename in READMEDominik Schürmann2014-02-202-13/+11
| |/
| * 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
| |
| * Cleanup of API demoDominik Schürmann2014-02-173-43/+44
| |
| * fix marginsDominik Schürmann2014-02-171-2/+2
| |
| * prevent key view from scrolling, move encrypt button down againDominik Schürmann2014-02-171-17/+21
| |
| * Merge pull request #277 from openpgp-keychain/new-apiDominik Schürmann2014-02-1786-2571/+2733
| |\ | | | | | | New api
| | * update README for new APIDominik Schürmann2014-02-171-32/+11
| | |
| | * cleanupDominik Schürmann2014-02-172-140/+2
| | |
| | * decrypt into message not ciphertext EditTextDominik Schürmann2014-02-171-1/+1
| | |
| | * Fix register activityDominik Schürmann2014-02-173-137/+93
| | |