Skip to content

Latest commit

 

History

History
128 lines (74 loc) · 4.77 KB

CHANGELOG.md

File metadata and controls

128 lines (74 loc) · 4.77 KB

1.6.2 (2016-02-16)

Features:

  • Added esendRegistrationIdToBackend(Context context) convenience method (#69)

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:

  • [#39 Gcm registration now handled by WakefulIntentService] (#39)
  • [#59 Added a method to remove gcm registration ID.] (#59)
  • GcmHelper class is now deprecated in favour of EasyGcm class.
  • The logging is now handled by EasyGcm.Logger class and can have its logging levels set.

Bugfixes:

  • [#23 Gcm registration will not start until the device connects online] (#23)
  • [#29 Registration is invalidated and restarted on OS upgrade] (#29)

1.5.5 (2015-11-26)

Features:

  • [#63 Updated to Google Play Services 8.3.0] (#63)

1.5.4 (2015-10-29)

Bugfixes:

  • [#61 Catch for SecurityException in some exotic cases during GCM registration] (#61)

1.5.3 (2015-10-13)

Bugfixes:

  • [#45 The package name of permission.C2D_MESSAGE still wrong] (#45)

1.5.2 (2015-09-28)

Features:

  • [#56 Updated to Google Play Services 8.1.0] (#56)

1.5.1 (2015-09-22)

Features:

  • [#47 Updated to Google Play Services 7.8.0] (#47)
  • [#48 Used GoogleApiAvailibility instead of GooglePlayServicesUtil] (#48)

Bugfixes:

  • [#43 Removed GET_ACCOUNTS permission] (#43)

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: