Skip to content

Releases: hansemannn/titanium-firebase-cloud-messaging

Android 1.3.2

19 Nov 20:00
92732ba
Compare
Choose a tag to compare
  • adding the possibility to specify a channelId in the push notification and use it in the builder
  • tweaked lastData if app is open in background and sending a data only notification
  • null check in onTokenRefresh

Android 1.3.1

24 Oct 18:33
c7912d7
Compare
Choose a tag to compare
  • set a default icon if none is provided (#28)
  • added a try/catch around onTokenRefresh (#29)
  • added explanation for lastData
  • changed the notificationicon part in the README

Androoid 1.3.0

19 Oct 08:43
85019a1
Compare
Choose a tag to compare
  • Add lastData on Android

Android 1.2.0

07 Oct 16:53
12179e7
Compare
Choose a tag to compare
  • Expose data messages and more (#23)

New in Android 1.2.0

Details

  • Data messages (not handled by the system but by the app with custom options)
  • support for big text (summary, text)
  • big image (big remote image below the message)
  • icon (remote image next to the message)
  • more data push options: title, message, big_text, big_text_summary, icon, image, force_show_in_foreground, id

Android 1.1.0

21 Jul 15:07
423253f
Compare
Choose a tag to compare
  • implementation of Android O's NotificationChannel (#18)

Android 1.0.3

03 May 18:39
Compare
Choose a tag to compare
  • Fixed a "null" exception in TiFirebaseMessagingService

Android 1.0.2

24 Apr 14:15
Compare
Choose a tag to compare
  • Remove the IID dependency to use latest one from firebase.core module

iOS 1.1.0

08 Apr 14:35
Compare
Choose a tag to compare
  • Update Firebase iOS to 4.11.0

Android 1.0.1

06 Apr 18:14
2fd6fe9
Compare
Choose a tag to compare
  • fixed a typo for iOS parity (subscribeToTopic/unsubscribeFromTopic)

Android 1.0.0

27 Mar 07:26
3e1dcbe
Compare
Choose a tag to compare
  • Initial support for Android (huge thanks to @m1ga !)