Releases: SpotIM/spotim-ios-sdk-pod
Releases · SpotIM/spotim-ios-sdk-pod
Version 1.14.4
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
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
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
Fixed
- Fixed number of comments after deleting reply
- Fixed crash when posting a comment from pre-conversation
Version 1.14.0
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
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
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
Added
- Like & Dislike customization
- Support disabling user avatar online indication
Internal
- Refactor image cache mechanism
Version 1.10.1
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
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