Skip to content

v2.0.0

Compare
Choose a tag to compare
@x-0o0 x-0o0 released this 24 Dec 10:18
  • Added OpenChannel features.
    • SBUOpenChannelViewController
    • SBUOpenChannelBaseMessageCell
    • SBUOpenChannelContentBaseMessageCell
    • SBUOpenChannelAdminMessageCell
    • SBUOpenChannelUserMessageCell
    • SBUOpenChannelFileMessageCell
    • SBUOpenChannelMessageWebView
    • SBUOpenChannelUnknownMessageCell
    • SBUOpenChannelSettingsViewController
    • SBUOpenChannelSettingCell
    • OpenChannelSettingItemType
    • Added UsingUserProfileInOpenChannel to SBUGlobals
    • Added overlay themes.
  • Deprecated properties in SBUChannelViewController class
    • preSendMessages
    • resendableMessages
    • preSendFileData
    • resendableFileData
    • fileTransferProgress
  • Renamed classes
    • Renamed SBUMessageBaseCell to SBUBaseMessageCell
    • Renamed MessageDateView to SBUMessageDateView
    • Renamed MessageProfileView to SBUMessageProfileView
    • Renamed UserNameView to SBUUserNameView
    • Renamed MessageStateView to SBUMessageStateView
  • Supported image resizing and compression
    • Added imageCompressionRate to SBUGlobals
    • Added imageResizingSize to SBUGlobals
  • Improved stability.