Skip to content

Releases: Kommunicate-io/Kommunicate-Android-Chat-SDK

Kommunicate Android SDK version 2.1.4

04 Feb 05:22
9f8a3cb
Compare
Choose a tag to compare
  • Added options to set toolbar, statusbar and richMessage theme colors. Add the below colors in your applozic-settings.json file:
  "toolbarColor": "",
  "statusBarColor": "",
  "richMessageThemeColor": "",
  • Added reply message support.
  • Fixed the security key crash due to localization

Kommunicate Android SDK version 2.1.3

04 Feb 04:55
23360ae
Compare
Choose a tag to compare
  • Changed the private variables and methods to protected in ConversationFragment to make customisation process from subclass easy

Kommunicate Android SDK version 2.1.2

09 Dec 14:43
b3be9dc
Compare
Choose a tag to compare
  • Added Flexbox layout for rich messages. This optimises the quick replies, check boxes and radio button rich messages. Also fixes spacing issues with large texts in checkboxes
  • Added support for prefilled messages when a conversation is opened via KmConversationBuilder. Use the property setPreFilledMessage("<YOUR_MESSAGE>") of KmConversation builder.
  • Added fb icon for conversations started from facebook
  • Renamed all classes starting with Al/Applozic to Km, resources starting with applozic/al to km, string names starting with applozic/al to km. If any of these is used in the code, just replace them accordingly.
  • Fixed issue where audio permission was not displaying when audio record button was clicked
  • Fixed issue where the feedback message sent from device was not reflecting in dashboard.

Kommunicate Android SDK version 2.1.1

04 Nov 17:22
e6313d8
Compare
Choose a tag to compare
  • Added setting to enable disable CSAT rating from the dashboard
  • Improved the audio quality via recording
  • Added setting to change the toolbar title and subtitle colors
  • Added message character limit

Kommunicate Android SDK v2.1.0

09 Sep 16:53
Compare
Choose a tag to compare
  • Security improvement for secret keys in shared preferences. The secret keys are removed from the shared preferences and moved to secured storage.
  • Security improvement for API calls using the user password. Removed user password and other secret keys and replaced them by a JWT token.
  • Fixed issue where the conversation creation and load were taking a lot of time over some networks.

Kommunicate Android SDK 2.0.5

01 Sep 07:36
cc1d658
Compare
Choose a tag to compare
  • Added date and time picker support in the form template
  • Added support for text field validation in form template
  • Added support for single conversation setting from the dashboard

Kommunicate Android SDK 2.0.4.1

30 Jul 13:38
dd4adfc
Compare
Choose a tag to compare
  • Fixed attachment download issue with AWS storage service setting

Kommunicate Android SDK 2.0.4

30 Jul 13:37
dd4adfc
Compare
Choose a tag to compare
  • Fixed issue where form data was being cleared on submit in Form type rich message
  • Fixed record and send button visibility issue
  • Fixed issue where send button was not visible after caption was removed from image attachment

Kommunicate Android SDK 2.0.3

09 Jul 07:40
7c5fca6
Compare
Choose a tag to compare
  1. Added support for language change bot
  2. MQTT security enhancement: Added support for JWT based authentication in MQTT connection
  3. Added support for showing agent's away status
  4. Added support for postBackToBotPlatform in form type rich message
  5. Added support for character limit check in message for Dialogflow bot
  6. Added custom toasts in the SDK. You can use the KmToast.success and KmToast.error methods to display custom Toast in your app.
  7. Added support for message blocking via custom regex
  8. Fixed an issue with message status in MessageInfoFragment
  9. Fixed an issue where form data was getting cleared after submit

Kommunicate Android SDK 2.0.1

09 Jul 07:39
7c5fca6
Compare
Choose a tag to compare
  1. Setting to override message status icon color
  2. SDK optimization: reduced size of SDK by ~1MB
  3. Fixed singe conversation opening issue when agentList or botList are passed
  4. Fixed message scrolling issue