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

task(SDK-3503) - Release core v5.2.2 #525

Merged
merged 45 commits into from
Dec 22, 2023
Merged

task(SDK-3503) - Release core v5.2.2 #525

merged 45 commits into from
Dec 22, 2023

Conversation

Anush-Shand
Copy link
Contributor

@Anush-Shand Anush-Shand commented Dec 22, 2023

Core

New Features

  • Migrates SDK dependency management to Version Catalog

Bug Fixes

  • Fixes a bug where JavaScript was not working for custom html InApp header/footer templates.
  • Fixes an NPE related to AppInbox APIs.
  • Fixes a ClassCastException in defineVariable API of Product Experiences.
  • Fixes a resource name conflict with the firebase library in fcm_fallback_notification_channel_label
  • Fixes the scope of CTInboxMessageContent.java to allow access to its methods.
  • Fixes a StrictMode Violation spawning from ctVariables.init().
  • Removes use of lossy conversions leading to an issue in PushTemplates.
  • Handles an edge case related to migration of encryption level when local db is out of memory

PT

  • Updates PendingIntent.FLAG_MUTABLE to PendingIntent.FLAG_IMMUTABLE to prevent vulnerabilities in pre-launch report on PlayStore

CTLalit and others added 30 commits October 16, 2023 14:47
- wrapper module with necessary deps
- added creds so it can be linked to dashboard.
- added new versions
- instant app toast added
- we need multiple flavours for local, remote and staging builds.
- these represents the places from where the deps are pulled.
- We release - localRelease flavour to playstore
- change to remove secrets
- application class notif channel creation
- added version bump for lib to latest one
…fineVariable API

Issue has been fixed by restricting null values as default when defining the PE variables
task(SDK-3381) - Changes lossy conversion in request codes
task(SDK-3343) - Update PendingIntent Flag mutable to immutable
* task(SDK-2955) - Create version catalog file with all dependencies

* task(SDK-2955) - bump AGP to v7.4.2, gradle-wrapper.properties to support version catalog, refactor settings.gradle.kts to support version catalog dependencies

* task(SDK-2955) - Update all modules build.gradle to read dependencies from libs.versions.toml

* task(SDK-2955) - Refactor project's settings.gradle

* task(SDK-2955) - Refactor libraryVersion keys, update Libs.kt

* task(SDK-2955) - Adds missing detekt dependencies

* task(SDK-2955) - Refactor versions keys across modules

* task(SDK-2955) - Refactor versions.properties to add only versions needed for `copyTemplates` task

* task(SDK-2955) - Updates template docs to fetch versions from toml file

* task(SDK-2955) - Updates gradle files to correctly fetch dependencies and versions

* task(SDK-2955) - Changes apply plugin to plugin blocks

* task(SDK-2955) - Removes unnecessary formatting and files

* task(SDK-2955) - Moves crashlytics and detekt plugin to version catalog

* task(SDK-2955) - Removes the buildSrc module

* task(SDK-2955) - Moves crashlytics to toml

* Apply from moved to top

- moved together

* Formatted the deps

- based on types

* Upgraded versions

- as per latest develop branch
- this was left in conflict res

* task(SDK-2955) - Creates bundles for power mock and mockito

* Kotlin options in clevertap-core

- we did not add the kotlin options block. Made it uniform as per the project

* task(SDK-2955) - Update Docs to remove install-referrer

---------

Co-authored-by: anush <anush@clevertap.com>
Co-authored-by: CTLalit <lalitkumar@clevertap.com>
…ageContent_unrestricted

task(SDK-3526) - Removes restricted scope of CTInboxMessageContent class
task(SDK-3422) - Handles NPE for inbox messages
Anush-Shand and others added 12 commits December 21, 2023 13:53
…tion_db_out_of_memory

Task/sdk 3510/encryption migration db out of memory
…_resource_name_conflict

Task/sdk 3514/fallback channel resource name conflict
…mode_violation

task(SDK-3530) - Moves initialisation of ctVariables to an IO thread
…_js_issue

task(SDK-3399) - Supports JS for custom html header and footer inapps
…ernal Var#define method

This adjustment ensures that the condition is applied to annotated variables as well.
…eption_in_defineVariable_API

[SDK-3328] Fix classCastException from while reading PE variable
task(SDK-3530) - Updates the docs and versions
# Conflicts:
#	docs/CTPUSHTEMPLATES.md
#	versions.properties
task(SDK-3328) - Fixes conflict push templates docs
Copy link
Contributor

@shivamsharma2710 shivamsharma2710 left a comment

Choose a reason for hiding this comment

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

LGTM

@Anush-Shand Anush-Shand merged commit a9bdc25 into master Dec 22, 2023
4 checks passed
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