Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Update help_start.html | Dominik Schürmann | 2014-02-23 | 1 | -1/+1 | |
| |/ |/| | ||||||
* | | fix openpgp4fpr demo | Dominik Schürmann | 2014-02-21 | 1 | -1/+1 | |
| | | ||||||
* | | AndroidManfiest code for later... | Dominik Schürmann | 2014-02-21 | 2 | -3/+23 | |
| | | ||||||
* | | import key from email app directly | Dominik Schürmann | 2014-02-21 | 1 | -25/+37 | |
| | | ||||||
* | | remove logging from library | Dominik Schürmann | 2014-02-21 | 6 | -54/+32 | |
| | | ||||||
* | | do not serialize async tasks | Dominik Schürmann | 2014-02-21 | 1 | -1/+10 | |
| | | ||||||
* | | fix intent demo crash, remove unused layout | Dominik Schürmann | 2014-02-21 | 2 | -94/+1 | |
| | | ||||||
* | | api example: fix crash when no signature is present | Dominik Schürmann | 2014-02-21 | 1 | -1/+1 | |
| | | ||||||
* | | precompile user id pattern | Dominik Schürmann | 2014-02-21 | 1 | -2/+3 | |
| | | ||||||
* | | rename | Dominik Schürmann | 2014-02-21 | 2 | -7/+7 | |
| | | ||||||
* | | add project.properties to support Eclipse | Dominik Schürmann | 2014-02-21 | 2 | -0/+30 | |
| | | ||||||
* | | internal renaming, cleanup | Dominik Schürmann | 2014-02-21 | 5 | -36/+50 | |
| | | ||||||
* | | verification of cleartext signatures works | Dominik Schürmann | 2014-02-21 | 6 | -49/+125 | |
| | | ||||||
* | | rename to OpenKeychain | Dominik Schürmann | 2014-02-21 | 3 | -10/+10 | |
| | | ||||||
* | | Merge pull request #282 from danielhass/master | Dominik Schürmann | 2014-02-20 | 16 | -6/+1442 | |
|\ \ | | | | | | | Replaced Toasts with AppMsg library | |||||
| * | | Added AppMsg library to the librarys-folder | Daniel Haß | 2014-02-20 | 11 | -0/+1430 | |
| | | | ||||||
| * | | Added whitespaces | Daniel Haß | 2014-02-20 | 1 | -1/+1 | |
| | | | ||||||
| * | | Added AppMsg library | Daniel Haß | 2014-02-20 | 1 | -0/+1 | |
| | | | ||||||
| * | | Added AppMsg library | Daniel Haß | 2014-02-20 | 1 | -1/+1 | |
| | | | ||||||
| * | | Fixed the typo and whitespace issue | Daniel Haß | 2014-02-20 | 1 | -2/+2 | |
| | | | ||||||
| * | | Updated library section (AppMsg library) | Daniel Haß | 2014-02-20 | 1 | -0/+3 | |
| | | | ||||||
| * | | Updated library section (AppMsg library) | Daniel Haß | 2014-02-20 | 1 | -1/+2 | |
| | | | ||||||
| * | | Revert "Added AppMsg dependency to gradle" | Daniel Haß | 2014-02-20 | 1 | -1/+0 | |
| | | | | | | | | | | | | This reverts commit 51e6bbcf7a9441f1b13a87a75e5ab20277f11356. | |||||
| * | | Deleted Toast import | Daniel Haß | 2014-02-20 | 1 | -1/+0 | |
| | | | ||||||
| * | | Replaced Toasts with AppMsg-Library notifys | Daniel Haß | 2014-02-20 | 1 | -4/+5 | |
| | | | ||||||
| * | | Added AppMsg compile option to gradle | Daniel Haß | 2014-02-20 | 1 | -0/+1 | |
| | | | ||||||
| * | | Added AppMsg dependency to gradle | Daniel Haß | 2014-02-20 | 1 | -0/+1 | |
| | | | ||||||
* | | | Add more information about build system | Dominik Schürmann | 2014-02-20 | 1 | -4/+4 | |
| | | | ||||||
* | | | rename in README | Dominik Schürmann | 2014-02-20 | 2 | -13/+11 | |
|/ / | ||||||
* | | cleanup | Dominik Schürmann | 2014-02-19 | 1 | -4/+3 | |
| | | ||||||
* | | cleanup | Dominik Schürmann | 2014-02-19 | 2 | -9/+6 | |
| | | ||||||
* | | Builder pattern for PgpOperationIncoming | Dominik Schürmann | 2014-02-19 | 3 | -55/+103 | |
| | | ||||||
* | | Update from transifex | Dominik Schürmann | 2014-02-19 | 15 | -123/+344 | |
| | | ||||||
* | | certifications text | Dominik Schürmann | 2014-02-19 | 2 | -2/+11 | |
| | | ||||||
* | | fixes encryption | Dominik Schürmann | 2014-02-19 | 1 | -4/+16 | |
| | | ||||||
* | | cleanup | Dominik Schürmann | 2014-02-19 | 2 | -19/+17 | |
| | | ||||||
* | | Use builder pattern for sign and encrypt | Dominik Schürmann | 2014-02-19 | 5 | -485/+672 | |
| | | ||||||
* | | add integrity check | Dominik Schürmann | 2014-02-18 | 2 | -15/+20 | |
| | | ||||||
* | | merge internal signText and signAndEncrypt methods | Dominik Schürmann | 2014-02-18 | 3 | -231/+193 | |
| | | ||||||
* | | better error check | Dominik Schürmann | 2014-02-18 | 1 | -1/+7 | |
| | | ||||||
* | | documentation | Dominik Schürmann | 2014-02-17 | 1 | -2/+5 | |
| | | ||||||
* | | Cleanup of API demo | Dominik Schürmann | 2014-02-17 | 3 | -43/+44 | |
| | | ||||||
* | | fix margins | Dominik Schürmann | 2014-02-17 | 1 | -2/+2 | |
| | | ||||||
* | | prevent key view from scrolling, move encrypt button down again | Dominik Schürmann | 2014-02-17 | 1 | -17/+21 | |
| | | ||||||
* | | Merge pull request #277 from openpgp-keychain/new-api | Dominik Schürmann | 2014-02-17 | 86 | -2571/+2733 | |
|\ \ | | | | | | | New api | |||||
| * | | update README for new API | Dominik Schürmann | 2014-02-17 | 1 | -32/+11 | |
| | | | ||||||
| * | | cleanup | Dominik Schürmann | 2014-02-17 | 2 | -140/+2 | |
| | | | ||||||
| * | | decrypt into message not ciphertext EditText | Dominik Schürmann | 2014-02-17 | 1 | -1/+1 | |
| | | | ||||||
| * | | Fix register activity | Dominik Schürmann | 2014-02-17 | 3 | -137/+93 | |
| | | | ||||||
| * | | gradle android plugin 0.8.0 to 0.8.3 | Dominik Schürmann | 2014-02-17 | 4 | -4/+4 | |
| | | |