Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | 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 | 1 | -2/+4 | |
| | | | ||||||
| * | | 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. | |||||
| * | | Update from transifex | Dominik Schürmann | 2015-06-30 | 99 | -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 | 16 | -69/+296 | |
| |/ | ||||||
| * | instrument: add tests for adv key share fragment | Vincent Breitmoser | 2015-06-29 | 1 | -2/+6 | |
| | | ||||||
| * | cleanup share fragment, fix sharing of fingerprint | Vincent Breitmoser | 2015-06-29 | 3 | -167/+121 | |
| | | ||||||
| * | 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 | 9 | -394/+395 | |
| | | ||||||
* | | 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 | |
| | | ||||||
* | | added export and upload to KeychainNewService | Adithya Abraham Philip | 2015-06-27 | 9 | -225/+263 | |
| | | ||||||
* | | allow progress message to be set later | Adithya Abraham Philip | 2015-06-27 | 3 | -47/+17 | |
| | | ||||||
* | | made EmailKeyHelper work with CryptoOperationHelper | Adithya Abraham Philip | 2015-06-27 | 1 | -24/+29 | |
| | | ||||||
* | | migrated import to KeychainNewService | Adithya Abraham Philip | 2015-06-27 | 5 | -248/+218 | |
| | | ||||||
* | | introduced OpHelper for import in DecryptFragment | Adithya Abraham Philip | 2015-06-27 | 1 | -40/+44 | |
| | | ||||||
* | | introduced CryptoOperationHelper in ImportKeysActivity | Adithya Abraham Philip | 2015-06-27 | 9 | -511/+778 | |
|/ | ||||||
* | Language: Remember instead of caching | Dominik Schürmann | 2015-06-26 | 1 | -8/+8 | |
| | ||||||
* | Merge branch 'master' into v/multi-decrypt | Vincent Breitmoser | 2015-06-26 | 3 | -15/+11 | |
|\ | ||||||
| * | disable automatic accept for own uid in RemoteService, and fix some warnings | Vincent Breitmoser | 2015-06-26 | 1 | -15/+8 | |
| | | ||||||
| * | Import R and BuildConfig explicitly | Thialfihar | 2015-06-26 | 2 | -0/+3 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/master' into v/multi-decrypt | Vincent Breitmoser | 2015-06-26 | 13 | -189/+209 | |
|\| | ||||||
| * | instrument: first couple of tests for OpenPGP API | Vincent Breitmoser | 2015-06-26 | 1 | -0/+3 | |
| | |