Skip to content

Releases: chabok-io/chabok-client-android

v3.6.0

01 Mar 13:20
4c809b4
Compare
Choose a tag to compare
  • Disable SSL Pinning

v3.5.0

24 Nov 11:03
Compare
Choose a tag to compare
  • Improve security issues.

v3.4.1

14 Nov 12:22
Compare
Choose a tag to compare
  • Fix bug affecting on application lifecycle by freezing on fetch Advertising id from google service.

v3.4.0

03 Aug 10:53
Compare
Choose a tag to compare
  • Optimize DexGuard rules and Dictionary.
  • From now on, to send notification with custom sound, use androidChannelId and androidChannelName in notification payload.
  • From now on, Chabok detects the user's mobile operator name for analytics.
  • Add isLoggedIn method to detect the user is logged-in or is guest.

v3.3.1

20 Jun 10:04
Compare
Choose a tag to compare
  • Add new and enhanced notification template for android 6 and lower (rtl support, title enhancement, full text body visible when using notification image)

v3.3.0

08 Jun 06:13
a014c94
Compare
Choose a tag to compare
  • 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.xml file into <Application> tag:
  <meta-data
              android:name="com.adpdigital.push.client.default_notification_color"
              android:resource="@color/green_color" />

v3.2.1

27 May 06:39
Compare
Choose a tag to compare
  • Fix push token update crash.
  • Fix login method's callback bug.
  • Fix Install Referrer data transfer in DexGuard crash.

v3.2.0

23 Feb 13:06
Compare
Choose a tag to compare

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 unsetUserAttributes method.
  • Enhance publishEvent method to send data with another way.
  • Retry to get push notification token when get SERVICE_NOT_AVAILABLE from FCM.
  • For have default notification icon add below code in AndroidManifest.xml file into <Application> tag:
<meta-data
            android:name="com.adpdigital.push.client.default_notification_icon"
            android:resource="@drawable/ic_notification_icon" />

3.1.3

08 Feb 06:41
f755d10
Compare
Choose a tag to compare
  • Enhance the login method when calling it after configureEnvironment method.

v3.1.2

07 Jan 14:27
Compare
Choose a tag to compare

v3.1.2 2019-01-07

  • Support datetime value for data in trackPurchase method.