Skip to content

Releases: Raudius/Pushraven

Pushraven v1.0.3

06 Sep 12:09
Compare
Choose a tag to compare

FcmResponse error/success message getters unified into: response.getMessage()

Pushraven v1.0.2

15 Mar 19:21
Compare
Choose a tag to compare

Credentials can now be set directly (no need for a JSON file) using Pushraven.setCredential()

Pushraven v1.0.1 (REST v1 API)

03 Dec 13:36
60cd66a
Compare
Choose a tag to compare

Fully updated to new API specification.
Major changes to the implementation. See Reamde for details.

It is recommended to include as a dependency to your project.

Maven:

<dependency>
    <groupId>us.raudi</groupId>
    <artifactId>pushraven</artifactId>
    <version>1.0.1</version>
</dependency>

Gradle:

compile group: 'us.raudi', name: 'pushraven', version: '1.0.1'

If you download the jars, you must also include json-simple and the google-api-client jars into your project!!

Pushraven (LEGACY)

15 Jun 11:37
60cd66a
Compare
Choose a tag to compare

It is recommended you add Pushraven as a dependency to your project instead of importing the jar

Changes:

  • Changed package name to accommodate for namespace in Central Repo
  • json-simple no longer packaged in jar
  • Fixed bug involving attribute: body_loc_args
  • Added javadoc