All Versions
23
Latest Version
Avg Release Cycle
31 days
Latest Release
1029 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v2.1.2 Changes
December 09, 2020- โ 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.
-
v2.1.1 Changes
November 04, 2020- โ 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
-
v2.1.0 Changes
September 09, 2020- ๐ 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.
-
v2.0.5 Changes
September 01, 2020- โ 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
-
v2.0.4 Changes
July 30, 2020- ๐ 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
-
v2.0.4.1 Changes
July 30, 2020- ๐ Fixed attachment download issue with AWS storage service setting
-
v2.0.3 Changes
July 09, 2020๐ 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- 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
-
v2.0.1 Changes
July 09, 2020- Setting to override message status icon color
- 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
-
v2.0.0 Changes
April 06, 2020Features:
- Option to set custom pre-chat fields and validations ๐ 2. Form type rich message support with new rich message models
- Option to set some themes/colors dynamically from the dashboard
- Speech to text and text to speech feature added ๐ 5. Removed Contact and Phone related permissions/code ๐ 6. Option to add user list to a support group ๐ 7. Several bug fixes and optimizations
-
v1.9.6 Changes
January 31, 2020- ๐ Changed the CSAT rating scale to 1,5,10
- ๐ Show toast in case of APP_ID change
- ๐ Fixed MQTT not working for users registered in app version 112
- ๐ Fixed file access issue for apps targetting SDK version 29
- ๐ Fixed issue where file upload was not working after the first install