Aleksandr Prianichnikov
672347e752
Resolve errors after merge & improve tests
...
- Improve tests for MessageInputBar
- Remove useless tests
2017-10-23 14:17:53 +03:00
Steven Deutsch
3643fd32be
Merge branch 'v0.10.0' into master
2017-10-23 01:13:24 -05:00
Nathan Tannar
57268c2618
Merge pull request #275 from MessageKit/doc/nathans-updates
...
Documentation Updates
2017-10-22 12:00:23 -07:00
Steven Deutsch
2a3a2e7d47
Merge pull request #263 from MessageKit/enhancement/layout-context
...
Improve MessagesCollectionViewLayout performance
2017-10-22 00:17:17 -05:00
Nathan Tannar
466ab2fd60
Suggestions from PR #275
2017-10-21 15:13:07 -07:00
Steven Deutsch
576991dd8a
Remove all and deprecations
2017-10-21 08:21:21 -05:00
Nathan Tannar
cb7ba99cf3
CHANGELOG Entry
2017-10-21 08:21:21 -05:00
Steven Deutsch
5f11b0c6a8
Merge branch 'v0.10.0' into enhancement/layout-context
2017-10-21 06:33:13 -05:00
Steven Deutsch
b46815d117
Add changelog entry for #263
2017-10-21 06:30:39 -05:00
Steven Deutsch
473e793998
Add documentation for MessagesCollectionViewFlowLayout
2017-10-21 06:19:41 -05:00
Nathan Tannar
bb6de4e7bc
InputTextView Comments
2017-10-20 22:10:23 -07:00
Nathan Tannar
5d058cb8dc
InputBarButtonItem Comments
2017-10-20 22:04:17 -07:00
Nathan Tannar
325dd1cdb3
MessageInputBarDelegate Comments
2017-10-20 21:57:45 -07: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
992f9004cc
Add improved MessagesCollectionViewFlowLayout
2017-10-20 02:39:42 -05:00
Steven Deutsch
6d30313f16
Add MessageIntermediateLayoutAttributes
2017-10-20 02:33:50 -05: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
Aleksandr Prianichnikov
4de7ea2c62
Rename methods and remove useless code
2017-10-11 12:52:26 +03:00
Aleksandr Prianichnikov
98f2028d7b
Add tests for MessagesDisplayDelegate
2017-10-11 12:17:23 +03:00
Steven Deutsch
c81c1088e5
[Changelog] Add changelog entry for #250
2017-10-10 23:51:15 -05:00
Aleksandr Prianichnikov
cb7af7be2f
Add several tests for Messages/TextDisplayDelegate
2017-10-10 19:18:11 +03:00
Vitaly Popov
66832b89b7
Fixed last week test formatter
2017-10-10 19:18:11 +03:00
Aleksandr Prianichnikov
9dd17dfc7e
Fix changes after rebase
2017-10-10 19:18:11 +03:00
Vitaly Popov
f3585f9528
Add several tests
...
Tests for:
- InputBarItem
- InputTextView
- MessageCollectionViewCell
2017-10-10 19:17:53 +03:00
Aleksandr Prianichnikov
00a470c9c6
Add and refactor tests for MessageViewController
2017-10-10 19:17:53 +03:00
Aleksandr Prianichnikov
b486cc45bf
Add tests for MessagesViewController
2017-10-10 19:17:53 +03:00
Aleksandr Prianichnikov
59a9984f3c
Reorder directories in project
2017-10-10 19:17:19 +03:00
Vitaly Popov
e2ff23a96f
Deleted whitespaces for new line
2017-10-10 19:17:19 +03:00