1. 2f05c23 Start 1.11.0 development cycle by Eric Gribkoff · 7 years ago
  2. 71bad37 Update protobuf-gradle-plugin to 0.8.3 by Eric Anderson · 7 years ago
  3. 86d6412 Upgrade to Protobuf 3.5.1 and Protoc 3.5.1-1. (#3921) by Kun Zhang · 7 years ago
  4. 04420df Start 1.10.0 development cycle (#3877) by Kun Zhang · 7 years ago
  5. ebf8a63 android-interop-testing: Fix compilation errors by Eric Anderson · 7 years ago
  6. aee5fc4 all: update to proto 3.5.0 by Carl Mastrangelo · 7 years ago
  7. ae37d21 all: bump to 1.9.0-SNAPSHOT by Carl Mastrangelo · 7 years ago
  8. 213d2f5 android-interop-testing,examples: bump minSdkVersion to 14 by Eric Gribkoff · 7 years ago
  9. 87c8791 compiler: remove references to static fields by Carl Mastrangelo · 7 years ago
  10. ee50372 android-interop-testing: fix proguard for grpc-testing dependency by Eric Gribkoff · 7 years ago
  11. 55621a3 Start 1.8.0 development cycle by Eric Anderson · 7 years ago
  12. 2924e30 android-interop-testing: use Java Style enums by Carl Mastrangelo · 7 years ago
  13. 24ff274 all: update to proto 3.4.0 by Carl Mastrangelo · 7 years ago
  14. ab85c5a Start 1.7.0 development cycle (#3357) by zpencer · 7 years ago
  15. e4cef9d android-interop-testing: remove gms version metadata, add minimum sdk by Eric Gribkoff · 7 years ago
  16. 3795417 interop-testing: use Activity.RESULT_OK (-1) instead of 0 by Eric Gribkoff · 7 years ago
  17. d325919 core: Use Class.forName(String) in provider for Android by Eric Anderson · 7 years ago
  18. d34260a all: update to proto gradle plugin 0.8.1 by Carl Mastrangelo · 7 years ago
  19. e6d0062 Move checkstyle config to buildscripts/ by Eric Anderson · 7 years ago
  20. 424eeea all: begin 1.6 release cycle by Carl Mastrangelo · 7 years ago
  21. 9a5623d android-interop-testing: instrumented interop tests by Eric Gribkoff · 7 years ago
  22. 166108a all: fix licence whitespace by Carl Mastrangelo · 7 years ago
  23. 3bfd630 all: update to Apache 2 licence by Carl Mastrangelo · 7 years ago
  24. 4ce52d1 all: bump to 1.5.0-SNAPSHOT by Carl Mastrangelo · 7 years ago
  25. 0fe2c5c all: bump to proto 3.3.1 by Carl Mastrangelo · 7 years ago
  26. 50a92e0 android-interop-testing: Support get option in interop app by Xiao Hang · 7 years ago
  27. 17b9016 all: begin 1.4.x development cycle by Carl Mastrangelo · 7 years ago
  28. ebd2f2d android: Bump android build plugin version to 2.3.1 by Eric Anderson · 8 years ago
  29. 7ce2b4f all: start 1.3.0 development cycle by Carl Mastrangelo · 8 years ago
  30. acf093d android-interop-testing: fix lint by ZHANG Dapeng · 8 years ago
  31. 2eeb5e3 all: Downgrade to Guava 19 by Eric Anderson · 8 years ago
  32. a2f15ae android-interop-testing: Fix checkstyle violations (imports) by Eric Anderson · 8 years ago
  33. b0323ac all: update to protobuf 3.2.0 by Carl Mastrangelo · 8 years ago
  34. e8aef5b Start 1.2.0 development cycle by Carl Mastrangelo · 8 years ago
  35. 06c40dc android: Fix ProGuard rules in Android apps by Eric Anderson · 8 years ago
  36. c38611a Bump protobuf to 3.1.0 by Eric Anderson · 8 years ago
  37. d019eea android-interop-testing: use new channel builder size limit by Carl Mastrangelo · 8 years ago
  38. b1d72e5 all: Bump protobuf to 3.0.2, to fix protoc in CI by Eric Anderson · 8 years ago
  39. 3fb3af4 android-interop-testing: skip integration tests if there is not enough memory by Carl Mastrangelo · 8 years ago
  40. 9d747bb build: upgrade to protobuf-gradle-plugin 0.8.0 by Kun Zhang · 8 years ago
  41. 5e1e883 Update protobuf to 3.0.0 by Eric Anderson · 8 years ago
  42. fbd3f52 android: Remove providers from ProGuard configuration by Eric Anderson · 8 years ago
  43. 0099657 android-interop: Remove usage of deprecated generated interface by Eric Anderson · 8 years ago
  44. e9643bb Start 1.1.0 development cycle by Eric Anderson · 8 years ago
  45. 0a98ff0 interop: Bump maxMessageSize for Android testing by Eric Anderson · 8 years ago
  46. 46379da Start 1.0.0 development cycle by Eric Anderson · 8 years ago
  47. dbef1af Bump protobuf dependency to 3.0.0-beta-3 by Eric Anderson · 8 years ago
  48. 4372cee android: Add ProGuard rules for NameResolverProvider by Eric Anderson · 8 years ago
  49. 5a2e5e1 android-interop-test: Enable checkstyle; fix violations by Eric Anderson · 8 years ago
  50. 446f0cb Upgrade to Gradle 2.13 by Eric Anderson · 8 years ago
  51. 3c5b5a5 Begin v0.15.0 Cycle by Carl Mastrangelo · 8 years ago
  52. ac4168a Revert "Update proto packages to reflect directory structure" by Eric Anderson · 8 years ago
  53. 8825f35 Update proto packages to reflect directory structure by Carl Mastrangelo · 8 years ago
  54. b053d89 Fix proguard. Added three donotwarn for things we don't use at all in this testing app. by Xiao Hang · 8 years ago
  55. 0a01b3c Simplify nano flag to codegen to just 'nano' from 'nano=true' by Eric Anderson · 9 years ago
  56. 5d025ed Change InteopTester to take a ManagedChannel directly instead of using all the args to build a channel by Xiao Hang · 9 years ago
  57. b824565 Improve procedure for creating release tag and branch by Eric Anderson · 9 years ago
  58. 30b4232 Start 0.14.0 development cycle by Eric Anderson · 9 years ago
  59. 64bc830 Update Android test build to use current grpc snapshot and support Gradle 2.10 by Eric Anderson · 9 years ago
  60. 5a5f985 Log full Status on Android test failure by Eric Anderson · 9 years ago
  61. 8a40989 Fix OOM errors that happen occasionally by Carl Mastrangelo · 9 years ago
  62. e2ed2e8 Upgrade to protobuf-3.0.0-beta-2 and protobuf-nano-3.0.0-alpha-5 by Kun Zhang · 9 years ago
  63. 7677525 Log start of test and don't wait forever by Eric Anderson · 9 years ago
  64. c70a769 Wait 5 seconds, not over an hour by Eric Anderson · 9 years ago
  65. 2719a8c Updates the README.md to add instructions to start test server. by Feng Li · 9 years ago
  66. d238d86 Some changes to Android interop test App: by Xudong Ma · 9 years ago
  67. a1ed98f Add missing generics by Eric Anderson · 9 years ago
  68. 944edc4 [Android-interop-test] Fail the instrumentation if any exception is thrown during the channel initialization. by Xudong Ma · 9 years ago
  69. ee56c49 Update Android interop test App to use ManagedChannelBuilder by Xudong Ma · 9 years ago
  70. 996ea2f Give dependency example for android clients. by Xudong Ma · 9 years ago
  71. 400926e [Android-interop-test] Support non-tls test and replace a deprecated API call by Xudong Ma · 9 years ago
  72. f7f57b7 Put nano generated code into nano package, unless option javanano_use_deprecated_package is set. by Xudong Ma · 9 years ago
  73. 2016a88 Update the comments in proguard-rules files. by Xudong Ma · 9 years ago
  74. 540b4d3 Revert "Draft of Android specific Channe builder" by Louis Ryan · 9 years ago
  75. 264dc09 Port test cases in AbstractTransportTest to android interop test by Xiao Hang · 9 years ago
  76. d6dc790 Draft of Android specific Channe builder by Louis Ryan · 9 years ago
  77. 0a51f0f Move StreamRecorder to testing package. by Xudong Ma · 9 years ago
  78. fb984bb Update to protobuf beta for Android interop test by Xudong Ma · 9 years ago
  79. 9243157 Fix broken interop test, using new StreamObserver API. by Xiao Hang · 9 years ago
  80. 46c76bd Update android-interop-test's dependency. by Xudong Ma · 9 years ago
  81. d2929cd Reorganize packages. by Kun Zhang · 9 years ago
  82. 512134b Android-Interop-test: fix lint errors/warnings, enable proguard. by Xudong Ma · 9 years ago
  83. 137b2ef Upgrade protobuf-gradle-plugin to 0.6.1 by Kun Zhang · 9 years ago
  84. 12d5797 Android interop test: Use proto plugin to generate the needed code. by Xudong Ma · 9 years ago
  85. 1b3f9a3 Add an option to Android interop test, to configure TLS protocol on SSLCertificateSocketFactory directly. by Xudong Ma · 9 years ago
  86. 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
  87. f88779e Add the Android interop test App. by Xudong Ma · 9 years ago