-
Notifications
You must be signed in to change notification settings - Fork 74
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
base: develop
Are you sure you want to change the base?
Conversation
…a result of work 2.8.0 changes SDK-4011
…droid 15 SDK-4001
…ecated onBackPressed() SDK-4000
…g intent for push SDK-4002
…ox activity SDK-4004
…l/raw header and footer in-apps SDK-4004
…S 35 as well SDK-4004
…ive cover in-apps SDK-4004
…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
# Conflicts: # gradle/libs.versions.toml
clevertap-core/src/test/java/com/clevertap/android/sdk/CTXtensionsTest.kt
Outdated
Show resolved
Hide resolved
...ap-core/src/main/java/com/clevertap/android/sdk/inapp/CTInAppNativeInterstitialFragment.java
Outdated
Show resolved
Hide resolved
clevertap-core/src/main/java/com/clevertap/android/sdk/CTXtensions.kt
Outdated
Show resolved
Hide resolved
clevertap-core/src/main/java/com/clevertap/android/sdk/inapp/CTInAppNativeFooterFragment.java
Outdated
Show resolved
Hide resolved
clevertap-core/src/main/java/com/clevertap/android/sdk/inapp/CTInAppNativeHeaderFragment.java
Outdated
Show resolved
Hide resolved
clevertap-core/src/main/java/com/clevertap/android/sdk/inapp/CTInAppHtmlFooterFragment.java
Show resolved
Hide resolved
clevertap-core/src/main/java/com/clevertap/android/sdk/inapp/CTInAppHtmlHeaderFragment.java
Show resolved
Hide resolved
clevertap-core/src/main/java/com/clevertap/android/sdk/inapp/CTInAppWebView.java
Show resolved
Hide resolved
clevertap-core/src/main/java/com/clevertap/android/sdk/inbox/CTInboxListViewFragment.java
Show resolved
Hide resolved
...tap-core/src/main/java/com/clevertap/android/sdk/pushnotification/INotificationRenderer.java
Show resolved
Hide resolved
clevertap-core/src/main/java/com/clevertap/android/sdk/pushnotification/PushProviders.java
Show resolved
Hide resolved
instantapp/build.gradle.kts
Outdated
} | ||
|
||
android { | ||
namespace = "com.clevertap.demo" | ||
compileSdk = 33 | ||
compileSdk = 34 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lets migrate to 35?
There was a problem hiding this 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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left few comments
CTInAppWebview
onMeasure()
calculationsonBackPressed()
withOnBackPressedCallback
for full screen click handling of in-app videoExistingPeriodicWorkPolicy.REPLACE
withExistingPeriodicWorkPolicy.UPDATE
setPendingIntentBackgroundActivityStartMode()
usageString.format()