Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 17, 2025

Note

Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to mend[bot].

This notice will be removed on 2025-10-07.


This PR contains the following updates:

Package Change Age Confidence
im.crisp:crisp-sdk (source) 1.0.18 -> 2.0.15 age confidence

Release Notes

crisp-im/crisp-sdk-android (im.crisp:crisp-sdk)

v2.0.15

Features

  • Added skeleton loader and updated starting chat error accordingly,
  • Disabled parameters obfuscation of public APIs for better readability and understanding.

v2.0.14

Features

v2.0.13

Features

Fixes

  • Fixed GitHub #​211: rare ConcurrentModificationException on first chatbox opening,
  • Fixed GitHub #​217: dependency not supporting 16KB page sizes,
  • Fixed insets not updated when header height changes.

Dependencies

  • Updated Java from 8 to 11,
  • Removed pl.droidsonroids.gif:android-gif-drawable dependency.

v2.0.12

Fixes

  • GitHub #​209: Fixed the need of two back navigation to close the chat,
  • GitHub #​211: Fixed rare ConcurrentModificationException on first chatbox opening,
  • GitHub #​212: Fixed mailto: links not opening and authorized other scheme URL than http(s),
  • GitHub #​213: Fixed insets animation when going back from an immersive activity and handled floating keyboard and display cutouts,
  • Fixed markdown video preview not displayed,
  • Fixed waiting public API calls not handled because they are fired a bit too soon on chatbox opening,
  • Updated Thumbs Up emoji from +1 to [+1],
  • Updated proguard rules.

Dependencies

  • Upgraded compileSdk and targetSdk to 35 and compileSdkExtension to 14
  • Upgraded AGP from 8.3.1 to 8.6.1,
  • Upgraded Gradle from 8.5 to 8.7,
  • Added androidx.core:core:1.15.0,
  • Upgraded org.jetbrains.kotlinx:kotlinx-coroutines-android from 1.7.1 to 1.10.1
  • Upgraded androidx.media3:media3-exoplayer from 1.3.1 to 1.5.1,
  • Upgraded com.google.firebase:firebase-bom from 33.6.0 to 33.10.0,
  • Upgraded com.squareup.okhttp3:okhttp and com.squareup.okhttp3:logging-interceptor from 4.9.3 to 4.12.0

v2.0.11

Features

Fixes

  • Fixed chatbox content not fully visible after sliding when keyboard shows,
  • Fixed default color used for notifications (priority: App meta-data > Customization plugin > Theme),
  • Fixed session reset failure when notifications are disabled.

v2.0.10

Features

  • Handle Edge-to-Edge enforcements.

API Changes

  • Notifications:
    • /!\ Added Crisp.enableNotifications(Context context, boolean enabled) public API to enable or not notifications for the current website, default to false so the Notifications setup has been updated accordingly.
    • Removed Firebase meta-data declaration from AndroidManifest.xml. If not set by embedding app, default to:
      • com.google.firebase.messaging.default_notification_icon: Crisp icon,
      • com.google.firebase.messaging.default_notification_color: Website Main Color if Customization plugin is set, else blue,
      • firebase_messaging_auto_init_enabled: Firebase default,
      • firebase_analytics_collection_enabled: Firebase default.

v2.0.9

Features

  • Session data: added key validation, keys much conforms to the following pattern: ^[A-Za-z0-9_\\-]{1,50}$,
  • Session segments: added quotes (" and ') trimming,
  • #​199 - Operator compose: added a 3mn TTL.

Fixes

  • React Native bridge #​127: fixed back navigation issue,
  • Notifications: fixed crash when Firebase is not added in the project,
  • #​198 - Session data/segments debounce: fixed lost pending data/segments upon chatbox reopening if not sent before closing it.

v2.0.8

Features

  • Notifications:
    • added optional BackStack and automatic chatbox opening (default behavior on notification tap: launches the main entry point Activity and opens chatbox automatically), see doc for more infos,
    • added CrispNotificationClient.openChatbox(Context, Intent) helper method which opens the chatbox with the correct session on a notification tap, returning true if it succeeds, false otherwise (not a Crisp notification tap or session does not exist in cache), see doc for more infos,
    • removed the CrispNotificationService.handleIntent(Intent) override which is no longer needed,
    • added notification token unregistration on Crisp.resetChatSession(Context).

API changes

  • Added/updated Crisp.configure methods:
    • Crisp.configure(Context, String): does not longer resets the tokenID while setting the websiteID,
    • Crisp.configure(Context, String, boolean): gives the option to reset the tokenID while setting the websiteID,
    • Crisp.configure(Context, String, String): (re)sets the tokenID while setting the websiteID.

v2.0.7

Features

Dependencies

  • Downgraded AGP from 8.6.0 to 8.3.1,
  • Downgraded Gradle from 8.7 to 8.5,
  • Added Google Services Plugin (com.google.gms.google-services) 4.4.2,
  • Added Firebase BOM (com.google.firebase:firebase-bom) 33.6.0 and Messaging (com.google.firebase:firebase-messaging).

v2.0.5

Fixes

  • #​193: fixed camera app crash on take photo feature on some devices

v2.0.4

Features

/!\ Public APIs which were previously under im.crisp.client package are now under im.crisp.client.external one!


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@coderabbitai
Copy link

coderabbitai bot commented Feb 17, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@renovate renovate bot force-pushed the renovate/im.crisp-crisp-sdk-2.x branch from 988b407 to cd7ff5d Compare March 4, 2025 13:07
@renovate renovate bot force-pushed the renovate/im.crisp-crisp-sdk-2.x branch from cd7ff5d to 5f9add4 Compare May 29, 2025 12:43
@riderx
Copy link
Member

riderx commented May 29, 2025

Snyk checks have passed. No issues have been found so far.

Status Scanner Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@renovate renovate bot force-pushed the renovate/im.crisp-crisp-sdk-2.x branch from 5f9add4 to 4810368 Compare July 24, 2025 18:34
@renovate renovate bot force-pushed the renovate/im.crisp-crisp-sdk-2.x branch from 4810368 to 156a1d1 Compare September 9, 2025 15:27
@renovate renovate bot force-pushed the renovate/im.crisp-crisp-sdk-2.x branch from 156a1d1 to 55e0a5b Compare October 3, 2025 18:33
@renovate
Copy link
Contributor Author

renovate bot commented Oct 3, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@kevinfavv
Copy link

Hi, is this merge still planned?
It would be great to take advantage of Crisp’s new version, especially since the fix enabling 16KB alignment :)

@riderx
Copy link
Member

riderx commented Nov 27, 2025

sorry missed it done

@riderx riderx closed this Nov 27, 2025
@renovate renovate bot changed the title fix(deps): update dependency im.crisp:crisp-sdk to v2 fix(deps): update dependency im.crisp:crisp-sdk to v2 - abandoned Nov 27, 2025
@renovate renovate bot reopened this Nov 27, 2025
@renovate
Copy link
Contributor Author

renovate bot commented Nov 27, 2025

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

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.

3 participants