Skip to content

Releases: AmityCo/Amity-Social-Cloud-UIKit-iOS

2.6.2

15 Nov 15:26
Compare
Choose a tag to compare

UIKit 2.6.2 Release Notes

=============================================================

New Features

  • [Internal]#UP-6052 Add endpoint setting page for sample app

Fixes

  • #UP-5994 Fix compose bar shows avatar which doesn't belong to current user
  • #UP-6070 Fix app crashes when open my following or my follower list pages
  • #UP-6000 Add logic to reset the messages live collection, after SDK reconnect while user stay in chat page.

Breaking Changes:

Api:

Behaviour:

Compatibility

  • Xcode Version: 12.5
  • Realm Version: 10.12.0
  • Minimum Target: iOS 12.0

2.6.1

02 Nov 12:10
Compare
Choose a tag to compare

UIKit 2.6.1 Release Notes

=============================================================

New Features

  • #UP-5470 Add allowPostAttachments option in AmityPostTextEditorViewController

Fixes

  • #UP-5336 Disable scrolling animation in chat page
  • #UP-5404 Fix realm invalidation crash issue in registerDevice method
  • [Internal]#UP-5903 Fix join channel issue for "Message List with text only keyboard"

Breaking Changes:

Api:

#UP-5470:

  • Added new API allowPostAttachments in AmityPostEditorSettings. Developers can now choose what attachment types to allow when users create a post. All possible attachment types can be found in AmityPostAttachmentType.
  • Removed shouldCameraButtonHide, shouldAlbumButtonHide, shouldFileButtonHide in AmityPostEditorSettings. Please use allowPostAttachments instead.
// Only allow `file` attachment when creating a post.
let settings = AmityPostEditorSettings()
settings.allowPostAttachments = [.file]
let postCreator = AmityPostCreatorViewController.make(postTarget: postTarget, settings: settings)

#UP-5404:

  • Add completion handler in registerDeviceForPushNotification method.
AmityUIKitManager.registerDeviceForPushNotification("device-token") { isSuccess, error in
   // Handle completion here
}

Behaviour:

Compatibility

  • Xcode Version: 12.5
  • Realm Version: 10.12.0
  • Minimum Target: iOS 12.0

2.6.0

14 Oct 17:59
Compare
Choose a tag to compare

UIKit 2.6.0 Release Notes

New Features

Fixes

  • [Vision] #UP-3973 Fix image blink in chat page
  • [Vision] #UP-4591 Media gallery empty state
  • [Shazam] #UP-4882 Show error button for message

Breaking Changes

Api:

Behaviour:

Compatibility

  • Xcode Version: 12.5
  • Realm Version: 10.12.0
  • Minimum Target: iOS 12.0

2.5.1

16 Sep 08:40
Compare
Choose a tag to compare

UIKit 2.5.0 Release Notes

New Features

none

Fixes

none

Breaking Changes

none

Api:

  • SDK upgrade to 5.6.1

Behaviour:

none

Compatibility

  • Xcode Version: 12.5
  • Realm Version: 10.12.0
  • Minimum Target: iOS 12.0

2.5.0

14 Sep 15:02
Compare
Choose a tag to compare

UIKit 2.5.0 Release Notes

New Features

Vision

Magneto

Fixes

HarryPotter

  • #UP-UP-2329 Fix issue where user can add more than 10 pictures when creating post
  • #UP-4549 Fix play sign overlay issue when viewing image in message
  • #UP-4059 Fix pending banner not stable issue

Magneto

  • #UP-4168 Fix issue where users are able to see unfollowed user posts
  • #UP-4195 Fix issue where the following list keeps showing in unfollowed users
  • #UP-3681 Fix issue where keyboard overlaps chat messages when typing
  • #UP-4430 Fix issue where app crashed after uploading banned images.
  • #UP-3878 Fix issue where voice recording on chat doesn't start collecting sounds.
  • #UP-4108 Fix issue where create community button on
  • #UP-4097 Fix issue where the number of posts in the community does not indicate the correct value

Breaking Changes

Api:

none

Behaviour:

Magneto

  • #UP-4115 Introduce leaveCommunityDidTap(:_) to AmityEventHandler for navigating user to desire page after leaving the community

Compatibility

  • Xcode Version: 12.5
  • Realm Version: 10.12.0
  • Minimum Target: iOS 12.0