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

Updating master correctly for core release 610 #569

Merged
merged 33 commits into from
Feb 26, 2024
Merged

Updating master correctly for core release 610 #569

merged 33 commits into from
Feb 26, 2024

Conversation

CTLalit
Copy link
Collaborator

@CTLalit CTLalit commented Feb 26, 2024

CleverTap Android SDK CHANGE LOG

Version 6.1.0 (February 21, 2024)

New Features

  • Supports Android 14, made it compliant with Android 14 requirements. Details here
  • Upgrades AGP to 8.2.2 for building the SDK and adds related consumer proguard rules
  • Deprecates Xiaomi public methods as we are sunsetting SDK. Details here.
  • Adds Accessibility ids for UI components of SDK
  • Migrates JobScheduler to WorkManager for Push Amplification.

Breaking API Changes

  • CTPushAmpWorker breaks custom WorkerFactory implementation of an App:
    • If you are using custom WorkFactory implementation of WorkManager then make sure that you
      correctly handle workers defined by CleverTap SDK and other third party dependencies.
    • You must return null from createWorker() for any unknown workerClassName. Please check
      implementation provided in the
      blog here

Bug Fixes

  • Fixes InApps crash in a rare activity destroyed race condition
  • Fixes Potential ANR in a race condition of SDK initialisation in multithreaded setup

CleverTap Geofence SDK CHANGE LOG

Version 1.3.0 (February 21, 2024)

  • Supports Android 14, made it compliant with Android 14 requirements. Details here
  • Upgrades AGP to 8.2.2 for building the SDK and adds related consumer proguard rules

CleverTap Huawei Push SDK CHANGE LOG

Version 1.3.4 (February 21, 2024)

  • Supports Android 14, made it compliant with Android 14 requirements. Details here
  • Upgrades AGP to 8.2.2 for building the SDK and adds related consumer proguard rules

CleverTap Push Templates SDK CHANGE LOG

Version 1.2.3 (February 21, 2024)

New features

  • Supports Android 14, made it compliant with Android 14 requirements. Details here
  • Upgrades AGP to 8.2.2 for building the SDK and adds related consumer proguard rules

vasct and others added 30 commits January 23, 2024 14:32
Extract API calls from NetworkManager
* task(SDK-3639) - Refactors unit tests to remove powermock dependency, part 1

* task(SDK-3639) - Refactors unit tests to remove powermock dependency, part 2

* task(SDK-3639) - Refactors unit tests to remove powermock dependency, updates mockito version

* task(SDK-3639) - Resolves case where CTGeofenceTaskManager unit tests were failing when run all together
* Bug: theoretical ANR due to synchronised method

- my jio reported an anr trace which shows in register method of SDK
- while there is nothing major happening to cause this anr, we are removing synchronised keyword because it seems not absolutely necessary.
- Jira : https://wizrocket.atlassian.net/browse/SDK-3630

* Chore: Removal of log

- removed log
* task(SDK-3629) - Handles deprecated overridePendingTransitionMethod()

* task(SDK-3238) - Adds activity options to PendingIntent.getActivity()

* task(SDK-3238) - Updates compileSDKVersion and targetSDKVersion

* task(SDK-3238) - Fixes unit tests by updating workflow files to target java version 17

* task(SDK-3238) - Fixes unit tests

* task(SDK-3238) - Reverts changes

* task(SDK-3238) - Fixes failing git actions

* task(SDK-3238) - Reverts changes

* task(SDK-3238) - Fixes unit tests

* task(SDK-3622) - Removes targetSDKVersion and deprecated features

* Task/sdk 3236/migrate to work manager (#542)

* task(SDK-3236) - Initial implementation for migration to WorkManager

* task(SDK-3236) - Adds main process check to before init push amo

* task(SDK-3236) - Cleans the code and adds an instrumentation test

* task(SDK-3236) - Removes redundant files

* task(SDK-3236) - Cleans redundant code

* task(SDK-3236) - Updates PushAmpWorker test

* task(SDK-3236) - Updates logic for pingFrequencyUpdate

* task(SDK-3236) - Updates pingFrequency

* task(SDK-3236) - Adds comments and exception handling

* task(SDK-3236) - Updates logic for stopping worker

* task(SDK-3236) - Cancels jobscheduler jobs on app update

* task(SDK-3236) - Moves constants to specific class, removes postAsyncSafely for ping event, improves logging, adds default flex interval

* task(SDK-3236) - Optimizes SDF object creation

* task(SDK-3236) - Optimizes SDF object creation
# Conflicts:
#	clevertap-core/src/main/AndroidManifest.xml
#	gradle/libs.versions.toml
#	sample/build.gradle
#	test_shared/build.gradle
- xiaomi will be removed after March according to compliance
* task(SDK-3659) - Adds accessibility ids for inapp title, message, bgimg and btns

* task(SDK-3659) - Adds accessibility ids for inapp icons

---------

Co-authored-by: anush <[email protected]>
* task(SDK-3620) - Updates libs.versions.toml

* task(SDK-3620) - Updates libs.versions.toml for kotlin_lpugin
* Feat: Removal of databinding

- it was creating problems for sample app
- kotlin version 1920 is required for databinding so we were forced

* Feat: downgrading kotlin compilation version

- downgrading kotlin compoilation version
- it was forcing client to upgrade kotlin version in their project
- "org.jetbrains.kotlin:kotlin-gradle-plugin" impacted
* Changelog: Xiaomi deprecations

- deprecations added in xiaomi docs

* Changelog: Xiaomi deprecations contd...

- deprecations added in xiaomi docs

* Changelog: Core SDK changelog

* Changelog: Core SDK changelog

* Changelog: SDK changelogs

- push templates, geofence and huawei change logs updated.

* Changelog: Core changelog

* Changelog: FAQs updated

* Changelog: Main changelog

- hyperlinks individual ones

* Versioning: SDK versions

- bumped for new release
- did for all but xiaomi sdks.

* Chore: Copy templates

- ran copy templates gradle command.

* docs(SDK-3672) - Minor updates to docs

---------

Co-authored-by: anush <[email protected]>
Anush-Shand and others added 3 commits February 21, 2024 18:50
* Changelog: Xiaomi deprecations

- deprecations added in xiaomi docs

* Changelog: Xiaomi deprecations contd...

- deprecations added in xiaomi docs

* Changelog: Core SDK changelog

* Changelog: Core SDK changelog

* Changelog: SDK changelogs

- push templates, geofence and huawei change logs updated.

* Changelog: Core changelog

* Changelog: FAQs updated

* Changelog: Main changelog

- hyperlinks individual ones

* Versioning: SDK versions

- bumped for new release
- did for all but xiaomi sdks.

* Chore: Copy templates

- ran copy templates gradle command.

* docs(SDK-3672) - Minor updates to docs

* docs - Update changelog to include github issue fix

---------

Co-authored-by: CTLalit <[email protected]>
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.

LGTM

Copy link
Contributor

@piyush-kukadiya piyush-kukadiya left a comment

Choose a reason for hiding this comment

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

LGTM

@CTLalit CTLalit merged commit 7f084bb into master Feb 26, 2024
3 of 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.

5 participants