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

Releases: NativeScript/push-plugin

0.1.1

Choose a tag to compare

@AntonDobrev AntonDobrev released this 03 Feb 14:38

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

Choose a tag to compare

@AntonDobrev AntonDobrev released this 10 Jan 09:31

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

0.0.19

Choose a tag to compare

@AntonDobrev AntonDobrev released this 11 Nov 08:23

Fixes -correctly removing two observers for iOS.

0.0.18

Choose a tag to compare

@AntonDobrev AntonDobrev released this 10 Nov 13:17

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

0.0.16

Choose a tag to compare

@alexanderfilipov alexanderfilipov released this 21 Sep 08:11

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

0.0.15

Choose a tag to compare

@r0bot r0bot released this 09 Feb 13:43

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

Choose a tag to compare

@r0bot r0bot released this 03 Feb 14:14

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

0.0.13

Choose a tag to compare

@r0bot r0bot released this 21 Jan 15:34

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

0.0.12

Choose a tag to compare

@r0bot r0bot released this 20 Jan 11:53

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

Choose a tag to compare

@mbektchiev mbektchiev released this 02 Oct 13:15
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.