All Versions
23
Latest Version
Avg Release Cycle
31 days
Latest Release
1234 days ago

Changelog History
Page 2

  • v1.9.5 Changes

    January 31, 2020

    โœ‚ Removed all contact related permission and code

  • v1.9.4 Changes

    January 06, 2020

    ๐Ÿ”‹ Features:-

    ๐Ÿ‘ 1. Support for templateId 11 in Rich messages

    1. Settings to add conversation parent activity dynamically. Use the below code to set the parent activity dynamically:

      ApplozicSetting.getInstance(getContext()).setParentActivity("<COMPLETE-RESOLVED-PATH-OF-THE-ACTIVITY>"); //resolved path e.g: kommunicate.io.sample.MainActivity

    2. Optimised login flow and push notification registration. The functions will internally check for already logged in user. โšก๏ธ 4. Added method to update bot language ๐ŸŒ 5. Added deepLink support in web-links rich messages

    3. Added new file provider authority for Kommunicate SDK to avoid conflicts with other file providers.

    ๐Ÿ›  Fixes:-

    ๐Ÿ™‹ 1. Fixed FAQ button click on the toolbar ๐Ÿ›  2. Fixed rich message rendering on sender side

    1. Optimised rich messages ๐Ÿ›  4. Fixed the clicks for old rich message buttons ๐Ÿ›  5. Fixed document view click on the sender side
  • v1.9.3 Changes

    December 02, 2019

    ๐Ÿ”‹ Features:-

    โž• Added launch and create method in conversation builder. It works as below:
    a) If there are no conversations, create a new conversation and open it.
    b) If there is only one conversation, open it.
    c) If there are multiple conversations, open the conversation list screen.

    Below is the code to launch the conversation:

       new KmConversationBuilder(context).setAppId("<Your-App-Id>")
                            .launchAndCreateIfEmpty(new KmCallback() {
                        @Override
                        public void onSuccess(Object message) {
    
                        }
    
                        @Override
                        public void onFailure(Object error) {
    
                        }
                    });
    

    SDK is now present under kommunicate organization in bintray. The SDK needs to be imported using below path:

       implementation 'io.kommunicate.sdk:kommunicateui:1.9.3'
    
  • v1.9.2 Changes

    October 18, 2019

    ๐Ÿ›  1. Fixed issue where storage permission was not being asked in camera ๐Ÿ›  2. Fixed issue where action messages were visible in some cases

  • v1.9.1 Changes

    October 07, 2019

    ๐Ÿ”‹ Features and improvement

    • โž• Added feedback rating option in conversation once the conversation is closed.
    • Migrated complete kommunicate SDK to AndroidX.
    • โž• Added chat context update method.
    • Reversed kommunicate gradle dependency from kommunicate to kommunicateui

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fixed channel name not updating in real-time.
    • ๐Ÿ›  Fixed logout issue.
  • v1.9.0 Changes

    July 24, 2019

    ๐Ÿ”‹ Features

    ๐Ÿ—„ 1. KMConversationBuilder to create conversation seamlessly. All the methods or classes with chat text have been deprecated along with KmChatBuilder. ๐Ÿ“‡ 2. Option to set conversation metadata, conversation assignee and skip conversation routing rules when creating a new conversation. ๐Ÿ‘ 3. Complete RTL support. ๐Ÿ— 4. Created a new custom dialog builder for kommunicate.

    1. New method to get details of login users. ๐Ÿ“‡ 6. Method to get conversation metadata by conversation id.

    ๐Ÿ›  Fixes

    1. Typing indicator is not unsubscribing when switching the conversation from a notification.
    2. Conversation title is not changing when switching the conversation from a notification.
      ๐Ÿ’ป 9. Fixed minor UI issues with one-to-one chats and group chats.
      ๐Ÿ›  10. Fixed issue where prechat screen was dismissing for brief time before launching conversation
  • v1.8.8 Changes

    June 04, 2019
    • Option to pass clientConversationId when creating/launching a conversation.
    • โšก๏ธ Updated FCM and GMS libraries to latest versions:

      api 'com.google.firebase:firebase-messaging:18.0.0' api 'com.google.android.gms:play-services-maps:16.1.0' api 'com.google.android.gms:play-services-location:16.0.0'

    • โšก๏ธ The minimum SDK version is increased to 16 due to the above google library updates

    • Disabled away messages for normal groups

    • ๐Ÿ›  Fixed quick reply issue in carousels

    • ๐Ÿ›  Fixed logout issue for some cases

    • ๐Ÿ›  Fixed attachment screen opening multiple times incase of multiple clicks

    • ๐Ÿ›  Fixed Keyboard not dismissing in landscape mode on click of done button in message sender view.

  • v1.8.7 Changes

    June 03, 2019
    • ๐Ÿ†• New message received callback from the SDK.
    • ๐Ÿ›  Fixed conversation list layout issue for tablets
    • ๐Ÿ›  Other bug fixes and optimizations
  • v1.8.5 Changes

    April 25, 2019
    • ๐Ÿ™‹ FAQ option on both screens. Enable it using the below setting in applozic-settings.json file:

      "enableFaqOption": [ false, false ]

    • ๐Ÿ“‡ The default message metadata will be set to the metadata of new conversation created

    • ๐Ÿ“‡ Message metadata merge. The replyMetadata will have priority over default metadata

    • โœ‚ Deleted groups won't display in the app

    • ๐Ÿ›  Fixed issue where public group and broadcast group names were not displaying in conversation list

    • ๐Ÿ›  Other bug fixes and optimisation

  • v1.8.4 Changes

    March 19, 2019

    ๐Ÿ› Bug fixes and improvement

    • โšก๏ธ Update glide version to 4.9.0.
    • ๐Ÿ›  Fixed issue for group name was not showing in chat list for the public, private and broadcast groups.