Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More fixes for AppPreference | Dominik Schürmann | 2015-03-16 | 1 | -7/+17 |
| | |||||
* | Simplify prefs | Dominik Schürmann | 2015-03-16 | 2 | -5/+17 |
| | |||||
* | object oriented split user id | Dominik Schürmann | 2015-03-16 | 1 | -6/+27 |
| | |||||
* | Rename and update app preference, add new preference for key selection | Dominik Schürmann | 2015-03-16 | 3 | -23/+319 |
| | |||||
* | Fix types | Dominik Schürmann | 2015-03-10 | 1 | -2/+2 |
| | |||||
* | API 7 | Dominik Schürmann | 2015-03-10 | 1 | -2/+43 |
| | |||||
* | Merge branch 'master' of https://github.com/open-keychain/openpgp-api-lib | Dominik Schürmann | 2015-03-02 | 1 | -49/+56 |
|\ | |||||
| * | Merge pull request #2 from ashh87/master | Dominik Schürmann | 2015-02-02 | 1 | -49/+56 |
| |\ | | | | | | | preference strings | ||||
| | * | Return null simple name string for Install options | Ashley Hughes | 2015-02-01 | 1 | -1/+1 |
| | | | |||||
| | * | initialise provider list in constructor | Ashley Hughes | 2015-02-01 | 1 | -48/+55 |
| |/ | |||||
* / | jcenter preperations | Dominik Schürmann | 2015-03-02 | 6 | -9/+280 |
|/ | |||||
* | Update build tools to 21.1.2 | Dominik Schürmann | 2015-01-30 | 1 | -1/+1 |
| | |||||
* | Change to gradle file structure, include changes by ligi | Dominik Schürmann | 2015-01-29 | 41 | -171/+76 |
| | |||||
* | Blacklist APG, the current released version of APG includes a broken version ↵ | Dominik Schürmann | 2015-01-29 | 1 | -1/+10 |
| | | | | of the API | ||||
* | Close input and output ParcelFileDescriptors properly also in error case | Dominik Schürmann | 2015-01-29 | 1 | -1/+15 |
| | |||||
* | Close output ParcelFileDescriptor in finally clause | Dominik Schürmann | 2015-01-29 | 1 | -7/+14 |
| | |||||
* | SplitUserID into lib | Dominik Schürmann | 2015-01-28 | 1 | -0/+35 |
| | |||||
* | Merge branch 'master' of https://github.com/open-keychain/openpgp-api-lib | Dominik Schürmann | 2015-01-27 | 9 | -9/+9 |
|\ | |||||
| * | Increase copyright year | Dominik Schürmann | 2015-01-27 | 9 | -9/+9 |
| | | |||||
* | | Remove EXTRA_REQUEST_ASCII_ARMOR from decrypt operation, makes no sense | Dominik Schürmann | 2015-01-27 | 1 | -1/+0 |
|/ | |||||
* | API version 6 | Dominik Schürmann | 2015-01-27 | 1 | -3/+12 |
| | |||||
* | introduce RESULT_CHARSET variable | Vincent Breitmoser | 2015-01-27 | 1 | -0/+2 |
| | |||||
* | No output stream for detached signatures, makes no sense to pipe it through | Dominik Schürmann | 2015-01-08 | 1 | -2/+1 |
| | |||||
* | API for detached signatures | Dominik Schürmann | 2015-01-08 | 1 | -3/+37 |
| | |||||
* | Update plugin to 1.0 | Dominik Schürmann | 2014-12-12 | 1 | -1/+1 |
| | |||||
* | Update for Android Studio 1.0 RC | Dominik Schürmann | 2014-12-04 | 1 | -2/+2 |
| | |||||
* | Work on Yubikey decryption | Dominik Schürmann | 2014-09-08 | 1 | -0/+1 |
| | |||||
* | Fix for user ids in API | Dominik Schürmann | 2014-09-07 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of https://github.com/open-keychain/openpgp-api-lib | Dominik Schürmann | 2014-09-07 | 18 | -2/+81 |
|\ | |||||
| * | Pull from transifex | Dominik Schürmann | 2014-09-04 | 17 | -0/+61 |
| | | |||||
| * | Update README | Dominik Schürmann | 2014-09-02 | 1 | -1/+1 |
| | | |||||
| * | Update README | Dominik Schürmann | 2014-09-02 | 1 | -1/+1 |
| | | |||||
| * | Update README | Dominik Schürmann | 2014-09-02 | 1 | -2/+20 |
| | | |||||
* | | Fix nullpointer with new OpenPgpSignatureResult version | Dominik Schürmann | 2014-09-07 | 1 | -0/+1 |
|/ | |||||
* | Changelog | Dominik Schürmann | 2014-08-31 | 1 | -1/+2 |
| | |||||
* | Add userIds to OpenPgpSignatureResult | Dominik Schürmann | 2014-08-31 | 1 | -14/+29 |
| | |||||
* | Merge branch 'master' of https://github.com/open-keychain/openpgp-api-lib | Dominik Schürmann | 2014-08-31 | 1 | -2/+5 |
|\ | |||||
| * | Merge pull request #1 from Flowdalic/flow | Dominik Schürmann | 2014-08-30 | 1 | -2/+5 |
| |\ | | | | | | | Add my Real-name to the Copyright statement | ||||
| | * | Add my Real-name to the Copyright statement | Florian Schmaus | 2014-08-30 | 1 | -2/+5 |
| |/ | | | | | | | of ParcelFileDescriptorUtil. | ||||
* / | Add SIGNATURE_KEY_REVOKED, SIGNATURE_KEY_EXPIRED, rename ↵ | Dominik Schürmann | 2014-08-31 | 2 | -6/+12 |
|/ | | | | SIGNATURE_PUB_KEY_UNKNOWN | ||||
* | Use application context | Dominik Schürmann | 2014-08-12 | 1 | -1/+1 |
| | |||||
* | More fixes for OpenPgpServiceConnection | Dominik Schürmann | 2014-08-12 | 1 | -3/+6 |
| | |||||
* | Refactor OpenPgpServiceConnection with better callback | Dominik Schürmann | 2014-08-12 | 1 | -13/+16 |
| | |||||
* | Add EXTRA_ORIGINAL_FILENAME | Dominik Schürmann | 2014-08-11 | 1 | -1/+4 |
| | |||||
* | Rename to OpenPgpMetadata | Dominik Schürmann | 2014-08-11 | 1 | -10/+10 |
| | |||||
* | Support mime type in metadata | Dominik Schürmann | 2014-08-11 | 1 | -14/+13 |
| | |||||
* | Increase version to 4 | Dominik Schürmann | 2014-08-11 | 1 | -5/+30 |
| | |||||
* | Add metadata parcel | Dominik Schürmann | 2014-08-11 | 1 | -0/+133 |
| | |||||
* | Lint fixes | Dominik Schürmann | 2014-08-04 | 1 | -1/+1 |
| | |||||
* | Update gradle plugin to 0.12.2 | Dominik Schürmann | 2014-07-27 | 1 | -1/+1 |
| |