Releases: chabok-io/chabok-client-android
Releases · chabok-io/chabok-client-android
v3.6.0
v3.5.0
v3.4.1
v3.4.0
- Optimize DexGuard rules and Dictionary.
- From now on, to send notification with custom sound, use
androidChannelIdandandroidChannelNamein notification payload. - From now on, Chabok detects the user's mobile operator name for analytics.
- Add
isLoggedInmethod to detect the user is logged-in or is guest.
v3.3.1
v3.3.0
- Add new and enhanced notification template for android 7 and higher (rtl support, title enhancement, full text body visible when using notification image)
- To use default notification color, add the following code in
AndroidManifest.xmlfile into<Application>tag:
<meta-data
android:name="com.adpdigital.push.client.default_notification_color"
android:resource="@color/green_color" />v3.2.1
v3.2.0
v3.2.0 2019-02-23
- Improve set LED color on Android 7+.
- Improve custom notification sound on Android 7+.
- Enhance handling update push notification.
- Ignore backup chabok storage by adding no backup storage.
- Add
unsetUserAttributesmethod. - Enhance
publishEventmethod to send data with another way. - Retry to get push notification token when get
SERVICE_NOT_AVAILABLEfrom FCM. - For have default notification icon add below code in
AndroidManifest.xmlfile into<Application>tag:
<meta-data
android:name="com.adpdigital.push.client.default_notification_icon"
android:resource="@drawable/ic_notification_icon" />