|
1 | 1 | # Changelog
|
2 | 2 |
|
3 |
| -### v3.3.1 (Nov 21, 2022) with Core SDK `v4.1.3` |
| 3 | +### v3.3.2 (Dec 09, 2022) with Chat SDK `v4.1.3` |
| 4 | +* Support authenticated file caching |
| 5 | +* Change the default value of `SendbirdUIKit.shouldUseImageCompression()` to `true` |
| 6 | +* Change the default value of `SendbirdUIKit.getCompressQuality()` to `70` |
| 7 | +* Improved message input dialog mode |
| 8 | +* Improved stability |
| 9 | + |
| 10 | +### v3.3.1 (Nov 21, 2022) with Chat SDK `v4.1.3` |
4 | 11 | * Fixed message update issue when an app is built with Proguard on
|
5 | 12 | * Improved stability
|
6 | 13 |
|
7 |
| -### v3.3.0 (Nov 10, 2022) with Core SDK `v4.1.1` |
| 14 | +### v3.3.0 (Nov 10, 2022) with Chat SDK `v4.1.1` |
8 | 15 | * Support thread type in GroupChannel
|
9 | 16 | * Added `THREAD` in `ReplyType`
|
10 | 17 | * Added `enum ThreadReplySelectType { PARENT, THREAD }`
|
|
27 | 34 | * Added `setUseBanner(boolean)` in `MessageListComponent.Params`
|
28 | 35 | * Added `setUseUserIdForNickname(boolean)` and `isUsingUserIdForNickname()` in `SendbirdUIKit`
|
29 | 36 |
|
30 |
| -### v3.2.2 (Oct 27, 2022) with Core SDK `v4.1.1` |
| 37 | +### v3.2.2 (Oct 27, 2022) with Chat SDK `v4.1.1` |
31 | 38 | * Added `setOnScrollFirstButtonClickListener(OnConsumableClickListener)` in `ChannelFragment.Builder` and `OpenChannelFragment.Builder`
|
32 | 39 | * Added `scrollToFirst()`, `setOnScrollFirstButtonClickListener(OnConsumableClickListener)`, and `onScrollFirstButtonClicked(View)` in `MessageListComponent` and `OpemChannelMessageListComponent`
|
33 | 40 | * Deprecated `setOnScrollBottomButtonClickListener(View.OnClickListener)` in `ChannelFragment.Builder` and `OpenChannelFragment.Builder`
|
34 | 41 | * Deprecated `scrollToBottom()`, `setOnScrollBottomButtonClickListener(View.OnClickListener)`, and `onScrollBottomButtonClicked(View)` in `MessageListComponent` and `OpemChannelMessageListComponent`
|
35 | 42 | * Improved stability
|
36 | 43 |
|
37 |
| -### v3.2.1 (Sep 29, 2022) with Core SDK `v4.0.9` |
| 44 | +### v3.2.1 (Sep 29, 2022) with Chat SDK `v4.0.9` |
38 | 45 | * Added `takeVideo()` in `ChannelFragment` and `OpenChannelFragment`
|
39 | 46 | * Support custom font in message bubble and input filed.
|
40 | 47 | * Added `setRepliedMessageTextUIConfig(TextUIConfig)`, and `setMessageInputTextUIConfig(TextUIConfig)` in `ChannelFragment.Builder`
|
|
44 | 51 | * Added `setRepliedMessageTextUIConfig(TextUIConfig)` in `MessageListComponent.Params`
|
45 | 52 | * Added `setCustomFontRes(int)` in `TextUIConfig.Builder`
|
46 | 53 |
|
47 |
| -### v3.2.0 (Sep 15, 2022) with Core SDK `v4.0.8` |
| 54 | +### v3.2.0 (Sep 15, 2022) with Chat SDK `v4.0.8` |
48 | 55 | * Support OpenChannel list
|
49 | 56 | * Added `OpenChannelListActivity`, `OpenChannelListFragment`, `OpenChannelListModule`, `OpenChannelListViewModel`, `OpenChannelListComponent`, and `OpenChannelListAdapter`
|
50 | 57 | * Added `CreateOpenChannelActivity`, `CreateOpenChannelFragment`, `CreateOpenChannelModule`, `CreateOpenChannelViewModel`, and `ChannelProfileInputComponent`
|
51 | 58 | * Moved widgets class into internal package.
|
52 | 59 | * `setCustomFragment()` functions have been added in the all Fragment.Builder class
|
53 | 60 | * Improved stability
|
54 | 61 |
|
55 |
| -### v3.1.1 (Aug 17, 2022) with Core SDK `v4.0.5` |
| 62 | +### v3.1.1 (Aug 17, 2022) with Chat SDK `v4.0.5` |
56 | 63 | * Added `setMessageTextUIConfig(TextUIConfig, TextUIConfig)` in `ChannelFragment.Builder`, `OpenChannelFragment.Builder`, `MessageListComponent.Params`, `OpenChannelMessageListComponent.Params`
|
57 | 64 | * Added `setSentAtTextUIConfig(TextUIConfig, TextUIConfig)` in `ChannelFragment.Builder`, `OpenChannelFragment.Builder`, `MessageListComponent.Params`, `OpenChannelMessageListComponent.Params`
|
58 | 65 | * Added `setNicknameTextUIConfig(TextUIConfig)` in `ChannelFragment.Builder`, `MessageListComponent.Params`
|
|
66 | 73 | * Added `setLinkedTextColor(int)` in `ChannelFragment.Builder`, `OpenChannelFragment.Builder`
|
67 | 74 | * Added `setLinkedTextColor(ColorStateList)` in `MessageListComponent.Params`, `OpenChannelMessageListComponent.Params`
|
68 | 75 |
|
69 |
| -### v3.1.0 (Aug 3, 2022) with Core SDK `v4.0.5` |
| 76 | +### v3.1.0 (Aug 3, 2022) with Chat SDK `v4.0.5` |
70 | 77 | * Support Android 13
|
71 | 78 | * Set the `maxSdkVersion` of `android.permission.READ_EXTERNAL_STORAGE` to `32`
|
72 | 79 | * Removed `android.permission.REQUEST_INSTALL_PACKAGES` permission
|
|
80 | 87 | * Added `newOpenChannelModerationFragment()`, `newOpenChannelOperatorListFragment()`, `newOpenChannelRegisterOperatorFragment()`, `newOpenChannelMutedParticipantListFragment()`, `newOpenChannelBannedUserListFragment()` in `UIKitFragmentFactory`
|
81 | 88 | * Improved stability
|
82 | 89 |
|
83 |
| -### v3.0.0 (Jul 12, 2022) with Core SDK `v4.0.4` |
| 90 | +### v3.0.0 (Jul 12, 2022) with Chat SDK `v4.0.4` |
84 | 91 | * Support `modules` and `components` in the UIKit
|
85 | 92 | * Added `setEditedTextMarkUIConfig(TextUIConfig, TextUIConfig)` in `OpenChannelFragment.Builder`
|
86 | 93 | * Rename `PromoteOperator` to `RegisterOperator`
|
|
99 | 106 | * See more details and breaking changes. [[details](/changelogs/BREAKINGCHANGES_V3.md)]
|
100 | 107 | * See the Migration Guide for Converting V2 to V3. [[details](/changelogs/MIGRATIONGUIDE_V3.md)]
|
101 | 108 |
|
102 |
| -### v3.0.0-beta.3 (Jun 02, 2022) with Core SDK `v3.1.14` |
| 109 | +### v3.0.0-beta.3 (Jun 02, 2022) with Chat SDK `v3.1.14` |
103 | 110 | * Synchronized Builder methods and Params methods
|
104 | 111 | * Added `setErrorText()` in `BannedUserListFragment.Builder`, `ChannelListFragment.Builder`, `MemberListFragment.Builder`, `MutedMemberListFragment.Builder`, `OperatorListFragment.Builder`
|
105 | 112 | * Added `setOnInputRightButtonClickListener()`, `setOnEditModeCancelButtonClickListener()`, `setOnEditModeSaveButtonClickListener()`, `setOnQuoteReplyModeCloseButtonClickListener()`, `setOnInputModeChangedListener()`, `setUseSuggestedMentionListDivider()`, `setOnTooltipClickListener()`, `setOnScrollBottomButtonClickListener()`, `setErrorText()` in `ChannelFragment.Builder`, `OpenChannelFragment.Builder`
|
|
122 | 129 | * Added `ChannelPushSettingFragment` and `ChannelPushSettingActivity`
|
123 | 130 | * Added `ChannelPushSettingViewModel`, `ChannelPushSettingModule`, and `ChannelPushSettingComponent`
|
124 | 131 |
|
125 |
| -### v3.0.0-beta.2 (Apr 29, 2022) with Core SDK `v3.1.12` |
| 132 | +### v3.0.0-beta.2 (Apr 29, 2022) with Chat SDK `v3.1.12` |
126 | 133 | * Supported user mention in `GroupChannel`
|
127 | 134 | * Now you can send mentioning text to the other users in `GroupChannel`. These following functions are available
|
128 | 135 | * Added `setUseMention(boolean)`, `setUserMentionConfig(UserMentionConfig)`, `getUserMentionConfig()` and `isUsingMention()` in `SendbirdUIKit`
|
|
142 | 149 | * Added `getMentionSuggestion()` in `ChannelViewModel`
|
143 | 150 | * Added `loadMemberList(String)` in `ChannelViewModel`
|
144 | 151 |
|
145 |
| -### v3.0.0-beta (Apr 12, 2022) with Core SDK `v3.1.10` |
| 152 | +### v3.0.0-beta (Apr 12, 2022) with Chat SDK `v3.1.10` |
146 | 153 | * Support `modules` and `components` in the UIKit
|
147 | 154 | * See more details and breaking changes. [[details](/changelogs/BREAKINGCHANGES_V3.md)]
|
148 | 155 | * See the Migration Guide for Converting V2 to V3. [[details](/changelogs/MIGRATIONGUIDE_V3.md)]
|
|
0 commit comments