Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added proxy logging, removed test function in KeybaseLib | Adithya Abraham Philip | 2015-07-03 | 1 | -1/+2 |
* | code cleanup | Adithya Abraham Philip | 2015-07-03 | 3 | -5/+2 |
* | added proxy support to YubiKey search | Adithya Abraham Philip | 2015-07-03 | 1 | -4/+28 |
* | ensuring code style is preserved | Adithya Abraham Philip | 2015-07-03 | 23 | -146/+112 |
* | added keyserver/proxy support to certify operation | Adithya Abraham Philip | 2015-07-03 | 3 | -1/+14 |
* | added proxy support to KeybaseLib | Adithya Abraham Philip | 2015-07-03 | 4 | -14/+37 |
* | added proxy support to keyserver verification | Adithya Abraham Philip | 2015-07-03 | 1 | -1/+1 |
* | modify ImportKeysActivity to match new pattern | Adithya Abraham Philip | 2015-07-03 | 1 | -18/+4 |
* | added proxy to all import operations using KeychainService | Adithya Abraham Philip | 2015-07-03 | 8 | -21/+122 |
* | added OperationResult support to upload to keyserver | Adithya Abraham Philip | 2015-07-03 | 3 | -9/+23 |
* | orbot dialog fragments added | Adithya Abraham Philip | 2015-07-03 | 11 | -504/+738 |
* | removed NetCipher submodule, copied classes | Adithya Abraham Philip | 2015-07-03 | 3 | -3/+358 |
* | fixed Proxy generation, proxy working for for cloud import | Adithya Abraham Philip | 2015-07-03 | 7 | -42/+46 |
* | added placeholder proxy to AddKeyServer | Adithya Abraham Philip | 2015-07-03 | 2 | -7/+23 |
* | fixed certificate pinning | Adithya Abraham Philip | 2015-07-03 | 2 | -14/+41 |
* | fixed prefs | Adithya Abraham Philip | 2015-07-03 | 2 | -1/+13 |
* | added proxy support, silent right now | Adithya Abraham Philip | 2015-07-03 | 15 | -55/+250 |
* | added ProxyPrefs | Adithya Abraham Philip | 2015-07-03 | 2 | -3/+50 |
* | added NetCipher as submodule | Adithya Abraham Philip | 2015-07-03 | 5 | -439/+4 |
* | added proxy type | Adithya Abraham Philip | 2015-07-03 | 6 | -15/+75 |
* | added class sources | Adithya Abraham Philip | 2015-07-03 | 2 | -1/+9 |
* | added license | Adithya Abraham Philip | 2015-07-03 | 2 | -3/+66 |
* | added proxy/tor preferences | Adithya Abraham Philip | 2015-07-03 | 8 | -1/+750 |
* | Subtle design improvements to yubikey dialog | Dominik Schürmann | 2015-07-03 | 114 | -28/+61 |
* | New NFC dialog design with indeterminate progress, do NFC stuff in background | Dominik Schürmann | 2015-07-03 | 11 | -96/+254 |
* | Fix caching of empty passphrase before moving keys to card | Dominik Schürmann | 2015-07-03 | 3 | -14/+24 |
* | Better keyboard layout for PINs | Dominik Schürmann | 2015-07-02 | 1 | -4/+4 |
* | Merge branch 'master' of github.com:open-keychain/open-keychain | Dominik Schürmann | 2015-07-02 | 13 | -19/+56 |
|\ | |||||
| * | Merge pull request #1387 from ishit/master | Dominik Schürmann | 2015-07-02 | 10 | -15/+43 |
| |\ | |||||
| | * | Change PassphraseEditAgain status icons. | Ishit | 2015-07-02 | 10 | -4/+4 |
| | * | Fix for #1357 | Ishit | 2015-07-01 | 1 | -13/+41 |
| * | | prevent deletion of last keyserver in preference | Adithya Abraham Philip | 2015-07-02 | 2 | -3/+8 |
| * | | correct keyserver preference retrieval | Adithya Abraham Philip | 2015-07-02 | 2 | -2/+6 |
* | | | Disable move to card from edit screen | Dominik Schürmann | 2015-07-02 | 2 | -39/+45 |
* | | | Change PIN and Admin PIN after move to key operation | Dominik Schürmann | 2015-07-02 | 13 | -80/+172 |
|/ / | |||||
* | | kill lagging search threads | Adithya Abraham Philip | 2015-07-02 | 1 | -3/+10 |
* | | fix CryptoOperationFragment infinite recursion | Adithya Abraham Philip | 2015-07-02 | 1 | -1/+1 |
* | | Remove old keyserver preference classes | Dominik Schürmann | 2015-07-01 | 2 | -112/+0 |
* | | 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 branch 'master' of github.com:open-keychain/open-keychain | Adithya Abraham Philip | 2015-06-30 | 139 | -1935/+5301 |
|\ \ | |||||
| * \ | 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 |