Skip to content
This repository has been archived by the owner on Feb 7, 2019. It is now read-only.

Releases: NativeScript/push-plugin

0.1.1

03 Feb 14:38
Compare
Choose a tag to compare

General improvements and bug fixes.

For Android:

  • Added a beforeprepare hook that installs and applies in build.gradle the Google Services plugin.
  • The Google Services plugin version is set to the latest available on the build machine (previously was 3.0.0)
  • Added a foreground Boolean property in the Android notification extras

General:

  • Added TypeScript definitions for iOS and Android
  • Fixes an issue with requiring of the module (Angular, webpack)

0.1.0

10 Jan 09:31
Compare
Choose a tag to compare

Incorporates the FCM SDK for Android. Bug fixes and small enhancements.

0.0.19

11 Nov 08:23
Compare
Choose a tag to compare

Fixes -correctly removing two observers for iOS.

0.0.18

10 Nov 13:17
Compare
Choose a tag to compare

Fixes iOS 10 runtime issue when target SDK 10 is selected. Fixes Android issue when app is coldstarted from notification.

0.0.16

21 Sep 08:11
Compare
Choose a tag to compare

Fixed issue #32 - onMessageReceived function not called on iOS.

0.0.15

09 Feb 13:43
Compare
Choose a tag to compare

Android Manifest adjusted: Android apps for GCM do not need the GetAccounts permission.
Updated include.gradle to have the same name as is declared in package.json

0.0.14

03 Feb 14:14
Compare
Choose a tag to compare

Dependency for GCM service adjusted to only the GCM rather than the whole google play services library.

0.0.13

21 Jan 15:34
Compare
Choose a tag to compare

Full notification object is added as a second argument to the callback when notification is received on Android.

0.0.12

20 Jan 11:53
Compare
Choose a tag to compare

Replaced npm dependency to google play services with gradle compile dependency to the library.

User will have to update Google Repository from the Android SDK manager, from Extras/Google Repository so gradle build can use it at build time.

TNS 1.5 and above required.

v0.0.10

02 Oct 13:15
Compare
Choose a tag to compare
Remove GCM installation - it's no longer needed

The push-plugin now depends on the nativescript-plugin-google-play-services, so the addition of the GCM library is no longer needed.