Releases: blueshift-labs/Blueshift-Android-SDK
Releases · blueshift-labs/Blueshift-Android-SDK
v0.8.3
What's New?
- Removed the app_open event call from SDK initialization call. Now SDK will not track app open on each initialization call.
v0.8.2
What's New?
- Improved notification tracking based on uuid provided by the server.
v0.8.1
What's New?
- Logging event tracking status along with the params being sent to Blueshift Server.
v0.8.0
What's New?
- Improved notification event tracking using track API and transaction id tracking.
- Changed key retailer_customer_id and customer_id in event params.
- Changed key notification_id and message_uuid in event params.
v0.7.7
What's New?
getInstance()
method made threadsafe.
- Optimized memory leak.
v0.7.6
What's New?
- Optimized memory leaks inside request queue.
- identify call is done automatically once both email and GCM token is available.
- Moved sync to background thread as broadcast receiver uses UI thread.
- Improved carousel notification rendering.
v0.7.5
What's New?
- Improved GCM token fetching
v0.7.4
What's New?
- Code optimization.
- Crash handling is done inside GCM lib code.
v0.7.3
What's New?
- Improved notification rendering.
- Improved permission check.
v0.7.2
What's New?
- Using small icon for showing the large icon if the large icon is not provided.
- Improved small icon display in notifications.