Xudong Ma
996ea2fc22
Give dependency example for android clients.
2015-10-07 16:08:36 -07:00
Xudong Ma
400926e4e8
[Android-interop-test] Support non-tls test and replace a deprecated API call
2015-09-29 13:53:30 -07:00
Xudong Ma
f7f57b79c9
Put nano generated code into nano package, unless option javanano_use_deprecated_package is set.
...
Also fix the behaior while java_package is set to empty.
2015-09-28 09:49:02 -07:00
Xudong Ma
2016a88f5c
Update the comments in proguard-rules files.
2015-09-17 18:17:32 -07:00
Louis Ryan
540b4d3521
Revert "Draft of Android specific Channe builder"
...
This reverts commit d6dc790f05 .
2015-09-09 10:18:45 -07:00
Xiao Hang
264dc09cfd
Port test cases in AbstractTransportTest to android interop test
...
The test scenarios all remain the same. The changes are just in proto to nanoproto conversion and removing mocktio
2015-09-04 17:14:50 -07:00
Louis Ryan
d6dc790f05
Draft of Android specific Channe builder
2015-09-03 13:58:23 -07:00
Xudong Ma
0a51f0fbd9
Move StreamRecorder to testing package.
2015-09-01 09:15:03 -07:00
Xudong Ma
fb984bb5bb
Update to protobuf beta for Android interop test
2015-08-31 15:05:06 -07:00
Xiao Hang
9243157898
Fix broken interop test, using new StreamObserver API.
2015-08-31 13:54:54 -07:00
Xudong Ma
46c76bdff7
Update android-interop-test's dependency.
2015-08-14 11:25:59 -07:00
Kun Zhang
d2929cd1a3
Reorganize packages.
...
Reserve io.grpc for public API only, and all internal stuff in core to
io.grpc.internal, including the non-stable transport API.
Raise the netty/okhttp/inprocess subpackages one level up to io.grpc,
because they are public API and entry points for most users.
Details:
- Rename io.grpc.transport to io.grpc.internal;
- Move SharedResourceHolder and SerializingExecutor to io.grpc.internal
- Rename io.grpc.transport.{netty|okhttp|inprocess} to
io.grpc.{netty|okhttp|inprocess}
2015-08-10 15:04:29 -07:00
Xudong Ma
512134b095
Android-Interop-test: fix lint errors/warnings, enable proguard.
2015-08-04 10:52:20 -07:00
Kun Zhang
137b2ef8c3
Upgrade protobuf-gradle-plugin to 0.6.1
2015-08-03 13:41:48 -07:00
Xudong Ma
12d57974c0
Android interop test: Use proto plugin to generate the needed code.
2015-07-07 10:11:00 -07:00
Xudong Ma
1b3f9a3cde
Add an option to Android interop test, to configure TLS protocol on SSLCertificateSocketFactory directly.
...
This is how our current internal users configure the TLS protocol, with this option, we can test and verify future changes will not break internal users.
2015-07-06 11:11:38 -07:00
Xudong Ma
a0241d8d88
Use default type of KeyStore in Android interop test App, so that it can work on lower versions.
...
The previously used "AndroidKeyStore" was introduced in Android 4.3
2015-06-30 15:18:14 -07:00
Xudong Ma
f88779e422
Add the Android interop test App.
...
So far, it is built separately from the other gRpc components.
2015-06-26 15:31:14 -07:00