clevertap-android-sdk icon indicating copy to clipboard operation
clevertap-android-sdk copied to clipboard

feat(android15) : Support Android 15 SDK-3997

Open piyush-kukadiya opened this issue 5 months ago • 0 comments

  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()

piyush-kukadiya avatar Sep 03 '24 11:09 piyush-kukadiya