Skip to content

Commit

Permalink
Added 3.5.0.beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leo-shin committed Feb 6, 2023
1 parent 289556f commit 000b0ac
Show file tree
Hide file tree
Showing 329 changed files with 4,245 additions and 10,148 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

### v3.5.0.beta.0 (Feb 6, 2023) with Chat SDK `v4.2.1`
* Support Notification Channel
A notification channel is a new group channel dedicated to receiving one way marketing and transactional messages.To allow users to view messages sent through Sendbird Message Builder with the correct rendering, you need to implement the notification channel view using `NotificationChannelActivity`, `NotificationChannelViewModel`, or `NotificationChannelFragment`
* Added `NotificationChannelActivity`, `NotificationChannelViewModel`, and `NotificationChannelFragment`
* Added `Action` class to pass data about events
* Added Notification module
* Added `NotificationChannelModule`, `NotificationMessageListComponent`, and `NotificationMessageListAdapter`
* Added `newNotificationChannelFragment(String, Bundle)` in `UIKitFragmentFactory`
* Added new style sets
* `Widget.Sendbird.Message.NotificationChannel` and `Widget.Sendbird.Dark.Message.NotificationChannel`
* `Widget.Sendbird.Message.MessageTemplateView` and `Widget.Sendbird.Dark.Message.MessageTemplateView`
* `Module.NotificationChannel` and `Module.Dark.NotificationChannel`
* `Component.Header.NotificationChannel` and `Component.Dark.Header.NotificationChannel`
* `Component.List.NotificationChannel` and `Component.Dark.List.NotificationChannel`
* `Component.Status.NotificationChannel` and `Component.Dark.Status.NotificationChannel`

### v3.3.3 (Jan 19, 2023) with Chat SDK `v4.2.1`
* Improved stability

Expand Down
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '1.7.10'

dependencies {
classpath "org.jetbrains.kotlin:kotlin-serialization:$kotlin_version"
}
}
plugins {
id 'com.android.application' version '7.2.2' apply false
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ org.gradle.jvmargs=-Xmx1536m
# https://developer.android.com/topic/libraries/support-library/androidx-rn
android.useAndroidX=true

UIKIT_VERSION = 3.3.3
UIKIT_VERSION = 3.5.0.beta.0
UIKIT_VERSION_CODE = 1
98 changes: 0 additions & 98 deletions uikit-custom-sample/google-services.json

This file was deleted.

21 changes: 0 additions & 21 deletions uikit-custom-sample/proguard-rules.pro

This file was deleted.

This file was deleted.

61 changes: 0 additions & 61 deletions uikit-custom-sample/src/main/AndroidManifest.xml

This file was deleted.

Loading

0 comments on commit 000b0ac

Please sign in to comment.