Releases: morinel/gcmpush
Version 2.0
Version 1.7
Fix issue with non String extras in an intent (e.g. google.send_time which is a Long)
Version 1.6
Fix issue where push payload data was not saved when backgroundOnly was used. Thanks @cr0ybot
Version 1.5
Use notificationId
, either in the notification settings or in the push payload, to specify a unique id for each push message received. This makes sure subsequent notifications will not override / overwrite previous ones.
Version 1.4
Added bigText support, customizable keys, led support, backgroundOnly
Please let me know whether all these settings work the way they're intended.
Thanks for all the pull requests!
Version 1.3 works with Ti SDK 5.0.2.GA
Restore compatibility with Titanium SDK 5.x
Version 1.2 also supports topic subscriptions
Added a new method to subscribe to GCM Topics (thanks @m1ga).
Updated documentation and examples to show the two different ways to register your app for push notifications or to subscribe to a topic. The notification settings for both are the same.
New version with more notification settings
New version with additional properties to specified in either the notification settings or in the notification payload sent from the server:
- priority: -2 to +2 to specify the notification priority
- insistent: true/false whether the notification should be insistent
- group: the name of the group to group similar notifications together
- localOnly: whether the notification should be bridged to other devices or is only relevant to the current device