Skip to content

Releases: Iterable/iterable-android-sdk

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.

1.2016.08.16 Release

16 Aug 16:24
Compare
Choose a tag to compare

Adds in functionality to play custom sounds for push notifications.

1.2016.07.04 Release

06 Jul 23:47
Compare
Choose a tag to compare

Removed registerForPush/disablePush with signature (string, boolean)
Changed function permissions in IterableApi

1.2016.06.30 Release

06 Jul 23:45
Compare
Choose a tag to compare

Adds in option to toggle logging for debugMode via sharedInstanceWithApiKey

1.2016.07.05 Release

05 Jul 22:39
Compare
Choose a tag to compare

Fixes retry logic.
Adds in error checking for null Context in GCM registration.

Release 1.0.2016.06.29

30 Jun 17:28
Compare
Choose a tag to compare

Updates play-services gcm version to match available FCM version. Resolves conflict when adding in FCM library to the project.

Release 1.0.2016.06.28

30 Jun 17:21
Compare
Choose a tag to compare

Fixed up code review changes in iterableRequest
Adds checks to not process push notifications for the app not from Iterable
Moves setting the payload earlier before calling trackOpen.
Updated stored Context to be the applicationContext. Changed sharedInstanceWithApiKey to take in a more strict activity
Updates Context for sharedPrefs to not required to be an Activity.