Skip to content

Releases: flarelane/FlareLane-Android-SDK

1.5.1

27 Mar 08:41
d1ff96e
Compare
Choose a tag to compare
  • Fix not invoking IsSubscribedHandler on the first launch.

1.5.0

30 Dec 05:46
b4b69af
Compare
Choose a tag to compare
  • Remove setIsSubscribed()-> use subscribe() or unsubscribe()
  • Name Changed: setNotificationConvertedHandler() -> setNotificationClickedHandler()
  • Support setNotificationForegroundReceivedHandler()
  • Can change accentColor: flarelane_notification_accent_color at values/strings.xml
  • Can change default channel name: flarelane_default_channel_name at values/strings.xml

1.4.0

18 Oct 05:15
e10313e
Compare
Choose a tag to compare
  • Enable dynamic subscribing

1.3.2

07 Aug 07:14
1391376
Compare
Choose a tag to compare

Add 'getTags' method

1.3.1

24 Jun 08:40
Compare
Choose a tag to compare
  • Disable pendingTransition of PermissionActivity

1.3.0

14 Jun 07:58
957c91b
Compare
Choose a tag to compare
  • Add 'trackEvent' method

1.2.0

14 Apr 06:52
ac1ce99
Compare
Choose a tag to compare
  • Support Android 13

1.1.1

10 Apr 12:17
68e21f0
Compare
Choose a tag to compare
  • Enable badge

1.1.0

11 Nov 10:13
Compare
Choose a tag to compare
  • Enable to use with other push services such as FCM!
    • We will use WakefulBroadcastReceiver.onReceive instead of FirebaseMessagingService.onMessageReceived

1.0.15

07 Nov 04:57
3a0f621
Compare
Choose a tag to compare
  • Add getDeviceId()