Commit Graph

20 Commits

Author SHA1 Message Date
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
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
zhongwuzw 7b4461473d Optimize menu position in some situations 2018-01-09 10:55:50 +08: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 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 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 b24d8bcff2 Fix failing tests 2017-12-10 14:22:48 -06:00
Steven Deutsch 9eff91b0fc Fix modified reuse identifier 2017-12-10 14:08:45 -06:00
Steven Deutsch 691359c657 Remove generic constraint from MessageCollectionViewCell 2017-12-09 07:07:55 -06:00
zhongwuzw d797df1e5e transform if-else to switch 2017-12-07 11:17:46 +08:00
zhongwuzw 95a32d693d Optimize cell gesture handle logic 2017-12-07 09:52:07 +08:00
Steven Deutsch 444fbb0f8e cellTopLabel and cellBottomLabel size calculations 2017-12-04 17:30:23 -06:00
Steven Deutsch ba506ba46d Remove MessageLabel typing from cell top & bottom labels 2017-11-18 19:42:39 -06:00
Steven Deutsch 54f670f671 Simplify origin calculations 2017-11-18 19:19:52 -06:00
Candost Dagdeviren dde838630a Update folder structure to represent groups
Signed-off-by: Candost Dagdeviren <candostdagdeviren@gmail.com>
2017-10-05 15:47:23 +02:00