CHANGELOG.md

February 16, 2016 ยท View on GitHub

1.6.2 (2016-02-16)

Features:

1.6.1 (2015-12-21)

Features:

  • Updated com.android.tools.build:gradle to 1.5.0
  • Updated com.google.gms:google-services to 1.5.0

1.6.0 (2015-12-02)

Features:

Bugfixes:

1.5.5 (2015-11-26)

Features:

1.5.4 (2015-10-29)

Bugfixes:

1.5.3 (2015-10-13)

Bugfixes:

1.5.2 (2015-09-28)

Features:

1.5.1 (2015-09-22)

Features:

Bugfixes:

1.5.0 (2015-07-02)

This release brings incompatible changes. Please README and sample project for details on integration of the library in your project. Shortly:

  • onMessage is changed, no need to release a wake lock. Make sure, your blocking tasks are executed directly in GcmListener callback methods, as they run in background thread. Creating a new background task would not be guaranteed to run.
  • no need to add custom manifest placeholder localApplicationId

Features:

Bugfixes:

1.4.0 (2015-05-14)

Features:

Bugfixes:

1.3.0 (2015-03-12)

This release brings incompatible changes. Please README and sample project for details on integration of the library in your project. Shortly:

  • onMessage is changed, you need to call wakeLockRelease.release() after your job is done
  • GcmHelper.init() is changed, sender ID is now configured in XML instead of passing as parameter
  • you need to add custom manifest placeholder localApplicationId in your build script to workaround Android bug

Bugfixes:

Features:

1.2.3 (2014-12-22)

Bugfixes:

  • fixed min SDK - set to 9

1.2.2 (2014-12-22)

Features:

  • first public release

Bugfixes: