1. 17b9016 all: begin 1.4.x development cycle by Carl Mastrangelo · 7 years ago
  2. ebd2f2d android: Bump android build plugin version to 2.3.1 by Eric Anderson · 7 years ago
  3. 7ce2b4f all: start 1.3.0 development cycle by Carl Mastrangelo · 8 years ago
  4. acf093d android-interop-testing: fix lint by ZHANG Dapeng · 8 years ago
  5. 2eeb5e3 all: Downgrade to Guava 19 by Eric Anderson · 8 years ago
  6. a2f15ae android-interop-testing: Fix checkstyle violations (imports) by Eric Anderson · 8 years ago
  7. b0323ac all: update to protobuf 3.2.0 by Carl Mastrangelo · 8 years ago
  8. e8aef5b Start 1.2.0 development cycle by Carl Mastrangelo · 8 years ago
  9. 06c40dc android: Fix ProGuard rules in Android apps by Eric Anderson · 8 years ago
  10. c38611a Bump protobuf to 3.1.0 by Eric Anderson · 8 years ago
  11. d019eea android-interop-testing: use new channel builder size limit by Carl Mastrangelo · 8 years ago
  12. b1d72e5 all: Bump protobuf to 3.0.2, to fix protoc in CI by Eric Anderson · 8 years ago
  13. 3fb3af4 android-interop-testing: skip integration tests if there is not enough memory by Carl Mastrangelo · 8 years ago
  14. 9d747bb build: upgrade to protobuf-gradle-plugin 0.8.0 by Kun Zhang · 8 years ago
  15. 5e1e883 Update protobuf to 3.0.0 by Eric Anderson · 8 years ago
  16. fbd3f52 android: Remove providers from ProGuard configuration by Eric Anderson · 8 years ago
  17. 0099657 android-interop: Remove usage of deprecated generated interface by Eric Anderson · 8 years ago
  18. e9643bb Start 1.1.0 development cycle by Eric Anderson · 8 years ago
  19. 0a98ff0 interop: Bump maxMessageSize for Android testing by Eric Anderson · 8 years ago
  20. 46379da Start 1.0.0 development cycle by Eric Anderson · 8 years ago
  21. dbef1af Bump protobuf dependency to 3.0.0-beta-3 by Eric Anderson · 8 years ago
  22. 4372cee android: Add ProGuard rules for NameResolverProvider by Eric Anderson · 8 years ago
  23. 5a2e5e1 android-interop-test: Enable checkstyle; fix violations by Eric Anderson · 8 years ago
  24. 446f0cb Upgrade to Gradle 2.13 by Eric Anderson · 8 years ago
  25. 3c5b5a5 Begin v0.15.0 Cycle by Carl Mastrangelo · 8 years ago
  26. ac4168a Revert "Update proto packages to reflect directory structure" by Eric Anderson · 8 years ago
  27. 8825f35 Update proto packages to reflect directory structure by Carl Mastrangelo · 8 years ago
  28. b053d89 Fix proguard. Added three donotwarn for things we don't use at all in this testing app. by Xiao Hang · 8 years ago
  29. 0a01b3c Simplify nano flag to codegen to just 'nano' from 'nano=true' by Eric Anderson · 9 years ago
  30. 5d025ed Change InteopTester to take a ManagedChannel directly instead of using all the args to build a channel by Xiao Hang · 9 years ago
  31. b824565 Improve procedure for creating release tag and branch by Eric Anderson · 9 years ago
  32. 30b4232 Start 0.14.0 development cycle by Eric Anderson · 9 years ago
  33. 64bc830 Update Android test build to use current grpc snapshot and support Gradle 2.10 by Eric Anderson · 9 years ago
  34. 5a5f985 Log full Status on Android test failure by Eric Anderson · 9 years ago
  35. 8a40989 Fix OOM errors that happen occasionally by Carl Mastrangelo · 9 years ago
  36. e2ed2e8 Upgrade to protobuf-3.0.0-beta-2 and protobuf-nano-3.0.0-alpha-5 by Kun Zhang · 9 years ago
  37. 7677525 Log start of test and don't wait forever by Eric Anderson · 9 years ago
  38. c70a769 Wait 5 seconds, not over an hour by Eric Anderson · 9 years ago
  39. 2719a8c Updates the README.md to add instructions to start test server. by Feng Li · 9 years ago
  40. d238d86 Some changes to Android interop test App: by Xudong Ma · 9 years ago
  41. a1ed98f Add missing generics by Eric Anderson · 9 years ago
  42. 944edc4 [Android-interop-test] Fail the instrumentation if any exception is thrown during the channel initialization. by Xudong Ma · 9 years ago
  43. ee56c49 Update Android interop test App to use ManagedChannelBuilder by Xudong Ma · 9 years ago
  44. 996ea2f Give dependency example for android clients. by Xudong Ma · 9 years ago
  45. 400926e [Android-interop-test] Support non-tls test and replace a deprecated API call by Xudong Ma · 9 years ago
  46. f7f57b7 Put nano generated code into nano package, unless option javanano_use_deprecated_package is set. by Xudong Ma · 9 years ago
  47. 2016a88 Update the comments in proguard-rules files. by Xudong Ma · 9 years ago
  48. 540b4d3 Revert "Draft of Android specific Channe builder" by Louis Ryan · 9 years ago
  49. 264dc09 Port test cases in AbstractTransportTest to android interop test by Xiao Hang · 9 years ago
  50. d6dc790 Draft of Android specific Channe builder by Louis Ryan · 9 years ago
  51. 0a51f0f Move StreamRecorder to testing package. by Xudong Ma · 9 years ago
  52. fb984bb Update to protobuf beta for Android interop test by Xudong Ma · 9 years ago
  53. 9243157 Fix broken interop test, using new StreamObserver API. by Xiao Hang · 9 years ago
  54. 46c76bd Update android-interop-test's dependency. by Xudong Ma · 9 years ago
  55. d2929cd Reorganize packages. by Kun Zhang · 9 years ago
  56. 512134b Android-Interop-test: fix lint errors/warnings, enable proguard. by Xudong Ma · 9 years ago
  57. 137b2ef Upgrade protobuf-gradle-plugin to 0.6.1 by Kun Zhang · 9 years ago
  58. 12d5797 Android interop test: Use proto plugin to generate the needed code. by Xudong Ma · 9 years ago
  59. 1b3f9a3 Add an option to Android interop test, to configure TLS protocol on SSLCertificateSocketFactory directly. by Xudong Ma · 9 years ago
  60. a0241d8 Use default type of KeyStore in Android interop test App, so that it can work on lower versions. by Xudong Ma · 9 years ago
  61. f88779e Add the Android interop test App. by Xudong Ma · 9 years ago