Skip to content

Releases: Appboy/appboy-segment-android

2.4.0

31 May 17:32
Compare
Choose a tag to compare
Breaking

2.3.0

31 May 17:32
Compare
Choose a tag to compare
Breaking
  • Updated to Braze Android SDK 3.2.0.
    • Added AppboyFirebaseMessagingService to directly use the Firebase messaging event com.google.firebase.MESSAGING_EVENT. This is now the recommended way to integrate Firebase push with Braze. The AppboyFcmReceiver should be removed from your AndroidManifest and replaced with the following:
      <service android:name="com.appboy.AppboyFirebaseMessagingService">
        <intent-filter>
          <action android:name="com.google.firebase.MESSAGING_EVENT" />
        </intent-filter>
      </service>
      
      • Also note that any c2dm related permissions should be removed from your manifest as Braze does not require any extra permissions for AppboyFirebaseMessagingService to work correctly.

2.2.0

05 Nov 15:38
Compare
Choose a tag to compare

Uses analytics-android 4.3.1 and Braze 3.0.1

2.1.2

13 Apr 14:49
Compare
Choose a tag to compare
  • Uses analytics-android 4.3.1 and Braze 2.2.5

2.1.0

15 Aug 17:25
Compare
Choose a tag to compare
  • Uses analytics-android 4.2.6 and Appboy 2.1.2
  • Adds support for custom endpoints which can be set on the Segment dashboard.
  • Fixes a bug where birthdays weren't being sent up to our servers properly.

2.0.2

28 Jul 18:42
Compare
Choose a tag to compare
  • Fixes a bug where an "Install Attributed" event without any data was causing a crash.

2.0.1

13 Jul 18:48
Compare
Choose a tag to compare
  • Uses analytics-android 4.2.6 and Appboy 2.0.4
  • Fixes an issue where install attribution data was being sent up as an event.

2.0.0

25 Apr 15:02
Compare
Choose a tag to compare
  • Uses analytics-android 4.2.6 and Appboy 2.0.0
  • Adds support for custom attribute values with date types.

1.1.0

28 Sep 18:59
Compare
Choose a tag to compare
  • Uses analytics-android 4.2.0 and Appboy 1.15.1