Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix intent for api, fix slection dialog in demo | Dominik Schürmann | 2013-09-13 | 4 | -52/+60 |
| | |||||
* | 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 | 3 | -24/+10 |
| | |||||
* | README | Dominik Schürmann | 2013-09-10 | 1 | -6/+0 |
| | |||||
* | fix filename to camelcase | Dominik Schürmann | 2013-09-10 | 3 | -5/+5 |
| | |||||
* | Update api in readme | Dominik Schürmann | 2013-09-10 | 1 | -11/+10 |
| | |||||
* | rename api to openpgp api | Dominik Schürmann | 2013-09-10 | 20 | -190/+177 |
| | |||||
* | README | Dominik Schürmann | 2013-09-10 | 1 | -13/+14 |
| | |||||
* | README | Dominik Schürmann | 2013-09-10 | 1 | -0/+52 |
| | |||||
* | Changelog | Dominik Schürmann | 2013-09-10 | 1 | -0/+5 |
| | |||||
* | remove swap file | Dominik Schürmann | 2013-09-10 | 1 | -0/+0 |
| | |||||
* | README | Dominik Schürmann | 2013-09-10 | 1 | -9/+7 |
| | |||||
* | README | Dominik Schürmann | 2013-09-10 | 1 | -7/+3 |
| | |||||
* | rename extra of import | Dominik Schürmann | 2013-09-10 | 4 | -7/+7 |
| | |||||
* | API docs | Dominik Schürmann | 2013-09-10 | 1 | -1/+2 |
| | |||||
* | API docs | Dominik Schürmann | 2013-09-10 | 2 | -17/+25 |
| | |||||
* | 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 ↵ | Dominik Schürmann | 2013-09-09 | 4 | -33/+115 |
| | | | | navigating back from service activity properly | ||||
* | 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 ↵ | Dominik Schürmann | 2013-09-08 | 4 | -200/+210 |
| | | | | service and activity | ||||
* | 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 |
| |