Skip to content

Releases: hansemannn/titanium-firebase-cloud-messaging

Android 3.0.0

24 Apr 20:27
1d193ef
Compare
Choose a tag to compare
  • Support for Titanium SDK 9.0.0+ (required)
  • Updated libraries: firebase-messaging:20.0.1
  • added #102 by @cr0ybot

Android: 2.0.4

27 Jan 18:12
59e6104
Compare
Choose a tag to compare
  • use SharedPrefs for lastData: #96

Attention: Call fcm.lastData before fcm.registerForPushNotifications()

Android: 2.0.3

03 Dec 18:01
7a26a75
Compare
Choose a tag to compare
  • Notification Channel sound uri should not be based on fragile resource ids (#94 )

Thanks to @emilyfeder

Android 2.0.2

23 Sep 17:39
9c896cd
Compare
Choose a tag to compare

  • custom badge numbers with ShortcutBadger (#70)

  • bugfixes #90 #92

Android 2.0.1

08 Apr 10:10
65cce72
Compare
Choose a tag to compare
  1. Prevent runtime errors by moving firebase-messaging only libs from firebase-core to firebase-messaging module
  2. Upgrade firebase messaging lib
  3. Remove/replace deprecated constants

Thanks to @fahad86 for this contribution!

⚠️ This update requires titanium-firebase-core 5.0.0 or later

Android 2.0.0

23 Mar 17:40
00c6ed8
Compare
Choose a tag to compare
  • Add support for Ti.PlayServices 16.x
  • Update Firebase to latest (17.x)

⚠️ Requires titanium-firebase-core@4.0.0 or later.

⚠️ There is an open issue with this version, so please use 1.x for now.

Android 1.5.0

23 Mar 11:00
502fd4b
Compare
Choose a tag to compare
  • enable vibration with vibrate in the data part
  • custom sounds work
  • priority can be set with priority in the data part
  • if there is an alert field (e.g. OneSignal) it will be used as a message
  • set default playservices to 11.0.40
  • added setNotificationChannel() so you can create the channel with Ti.Android.NotificationManager.createNotificationChannel()

Android 1.4.0

02 Feb 16:07
Compare
Choose a tag to compare
  • Fixed force_show_in_foreground parameter when set to false (#49 by @Jei)
  • Parsing boot intent notification data as a JSON object (#48 by @Jei)

iOS 2.0.1

25 Nov 12:35
Compare
Choose a tag to compare
  • Fix setting the APNS token automatically when not using method swizzling

iOS 2.0.0

25 Nov 10:20
Compare
Choose a tag to compare
  • Update Firebase Messaging iOS-SDK to latest
  • Breaking Change: Remove registerForPushNotifications API in favor of built-in Ti.Network.registerForPushNotifications API
  • Breaking Change: Require SDK 7.3.0+ to make use of hooking into the UIApplicationDelegate for better event-flows. If you use SDK < 7.3.0, please use Ti.FirebaseCloudMessaging v1.1.0.