diff --git a/freshchat_sdk/CHANGELOG.md b/freshchat_sdk/CHANGELOG.md index c721fda..7ce193c 100644 --- a/freshchat_sdk/CHANGELOG.md +++ b/freshchat_sdk/CHANGELOG.md @@ -1,3 +1,8 @@ +## 6.0.0(2023-10-09) + +### Enhancement : +* Performance improvement on loading messages + ## 5.9.6(2023-10-06) ### Bug fix : diff --git a/freshchat_sdk/build.gradle b/freshchat_sdk/build.gradle index d745e26..155751b 100644 --- a/freshchat_sdk/build.gradle +++ b/freshchat_sdk/build.gradle @@ -27,8 +27,8 @@ android { defaultConfig { minSdkVersion 16 - versionCode 596 - versionName "5.9.6" + versionCode 600 + versionName "6.0.0" targetSdkVersion 31 consumerProguardFiles 'consumer-proguard-rules.pro' buildConfigField "long", 'BUILT_AT', System.currentTimeMillis() + 'L' diff --git a/freshchat_sdk/libs/freshchat.jar b/freshchat_sdk/libs/freshchat.jar index bf4c75c..2b965eb 100644 Binary files a/freshchat_sdk/libs/freshchat.jar and b/freshchat_sdk/libs/freshchat.jar differ diff --git a/freshchat_sdk/src/main/res/drawable/freshchat_calendar_timeslot_normal.xml b/freshchat_sdk/src/main/res/drawable/freshchat_calendar_timeslot_normal.xml index 6a79422..42bfff4 100644 --- a/freshchat_sdk/src/main/res/drawable/freshchat_calendar_timeslot_normal.xml +++ b/freshchat_sdk/src/main/res/drawable/freshchat_calendar_timeslot_normal.xml @@ -4,7 +4,7 @@ + android:color="@color/freshchat_calendar_button_stroke" /> \ No newline at end of file diff --git a/freshchat_sdk/src/main/res/drawable/freshchat_calendar_timeslot_selected.xml b/freshchat_sdk/src/main/res/drawable/freshchat_calendar_timeslot_selected.xml index 004c074..f81e274 100644 --- a/freshchat_sdk/src/main/res/drawable/freshchat_calendar_timeslot_selected.xml +++ b/freshchat_sdk/src/main/res/drawable/freshchat_calendar_timeslot_selected.xml @@ -4,7 +4,7 @@ - + android:color="@color/freshchat_calendar_button_stroke" /> + \ No newline at end of file diff --git a/freshchat_sdk/src/main/res/drawable/freshchat_dotted_line.xml b/freshchat_sdk/src/main/res/drawable/freshchat_dotted_line.xml new file mode 100644 index 0000000..bdda6eb --- /dev/null +++ b/freshchat_sdk/src/main/res/drawable/freshchat_dotted_line.xml @@ -0,0 +1,9 @@ + + + + \ No newline at end of file diff --git a/freshchat_sdk/src/main/res/drawable/freshchat_new_messages_button_bg.xml b/freshchat_sdk/src/main/res/drawable/freshchat_new_messages_button_bg.xml new file mode 100644 index 0000000..0cc4630 --- /dev/null +++ b/freshchat_sdk/src/main/res/drawable/freshchat_new_messages_button_bg.xml @@ -0,0 +1,10 @@ + + + + + + + \ No newline at end of file diff --git a/freshchat_sdk/src/main/res/layout/freshchat_activity_conversation_detail.xml b/freshchat_sdk/src/main/res/layout/freshchat_activity_conversation_detail.xml index 65cb2a2..d09ac59 100644 --- a/freshchat_sdk/src/main/res/layout/freshchat_activity_conversation_detail.xml +++ b/freshchat_sdk/src/main/res/layout/freshchat_activity_conversation_detail.xml @@ -41,13 +41,25 @@ android:layout_height="wrap_content" android:visibility="gone" /> - + android:layout_weight="1"> + + + +