Skip to content

Releases: Iterable/iterable-android-sdk

2.2.0 Release

30 Nov 15:51
Compare
Choose a tag to compare

2.2.0

Released on 2017-11-03

Added

  • Added support for html based in-app notifications.

2.1.9 release

20 Oct 16:11
Compare
Choose a tag to compare

2.1.9

Released on 2017-10-20

Fixed

  • Fixed payload path for image url.

2.1.8 Release

28 Jul 15:40
Compare
Choose a tag to compare

2.1.8

Released on 2017-07-28

Added

  • Added support for android image notifications.

Fixed

  • Fixed load error for empty image url.

2.1.7 Release

19 Jul 21:21
Compare
Choose a tag to compare

2.1.7

Released on 2017-07-19

Fixed

  • Fixed in-app button clicks without an action defined.

2.1.6 Release

19 Jul 16:26
Compare
Choose a tag to compare

2.1.6

Released on 2017-07-19

Added

  • Added the in-app consume logic to automatically remove the notification from list of in-app notifications.

Fixed

  • Fixed the payload for trackInAppClick to contain the userId.

2.1.5 Release

09 Jun 22:54
Compare
Choose a tag to compare

2.1.5

Released on 2017-06-09

Added

  • Added full support for newly created Firebase applications
  • Added new functionality for registerForPush which takes in the optional pushServicePlatform
    • IterableConstants.MESSAGING_PLATFORM_GOOGLE (GCM)
    • IterableConstants. MESSAGING_PLATFORM_FIREBASE (FCM)
  • IterableFirebaseInstanceIDService handles firebase token registrations automatically on install.
  • Added in default tracked device values for registerDeviceToken

Changed

  • Changed IterablePushRegistrationGCM to IterablePushRegistration so the registration class is not GCM specific.
  • Changed the disable logic to no longer enable the deviceToken prior to disabling.

2.1.4 Release

23 Feb 22:00
Compare
Choose a tag to compare

Fixed uploaded pom file

2.1.3 release

23 Feb 22:00
Compare
Choose a tag to compare

Added support for Android deeplink tracking
getAndTrackDeeplink tracks a click and returns the destination url.

Add ability to send data by userId

14 Oct 15:36
Compare
Choose a tag to compare

Add ability to send data by userId

1.2016.09.15 Release

15 Sep 15:35
Compare
Choose a tag to compare

Adds in support for messageIds with push notifications.