java-library icon indicating copy to clipboard operation
java-library copied to clipboard

Java client library for the Urban Airship API

Results 5 java-library issues
Sort by recently updated
recently updated
newest added

Bumps [io.netty:netty-handler](https://github.com/netty/netty) from 4.1.77.Final to 4.1.94.Final. Commits da1a448 [maven-release-plugin] prepare release netty-4.1.94.Final 535da17 Merge pull request from GHSA-6mjq-h674-j845 1bb825b Reuse Bootstrap to create SocketChannel for DNS TCP (#13453) dd2c2bb Use...

dependencies

Bumps [com.google.guava:guava](https://github.com/google/guava) from 31.1-jre to 32.0.0-jre. Release notes Sourced from com.google.guava:guava's releases. 32.0.0 Maven <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>32.0.0-jre</version> <!-- or, for Android: --> <version>32.0.0-android</version> </dependency> Jar files 32.0.0-jre.jar 32.0.0-android.jar Guava...

dependencies

Bumps [netty-codec-http](https://github.com/netty/netty) from 4.1.71.Final to 4.1.77.Final. Commits 503cd74 [maven-release-plugin] prepare release netty-4.1.77.Final 185f8b2 Merge pull request from GHSA-269q-hmxg-m83q 7dbca6a Update to the latest enforcer plug-in (#12363) 41761a3 Update tcnative version...

dependencies

### Issue statement I am integrating to Airship platform behind an API proxy running in application layer. Hence have the need to add additional request headers to pass the proxy...

Hi, it looks like the java SDK doesn't expose a way to get and set the `open_tracking_opted_in`, `open_tracking_opted_out`, `click_tracking_opted_in`, `click_tracking_opted_out` fields in the RegisterEmailChannel builder. These are documented here https://docs.airship.com/api/ua/?openapi=http#operation/api/channels/email/post...