Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Latest commit

 

History

History
24 lines (17 loc) · 808 Bytes

File metadata and controls

24 lines (17 loc) · 808 Bytes

Change Log

1.1.0 (2015-12-22)

First release of the GCM Push Client.

  • Initial commit.
  • Added Javadocs.
  • Added Readme and License
  • Added Bintray plugin for gradle.
  • Fixed GCM.unregister() method deprecation by creating an UnregisterService.
  • Fixed GCM.MESSAGE_TYPE_MESSAGE constant deprecation by creating a class that extends GcmListenerService.

1.1.1 (2016-08-24)

  • Added FCM support.

1.1.2 (2017-10-05)

  • Fixed a seemingly random NullPointerException.
  • Updated dependencies.
  • Added getRegistrationId method.
  • Added color as a delegate property.
  • Added a sample for FCM and a sample for GCM.