-
Notifications
You must be signed in to change notification settings - Fork 211
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
4.46.0 Release #2953
Merged
Merged
4.46.0 Release #2953
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…g recreated (#2934) * Make sure the object is valid before mapping it * Keep track of DB being deleted on BackgroundDatabaseObserver * Improve API to track if database is being removed --------- Co-authored-by: Pol Quintana <pol.quintana1@gmail.com>
* Update Documentation.md * Update CHANGELOG.md * Update README.md * Remove comment referencing iOS 11 --------- Co-authored-by: Martin Mitrevski <martinmitrevski.oh@gmail.com>
* Fix duplicated runpath search paths * Update CHANGELOG.md
* Fix _dispatch_lane_resume crash in RepeatingTimer * Add test coverage to make sure repeating timer does not crash on deinit * Update CHANGELOG.md
* Fix file attachments not rendering file size * Update CHANGELOG.md
* Fix quoted chat message view with wrong text * Update CHANGELOG.md
* Fix jumping to first message when loading new messages instead of inserting new message by current user * Update CHANGELOG.md
* WIP Location Attachment * Improve support for custom mixed attachments * Add mixed support for custom location attachment * Fix mixed attachments not rendering always with the same order * Location Attachment folder re-structure * Remove unused code * Add Demo App configuration to enable/disable location attachments * Enable some demo app features by default for stream internal configuration * Allow enable/disable bg mapping in the Demo App * Do some small cleanup * Update CHANGELOG.md * Add docusaurus docs for mixed attachments support improvements * Fix deleted messages always showing custom attachments * Update CHANGELOG.md * Update CHANGELOG.md * Fix E2E Test app not compiling * Only allow 1 location per message * Update CHANGELOG.md * Fix docusaurus typo * Added more locations
…#2949) * Make sure message actions always show at least Edit and Delete action * Fix hard deleting local messages which are pending updating to the server * Do not use BG mapping for MessageController.message * Update CHANGELOG.md * Fix forgotten tests * Revert forgotten change
This reverts commit a26f3c2.
Build for regression testing №123456971 has been uploaded to TestFlight 🎁 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
StreamChat
🐞 Fixed
_dispatch_lane_resume
crash inRepeatingTimer
#2938StreamChatUI
🐞 Fixed