808 Commits
Author SHA1 Message Date
tan zhixiangandGitHub 85486ba204 fix indention 2022-03-30 17:16:35 +09:00
Martin PúčikandGitHub c2cf1a27e8 Added new methods in MessagesLayoutDelegate for adjusting alignment of message top and bottom labels (#1671) 2022-02-08 09:03:30 +01:00
Edward Warrender 88604e9441 Put return on a newline within indexPathForLastItem 2022-01-04 08:52:16 +00:00
Edward Warrender ea086d7e4c Improvement in logic for scrollToLastItem 2021-12-20 15:27:38 +00:00
Jakub KašparandGitHub 79c2d6171b Merge branch 'master' into extension/ScrollDelegate 2021-12-14 09:01:44 +01:00
Ikko AshimineandGitHub 6a648e4c27 Fix typo in AudioMessageCell.swift
lable -> label
2021-11-20 01:33:48 +09:00
Mehmet Baykar d0a89b345d Add overridable UIScrollView Delegate 2021-11-18 10:59:03 +01:00
Angel López Henquén 5e3ae8bee5 Issue #1624
Made "gestureRecognizerShouldBegin" function OPEN, to be able to overwrite it if necessary in ViewControllers which inherits from MessagesViewController.
2021-11-16 13:12:07 +01:00
Mehmet Baykar 4e24227810 Fix the NaN crash due to the zero width or height of the bubble 2021-11-14 10:46:00 +01:00
Seyed Mojtaba Hosseini Zeidabadi 3938c3008a fix: misspellings of the code inside the link preview message size calculator file 2021-09-10 14:42:23 +04:30
Seyed Mojtaba Hosseini Zeidabadi 19090561c4 fix: misspellings of the comments inside the avatar position file 2021-09-10 14:40:07 +04:30
Seyed Mojtaba Hosseini Zeidabadi 05b7c4895a fix: misspellings of the comments inside the horizontal edge insets file 2021-09-10 14:39:19 +04:30
Seyed Mojtaba Hosseini Zeidabadi 69e6a1c04d fix: misspellings of comments inside the sender file 2021-09-10 14:36:09 +04:30
Seyed Mojtaba Hosseini Zeidabadi 0418a29353 fix: misspellings of comments inside the link item file 2021-09-10 14:35:22 +04:30
Seyed Mojtaba Hosseini Zeidabadi f06802f749 fix: misspellings of comments inside the media item file 2021-09-10 14:34:49 +04:30
Seyed Mojtaba Hosseini Zeidabadi 2d8141a70b fix: misspellings of comments inside the message display delegate file 2021-09-10 14:33:50 +04:30
Seyed Mojtaba Hosseini Zeidabadi bcd0558f6b fix: misspellings of comments inside the message layout delegate file 2021-09-10 14:32:55 +04:30
Seyed Mojtaba Hosseini Zeidabadi 9bae6f3ec4 enhance: formatting of the documentation comment 2021-09-10 14:29:18 +04:30
Seyed Mojtaba Hosseini Zeidabadi 62ae0c65f4 fix: misspellings of comments inside the bubble circle file 2021-09-10 14:28:06 +04:30
Itai SpectorandGitHub 330af7270c fixed typo 2021-06-16 15:20:47 +03:00
Vignesh J ecc62b4d1f Added Custom Text Messages Layout example 2021-05-01 21:38:20 +05:30
Vignesh J d383863700 Resolved merge conflicts 2021-04-23 13:32:01 +05:30
Vignesh J bcadf885af Added more cell size calculator delegate for non custom MessageType 2021-04-22 12:12:41 +05:30
Vignesh 0a5048864a Adding UICollectionViewCell delegation for non custom MessageType 2021-04-21 11:08:41 +05:30
Itai SpectorandGitHub e6e4a9b8d3 fixed typo 'retunValue' -> 'returnValue' 2021-04-12 17:45:50 +03:00
Jakub Kaspar 8ba285aa8a Fix resources and colors 2021-03-29 21:42:12 +02:00
Jakub Kaspar 793dce6894 Fix typing indicator calulator based on delegate methods 2021-03-25 11:37:52 +01:00
Kurt Schaefer c5cdd11c59 Make messageTimestampLabel layout out relative to the messageContainerView so its vertical position tracks much better with the content of the message. 2021-03-16 16:48:28 -07:00
Anton Karpechenkov ba61f6e74f updated target bottom offset of collection view despite the contentSize is smaller than viewport 2021-03-13 20:52:15 +01:00
Michael Redig af2ebb0794 (fix) Resolves #1531
chat messages don't suddenly disappear under translucent navigation bar headers
2021-03-03 19:49:39 -06:00
Jurvis Tan 4700259970 fix: remove unwanted bottom scroll indicator inset 2021-01-08 14:56:00 +08:00
Jakub Kaspar 6aa9b664b2 Fix warning in example project 2020-12-20 22:12:33 +01:00
martinpucik ee372e321c fix: maintainPositionOnKeyboardFrameChanged for small contentSize 2020-12-04 07:40:09 +01:00
martinpucik 1f2f7336c3 refactor: deprecated scrollToBottom() in favor of scrollToLastItem 2020-12-03 18:53:48 +01:00
amir pirzad 0b42dfd75d fix timestamp label origin 2020-11-19 12:00:10 +03:30
David Vittori 04e1ebd7c0 calling displaydelegate at the end of configure audico cell 2020-10-16 10:33:44 +02:00
86cd13eafa Updated MessageKit.podspec to use resource_bundle instead of resources (#1460)
* Update MessageKit.podspec

Changed resources to resource_bundle

* Update CHANGELOG.md

* Update MessageKit.podspec

Update resource bundle getter for updated podspec bundle setting

* Update CHANGELOG.md

* Update CHANGELOG.md

Co-authored-by: Jakub Kašpar <kaspikk@gmail.com>
2020-10-06 10:08:59 +02:00
Kino 2362616326 remove keyboard observers in viewWillDisappear 2020-09-30 22:42:10 -07:00
Kino 2fdc4f1a23 Adds clarifying access modifier 2020-09-20 00:41:22 -07:00
Kino 4eb6a9a0ce Add MIT License header 2020-09-20 00:29:43 -07:00
Kino 22b086cc23 Remove ConcreteMessageType, handle the case where the messageKind is linkPreview 2020-09-19 16:43:41 -07:00
Pavel Tikhonenko af2f9cd96a Fix compilation issues by importing UIKit 2020-09-08 21:48:41 +03:00
Jakub KašparandGitHub 0e27b921ca Update MessagesDataSource.swift 2020-09-04 11:15:27 +02:00
Jakub KašparandGitHub d80dc20587 Merge branch 'development' into development 2020-09-03 10:32:08 +02:00
amir pirzad c6bfdba900 Add document 2020-09-03 12:42:20 +04:30
amir pirzad d2b87770c9 Conform protocol 2020-09-02 22:47:11 +04:30
amir pirzad f08cdad1f4 Fix some issues 2020-09-02 22:28:24 +04:30
Bruno Guidolim 20c6044f59 Fixes #1446 - Added LinkPreview calculator into the list of default calculators. 2020-08-31 10:15:25 +02:00
amir pirzad be2eea0b2d Fix center label 2020-08-30 18:24:38 +04:30
amir pirzad ad28df1486 Use property 2020-08-30 18:20:32 +04:30