Commit Graph

159 Commits

Author SHA1 Message Date
Steven Deutsch c3bb03bd02 Add InsetLabel class 2018-03-24 03:52:35 -05:00
Steven Deutsch 4f2fd52465 Stop sizing cell labels to fit text 2018-03-24 03:52:35 -05:00
Steven Deutsch 599f9afc27 Remove unused String extension 2018-03-24 03:52:35 -05:00
Steven Deutsch f589debbd9 Fix example app 2018-03-24 03:52:35 -05:00
Steven Deutsch d342bc4b56 Add LocationItem protocol 2018-03-24 03:52:35 -05:00
Alexander Momotiuk a77539288d Fix SwiftLint warnings #554 issue 2018-03-20 11:31:50 +02:00
Alexander Momotiuk e1049c7c39 Revert "Fixed SwiftLint warnings #554 Issue"
This reverts commit e30a340951.
2018-03-20 11:28:35 +02:00
Alexander Momotiuk 5eff75fd21 Merge branch 'development' into issue_554 2018-03-19 00:45:47 +02:00
Steven Deutsch c3a2bef1c9 Merge branch 'master' of https://github.com/MessageKit/MessageKit into development 2018-03-18 16:51:09 -05:00
Alexander Momotiuk e30a340951 Fixed SwiftLint warnings #554 Issue 2018-03-18 17:27:16 +02:00
Yishai 49a1904bf5 TransifInformation - Changed address back to addressComponents 2018-03-04 11:09:59 +00:00
Steven Deutsch da5479e318 Merge pull request #530 from clayellis/feature/auto-update-send
Add boolean flag to disable auto updating send button enabled state
2018-02-23 23:25:25 -06:00
zhongwuzw 5812f05656 fix bubble outline border color 2018-02-24 09:07:52 +08:00
Clay Ellis edc71e2f91 Rename shouldAutoUpdateSendButtonEnabledStateOnTextDidChange > shouldManageSendButtonEnabledState and update documentation comment. 2018-02-21 22:32:27 -07:00
Clay Ellis 8bb411de60 Add boolean flag to disabled auto updating send button enabled state on text did change 2018-02-20 08:54:53 -07:00
Yishai 516f8e4152 TransitInformation - Updated handleTransitInfo method name and updated change log 2018-02-15 13:16:15 +00:00
Roodyn, Yishai (UK - London) c54b1c9a37 TransitInfoDetection - Added transitInfoDetection to message Label 2018-02-14 16:34:58 +00:00
Steven Deutsch b4051be86b Gardening + add in source docs 2018-01-31 01:05:33 -06:00
Steven Deutsch a8a96d6401 Replace dictionary with NSCache #495 2018-01-30 23:54:28 -06:00
Steven Deutsch 24932171d3 Open cell layout methods 2018-01-28 14:31:04 -06:00
Steven Deutsch e1bc35de26 Move origin calculations to MessageCollectionViewCell 2018-01-28 13:03:41 -06:00
zhongwuzw cc192e66d1 replace static with class keyword to allow override 2018-01-19 21:27:46 +08:00
zhongwuzw 31543437cb Fix messageInputBar sendButton not disabled in some situations 2018-01-19 21:18:34 +08:00
Wu Zhong 2e9ff264a8 Merge pull request #459 from MessageKit/refactor/clean-up
Split MessagesViewController functionality & add MessageKitError
2018-01-14 16:54:13 +08:00
zhongwuzw 71e644cf62 Fix tests error 2018-01-14 16:33:41 +08:00
Steven Deutsch 148d138787 Merge branch 'master' into development 2018-01-11 23:35:20 -06:00
Steven Deutsch 7a112aa4c4 Fix failing build and copyrights 2018-01-11 23:32:35 -06:00
Steven Deutsch 810b58d88d Add MessageKitError to cleanup strings 2018-01-11 22:42:50 -06:00
Wu Zhong e05912bad9 Merge pull request #422 from MessageKit/feature/cell-copy
Added copy support for message bubble
2018-01-11 13:09:41 +08:00
zhongwuzw ea9908e617 Fix message layout issue when sliding back controller 2018-01-11 11:12:24 +08:00
Wu Zhong c2e3a2ee5e Merge branch 'development' into feature/cell-copy 2018-01-09 11:01:34 +08:00
zhongwuzw 7b4461473d Optimize menu position in some situations 2018-01-09 10:55:50 +08:00
Steven Deutsch 2c5bf14895 Merge pull request #423 from MessageKit/enhancement/inputTextViewImageSupport
Image Paste Support for InputTextView
2018-01-06 23:02:32 -06:00
Antoine Lamy ad7479a813 Fix MessageLabel enabled detectors attributes (#429) 2018-01-03 13:59:59 -05:00
Rich Gabrielli 1782b0b2a1 Change Copyright to "Copyright (c) 2017-2018 MessageKit" 2018-01-02 22:16:05 -05:00
zhongwuzw eb5a5aded8 Add call to the super when cell prepare for reuse 2017-12-31 17:23:25 +08:00
zhongwuzw d96d7efb58 Fix LocationMessageCell reuse bug 2017-12-29 14:33:44 +08:00
zhongwuzw 7a57b539f2 Fix inputTextView layout issue when rotated 2017-12-28 18:20:37 +08:00
Nathan Tannar 35d57bd100 Fixes 2017-12-27 21:07:33 -08:00
Nathan Tannar ac3093e54b Support for parsing components in the NSAttributedSting 2017-12-25 16:30:44 -08:00
zhongwuzw 42ea9ef0aa Fixed iPhoneX MessageInputBar transparent bottom area 2017-12-24 22:09:24 +08:00
Nathan Tannar 611c71dd8a Image Paste Support for InputTextView 2017-12-22 20:16:16 -08:00
zhongwuzw eb1c6f50a6 Added copy support for message bubble 2017-12-22 23:29:45 +08:00
Wu Zhong b4aeea146c Add configureImageForAvatarView(::::) protocol to expose avatarView &… (#416)
* Add configureImageForAvatarView(::::) protocol to expose avatarView &&  remove avatar(:::)

* Refactor AvatarView && change configureImageForAvatarView's name to configureAvatarView

* Optimize code && fix tests

* Add CHANGELOG entry

* Revert "Add CHANGELOG entry"

This reverts commit 0124ab920b.
2017-12-21 16:52:04 -06:00
zhongwuzw 20e3a5ece8 Remove blank lines 2017-12-20 11:39:06 +08:00
zhongwuzw 2e114e1f11 Move tap gesture from cell to collectionView 2017-12-20 11:35:34 +08:00
Steven Deutsch fb2f55c66b Revert to old cell configure API 2017-12-17 21:10:46 -06:00
Steven Deutsch 7ac0324c4d Merge branch 'development' into enhancement/load-more-messages-and-maintain-scroll-position 2017-12-16 23:26:18 -06:00
Steven Deutsch cc68d230b3 Merge pull request #410 from MessageKit/fix/label-bugs
Revert change that attempts to sync MessageLabel properties
2017-12-16 21:34:56 -06:00
Steven Deutsch 435b053c8a Revert change that attempts to sync MessageLabel properties 2017-12-16 21:07:15 -06:00