zhongwuzw
|
f202228c60
|
Add CHANGELOG
|
2018-04-06 10:43:11 +08:00 |
|
 Corey WaloandWu Zhong
|
6fcd2d6aa2
|
Only apply textColor for .text case of MessageData (#625)
* Only apply textColor for .text case of MessageData
* Update CHANGELOG
* Add name and PR #
|
2018-04-06 10:27:01 +08:00 |
|
zhongwuzw
|
1ee84a6862
|
Fix font invalid for attributedString
|
2018-04-05 23:36:04 +08:00 |
|
Steven Deutsch
|
9b8f0ba915
|
Remove CollectionViewReusable protocol
|
2018-04-03 13:24:43 -05:00 |
|
Steven Deutsch
|
1abcf97576
|
Add documentation for cells
|
2018-03-30 11:18:11 -05:00 |
|
Steven Deutsch
|
82dcf562d5
|
Refactor cell inheritance hierarchy
|
2018-03-27 02:37:53 -05:00 |
|
Steven Deutsch
|
17398a2cb2
|
Add hook to configure async media on cell
|
2018-03-27 01:28:14 -05:00 |
|
Steven Deutsch
|
4f2fd52465
|
Stop sizing cell labels to fit text
|
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 |
|
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 |
|
 Wu ZhongandGitHub
|
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 |
|
 Wu ZhongandGitHub
|
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 |
|
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
|
d96d7efb58
|
Fix LocationMessageCell reuse bug
|
2017-12-29 14:33:44 +08:00 |
|
zhongwuzw
|
eb1c6f50a6
|
Added copy support for message bubble
|
2017-12-22 23:29:45 +08:00 |
|
 Wu ZhongandSteven Deutsch
|
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 DeutschandGitHub
|
75db921ac0
|
Merge pull request #397 from MessageKit/enhancement/attributes-delegate
Allow detector attributes to be set outside of cell
|
2017-12-15 20:27:12 -06:00 |
|
Steven Deutsch
|
6bdbe65139
|
Allow detector attributes to be set outside of the cell
|
2017-12-14 11:54:48 -06:00 |
|
zhongwuzw
|
a9f027606e
|
Change messageLabel and playButtonView layout from frame to auto layout
|
2017-12-14 20:47:51 +08:00 |
|
zhongwuzw
|
cc56423440
|
Fix MediaMessageCell's PlayButtonView layout issue
|
2017-12-14 15:11:23 +08:00 |
|
zhongwuzw
|
62612dfe3b
|
Fix messageLabel layout issue
|
2017-12-13 22:22:47 +08:00 |
|
Steven Deutsch
|
8e8ad749a0
|
Use default snapshot size
|
2017-12-11 13:22:23 -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
|
d928803963
|
Add CHANGELOG entry for #391`
|
2017-12-10 01:46:59 -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
|
3759610cfa
|
Remove different delegates for different message types
|
2017-11-30 15:15:49 -06:00 |
|
 Steven DeutschandGitHub
|
86a94a6a17
|
Merge branch 'development' into enhancement/message-label-2
|
2017-11-27 19:53:32 -06:00 |
|
Steven Deutsch
|
86a269cc21
|
Disable detectors by default
|
2017-11-18 21:42:47 -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 |
|
 Steven DeutschandGitHub
|
4cc2fa91a0
|
Merge pull request #241 from MessageKit/bugfix/emoji-size
[Fixed] Emoji 2x sizing bug
|
2017-10-05 22:13:49 -05:00 |
|
Steven Deutsch
|
a48b7648d2
|
[Fixed] Emoji 2x sizing bug
|
2017-10-05 22:04:27 -05:00 |
|
Andrew Robinson
|
ea715ca560
|
Fix MediaMessageCell’s off center play button
Move the MediaMessageCell’s play button back to where it belongs.
Issue: #238
|
2017-10-05 21:13:04 -05:00 |
|
Steven Deutsch
|
ca6f9492a2
|
Add TextMessageDisplayDelegate
|
2017-10-05 12:55:28 -05:00 |
|