aboutsummaryrefslogtreecommitdiff
path: root/android-interop-testing
AgeCommit message (Collapse)Author
2018-10-26Bump version to 1.16.1upstream/v1.16.1Eric Anderson
2018-10-24Bump version to 1.16.1-SNAPSHOTEric Anderson
2018-10-24Bump version to 1.16.0upstream/v1.16.0Eric Anderson
2018-10-24android-interop-testing: put google() repo firstEric Gribkoff
2018-09-22android-interop-testing: fix Java7 compilation failureCarl Mastrangelo
2018-09-14all: use Java7 bracketsCarl Mastrangelo
2018-08-29android-interop-testing: correct order in assertEquals (#4810)Eric Gribkoff
2018-08-28buildscripts: run Android interop tests on Firebase (#4314)Eric Gribkoff
2018-08-27Start 1.16.0 development cycle (#4803)Kun Zhang
2018-07-30gradle: Use config_loc in checkstyleEric Anderson
We previously passed a custom variable to the checkstyle configuration. In Gradle 4.0 config_loc was added for the same purpose. The default configDir is $projectDir/config/checkstyle which is different for each project; we need to override it to always point to the root project.
2018-07-18Start 1.15.0 development cycle (#4650)zpencer
2018-07-03android-interop-testing: migrate to androidx test libs (#4611)Eric Gribkoff
2018-06-20android-interop-testing: improvements for instrumentation tests (#4570)Eric Gribkoff
2018-06-13android-interop-testing,interop-testing: use AbstractInteropTest on Android ↵Eric Gribkoff
(#4541)
2018-06-11all: add gradle format checkerZHANG Dapeng
This PR adds an automatic gradle format checker and reformats all the *.gradle files. After this, new changes to *.gradle files will fail to build if not in good format, just like checkStyle failure.
2018-06-04Start 1.14.0 development cycleZHANG Dapeng
2018-05-03 all: normalize copyright header Carl Mastrangelo
2018-04-30examples: remove deprecated usage of usePlainText(boolean) (#4396)Jorg Heymans
Update examples (including android) to use non deprecated version of method.
2018-04-30android-interop-testing: normalize integration proto directoriesCarl Mastrangelo
2018-04-25android-interop-testing: re-add min sdk version (#4393)Eric Gribkoff
2018-04-24android-interop-testing: update app dependencies (#4313)Eric Gribkoff
2018-04-23Start 1.13.0 development cycle (#4383)zpencer
2018-03-13Start 1.12.0 development cycleEric Anderson
2018-01-30Start 1.11.0 development cycleEric Gribkoff
2018-01-12Update protobuf-gradle-plugin to 0.8.3Eric Anderson
This fixes support for newer Android Gradle Plugins.
2018-01-05Upgrade to Protobuf 3.5.1 and Protoc 3.5.1-1. (#3921)Kun Zhang
protoc-3.5.0-linux-x86_64 introduced GLIBC_2.14 dependency and broke gRPC release process (https://github.com/google/protobuf/issues/4138). 3.5.1-1 is the proper re-build.
2017-12-18Start 1.10.0 development cycle (#3877)Kun Zhang
2017-12-14android-interop-testing: Fix compilation errorsEric Anderson
2017-11-30all: update to proto 3.5.0Carl Mastrangelo
2017-11-06all: bump to 1.9.0-SNAPSHOTCarl Mastrangelo
2017-11-06android-interop-testing,examples: bump minSdkVersion to 14Eric Gribkoff
2017-10-31 compiler: remove references to static fieldsCarl Mastrangelo
2017-10-31android-interop-testing: fix proguard for grpc-testing dependencyEric Gribkoff
2017-09-27Start 1.8.0 development cycleEric Anderson
2017-09-15android-interop-testing: use Java Style enumsCarl Mastrangelo
This makes it easier to convert over to Proto lite, which will be replacing nano in the near future. This CL is a port originally from @arielbackenroth
2017-08-25all: update to proto 3.4.0Carl Mastrangelo
2017-08-22Start 1.7.0 development cycle (#3357)zpencer
This bump changelist is applied a bit late with respect to the 1.6.0 branch cut. Look at the 1.6.0 to see the source of truth of where it was cut. Do not assume it is the commit that precedes this one.
2017-08-14android-interop-testing: remove gms version metadata, add minimum sdkEric Gribkoff
2017-08-11interop-testing: use Activity.RESULT_OK (-1) instead of 0Eric Gribkoff
2017-07-19core: Use Class.forName(String) in provider for AndroidEric Anderson
Class.forName(String) is understood by ProGuard, removing the need for manual ProGuard configuration and allows ProGuard to rename the provider classes. Previously the provider classes could not be renamed. Fixes #2633
2017-07-14all: update to proto gradle plugin 0.8.1Carl Mastrangelo
2017-07-07Move checkstyle config to buildscripts/Eric Anderson
Checkstyle configuration is just noise in the root directory. Neither users nor developers need to look at it often.
2017-07-06all: begin 1.6 release cycleCarl Mastrangelo
2017-06-12android-interop-testing: instrumented interop testsEric Gribkoff
2017-06-01all: fix licence whitespaceCarl Mastrangelo
2017-05-31all: update to Apache 2 licenceCarl Mastrangelo
Also, update the authors.
2017-05-23all: bump to 1.5.0-SNAPSHOTCarl Mastrangelo
2017-05-23all: bump to proto 3.3.1Carl Mastrangelo
2017-04-27android-interop-testing: Support get option in interop appXiao Hang
2017-04-11all: begin 1.4.x development cycleCarl Mastrangelo