Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix intent for api, fix slection dialog in demo | Dominik Schürmann | 2013-09-13 | 1 | -3/+3 | |
* | unify naming of api package and process | Dominik Schürmann | 2013-09-13 | 14 | -20/+20 | |
* | 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 | 10 | -98/+98 | |
* | 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 | |
* | version 2.1 | Dominik Schürmann | 2013-09-09 | 2 | -3/+10 | |
* | Fixes for decrypt and sign | Dominik Schürmann | 2013-09-09 | 2 | -39/+85 | |
* | update gradle, description,... | Dominik Schürmann | 2013-09-09 | 3 | -28/+52 | |
* | 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 | 4 | -33/+115 | |
* | Fix help text | Dominik Schürmann | 2013-09-09 | 1 | -9/+10 | |
* | fix editactivity crash, default key creation, import from keyserver menu button | Dominik Schürmann | 2013-09-09 | 5 | -26/+48 | |
* | task affinity of service activity | Dominik Schürmann | 2013-09-09 | 2 | -52/+13 | |
* | KEY_IMPORT to IMPORT_KEY | Dominik Schürmann | 2013-09-09 | 5 | -18/+18 | |
* | Remove old API demos | Dominik Schürmann | 2013-09-09 | 2 | -2/+2 | |
* | Remove most of old API | Dominik Schürmann | 2013-09-09 | 26 | -1011/+226 | |
* | Switch from HtmlSpanner to HtmlTextView | Dominik Schürmann | 2013-09-09 | 9 | -80/+20 | |
* | Make asciiArmor a parameter, extend advanced app settings | Dominik Schürmann | 2013-09-09 | 11 | -106/+332 | |
* | 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 | 4 | -200/+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 | 6 | -40/+102 | |
* | Make select fragments more reusable | Dominik Schürmann | 2013-09-08 | 8 | -43/+128 | |
* | Put actionbar methods in helper | Dominik Schürmann | 2013-09-08 | 13 | -139/+178 | |
* | Change icon of API Demo for differentiation with main app | Dominik Schürmann | 2013-09-06 | 1 | -1/+0 | |
* | Preparation for other app settings | Dominik Schürmann | 2013-09-06 | 3 | -25/+25 | |
* | sign and encrypt basically working | Dominik Schürmann | 2013-09-06 | 3 | -53/+85 | |
* | Work on encryption in new service | Dominik Schürmann | 2013-09-06 | 5 | -65/+114 | |
* | Update url and about screen | Dominik Schürmann | 2013-09-06 | 1 | -8/+12 | |
* | Relicensing from Apache License v2 to GPLv3+. This is only done on classes th... | Dominik Schürmann | 2013-09-06 | 49 | -432/+549 | |
* | Use ButtonBar instead of ActionBar on Done/Cancel activities | Dominik Schürmann | 2013-09-06 | 3 | -145/+121 | |
* | Disable old API | Dominik Schürmann | 2013-09-06 | 2 | -5/+9 | |
* | Use mime type in NFC as defined in RFC3156 | Dominik Schürmann | 2013-09-06 | 2 | -3/+4 | |
* | Always use insertProvider instead of addProvider | Dominik Schürmann | 2013-09-06 | 1 | -12/+15 | |
* | fix permission check | Dominik Schürmann | 2013-09-06 | 1 | -27/+30 | |
* | Add PRNG fixes by Google | Dominik Schürmann | 2013-09-06 | 2 | -0/+323 | |
* | rename version field in data to Keychain | Dominik Schürmann | 2013-09-06 | 2 | -2/+2 | |
* | merge k9mail back into master | Dominik Schürmann | 2013-09-06 | 53 | -615/+2132 | |
|\ | ||||||
| * | Testing encrypt by service | Dominik Schürmann | 2013-09-06 | 3 | -26/+64 | |
| * | Put model into own class for easier use in service | Dominik Schürmann | 2013-09-06 | 5 | -65/+149 | |
| * | Register works basically | Dominik Schürmann | 2013-09-06 | 5 | -25/+40 | |
| * | Disable parts of the old API | Dominik Schürmann | 2013-09-06 | 4 | -84/+101 | |
| * | remove dead code | Dominik Schürmann | 2013-09-06 | 3 | -29/+30 |