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 |
|
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 |
|
zhongwuzw
|
57a4a256c0
|
Fix scroll to bottom instead of scroll to bottom bubble
|
2017-12-16 23:57:52 +08:00 |
|
Steven Deutsch
|
5806e35909
|
Merge pull request #406 from MessageKit/enhancement/resize-mask
Resize imageMask instead of reapplying style
|
2017-12-15 21:18:20 -06:00 |
|
Steven Deutsch
|
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
|
ad9252d4ee
|
Resize imageMask instead of reapplying style
|
2017-12-14 13:45:34 -06:00 |
|
Steven Deutsch
|
deb8754784
|
Merge branch 'development' into enhancement/attributes-delegate
|
2017-12-14 12:11:32 -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
|
769dc7477a
|
Merge pull request #395 from zhongwuzw/fix-scroll-to-bottm
Fix scrollToBottom && remove scrollsToBottomOnFirstLayout
|
2017-12-12 02:49:59 -06:00 |
|
zhongwuzw
|
30edae5cd1
|
fix indexPathForLastItem bug when numberOfSections equal to 1.
|
2017-12-12 16:00:30 +08:00 |
|
Steven Deutsch
|
0af6454ad9
|
Merge pull request #391 from MessageKit/enhancement/remove-cells
Removing cell generic constraints
|
2017-12-11 13:38:03 -06:00 |
|
Steven Deutsch
|
8e8ad749a0
|
Use default snapshot size
|
2017-12-11 13:22:23 -06:00 |
|
Steven Deutsch
|
43bbe68e87
|
Fix MessageLabel font regression
|
2017-12-11 12:49:19 -06:00 |
|
zhongwuzw
|
97c2401ffe
|
Fix scrollToBottom && remove scrollsToBottomOnFirstLayout
|
2017-12-11 15:20:59 +08:00 |
|
Steven Deutsch
|
034a9c1c7c
|
Merge branch 'development' into testing/message-label
|
2017-12-10 14:27:53 -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 |
|