Skip to content

Releases: blueshift-labs/Blueshift-Android-SDK

v1.0.9

02 Aug 10:40
Compare
Choose a tag to compare

Whats New?

  1. Improved notification rendering
  2. Supports setColor() method of Notification on SDK level
  3. Native like behavior (lollipop) for notification with and without large icon

v1.0.8

12 Jul 05:15
Compare
Choose a tag to compare

What's New?

  1. Notification big icon made optional.
  2. Added method inside Configuration class to specify notification color (for native notifications).
  3. Improved crash handling for GCM code.

v1.0.7

12 Jul 05:17
Compare
Choose a tag to compare

What's New?

  1. Improved the rendering of carousel notification with next and previous buttons.

v1.0.6

12 Jul 05:18
Compare
Choose a tag to compare

What's New?

  1. Improved crash safety inside SDK when handling Logs with null exception messages.

v1.0.5

12 Jul 05:21
Compare
Choose a tag to compare

What's New?

  1. Registering the network change listener with an application context to ensure it is alive all the time.

v1.0.4

12 Jul 05:25
Compare
Choose a tag to compare

What's New?

  1. Disabled the use of cached GCM token to avoid invalidation.
  2. Disabled the replacement of notification based on category. Now multiple notifications with the same category will be shown to the user at the same time.

v1.0.3

12 Jul 05:31
Compare
Choose a tag to compare
v1.0.3 Pre-release
Pre-release

What's New?

  1. buildToolVersion changed to 22.0.1 and targetSdkVersion changed to 22

This change was experimental. It is reverted in v1.0.4

v1.0.2

12 Jul 05:32
Compare
Choose a tag to compare
v1.0.2 Pre-release
Pre-release

What's New?

  1. targetSdkVersion changed (25 to 23)

This change was experimental. It is reverted in v1.0.4

v1.0.1

12 Jul 05:37
Compare
Choose a tag to compare

What's New?

  1. Added support to handle issues with outdated Google Play Services app.
  2. Updated targetSdkVersion and support libraries.

v1.0.0

12 Jul 05:38
Compare
Choose a tag to compare

The very first stable release of Blueshift Android SDK.

What's New?

  1. Added live content API.
  2. Changed key sku to product_id in event parameters.
  3. The method getSku() is deprecated. Use getProductId() from now on.
  4. Improved javadoc