clevertap-android-sdk
clevertap-android-sdk copied to clipboard
feat(android15) : Support Android 15 SDK-3997
- Update dependencies in gradle/libs.versions.toml
- Support Edge-to-Edge and display cutouts for Inbox
- Support Edge-to-Edge and display cutouts for InApps (Footer, header, cover, cover-image,Footer-html, header-html, cover-html)
- Fix
CTInAppWebview
onMeasure()
calculations - Replace
onBackPressed()
withOnBackPressedCallback
for full screen click handling of in-app video - Fix OpenJDKAPI changes
- Replace
ExistingPeriodicWorkPolicy.REPLACE
withExistingPeriodicWorkPolicy.UPDATE
- Remove
setPendingIntentBackgroundActivityStartMode()
usage - Fix build error for test shared module
- Add tests for
String.format()