tencent_cloud_chat_message 2.0.1 tencent_cloud_chat_message: ^2.0.1 copied to clipboard
A component for displaying a list of messages and dealing with everything related to sending and receiving messages for Tencent Cloud Chat.
1.6.0 #
1.5.0 #
General #
- Upgraded the underlying Flutter Chat SDK, as well as the iOS and Android Chat SDKs, to version 8.0.
- Migrated group data storage to a global LRU-optimized cache, improving the integration between TencentCloudChatMessage and TencentCloudChatGroupProfile components.
Message (TencentCloudChatMessage) #
- Added the ability to display sender avatars in offline push notifications when applicable.
- Fixed an issue affecting the message sending workflow.
- Fixed a problem with video previews and playback functionality.
- Fixed a bug in the offline message push data handling that could result in the
onNotificationClicked
event malfunctioning.
1.4.1 #
General #
- Enhanced performance on the Web.
Message (TencentCloudChatMessage) #
- [Breakthrough]: Integrated the new Message Reaction Plugin, enabling users to react to messages with stickers.
- [Breakthrough]: Integrated the new Message Translation Plugin, enabling users to translate messages.
- Added copy, save as, and open in a new window functionality for image messages.
- Added support for navigating to specific messages on the Web.
- Added support for navigating to specific messages in Communities.
- Optimized memory usage for the message list on the Web.
- Improved the styling of the message context menu.
1.4.0 #
General #
- [Breakthrough]: Added comprehensive support for Web, including both Mobile and Desktop browsers.
- Added support to return the login status for the
initUIKit
method. - Added
addGlobalCallback
andremoveGlobalCallback
toTencentCloudChatCoreController
, enabling the integration and management of customTencentCloudChatCallbacks
throughout your codebase. - Improved device screen recognition logic.
Message (TencentCloudChatMessage) #
- [Breakthrough]: Added integration support of the new Sticker Plugin, allowing users to send and view a variety of stickers and emojis.
- Added support for Community and Topic chats. Users can now participate in these group types. Added
topicID
toTencentCloudChatMessageOptions
to specify the chat topic along with its correspondinggroupID
for community identification. - Added a unified format for all builders in
TencentCloudChatMessage
, modifying their parameters. The previous builders have been removed. Each builder inTencentCloudChatMessageBuilders
now includes four standardized parameters:Key? key
,widgets
,data
, andmethods
, enhancing usability and comprehension. Builders from other components will be updated to this unified format in future versions. - Added support to select message text on desktop, facilitating easier copying of entire or partial text messages.
- Added markdown parsing support for text messages, which is disabled by default. Additionally, URLs in text messages can now be launched directly.
- Added new customization options to
TencentCloudChatMessageConfig
:showMessageSenderName
,enableParseMarkdown
,enableAutoReportReadStatusForComingMessages
,enableReplyWithMention
,attachmentConfig
,additionalAttachmentOptionsForMobile
,additionalInputControlBarOptionsForDesktop
,defaultMessageSelectionOperationsConfig
, andadditionalMessageMenuOptions
. - Added
beforeMessageSending
andbeforeRenderMessageList
hooks toTencentCloudChatMessageLifeCycleEventHandlers
, and addedonTapLink
,onPrimaryTapAvatar
, andonSecondaryTapAvatar
toTencentCloudChatMessageUIEventHandlers
for enhanced business logic customization. - Added new methods to
TencentCloudChatMessageController
:updateMessages
,mentionGroupMembers
,setMessageTextWithMentions
, andscrollToBottom
, providing greater control over the component. - Added support to re-edit recalled messages.
- Improved the UI display for text messages, particularly the time and status indicators, message bubble width, and more.
- Improved the icons in both the message context menu and input attachment actions, replacing Material Icons with custom-designed icons.
- Improved the display of quoted/replied messages in the message list.
- Improved the logic for message replies and sending, including group member mentions, auto-focus when replying, scrolling to the bottom after sending a message, and media message sending.
- Improved the performance of the message list, message status updates, and group member lists in large groups.
- Fixed an issue where calls could not be initiated via message header actions.
- Fixed video preview and playback issues.
- Fixed various UI display errors, including boundary issues.
- Fixed an issue where the message list could not be scrolled using a laptop touchpad.
- Fixed an issue where recording on mobile phone may lose control in some cases.
1.3.0 #
General #
- Enhanced the
initUIKit
function with several improvements, streamlining the configuration process and increasing overall usability. Key updates include:- A new
components
parameter that consolidates component-related configurations, including the requiredusedComponentsRegister
for manually declaring utilized components. It also allows for optional global configurations, builders, controllers, and event handlers for each component, affecting all instances of each component. - A new
onTencentCloudChatSDKEvent
callback within thecallbacks
parameter handles SDK-related events, replacing the previoussdkListener
fromoptions
. - The
config
parameter now focuses on global configurations for the UIKit, removingusedComponentsRegister
andpreloadDataConfig
. TheusedComponentsRegister
has been moved to thecomponents
parameter. - Removed the requirement for passing in
context
. - Enabled automatic initialization of CallKit during this process, eliminating the need of invoking
TUICallKit.instance.login
manually for using voice and video calls.
- A new
- Introduced a new manager for each component, named by appending
Manager
to the component's name (e.g.,TencentCloudChatMessageManager
), providing the following functions for better and easier integration:register
: Manually declares the usage of each component during theinitUIKit
call.controller
: Taking control of each component on a global scale.eventHandlers
: Handling component-level events on a global scale.builder
: Dynamically updating UI builders for all instances.config
: Configuring components for all instances dynamically.
- Migrated the
register
from theInstance
of each component to theManager
, as described in the previous point. - Refined the core data storage structure and performance, paving the way for future feature enhancements.
Message (TencentCloudChatMessage) #
- Changed the default configurations for
enabledGroupTypesForMessageReadReceipt
to be empty. This requires specifying the group types for which the message read receipt feature should be enabled, after enabling them in the Console. - Fixed an issue where the message read status could not be updated dynamically for one-to-one chats.
- Reduced the number of rebuilds for message list items to improve performance.
- Resolved an issue where initiating voice or video calls might not be possible in group chats.
1.2.1 #
Message (TencentCloudChatMessage) #
- Fixed an issue where some configurations from
TencentCloudChatMessageConfig
were not working. - Fixed a permission request failure on both iOS and Android devices when the app is installed for the first time. Also resolved an issue where permissions could not be manually enabled in settings.
- Improved the message locating for the original message of a replied message.
- Fixed an issue where messages could not be received and displayed on the message list dynamically in some cases, especially after login account switching.
- Fixed issues related to voice message playback.
- Displayed a default avatar for users without a profile picture.
1.2.0 #
General #
- Added support for tablet devices, including adaptive UI for iPad and various Android tablets. Now you can deploy to all platforms (mobile, pad, desktop, web) with a single codebase and code once.
- Introduced callback functionality, allowing handling of SDK API errors and specific UIKit events that require user attention with
eventCode
andtext
by default, on a global scale. Developers can initialize UIKit withTencentCloudChatCoreController.initUIKit()
and set up the callbacks accordingly. - Enhanced global dialog style for Apple devices with a more native-looking Cupertino style.
- Optimized global data storage structure and improved underlying performance.
- Ensured that all data from the previous account is removed from memory after logging out, and no data remains when logging in with a new account.
Replaced the original
logout
method with theresetUIKit({bool shouldLogout = false})
method inTencentCloudChatCoreController
to ensure no data residue in UIKit after logging out and avoid logout twice after been kicked off. For specific usage, refer to the comment. - Added SVG support for avatars.
Message (TencentCloudChatMessage) #
- Added support for navigating to the original message for quoted messages on mobile devices by long-pressing and on desktop devices by clicking.
- Improved message positioning and navigation capabilities, including jumping to specific messages. Optimized performance and user experience. Exposed this capability through the
scrollToSpecificMessage
method inTencentCloudChatMessageController
, which allows controlling navigation to specific messages with the option to highlight the target message. - Removed the ability to download large images and view original images in image preview mode.
- Optimized the calculation of message long-press menu height for greater accuracy, avoiding situations where menu items are not fully displayed. Also improved animation performance.
- Added
showMessageTimeIndicator
,showMessageStatusIndicator
,defaultMessageSelectionOperationsConfig
, anddefaultMessageMenuConfig
toTencentCloudChatMessageConfig
for better customization of message bubbles, message selection menus, and message menus. For specific usage, refer to the comments for each parameter. - Removed
useGroupMessageReadReceipt
fromTencentCloudChatMessageConfig
. Please useenabledGroupTypesForMessageReadReceipt
instead. - Improved the display position of text message status and time indicators, no longer occupying a separate column.
- Enhanced the default time divider in the message list to support localized and internationalized date and time representations.
- Resolved issues related to media preview and voice message functionality.
- Fixed several bugs, reduced redundant page builds, enhanced performance, and minimized CPU and memory resource usage.
1.1.2 #
General #
-
Further enhanced the integration process.
-
Optimized screen type recognition for better adaptation to different screen types.
Message (TencentCloudChatMessage) #
- Enhanced message list with localized date and time indicators, adapting to user's language settings for a localization experience.
1.1.1 #
- Enhanced the integration process by reducing the number of steps, increasing the success rate of one-time integration, and lowering the barrier to entry.
1.1.0+1 #
- Open-sourced on GitHub repo.
1.1.0 #
Introducing the first release of the brand new Tencent Cloud Chat UIKit.
Compared with the old version, this release brings several noteworthy enhancements:
-
Theme Customization: Switch between light and dark mode on the fly, or customize your own theme with our rich set of options.
-
Internationalization: We've added support for more languages including Arabic, and introduced a Middle Eastern UI. Our powerful and user-friendly localization tools make it easier than ever to customize the localization configuration and the translation, and provide a localized user experience.
-
Performance Enhancements: We've made significant improvements to the performance of the message list, and introduced efficient and precise message positioning capabilities.
-
Multimedia Support: Experience improved multimedia and file message handling, with continuous playback for voice messages and swipeable multimedia message previews.
-
Detail Optimizations: We've added numerous detail optimizations including rich animations, haptic feedback, and refined interfaces to enhance the user experience.
-
New Features: Enjoy new features like a grid-style avatar, redesigned forwarding panel, group member selector, and a new message long-press menu.
-
Modular Packages: Components are broken down into modular packages, allowing for on-demand imports and reducing unnecessary bloat. Each modular package supports built-in navigation transitions. For instance, you can automatically navigate from a Conversation to a Message to start a chat, without the need to manually instantiate multiple pages and handle the transitions yourself. This greatly simplifies the complexity of development and integration.
-
Developer-friendly Design: We've introduced a more unified, standardized component parameter design, clearer code naming, and more detailed comments to make development easier and more efficient.
We're excited for you to try out our new Flutter Chat UIKit and look forward to seeing the amazing applications you'll create with it!