Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated PRNGFixes from official blogpost | Dominik Schürmann | 2013-09-17 | 1 | -93/+117 |
* | API documentation | Dominik Schürmann | 2013-09-16 | 1 | -1/+1 |
* | API documentation | Dominik Schürmann | 2013-09-16 | 1 | -2/+0 |
* | API documentation | Dominik Schürmann | 2013-09-16 | 2 | -2/+2 |
* | API documentation | Dominik Schürmann | 2013-09-16 | 1 | -4/+4 |
* | API documentation | Dominik Schürmann | 2013-09-16 | 4 | -7/+32 |
* | Simplify exception handling in service | Dominik Schürmann | 2013-09-16 | 2 | -61/+23 |
* | Better error handling | Dominik Schürmann | 2013-09-16 | 6 | -66/+112 |
* | API update: boolean to allow/disallow user interaction allow real background ... | Dominik Schürmann | 2013-09-16 | 2 | -21/+36 |
* | More docs on rng issues | Dominik Schürmann | 2013-09-15 | 1 | -0/+5 |
* | Do not seed /dev/urandom. urandom is non-writeable on some devices. Because o... | Dominik Schürmann | 2013-09-15 | 1 | -42/+55 |
* | Reorder security providers in application class, document functionality | Dominik Schürmann | 2013-09-15 | 2 | -10/+29 |
* | remove unused code | Dominik Schürmann | 2013-09-15 | 2 | -51/+0 |
* | rename encryptAndSign to signAndEncrypt | Dominik Schürmann | 2013-09-15 | 3 | -27/+4 |
* | Put PgpMain methods in separate opbject classes, handle passphrase dialog in ... | Dominik Schürmann | 2013-09-15 | 33 | -2621/+2792 |
* | Move pgp classes into subpackage | Dominik Schürmann | 2013-09-15 | 27 | -43/+41 |
* | add untrusted signature status | Dominik Schürmann | 2013-09-15 | 2 | -2/+3 |
* | reorder manifest | Dominik Schürmann | 2013-09-15 | 1 | -2/+2 |
* | Extended api | Dominik Schürmann | 2013-09-15 | 9 | -218/+526 |
* | Define abstract remote service | Dominik Schürmann | 2013-09-15 | 3 | -221/+293 |
* | once again reorder packages | Dominik Schürmann | 2013-09-15 | 10 | -10/+10 |
* | Fix gradle build | Dominik Schürmann | 2013-09-15 | 1 | -1/+1 |
* | Update Intent API | Dominik Schürmann | 2013-09-14 | 2 | -235/+74 |
* | API update | Dominik Schürmann | 2013-09-14 | 6 | -28/+286 |
* | unify naming of api package and process | Dominik Schürmann | 2013-09-13 | 10 | -10/+10 |
* | remove unnecessary boolean from SignatureResult | Dominik Schürmann | 2013-09-13 | 2 | -13/+6 |
* | rename api to openpgp api | Dominik Schürmann | 2013-09-10 | 9 | -94/+94 |
* | remove swap file | Dominik Schürmann | 2013-09-10 | 1 | -0/+0 |
* | rename extra of import | Dominik Schürmann | 2013-09-10 | 3 | -5/+5 |
* | API docs | Dominik Schürmann | 2013-09-10 | 1 | -1/+0 |
* | Fixes for decrypt and sign | Dominik Schürmann | 2013-09-09 | 2 | -39/+85 |
* | update gradle, description,... | Dominik Schürmann | 2013-09-09 | 1 | -5/+6 |
* | Use underscore in extras, cleanup code | Dominik Schürmann | 2013-09-09 | 13 | -164/+157 |
* | Ascii armror doc | Dominik Schürmann | 2013-09-09 | 4 | -5/+10 |
* | Increase default RSA from 2048 to 4096 due to recent security speculations | Dominik Schürmann | 2013-09-09 | 1 | -3/+3 |
* | Handle no selection of pub keys correctly | Dominik Schürmann | 2013-09-09 | 2 | -6/+15 |
* | Handle dublicate or missing pub keys corresponding to user ids, handle naviga... | Dominik Schürmann | 2013-09-09 | 2 | -28/+108 |
* | fix editactivity crash, default key creation, import from keyserver menu button | Dominik Schürmann | 2013-09-09 | 4 | -16/+37 |
* | task affinity of service activity | Dominik Schürmann | 2013-09-09 | 1 | -1/+1 |
* | KEY_IMPORT to IMPORT_KEY | Dominik Schürmann | 2013-09-09 | 5 | -18/+18 |
* | Remove most of old API | Dominik Schürmann | 2013-09-09 | 24 | -890/+184 |
* | Switch from HtmlSpanner to HtmlTextView | Dominik Schürmann | 2013-09-09 | 3 | -77/+16 |
* | Make asciiArmor a parameter, extend advanced app settings | Dominik Schürmann | 2013-09-09 | 10 | -101/+301 |
* | Handle wrong/no passphrase | Dominik Schürmann | 2013-09-08 | 3 | -4/+27 |
* | Use handler with messenger instead of Binder for communication between servic... | Dominik Schürmann | 2013-09-08 | 3 | -195/+210 |
* | lock thread for user input | Dominik Schürmann | 2013-09-08 | 2 | -6/+19 |
* | api: handle passphrase entering correctly | Dominik Schürmann | 2013-09-08 | 2 | -7/+16 |
* | sign via api | Dominik Schürmann | 2013-09-08 | 5 | -51/+71 |
* | Select pub key when email could not be found | Dominik Schürmann | 2013-09-08 | 4 | -36/+75 |
* | Make select fragments more reusable | Dominik Schürmann | 2013-09-08 | 6 | -37/+124 |