Skip to content

Releases: SpotIM/spotim-ios-sdk-pod

Version 1.14.4

22 Jun 10:20
Compare
Choose a tag to compare

Added

  • Support hiding the share button according to remote configuration
  • Support line break in comment text

Fixed

  • Fixed a crash which happened in rare cases in replies UI

Internal

  • Removed old schemes from the project

Version 1.14.3

09 Jun 14:59
Compare
Choose a tag to compare

Fixed

  • Fixed a crash which happened in rare cases for comments label

Changes

  • Using Keychain to securely save tokens and general sensitive data

Internal

  • Update dependencies versions (RxSwift, RxCocoa, Alamofire, PromiseKit)

Version 1.14.2

06 Jun 09:56
Compare
Choose a tag to compare

Fixed

  • Recovering from 403 auth error and renewing SOO if needed
  • Keep the conversation screen with the same sort option after posting a new comment

Changes

  • Improving the way we dismiss the comment creation screen

Version 1.14.1

26 May 06:14
Compare
Choose a tag to compare

Fixed

  • Fixed number of comments after deleting reply
  • Fixed crash when posting a comment from pre-conversation

Version 1.14.0

24 May 17:39
Compare
Choose a tag to compare

Added

  • Added French support

Fixed

  • Fixed SSO authentication flow
  • Renew SSO when returning to foreground if needed - token can potentially expire when the application is in background for some days - this fixed that

Changes

  • Few changes in SSO related methods API, read our documentation for the full details
  • Added renewSSOAuthentication function inside SpotImLoginDelegate
  • Function Renaming inside SpotImLoginDelegate to startLoginUIFlow
  • Returning the userId in completeSSO function inside SpotImLoginDelegate
  • Deprecated functions removed

Version 1.13.0

18 May 13:47
Compare
Choose a tag to compare

Added

  • Completely new logger system to assist in debug issues. We are really excited about that and recommend to read the document to understand the possibilities.
  • Add PostId to SpotImCustomUIDelegate callback

Fixed

  • Disable the scrolling of the title inside the navigation bar
  • Fixed a flickering in the UI of likes inside comments when the user refresh the screen

Internal

  • New infra for the network

Version 1.12.0

25 Apr 13:22
Compare
Choose a tag to compare

Added

  • API to set the initial sorting option when a conversation open up
  • API to set a callback when the end user is pressing on the conversation header
  • Added application bundle id to webhook callback

Fixed

  • Decoding special characters back in comment counters API
  • Colors of comment actions (up vote and etc.) when switching between light mode to dark mode and vice versa

Internal

  • Refactor conversation header to proper MVVM with Rx

Version 1.11.0

31 Mar 11:06
Compare
Choose a tag to compare

Added

  • Like & Dislike customization
  • Support disabling user avatar online indication

Internal

  • Refactor image cache mechanism

Version 1.10.1

20 Mar 10:52
Compare
Choose a tag to compare

Fixed

  • New API for open the comment creation screen changed a little bit to support present mode with a root view controller

Version 1.10.0

16 Mar 08:52
Compare
Choose a tag to compare

Added

  • Ability to open the comment creation screen from publisher app
  • Subscriber badge
  • Blits mode
  • Custom read-only message

Fixed

  • Author profile is truncated when change to landscape mode
  • In Landscape, click "View reply", message and line will overlapped