aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* update gradle, description,...Dominik Schürmann2013-09-097-38/+87
|
* Use underscore in extras, cleanup codeDominik Schürmann2013-09-0913-164/+157
|
* Ascii armror docDominik Schürmann2013-09-095-5/+16
|
* Increase default RSA from 2048 to 4096 due to recent security speculationsDominik Schürmann2013-09-091-3/+3
|
* Handle no selection of pub keys correctlyDominik Schürmann2013-09-092-6/+15
|
* Handle dublicate or missing pub keys corresponding to user ids, handle ↵Dominik Schürmann2013-09-094-33/+115
| | | | navigating back from service activity properly
* Fix help textDominik Schürmann2013-09-091-9/+10
|
* fix editactivity crash, default key creation, import from keyserver menu buttonDominik Schürmann2013-09-095-26/+48
|
* task affinity of service activityDominik Schürmann2013-09-093-53/+14
|
* KEY_IMPORT to IMPORT_KEYDominik Schürmann2013-09-096-23/+23
|
* api docsDominik Schürmann2013-09-091-7/+13
|
* api docsDominik Schürmann2013-09-092-31/+28
|
* Remove old API demosDominik Schürmann2013-09-0934-2344/+193
|
* Remove most of old APIDominik Schürmann2013-09-0927-1029/+241
|
* development infosDominik Schürmann2013-09-091-5/+9
|
* Update actionbarsherlock from 4.2 to 4.4Dominik Schürmann2013-09-0976-1105/+1091
|
* Switch from HtmlSpanner to HtmlTextViewDominik Schürmann2013-09-0919-80/+864
|
* Make asciiArmor a parameter, extend advanced app settingsDominik Schürmann2013-09-0914-124/+345
|
* Handle wrong/no passphraseDominik Schürmann2013-09-084-9/+39
|
* Use handler with messenger instead of Binder for communication between ↵Dominik Schürmann2013-09-084-200/+210
| | | | service and activity
* lock thread for user inputDominik Schürmann2013-09-082-6/+19
|
* api: handle passphrase entering correctlyDominik Schürmann2013-09-083-15/+26
|
* sign via apiDominik Schürmann2013-09-085-51/+71
|
* Select pub key when email could not be foundDominik Schürmann2013-09-088-83/+153
|
* Make select fragments more reusableDominik Schürmann2013-09-088-43/+128
|
* Put actionbar methods in helperDominik Schürmann2013-09-0814-139/+179
|
* Change icon of API Demo for differentiation with main appDominik Schürmann2013-09-0611-2/+1
|
* Preparation for other app settingsDominik Schürmann2013-09-063-25/+25
|
* sign and encrypt basically workingDominik Schürmann2013-09-065-62/+89
|
* Work on encryption in new serviceDominik Schürmann2013-09-065-65/+114
|
* Update url and about screenDominik Schürmann2013-09-062-8/+14
|
* Relicensing from Apache License v2 to GPLv3+. This is only done on classes ↵Dominik Schürmann2013-09-0650-433/+565
| | | | that (have copyright by Dominik Schürmann or Markus Doits) or (are completly refactored by me and contain no remaining code by Thialfihar). Code by Thialfihar (not reachable by mail) and Shaun Senecal (disagreed on license change) remain Apache License v2.
* Use ButtonBar instead of ActionBar on Done/Cancel activitiesDominik Schürmann2013-09-063-145/+121
|
* Disable old APIDominik Schürmann2013-09-062-5/+9
|
* Use mime type in NFC as defined in RFC3156Dominik Schürmann2013-09-062-3/+4
|
* Always use insertProvider instead of addProviderDominik Schürmann2013-09-061-12/+15
|
* fix permission checkDominik Schürmann2013-09-061-27/+30
|
* Add PRNG fixes by GoogleDominik Schürmann2013-09-062-0/+323
|
* rename version field in data to KeychainDominik Schürmann2013-09-062-2/+2
|
* merge k9mail back into masterDominik Schürmann2013-09-0665-852/+2838
|\
| * Testing encrypt by serviceDominik Schürmann2013-09-064-30/+83
| |
| * Put model into own class for easier use in serviceDominik Schürmann2013-09-065-65/+149
| |
| * Register works basicallyDominik Schürmann2013-09-067-40/+41
| |
| * Disable parts of the old APIDominik Schürmann2013-09-067-150/+203
| |
| * remove dead codeDominik Schürmann2013-09-063-29/+30
| |
| * Put logic into fragment for reuseDominik Schürmann2013-09-066-201/+234
| |
| * api apps adapter with iconsDominik Schürmann2013-09-064-9/+41
| |
| * select key for api appsDominik Schürmann2013-09-067-49/+165
| |
| * Include DoneBar for edit activitiesDominik Schürmann2013-09-0514-46/+194
| |
| * Fix revoke and saveDominik Schürmann2013-09-053-61/+69
| |