Changelog

Version 1.12.3 (2021-06-08)

UIKit SDK 1.12.3 is released.

New APIs

  • None

Breaking APIs

  • None

Deprecations

  • None

Fixes

  • Fixed bug "Display promote to moderator option for member who was promoted"

  • Fixed crash community member

  • Fixed crash when create post on my timeline

Behavioural changes

  • None

Compatibility

  • OKHTTP - 3.10.0

  • Retrofit - 2.4.0

  • Kotlin-std-lib - 1.3.72

  • Amity Social SDK - 4.8.0

Version 1.12.0 (2021-04-01)

UIKit SDK 1.12.0 is released.

New APIs

  • None

Breaking APIs

  • None

Deprecations

  • None

Fixes

  • Edited comment on new feed is not update

  • Preview number of picture in post is not correct

  • Moderator can not add member on private community

  • Hyperlink on comment is not clickable

Behavioural changes

  • Add reply capabilities on comment feature

  • Add push notification settings for community level and user can turn on and off events that for receive notifications. the events user can setting -> post created, post reacted, comment created, comment replied and comment reacted

Compatibility

  • OKHTTP - 3.10.0

  • Retrofit - 2.4.0

  • Kotlin-std-lib - 1.3.72

  • Amity Social SDK - 4.8.0

Version 1.11.1 (2021-03-10)

UIKit SDK 1.11.0 is released.

New APIs

  • None

Breaking APIs

  • None

Deprecations

  • None

Fixes

  • Optimize 'image' post rendering performance

  • Fix missing 'like' count on 'read only' mode post

  • Fix delayed 'moderator' badge rendering

  • Fix incorrect orientation of category avatar

Behavioural changes

  • None

Compatibility

  • OKHTTP - 3.10.0

  • Retrofit - 2.4.0

  • Kotlin-std-lib - 1.3.72

  • Amity Social SDK - 4.7.1

Version 1.11.0 (2021-03-02)

UIKit SDK 1.11.0 is released.

New APIs

  • Add support for custom rendering of post item. A map of dataType and custom renderer can be defined at EkoUIKitClient.feedUISettings

Breaking APIs

  • None

Deprecations

  • None

Fixes

  • None

Behavioural changes

  • None

Compatibility

  • OKHTTP - 3.10.0

  • Retrofit - 2.4.0

  • Kotlin-std-lib - 1.3.72

  • Amity Social SDK - 4.7.0

Version 1.9.1 (2021-02-16)

UIKit SDK 1.9.1 is released.

New APIs

  • None

Breaking APIs

  • None

Deprecations

  • None

Fixes

  • Improve UI performances

Behavioural changes

  • None

Compatibility

  • OKHTTP - 3.10.0

  • Retrofit - 2.4.0

  • Kotlin-std-lib - 1.3.72

Version 1.9.0 (2021-02-02)

UIKit SDK 1.9.0 is released.

New APIs

  • Add EkoPostSharingSettings ; A global level settings for post sharing options. Refer to Feed UI Settings documentation.

  • Add IPostShareClickListener; A delegate for handling click events on share menu options.

    It can be applied at

    • Global level via EkoUIKitClient.feedUISettings"

    • Component level via

      • EkoMyFeedFragment.Builder

      • EkoCommunityFeedFragment.Builer

      • EkoGlobalFeedFragment.Builder

      • EkoPostDetailFragment.Builder

      • EkoUserFeedFragment.Builder

      Refer to Feed UI Settings documentation.

      Refer to sample app on how to use these APIs to implement a "Share In / out" feature

Breaking APIs

  • None

Deprecations

  • None

Fixes

  • None

Behavioural changes

  • None

Compatibility

  • OKHTTP - 3.10.0

  • Retrofit - 2.4.0

  • Kotlin-std-lib - 1.3.72

1.8.0

New Feature

  • When a user create community , he will automatically be moderator role of that community.

  • Moderator user can add member to community

  • Moderator user can remove member/other moderators from community

  • Moderator user can assign other member to be moderators.

  • Add validation for user display name to be up to 100 characters

  • iOS - adjust the color key to the correct key and shade.

API / Function change

1.7.0

New Feature

  • User can Report Comment and un-report Comment

  • User can Report Post and un-report Post

  • User can Report User profile and un-report user Profile

  • Remove 3 dot icon in user profile page

API / Function change

  1. Change sdk environment (upstra_sdk_config.xml) from "preprod" to "production"

  2. Add reportComment/unReportComment functions

  3. Add reportPost/unReportPost functions

  4. Add reportUser/unReportUser functions

1.6.0

New Feature

  • Chat : New message type : Audio message

  • Community : Pull the page to refresh

Last updated