Releases: Kommunicate-io/Kommunicate-Android-Chat-SDK
Releases · Kommunicate-io/Kommunicate-Android-Chat-SDK
Kommunicate Android SDK version 2.1.4
- 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
- Changed the private variables and methods to protected in ConversationFragment to make customisation process from subclass easy
Kommunicate Android SDK version 2.1.2
- 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
- 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
- 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
- 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
- Fixed attachment download issue with AWS storage service setting
Kommunicate Android SDK 2.0.4
- 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
- Added support for language change bot
- MQTT security enhancement: Added support for JWT based authentication in MQTT connection
- Added support for showing agent's away status
- Added support for
postBackToBotPlatform
in form type rich message - Added support for character limit check in message for Dialogflow bot
- Added custom toasts in the SDK. You can use the KmToast.success and KmToast.error methods to display custom Toast in your app.
- Added support for message blocking via custom regex
- Fixed an issue with message status in MessageInfoFragment
- Fixed an issue where form data was getting cleared after submit
Kommunicate Android SDK 2.0.1
- Setting to override message status icon color
- SDK optimization: reduced size of SDK by ~1MB
- Fixed singe conversation opening issue when agentList or botList are passed
- Fixed message scrolling issue