clevertap-android-sdk
clevertap-android-sdk copied to clipboard
CleverTap Android SDK
Insert visual functions to front of inAppQueue when triggered Refactor InAppController inAppNotificationDidClick to inAppNotificationActionTriggered Move common notification handling logic to InAppController from InAppNotificationActivity and CTInAppBaseFragment
Add TemplatePresenter to the template definitions Add TemplateContext API for handling template invocations. Merge template args overrides with default values and provide access to the values. Integrate template presentation in...
- Adds null check before string comparison
Includes following, 1. New macro benchmark test module containing tests [currently only CT instance creation methods are being tested] 2. New benchmark app for supporting tests under macro benchmark test...
Calling `getDeviceID()` second time returns null value during AND operation. This PR fixes it by calling `getDeviceID()` only once and collect it in val for reuse in AND operation.
Removed legacy unused notification icon url from core and push templates code base. Url in code was written to fetch notification icon but it's not used anymore.
- Removes checkExistingInAppNotifications - Fixes unit tests https://wizrocket.atlassian.net/browse/SDK-3614 Requires QA to check all inApp flows resumed/paused/killed
**Describe the bug** I am using small icon (single colour with transparent background). I am not getting red background colour of small icon even setting up red colour while creating...
Despite creating two unique identities, I can see the profiles are getting merged into one. I am calling the OnUserLogin API on the new identity, but on the clevertap dashboard,...
**Describe the bug** Since the integration of CleverTap RenderMax SDK we are receiving reports of crashes on Crashlytics `BroadcastReceiver$PendingResult.sendFinished` **To Reproduce** There are no steps available as it crashes on...