Commit Graph

447 Commits

Author SHA1 Message Date
Nathan Tannar f91e2d7cdc CHANGELOG Entry 2017-10-21 08:12:07 -05:00
Nathan Tannar e1311c7478 Merge pull request #273 from MessageKit/cleanup/MessageInputBar
New Classes: SeparatorLine & InputStackView
2017-10-20 20:34:15 -07:00
Nathan Tannar 8775f44819 Changes Proposed in PR #273 2017-10-20 20:12:13 -07:00
Nathan Tannar f1578b9e15 AddedAdded InputStackView as its own subclass
A subclass of UIStackView thats default properties are such that it will layout its arranged subviews based on their intrinsicContentSize which is what we need for InputBarButtonItems
2017-10-20 19:15:55 -07:00
Nathan Tannar cd03e9d26d Added SeparatorLine as a subclass
SeparatorLine is a subclass of UIView thats intrinsicContentSize is overrided such that its height can be explicitly defined. It is intended to be used in a UIStackView
2017-10-20 19:14:35 -07:00
Steven Deutsch f988f8b573 Merge pull request #271 from braker1nine/readme-spelling
Fix a couple spelling errors in README
2017-10-20 15:52:22 -05:00
Chris Brakebill cc61d65a4e Fix a couple spelling errors in README 2017-10-20 15:58:00 -04:00
Steven Deutsch 98af61d3b1 Merge pull request #269 from big-r81/patch-1
Update QuickStart.md
2017-10-19 03:09:38 -05:00
Ronny af2d0e2da9 Update QuickStart.md
fixes #265
2017-10-18 19:11:37 +02:00
Nathan Tannar 7a071872f7 Merge pull request #267 from MessageKit/bugfix/layout-in-MVC
Changing MessagesViewController reference to MessageInputBar
2017-10-18 00:45:11 -07:00
Nathan Tannar 2dbb0b314f Merge branch 'v0.10.0' into bugfix/layout-in-MVC 2017-10-18 00:44:54 -07:00
Nathan Tannar b913a0aebe Merge pull request #266 from MessageKit/bugfix/iphone-x-support
iPhone X Support
2017-10-18 00:44:21 -07:00
Nathan Tannar 9608d85c09 CHANGELOG Entry 2017-10-18 00:43:43 -07:00
Nathan Tannar 72f53bb3b5 messageInputBar -> inputAccessoryView 2017-10-18 00:38:13 -07:00
Nathan Tannar a2a1116d8b CHANGELOG Entry 2017-10-18 00:32:51 -07:00
Nathan Tannar 4f12533c64 iPhone X Support 2017-10-17 23:57:53 -07:00
Steven Deutsch 330bf06937 Merge pull request #264 from azurechen/patch-1
Update the README.md for using swift 3
2017-10-17 22:24:07 -05:00
Azure Chen a783ffc664 Remove ruby highlight 2017-10-17 16:15:10 -05:00
Azure Chen 341ece5cae Update the README.md for using swift 3
If the project still use swift 3. The config in `MessageKit.podspec` will not work.

```
s.pod_target_xcconfig = {
      "SWIFT_VERSION" => "4.0",
}
```

Add the extra `post_install` in Podfile will fix this issue.
2017-10-17 16:07:46 -05:00
Steven Deutsch fc4cbe8ba8 Merge pull request #262 from MessageKit/bugFix/placeholderAlignment
Bug Fix for issue #260
2017-10-16 23:12:54 -05:00
Nathan Tannar af948846bc Changelog update for PR #262 2017-10-16 17:41:38 -07:00
Nathan Tannar 7993f94674 Patch for Placeholder Alignment 2017-10-16 13:34:59 -07:00
Steven Deutsch 8de82032fc Merge pull request #258 from evilmint/fixes-call-on-ui-thread-in-example
Fixes ui call on non-main event
2017-10-14 14:20:19 -05:00
Aleksander Lorenc 07e86afd6f Fixes ui call on non-main event 2017-10-14 13:53:43 +02:00
Steven Deutsch 150c30d5b8 Merge pull request #250 from MessageKit/bugfix/contentInset
Fixes #243 by deprecating addiontalTopContentInset
2017-10-12 17:19:26 -05:00
Steven Deutsch c81c1088e5 [Changelog] Add changelog entry for #250 2017-10-10 23:51:15 -05:00
Steven Deutsch 1e8aef46e2 Merge pull request #245 from tapanprakasht/fix-test-failure
Fix test failure after TextMessageDisplayDelegate refactoring
2017-10-09 20:39:07 -05:00
Steven Deutsch ff1f25e72a Merge pull request #249 from tapanprakasht/add-test-case
Adding test case for textColor when dataSource is nil
2017-10-09 20:36:52 -05:00
Steven Deutsch bd4326356e Fixes #243 by deprecating addiontalTopContentInset 2017-10-09 20:32:43 -05:00
Tapan Prakash cd1fadf6c6 Adding test case for textColor when dataSource is nil 2017-10-09 20:43:13 +05:30
Tapan Prakash bfd8c5f99a Fix test failure after TextMessageDisplayDelegate refactoring 2017-10-08 15:11:15 +05:30
Steven Deutsch 7a6d39bd99 Merge pull request #157 from MessageKit/v0.9.0
v0.9.0
0.9.0
2017-10-05 22:31:26 -05:00
Steven Deutsch eed77be196 Update MessageKit.podspec for v0.9.0 2017-10-05 22:21:13 -05:00
Steven Deutsch 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 71511d5394 Merge pull request #239 from MessageKit/ar/equal
Fix MediaMessageCell’s off center play button
2017-10-05 21:49:41 -05:00
Andrew Robinson 257b4d87bf Add PlayButtonView fix to Changelog 2017-10-05 21:34:40 -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 573868a0d5 Merge pull request #230 from MessageKit/enhancement/text-message-display
[Added] TextMessageDisplayDelegate
2017-10-05 15:24:18 -05:00
Steven Deutsch 749c762bcc [Changelog] Add changelog entry for #230 2017-10-05 15:11:24 -05:00
Steven Deutsch ca6f9492a2 Add TextMessageDisplayDelegate 2017-10-05 12:55:28 -05:00
Steven Deutsch 7e60ccef13 Add convenience init for MessagesCollectionView 2017-10-05 12:55:27 -05:00
Steven Deutsch 877c7a05d7 Merge pull request #235 from candostdagdeviren/v0.9.0
Update folder structure to represent groups
2017-10-05 12:49:59 -05: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
Steven Deutsch c55db416e5 Merge pull request #222 from SirArkimedes/v0.9.0
Add support for emoji-only messages
2017-10-04 18:12:10 -05:00
Andrew Robinson 96733e1743 Add .emoji(String) to CHANGELONG.md
Adds .emoji(String) breaking change to CHANGELONG.md.
2017-10-04 17:53:43 -05:00
SirArkimedes 0f00bd3f5b Move background color set to delegate
Also adds a didSet to the main font, to set the emoji’s font to double the set font.
2017-10-04 10:40:30 -05:00
SirArkimedes 11aa695762 Merge branch 'v0.9.0' into v0.9.0 2017-10-04 10:16:49 -05:00
Steven Deutsch 99eedb7793 Merge pull request #233 from tapanprakasht/fix-scroll-example
Fix #221 scroll to bottom is not working in sample app
2017-10-04 09:17:02 -05:00
Tapan Prakash 6f99fb3a5f Fix #221 scroll to bottom is not working in sample app 2017-10-04 19:04:02 +05:30