Skip to content

Commit

Permalink
release v3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhouha Chikhaoui committed Aug 1, 2024
1 parent 94e284a commit da819e0
Show file tree
Hide file tree
Showing 28 changed files with 94 additions and 17 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Engage Digital Messaging - Android master #

## Engage Digital Messaging - Android 3.2.1 (August 1st, 2024) ##
- Improvement: add a customizable informative text below the last message when the thread is closed. RD-16691
- Fix: the chat fails to display when integrated as an activity (introduced in v3.2.0). RD-30334

## Engage Digital Messaging - Android 3.2.0 (July 8th, 2024) ##
- Feature: allow to initialize the SDK using the Engage Messaging channel's token. RD-28848
* add `initializeWithToken(String token, String hostname, String jwtKeyId, String jwtSecret, DimeloListener dimeloListener)` (for adhoc JWT signing).
Expand Down
27 changes: 27 additions & 0 deletions Customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,18 @@ Programmatically: use `Customization.setWebViewNextButtonIcon` method

# Attributes < color />

### closedThreadMessageTextColor
Color applied to the message that is displayed when the thread is closed.

Color must be in hex format, e.g. `007AFF` or `#007AFF`.

Xml attribute name: rc\_closed\_thread\_message\_text\_color

Programmatically: set `Customization.closedThreadMessageTextColor` property.

<p align="center">
<img src="https://i.postimg.cc/t7GgFswB/closed-Thread-Message-Text-Color.png"/>

### videoCallRequestButtonTintColor
Color applied to the video call request button.

Expand Down Expand Up @@ -1415,6 +1427,11 @@ customisation.dateFormatter = dateFormatter;

# Typeface

### closedThreadMessageTextFont
Font applied to the message that is displayed when the thread is closed.

Programmatically: set `Customization.closedThreadMessageTextFont` property

### threadsListCompanyMessageTitleFont
Font used for the company message title that is displayed in the threads list.

Expand All @@ -1423,6 +1440,7 @@ Programmatically: set `Customization.threadsListCompanyMessageTitleFont` propert
Xml attribute name: None

<p align="center">
<img src="https://i.postimg.cc/JhrqCqK5/closed-Thread-Message-Font.png"/>
<img src="https://i.postimg.cc/wTnQfN10/threads-List-Company-Message-Title-Font.png"/>
</p>

Expand Down Expand Up @@ -1537,6 +1555,15 @@ Xml attribute name: None

# Text Size

### closedThreadMessageTextSize
Text size applied to the message that is displayed when the thread is closed.

Programmatically: set `Customization.closedThreadMessageTextSize` property

Xml attribute name: dimen/rc_closed_thread_message_text_size

<p align="center">
<img src="https://i.postimg.cc/L4YVShkw/closed-Thread-Message-Text-Size.png"/>

