Skip to content

Commit c3089d4

Browse files
author
Dhouha Chikhaoui
committed
release v3.3.3
1 parent 49875d3 commit c3089d4

26 files changed

+57
-17
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Engage Digital Messaging - Android master #
22

3+
## Engage Digital Messaging - Android 3.3.3 (April 29th, 2025) ##
4+
- Fix: opening and closing the keyboard repeatedly makes the keyboard intermittently overlap on messages. RD-21615
5+
- Fix: pre-chat form configuration lag can prevent the user from entering the chat. RD-33252
6+
37
## Engage Digital Messaging - Android 3.3.2 (April 18th, 2025) ##
48
- Feature: allow chatbot to use a different avatar than the channel. RD-32238
59

935 KB
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
089a1bcb458bb6054d55b61cf99ddcf2
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
d2d2e77fef0fd7db495b46c1fbb17783993849bb
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
e1f0d18a88c9d7d6ceab14f188986e032a26fb645837974ecc7252ffc895aab9
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
32111c211dca3ec2f57febc51ac89f14896676ead6e3a706b517ef994fb92e995b613c8a4cb98032c07714cb57c3fe08356f67ac65a3e5d327bf7ace40b3ea04
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
3+
<modelVersion>4.0.0</modelVersion>
4+
<groupId>com.dimelo.dimelosdk</groupId>
5+
<artifactId>dimelosdk</artifactId>
6+
<version>3.3.3</version>
7+
<packaging>aar</packaging>
8+
<licenses>
9+
<license>
10+
<name>Dimelo Mobile SDK</name>
11+
<url>https://github.com/dimelo/Dimelo-Android/LICENCE</url>
12+
<distribution>repo</distribution>
13+
</license>
14+
</licenses>
15+
<dependencies>
16+
<dependency>
17+
<groupId>com.dimelo</groupId>
18+
<artifactId>volley</artifactId>
19+
<version>1.0.0</version>
20+
</dependency>
21+
<dependency>
22+
<groupId>com.dimelo</groupId>
23+
<artifactId>glide</artifactId>
24+
<version>1.0.0</version>
25+
</dependency>
26+
</dependencies>
27+
</project>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
830a99a4beefb64105b3bec9c040e39c
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
8c0eeef47875f6b627ba69c172b58cd8ed9187a9
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
70fe181bfd7e14172608ccc8ad2e7aeea4eb337f05cc092db681bdf98d0b3c58

0 commit comments

Comments
 (0)