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(android15) : Support Android 15 SDK-3997 #664

Open
wants to merge 29 commits into
base: develop
Choose a base branch
from

Conversation

piyush-kukadiya
Copy link
Contributor

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

…ive html cover in-app and refactor code to reuse extension function for edge to edge display in raw/native header, footer inapps SDK-4004
}

android {
namespace = "com.clevertap.demo"
compileSdk = 33
compileSdk = 34
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lets migrate to 35?

Copy link
Collaborator

@CTLalit CTLalit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some comments+doubts are added.

Copy link
Contributor

@Anush-Shand Anush-Shand left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Left few comments

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.

4 participants