Commit Graph
1278 Commits
Author SHA1 Message Date
Steven Deutsch 576991dd8a Remove all and deprecations 2017-10-21 08:21:21 -05:00
Nathan TannarandSteven Deutsch cb7ba99cf3 CHANGELOG Entry 2017-10-21 08:21:21 -05:00
Steven Deutsch da9a1a804a Add documentation for some of the protocols 2017-10-21 08:12:07 -05:00
Steven Deutsch 88c169ea4b Add Sender and MessageData documentation 2017-10-21 08:12:07 -05:00
Steven Deutsch 4dacbc7382 Add LabelAlignment documentation 2017-10-21 08:12:07 -05:00
Steven Deutsch 078bf010fc Add MessageType documentation 2017-10-21 08:12:07 -05:00
Steven Deutsch 1e0cbd74ea Add AvatarAlignment documentation 2017-10-21 08:12:07 -05:00
Steven Deutsch 5b5acda988 Add Avatar documentation 2017-10-21 08:12:07 -05:00
Steven Deutsch 43a0e7ad7d Add MessagesViewController documentation 2017-10-21 08:12:07 -05:00
Nathan TannarandSteven Deutsch f91e2d7cdc CHANGELOG Entry 2017-10-21 08:12:07 -05:00
Steven DeutschandGitHub 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 e308d81b2b Styled up Example!!! 2017-10-21 01:12:14 -07: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 TannarandGitHub 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 DeutschandGitHub 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 BrakebillandGitHub 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 DeutschandGitHub 98af61d3b1 Merge pull request #269 from big-r81/patch-1
Update QuickStart.md
2017-10-19 03:09:38 -05:00
RonnyandGitHub af2d0e2da9 Update QuickStart.md
fixes #265
2017-10-18 19:11:37 +02:00
Nathan TannarandGitHub 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 TannarandGitHub 2dbb0b314f Merge branch 'v0.10.0' into bugfix/layout-in-MVC 2017-10-18 00:44:54 -07:00
Nathan TannarandGitHub 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 DeutschandGitHub 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 ChenandGitHub a783ffc664 Remove ruby highlight 2017-10-17 16:15:10 -05:00
Azure ChenandGitHub 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 DeutschandGitHub 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 DeutschandGitHub 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 DeutschandGitHub 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 PopovandAleksandr Prianichnikov 66832b89b7 Fixed last week test formatter 2017-10-10 19:18:11 +03:00
Aleksandr PrianichnikovandAleksandr Prianichnikov 9dd17dfc7e Fix changes after rebase 2017-10-10 19:18:11 +03:00
Vitaly PopovandAleksandr Prianichnikov f3585f9528 Add several tests
Tests for:
- InputBarItem
- InputTextView
- MessageCollectionViewCell
2017-10-10 19:17:53 +03:00