### videoCallRequestedStatusMessageTextSize
Text size used for the status message when a video call is requested.
Expand Down
10 changes: 10 additions & 0 deletions Localization.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,16 @@ This will be used as `<string name="rc_waiting_for_agent">Back to all chats</str
<img src="https://i.postimg.cc/QxJ1MKsR/rc-back-to-all-chats.png"/>
</p>

### rc_closed_thread_message
Content of the message that is displayed when the thread is closed.

This will be used as `<string name="rc_closed_thread_message">The conversation has ended</string>`.


<p align="center">
<img src="https://i.postimg.cc/FsXCnjtD/rc-closed-thread-message.png"/>
</p>

### rc_video_call_requested_status_message
Text displayed in the status message when a video call is requested.

Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
db5fd7b6e85f0222d8d336a83acf8fa3
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
05a24bde99be08e746bfe4100b38f62fceb69d7e
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
795eafd51323354b9207f15708582ce9cc4bee690c55b5504f4f2b760b42da4c
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
beeb267e5e08d1e518cf7e7ca09333ac86860ac464598d2f4fc078e11109f409e7bc6e23547e22ce8bd8e52474a6236fd8950dc5d2977f5e94d7fddfa81f1671
27 changes: 27 additions & 0 deletions com/dimelo/dimelosdk/dimelosdk/3.2.1/dimelosdk-3.2.1.pom
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<modelVersion>4.0.0</modelVersion>
<groupId>com.dimelo.dimelosdk</groupId>
<artifactId>dimelosdk</artifactId>
<version>3.2.1</version>
<packaging>aar</packaging>
<licenses>
<license>
<name>Dimelo Mobile SDK</name>
<url>https://github.com/dimelo/Dimelo-Android/LICENCE</url>
<distribution>repo</distribution>
</license>
</licenses>
<dependencies>
<dependency>
<groupId>com.dimelo</groupId>
<artifactId>volley</artifactId>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>com.dimelo</groupId>
<artifactId>glide</artifactId>
<version>1.0.0</version>
</dependency>
</dependencies>
</project>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
6b102dbdab80b16f13f5ccdf5b84babb
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fe454fe4200e8e164b489d4ab09f33eac52c30bd
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
af9c1f4ddd8ff0dfd30a8d18b05da8deff60ca9dae92210f8b031ca00ab3868e
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
8cecce230d323132da7c20d5f5f098ea88d83ec90653d0ef80fec765e43a18bd96892be717855c32b70256f76da449b9a2e82050b9b3686932697bb778e37a91
7 changes: 4 additions & 3 deletions com/dimelo/dimelosdk/dimelosdk/maven-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<groupId>com.dimelo.dimelosdk</groupId>
<artifactId>dimelosdk</artifactId>
<versioning>
<latest>3.2.0</latest>
<release>3.2.0</release>
<latest>3.2.1</latest>
<release>3.2.1</release>
<versions>
<version>1.0.0</version>
<version>1.0.1</version>
Expand Down Expand Up @@ -78,7 +78,8 @@
<version>3.1.0</version>
<version>3.1.1</version>
<version>3.2.0</version>
<version>3.2.1</version>
</versions>
<lastUpdated>20240708123022</lastUpdated>
<lastUpdated>20240801154635</lastUpdated>
</versioning>
</metadata>
2 changes: 1 addition & 1 deletion com/dimelo/dimelosdk/dimelosdk/maven-metadata.xml.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2e4f51a79581e69b6de49af1ad857278
efcab98a8e4dd5b9675d196852ba75ac
2 changes: 1 addition & 1 deletion com/dimelo/dimelosdk/dimelosdk/maven-metadata.xml.sha1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2dff30731eda0289d6cfa7a25492af5b24b7e6a3
e0f4e1c62fbef2e6562c5f5be9d31a674d8d21c8
2 changes: 1 addition & 1 deletion com/dimelo/dimelosdk/dimelosdk/maven-metadata.xml.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5d4777e6f2253846f3d54260bb97fcef48728010bac1bb86b6d445a62924bb77
a3678cc5684893b73c9e2641ae6d43b9876f868da06ca8745cb96dfb6c71b49b
2 changes: 1 addition & 1 deletion com/dimelo/dimelosdk/dimelosdk/maven-metadata.xml.sha512
Original file line number Diff line number Diff line change
@@ -1 +1 @@
17a018cb96a7f11e038a6b1aaeff6539f8d97cf953f770eebb550662db18dcf4a134d8888b58ebbd52fcef829d1e87e5eb0e0b037a977eea5add82f69a8f1081
917b25ef4333c470bb2b48e4dbba2a339f2222b5b7381ef28fea661dfe5c6d6f66ebde3bde9b28948531c3deca45f42c53df943e1e3b9c73be06ff3df8fea652
2 changes: 1 addition & 1 deletion com/dimelo/glide/maven-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
<versions>
<version>1.0.0</version>
</versions>
<lastUpdated>20240708123022</lastUpdated>
<lastUpdated>20240801154635</lastUpdated>
</versioning>
</metadata>
2 changes: 1 addition & 1 deletion com/dimelo/glide/maven-metadata.xml.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1b41fc02d7eb068f2e8bccdad9b41eea
238b3fa61841f3cb59c28d3918f1cae6
2 changes: 1 addition & 1 deletion com/dimelo/glide/maven-metadata.xml.sha1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7908b0005f9566a86b65a67ab21882613ad0b285
de6737877e616193b5452220309073f6a10fb2ab
2 changes: 1 addition & 1 deletion com/dimelo/glide/maven-metadata.xml.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
e1e0cc0c6b15d18604df17d24eb66f3f4b8dd76daf9a385cbe920858132e9654
3b2fe6cf9b811b80d2cdf7e1c12c2e6ba9a1c20ac355d726fbbd334b4431a0c4
2 changes: 1 addition & 1 deletion com/dimelo/glide/maven-metadata.xml.sha512
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b288fdf127e226d43c418a5de13df5f54612531166076530a9006144271bb28de8aad600d3cb9083dce5a08ec0c808817eb294ed4eb35605120225a5cfa4d649
aaa133f9dc8ba06068ff180b00fec52622a96a3c521185ca0cd04f5007e04b349950eaa3e66f1f98dc99776d1fe79df78a113970a4215f9c1094a71ee255e273
2 changes: 1 addition & 1 deletion com/dimelo/volley/maven-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
<versions>
<version>1.0.0</version>
</versions>
<lastUpdated>20240708123022</lastUpdated>
<lastUpdated>20240801154635</lastUpdated>
</versioning>
</metadata>
2 changes: 1 addition & 1 deletion com/dimelo/volley/maven-metadata.xml.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4336483afca753cd727eff5f30fa69da
b9a56a0c36b0bc02c14d065923ed3334
2 changes: 1 addition & 1 deletion com/dimelo/volley/maven-metadata.xml.sha1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
410c367adb369f1571ef0291cd50ca7e724b74af
7ecaf4f9cba54d499610eab6d05d44509de8404d
2 changes: 1 addition & 1 deletion com/dimelo/volley/maven-metadata.xml.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3acf7c0ab50c9ee647c8fcf65e3c574f6a986c148326b24595f201c5101d63c6
3a5fa7fccceeed920e8dfb7b288b3a64545ed5568d0957c80d0b856a9b9a6493
2 changes: 1 addition & 1 deletion com/dimelo/volley/maven-metadata.xml.sha512
Original file line number Diff line number Diff line change
@@ -1 +1 @@
39b6f6f94117508ec7cca68cb9c6c22709958c89f733270c7e5b98e79975d1f45184cfe1b75cd964c239d0bfefc8bf721697ce5fa743d838194a0e08dec01a51
a316ad2768c85e02bf0225bac2f7cba86ddb3a66919a7c6f2f1efc99689ba62b20fbb36c1d4c992063744323237b00b860366453c0bf8e2ae62691bf0b5e2d59

0 comments on commit da819e0

Please sign in to comment.