Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | reworked keyserver preferences with recyclerview | Adithya Abraham Philip | 2015-07-02 | 25 | -318/+928 |
| | |||||
* | Add missing fragments for YubiKey PINs | Dominik Schürmann | 2015-07-01 | 4 | -0/+499 |
| | |||||
* | Add create key fragments for YubiKey PINs | Dominik Schürmann | 2015-07-01 | 10 | -26/+67 |
| | |||||
* | Merge logs in create key | Dominik Schürmann | 2015-07-01 | 1 | -9/+9 |
| | |||||
* | Use operation helper for move to card | Dominik Schürmann | 2015-07-01 | 1 | -37/+64 |
| | |||||
* | Merge pull request #1362 from open-keychain/operation-migration | Dominik Schürmann | 2015-06-30 | 46 | -2172/+2622 |
|\ | | | | | Migrated all operations to KeychainNewService | ||||
| * | Merge branch 'master' of github.com:open-keychain/open-keychain | Adithya Abraham Philip | 2015-06-30 | 140 | -1935/+5314 |
| |\ | |/ |/| | |||||
* | | Merge branch 'master' of github.com:open-keychain/open-keychain | Dominik Schürmann | 2015-06-30 | 3 | -34/+19 |
|\ \ | |||||
| * | | instrument: add filesize check to text encryption test | Vincent Breitmoser | 2015-06-30 | 1 | -27/+6 |
| | | | |||||
| * | | small layout fix in EncryptTextFragment | Vincent Breitmoser | 2015-06-30 | 1 | -3/+4 |
| | | | |||||
| * | | make timeout method in PassphraseCacheService more robust against nullpointers | Vincent Breitmoser | 2015-06-30 | 1 | -4/+9 |
| | | | |||||
* | | | Better settings workarounds | Dominik Schürmann | 2015-06-30 | 3 | -5/+134 |
|/ / | |||||
* | | Cleanup preference code | Dominik Schürmann | 2015-06-30 | 1 | -41/+3 |
| | | |||||
* | | instrument: add test for empty clipboard, fix empty clipboard error | Vincent Breitmoser | 2015-06-30 | 2 | -2/+19 |
| | | |||||
* | | earlier error on empty clipboard | Vincent Breitmoser | 2015-06-30 | 2 | -3/+20 |
| | | |||||
* | | fail more gracefully on empty clipboard in DecryptActivity | Vincent Breitmoser | 2015-06-30 | 1 | -0/+7 |
| | | |||||
* | | Revert "Disable YubiKey key creation for release" | Dominik Schürmann | 2015-06-30 | 1 | -14/+5 |
| | | | | | | | | This reverts commit 340f2e442a93e4b3ab2c223fc4ab679f09f75ecd. | ||||
* | | Version 3.3 | Dominik Schürmann | 2015-06-30 | 1 | -2/+2 |
| | | |||||
* | | Update from transifex | Dominik Schürmann | 2015-06-30 | 100 | -1517/+4347 |
| | | |||||
* | | Update changelog for 3.3 | Dominik Schürmann | 2015-06-30 | 1 | -0/+7 |
| | | |||||
* | | Disable YubiKey key creation for release | Dominik Schürmann | 2015-06-30 | 1 | -5/+14 |
| | | |||||
* | | Use proper length and mod time for cleartext signature metadata | Dominik Schürmann | 2015-06-29 | 1 | -2/+2 |
| | | |||||
* | | Return metadata for cleartext sigs | Dominik Schürmann | 2015-06-29 | 1 | -0/+7 |
| | | |||||
* | | Connect YubiKey URL to OpenKeychain | Dominik Schürmann | 2015-06-29 | 3 | -15/+35 |
| | | |||||
* | | Create key wizard for blank YubiKey | Dominik Schürmann | 2015-06-29 | 19 | -74/+313 |
| | | |||||
* | | Merge branch 'master' of github.com:open-keychain/open-keychain | Dominik Schürmann | 2015-06-29 | 6 | -169/+255 |
|\ \ | |||||
| * | | instrument: add tests for adv key share fragment | Vincent Breitmoser | 2015-06-29 | 3 | -2/+134 |
| | | | |||||
| * | | cleanup share fragment, fix sharing of fingerprint | Vincent Breitmoser | 2015-06-29 | 3 | -167/+121 |
| | | | |||||
* | | | Update support libs | Dominik Schürmann | 2015-06-29 | 1 | -6/+8 |
|/ / | |||||
* | | Remove html element in help_about | Dominik Schürmann | 2015-06-29 | 1 | -1/+1 |
| | | |||||
* | | Force db upgrade on app start | Dominik Schürmann | 2015-06-29 | 1 | -2/+9 |
| | | |||||
* | | Use signature-level signature for TemporaryStorageProvider and describe the ↵ | Dominik Schürmann | 2015-06-29 | 2 | -18/+50 |
| | | | | | | | | security model | ||||
* | | Add brackets in KeychainProvider | Dominik Schürmann | 2015-06-29 | 1 | -30/+43 |
| | | |||||
* | | Use application/octet-stream as default type in TemporaryStorageProvider | Dominik Schürmann | 2015-06-29 | 1 | -1/+1 |
| | | |||||
* | | Guess mime type like support libs FileProvider | Dominik Schürmann | 2015-06-29 | 1 | -7/+1 |
| | | |||||
* | | Fix strings for transifex | Dominik Schürmann | 2015-06-29 | 1 | -2/+2 |
| | | |||||
| * | made CryptoOperationFragment implement OperationHelper.Callback | Adithya Abraham Philip | 2015-06-30 | 11 | -59/+33 |
| | | |||||
| * | changed to work with multi-decrypt | Adithya Abraham Philip | 2015-06-27 | 16 | -228/+99 |
| | | |||||
| * | split import and export ops | Adithya Abraham Philip | 2015-06-27 | 10 | -396/+396 |
| | | |||||
| * | fixed package import | Adithya Abraham Philip | 2015-06-27 | 2 | -3/+2 |
| | | |||||
| * | renamed KeychainNewService to KeychainService | Adithya Abraham Philip | 2015-06-27 | 5 | -13/+13 |
| | | |||||
| * | removed debug logs, added licenses | Adithya Abraham Philip | 2015-06-27 | 13 | -19/+191 |
| | | |||||
| * | fixed Certify op | Adithya Abraham Philip | 2015-06-27 | 3 | -4/+4 |
| | | |||||
| * | deleted KeychainService | Adithya Abraham Philip | 2015-06-27 | 19 | -262/+236 |
| | | |||||
| * | migrated Keybase verification | Adithya Abraham Philip | 2015-06-27 | 9 | -285/+403 |
| | | |||||
| * | migrated consolidation | Adithya Abraham Philip | 2015-06-27 | 6 | -115/+142 |
| | | |||||
| * | fixed promote key tests | Adithya Abraham Philip | 2015-06-27 | 1 | -0/+5 |
| | | |||||
| * | migrated promote op to KeychainNewService | Adithya Abraham Philip | 2015-06-27 | 5 | -70/+80 |
| | | |||||
| * | migrated delete op to KeychainNewService | Adithya Abraham Philip | 2015-06-27 | 6 | -70/+131 |
| | | |||||
| * | migrated key creation to KeychainNewService | Adithya Abraham Philip | 2015-06-27 | 3 | -92/+52 |
| | |