Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | don't cache exporthelper, keep type for KeyItem in KeySpinner | Vincent Breitmoser | 2015-07-06 | 3 | -21/+17 | |
| | | ||||||
* | | Save mTagHandlingEnabled in saved instance | Dominik Schürmann | 2015-07-06 | 1 | -1/+16 | |
|/ | ||||||
* | Better YubiKey UX flow for error handling | Dominik Schürmann | 2015-07-06 | 4 | -42/+103 | |
| | ||||||
* | Change signed by to sign with | Dominik Schürmann | 2015-07-06 | 1 | -1/+1 | |
| | ||||||
* | Poll if yubikey has been taken away | Dominik Schürmann | 2015-07-06 | 2 | -9/+14 | |
| | ||||||
* | Fix account key selection for API | Dominik Schürmann | 2015-07-06 | 1 | -1/+6 | |
| | ||||||
* | Merge branch 'master' of github.com:open-keychain/open-keychain | Dominik Schürmann | 2015-07-06 | 75 | -430/+2270 | |
|\ | ||||||
| * | encrypt to all encryption subkeys, rather than just the first | Vincent Breitmoser | 2015-07-06 | 3 | -22/+27 | |
| | | ||||||
| * | catch ArrayIndexOutOfBoundsException in decrypt operation, might be thrown ↵ | Vincent Breitmoser | 2015-07-06 | 2 | -1/+8 | |
| | | | | | | | | from BouncyCastle | |||||
| * | fix PromoteKeyOperationTest | Vincent Breitmoser | 2015-07-06 | 1 | -11/+10 | |
| | | ||||||
| * | forgot a couple lines to commit | Vincent Breitmoser | 2015-07-06 | 2 | -2/+16 | |
| | | ||||||
| * | nicer error msg if input data cannot be read | Vincent Breitmoser | 2015-07-06 | 3 | -3/+5 | |
| | | ||||||
| * | cleanup, NonNull annotation, never return null in PgpDecryptVerify | Vincent Breitmoser | 2015-07-06 | 13 | -74/+92 | |
| | | ||||||
| * | some cleanup and documentation | Vincent Breitmoser | 2015-07-06 | 5 | -46/+61 | |
| | | ||||||
| * | make sure clipboard service retrieval is always null-proof | Vincent Breitmoser | 2015-07-05 | 7 | -33/+64 | |
| | | ||||||
| * | don't show notification in MainActivity when state is restored | Vincent Breitmoser | 2015-07-05 | 1 | -14/+17 | |
| | | ||||||
| * | better getActivity and getSystemService null handling in encryptfilesfragment | Vincent Breitmoser | 2015-07-05 | 2 | -9/+21 | |
| | | ||||||
| * | set data for query intent (fix #1389) | Vincent Breitmoser | 2015-07-05 | 1 | -1/+1 | |
| | | ||||||
| * | Merge pull request #1329 from open-keychain/tor-support | Dominik Schürmann | 2015-07-04 | 54 | -225/+1959 | |
| |\ | | | | | | | added proxy/tor preferences | |||||
| | * | fixed OrbotRequiredDialogActivity not finishing, orbot install dialog style | Adithya Abraham Philip | 2015-07-03 | 8 | -44/+112 | |
| | | | ||||||
| | * | reformatted code | Adithya Abraham Philip | 2015-07-03 | 8 | -17/+24 | |
| | | | ||||||
| | * | added proxy support to OperationHelper | Adithya Abraham Philip | 2015-07-03 | 28 | -161/+388 | |
| | | | ||||||
| | * | fixed middleButton parameter being ignored | Adithya Abraham Philip | 2015-07-03 | 1 | -2/+2 | |
| | | | ||||||
| | * | renamed to clarify necessity for two install dialog fragments | Adithya Abraham Philip | 2015-07-03 | 2 | -7/+7 | |
| | | | ||||||
| | * | reduce code duplication | Adithya Abraham Philip | 2015-07-03 | 3 | -150/+119 | |
| | | | ||||||
| | * | removed e.printStackTrace from several places | Adithya Abraham Philip | 2015-07-03 | 5 | -8/+13 | |
| | | | ||||||
| | * | fixed orbot preference install dialog | Adithya Abraham Philip | 2015-07-03 | 1 | -4/+4 | |
| | | | ||||||
| | * | Rename package back to orbot because these are orbot utils | Dominik Schürmann | 2015-07-03 | 13 | -15/+12 | |
| | | | ||||||
| | * | Cleanup tor code | Dominik Schürmann | 2015-07-03 | 13 | -42/+42 | |
| | | | ||||||
| | * | Fix crash on settings by adding proxy fragment to isValidFragment | Dominik Schürmann | 2015-07-03 | 1 | -0/+1 | |
| | | | ||||||
| | * | added proxy logging, removed test function in KeybaseLib | Adithya Abraham Philip | 2015-07-03 | 2 | -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 | |
| | | | ||||||
| | * | removed openkeychain-test from settings.gradle | Adithya Abraham Philip | 2015-07-03 | 1 | -1/+0 | |
| | | | ||||||
| | * | 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 | 5 | -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 | 4 | -6/+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 | 7 | -439/+8 | |
| | | |