Skip to content

Releases: blueshift-labs/Blueshift-Android-SDK

v0.8.3

12 Jul 06:47
Compare
Choose a tag to compare

What's New?

  1. Removed the app_open event call from SDK initialization call. Now SDK will not track app open on each initialization call.

v0.8.2

12 Jul 06:48
Compare
Choose a tag to compare

What's New?

  1. Improved notification tracking based on uuid provided by the server.

v0.8.1

12 Jul 06:50
Compare
Choose a tag to compare

What's New?

  1. Logging event tracking status along with the params being sent to Blueshift Server.

v0.8.0

12 Jul 08:01
Compare
Choose a tag to compare

What's New?

  1. Improved notification event tracking using track API and transaction id tracking.
  2. Changed key retailer_customer_id and customer_id in event params.
  3. Changed key notification_id and message_uuid in event params.

v0.7.7

12 Jul 08:02
Compare
Choose a tag to compare

What's New?

  1. getInstance() method made threadsafe.
  2. Optimized memory leak.

v0.7.6

12 Jul 08:06
Compare
Choose a tag to compare

What's New?

  1. Optimized memory leaks inside request queue.
  2. identify call is done automatically once both email and GCM token is available.
  3. Moved sync to background thread as broadcast receiver uses UI thread.
  4. Improved carousel notification rendering.

v0.7.5

12 Jul 08:07
Compare
Choose a tag to compare

What's New?

  1. Improved GCM token fetching

v0.7.4

12 Jul 08:08
Compare
Choose a tag to compare

What's New?

  1. Code optimization.
  2. Crash handling is done inside GCM lib code.

v0.7.3

12 Jul 08:12
Compare
Choose a tag to compare

What's New?

  1. Improved notification rendering.
  2. Improved permission check.

v0.7.2

12 Jul 08:14
Compare
Choose a tag to compare

What's New?

  1. Using small icon for showing the large icon if the large icon is not provided.
  2. Improved small icon display in notifications.