sendbird-ios-framework

[Deprecated] Sendbird Chat SDK for iOS in Objectivce-C for enablement of a rich, engaging, scalable, and real-time chat service.

OTHER License

Stars
60
Committers
15

Bot releases are hidden (Show)

sendbird-ios-framework -

Published by sf-jed-kyung about 6 years ago

  • Minor bug fixed.
sendbird-ios-framework -

Published by sf-jed-kyung about 6 years ago

  • Added updateUserMessageWithMessageId:userMessageParams:completionHandler: with SBDUserMessageParams in SBDBaseChannel.
  • Added updateFileMessageWithMessageId:fileMessageParams:completionHandler: with SBDFileMessageParams in SBDBaseChannel.
  • Minor bug fixed.
sendbird-ios-framework -

Published by sf-jed-kyung about 6 years ago

  • Improved connection management.
sendbird-ios-framework -

Published by sf-jed-kyung about 6 years ago

sendbird-ios-framework - Added a new property

Published by famous90 about 6 years ago

Added invitedAt in SBDGroupChannel.

sendbird-ios-framework -

Published by sf-jed-kyung over 6 years ago

  • Added loadWithCompletionHandler:, setMessageTypeFilter:, setCustomTypeFilter:, setSenderUserIdsFilter: in SBDPreviousMessageListQuery.
  • Added getNextMessagesByTimestamp:limit:reverse:messageType:customType:senderUserIds:completionHandler:, getPreviousMessagesByTimestamp:limit:reverse:messageType:customType:senderUserIds:completionHandler:, getPreviousAndNextMessagesByTimestamp:prevLimit:nextLimit:reverse:messageType:customType:senderUserIds:completionHandler:, getNextMessagesByMessageId:limit:reverse:messageType:customType:senderUserIds:completionHandler:, getPreviousMessagesByMessageId:limit:reverse:messageType:customType:senderUserIds:completionHandler:, and getPreviousAndNextMessagesByMessageId:prevLimit:nextLimit:reverse:messageType:customType:senderUserIds:completionHandler: in SBDBaseChannel.
sendbird-ios-framework -

Published by sf-jed-kyung over 6 years ago

  • Disabled to put the current user into mentionedUsers, mentionedUserIds in SBDUserMessageParams and SBDFileMessageParams.
  • Changed not to increase unreadMentionCount and not to call channel:didReceiveMention: for CHANNEL mention by the current user (i.e. the message sender is the current user).
sendbird-ios-framework - Added new properties about mention type

Published by sf-jed-kyung over 6 years ago

  • Added unreadMentionCount property in SBDGroupChannel.
  • Added enum SBDCountPreferenceUnreadMentionCountOnly in SBDCountPreference.
  • Added SBDUnreadItemKeyNonSuperUnreadMentionCount, SBDUnreadItemKeySuperUnreadMentionCount, SBDUnreadItemKeyGroupChannelUnreadMessageCount, SBDUnreadItemKeyGroupChannelUnreadMentionCount, SBDUnreadItemKeyGroupChannelInvitationCountinSBDUnreadItemKey`.
  • Added mention type.
    • New enum type SBDMentionType that has SBDMentionTypeUsers and SBDMentionTypeChannel.
    • New property in SBDBaseMessage.
  • Deprecated instance method, getUnreadItemCountWithKey:completionHandler: in SBDGroupChannel.
    • Replaced with class method getUnreadItemCountWithKey:completionHandler: in SBDGroupChannel instead.
  • Minor bug fixed.
sendbird-ios-framework -

Published by famous90 over 6 years ago

sendbird-ios-framework - A new filter in query and A new property in group channel

Published by famous90 over 6 years ago

  • Added nicknameStartsWithFilter in SBDGroupChannelMemberListQuery.
  • Added enum SBDCountPreference.
    • Enum has SBDCountPreferenceAll, SBDCountPreferenceUnreadMessageCountOnly, SBDCountPreferenceOff.
    • Added myCountPreference in SBDGroupChannel as a getter.
    • Added setMyCountPreference:completionHandler: in SBDGroupChannel as an aynchronous setter.
  • Fixed a bug that myRole is not updated in SBDGroupChannel.
sendbird-ios-framework - joinedMemberCount, myMutedMember, UnreadItemCount

Published by famous90 over 6 years ago

  • Added joinedMemberCount to get count of member joined in SBDGroupChannel.
  • Added myMutedState to show whether the current user is muted or not in SBDGroupChannel.
  • Added an api of getUnreadItemCountWithKey:completionHandler: in SBDGroupChannel.
    • The api gets an instance of SBDUnreadItemCount that contains properties of nonSuperUnreadMessageCount, superUnreadMessageCount, nonSuperInvitationCount, superInvitationCount.
    • As a parameter, bitmask SBDUnreadItemKey is used. It has SBDUnreadItemKeyNonSuperUnreadMessageCount, SBDUnreadItemKeySuperUnreadMessageCount, SBDUnreadItemKeyNonSuperInvitationCount, SBDUnreadItemKeySuperInvitationCount.
sendbird-ios-framework - typing indicator throttling

Published by famous90 over 6 years ago

  • Added a setter for typing indicator throttling interval.
  • Fixed a minor bug for buildFromSerialize:
  • Fixed a minor bug when uploading a file in the background.
sendbird-ios-framework - minor bug fix

Published by famous90 over 6 years ago

  • Fixed a minor bug when uploading a file in the background.
sendbird-ios-framework -

Published by sf-jed-kyung over 6 years ago

  • Fixed an occasional member count mismatch in a super group channel.
sendbird-ios-framework -

Published by famous90 over 6 years ago

  • Ordered member list by nickname alphabetically.
  • Fixed a bug that an encrypted file URL contains duplicated query keys.
  • Fixed minor bug.
sendbird-ios-framework -

Published by famous90 over 6 years ago

Fixed minor issue

sendbird-ios-framework - Operator list query

Published by famous90 over 6 years ago

  • Added createOperatorListQuery in SBDBaseChannel to query users who are operators in the channel.
  • Deprecated SBDGroupChannelOperatorFilter in SBDGroupChannelMemberListQuery.
  • Removed internal methods.
  • Changed code convention in headers.
  • Updated project build setting.
  • Minor bug fix.
sendbird-ios-framework -

Published by sf-jed-kyung over 6 years ago

  • Added SBDPushNotificationDeliveryOption to determine how to deliver the push notification when sending a user or a file message.
  • Added a method that gets a unread message count with custom types of group channel.
sendbird-ios-framework -

Published by famous90 over 6 years ago

  • Changed an ephemeral SBDGroupChannel to maintain fields of lastMessage and unreadMessageCount after connected.
sendbird-ios-framework -

Published by famous90 over 6 years ago

Fixed a bug that can't send file message with a binary file.

Package Rankings
Top 22.09% on Swiftpackageindex.com
Top 4.77% on Cocoapods.org
Badges
Extracted from project README
Platform Languages CocoaPods Carthage compatible Commercial License
Related Projects