fix(deps): update dependency im.crisp:crisp-sdk to v2 #120
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.0.18
->2.0.11
Release Notes
crisp-im/crisp-sdk-android (im.crisp:crisp-sdk)
v2.0.11
Features
Fixes
v2.0.10
Features
API Changes
Crisp.enableNotifications(Context context, boolean enabled)
public API to enable or not notifications for the current website, default tofalse
so the Notifications setup has been updated accordingly.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
^[A-Za-z0-9_\\-]{1,50}$
,"
and'
) trimming,Fixes
v2.0.8
Features
BackStack
and automatic chatbox opening (default behavior on notification tap: launches the main entry pointActivity
and opens chatbox automatically), see doc for more infos,CrispNotificationClient.openChatbox(Context, Intent)
helper method which opens the chatbox with the correct session on a notification tap, returningtrue
if it succeeds,false
otherwise (not a Crisp notification tap or session does not exist in cache), see doc for more infos,CrispNotificationService.handleIntent(Intent)
override which is no longer needed,Crisp.resetChatSession(Context)
.API changes
Crisp.configure
methods:Crisp.configure(Context, String)
: does not longer resets thetokenID
while setting thewebsiteID
,Crisp.configure(Context, String, boolean)
: gives the option to reset thetokenID
while setting thewebsiteID
,Crisp.configure(Context, String, String)
: (re)sets thetokenID
while setting thewebsiteID
.v2.0.7
Features
Dependencies
AGP
from8.6.0
to8.3.1
,Gradle
from8.7
to8.5
,com.google.gms.google-services
)4.4.2
,com.google.firebase:firebase-bom
)33.6.0
and Messaging (com.google.firebase:firebase-messaging
).v2.0.5
Fixes
v2.0.4
Features
session:loaded
,chat:opened
,chat:closed
,message:sent
,message:received
(see documentation),message:show
in Web Chat SDK (see documentation)./!\ Public APIs which were previously under
im.crisp.client
package are now underim.crisp.client.external
one!Configuration
📅 Schedule: Branch creation - "* 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.
This PR was generated by Mend Renovate. View the repository job log.