CleverTap / clevertap-android-sdk

CleverTap Android SDK
MIT License
80 stars 74 forks source link

feat(android15) : Support Android 15 SDK-3997 #657

Closed CTLalit closed 2 months ago

CTLalit commented 3 months ago
  1. Update dependencies in gradle/libs.versions.toml
  2. Support Edge-to-Edge and display cutouts for Inbox
  3. Support Edge-to-Edge and display cutouts for InApps (Footer, header, cover, cover-image,Footer-html, header-html, cover-html)
  4. Fix CTInAppWebview onMeasure() calculations
  5. Replace onBackPressed() with OnBackPressedCallback for full screen click handling of in-app video
  6. Fix OpenJDKAPI changes
  7. Replace ExistingPeriodicWorkPolicy.REPLACE with ExistingPeriodicWorkPolicy.UPDATE
  8. Remove setPendingIntentBackgroundActivityStartMode() usage
  9. Fix build error for test shared module
  10. Add tests for String.format()