Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(clevertap): support clevertap-cordova 3.2.0 #4814

Merged
merged 46 commits into from
Sep 12, 2024

Conversation

Anush-Shand
Copy link
Contributor

New Features

Android Specific

  • Supports CleverTap Android SDK v6.2.1.
  • Supports Android 14, made it compliant with Android 14 requirements. Details here.
  • Extends the push primer callback to notify permission denial when cancel button is clicked on PromptForSettings alert dialog.
  • Adds Accessibility ids for UI components of SDK.
  • Migrates JobScheduler to WorkManager for Pull Notifications.

Bug Fixes

Android Specific

  • Fixes #239, an issue where the onPushNotification callback was not triggered when notification was tapped from the killed state on capacitor apps.
  • Fixes InApps crash in a rare activity destroyed race condition.
  • Fixes Potential ANR in a race condition of SDK initialisation in multithreaded setup.
  • Fixes a bug in Client Side InApps with regards to frequency limits.
  • Fixes a crash due to NullPointerException related to deviceInfo.deviceId.
  • Fixes an ANR related to isMainProcess check.
  • Fixes an ANR due to eager initialisation of CtApi triggered by DeviceId generation.

Breaking API Changes

  • Removes all Xiaomi related public methods as the Xiaomi SDK has been discontinued. Details here.

pwilkniss and others added 30 commits July 25, 2018 19:30
fix: Remove unnecessary adder .scripts Folder

fix: Remove unwanted added folder .circleci

fix: Remove unwanted added File .npmrc

fix: Revert .Github Folder Changes to as per Ionic-Native master

fix: Update changes as per ionic-native master
…a-plugins into danielsogl-master

# Conflicts:
#	src/@awesome-cordova-plugins/plugins/clevertap/index.ts
@Anush-Shand
Copy link
Contributor Author

@danielsogl Could you please merge this pr and make a new release. A few clients are waiting on this update
Also can you give me a rough release date?

@danielsogl danielsogl merged commit 4471806 into danielsogl:master Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: Push notification callback on Android not triggerd from cold start
7 participants