Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add api demo resources | Dominik Schürmann | 2013-09-09 | 4 | -2/+1 |
* | update build files | Dominik Schürmann | 2013-09-09 | 5 | -2/+225 |
* | version 2.1 | Dominik Schürmann | 2013-09-09 | 2 | -3/+10 |
* | get signature result only when not null | Dominik Schürmann | 2013-09-09 | 1 | -3/+5 |
* | Fixes for decrypt and sign | Dominik Schürmann | 2013-09-09 | 5 | -43/+101 |
* | update gradle, description,... | Dominik Schürmann | 2013-09-09 | 7 | -38/+87 |
* | Use underscore in extras, cleanup code | Dominik Schürmann | 2013-09-09 | 13 | -164/+157 |
* | Ascii armror doc | Dominik Schürmann | 2013-09-09 | 5 | -5/+16 |
* | 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 | 3 | -53/+14 |
* | KEY_IMPORT to IMPORT_KEY | Dominik Schürmann | 2013-09-09 | 6 | -23/+23 |
* | api docs | Dominik Schürmann | 2013-09-09 | 1 | -7/+13 |
* | api docs | Dominik Schürmann | 2013-09-09 | 2 | -31/+28 |
* | Remove old API demos | Dominik Schürmann | 2013-09-09 | 34 | -2344/+193 |
* | Remove most of old API | Dominik Schürmann | 2013-09-09 | 27 | -1029/+241 |
* | development infos | Dominik Schürmann | 2013-09-09 | 1 | -5/+9 |
* | Update actionbarsherlock from 4.2 to 4.4 | Dominik Schürmann | 2013-09-09 | 76 | -1105/+1091 |
* | Switch from HtmlSpanner to HtmlTextView | Dominik Schürmann | 2013-09-09 | 19 | -80/+864 |
* | Make asciiArmor a parameter, extend advanced app settings | Dominik Schürmann | 2013-09-09 | 14 | -124/+345 |
* | Handle wrong/no passphrase | Dominik Schürmann | 2013-09-08 | 4 | -9/+39 |
* | 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 | 3 | -15/+26 |
* | 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 | 8 | -83/+153 |
* | 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 | 14 | -139/+179 |
* | Change icon of API Demo for differentiation with main app | Dominik Schürmann | 2013-09-06 | 11 | -2/+1 |
* | 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 | 5 | -62/+89 |
* | 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 | 2 | -8/+14 |
* | Relicensing from Apache License v2 to GPLv3+. This is only done on classes th... | Dominik Schürmann | 2013-09-06 | 50 | -433/+565 |
* | 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 | 65 | -852/+2838 |
|\ | |||||
| * | Testing encrypt by service | Dominik Schürmann | 2013-09-06 | 4 | -30/+83 |
| * | 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 | 7 | -40/+41 |
| * | Disable parts of the old API | Dominik Schürmann | 2013-09-06 | 7 | -150/+203 |
| * | remove dead code | Dominik Schürmann | 2013-09-06 | 3 | -29/+30 |