75 Commits

Author SHA1 Message Date
Steven Deutsch 280cbb89e7 Merge pull request #30 from MessageKit/v0.3.0
v0.3.0
0.3.0
2017-08-09 21:54:53 -05:00
Steven Deutsch 01776bfb33 Update MessageKit.podspec for v0.3.0 2017-08-09 21:39:06 -05:00
Steven Deutsch 2f17535bee Update CHANGELOG to only log changes after first non-prerelease version 2017-08-09 21:38:50 -05:00
Steven Deutsch 1e24ca1b52 Merge pull request #42 from andreaantonioni/#41-InputTextView-placeholder-rendering-wrong-in-landscape
Fix #41
2017-08-09 21:00:13 -05:00
Steven Deutsch 8f1aab0374 Provide support for NSAttributedString in MessageLabel 2017-08-09 20:56:58 -05:00
Steven Deutsch eaa3dd15c7 Update cellTopLabel and cellBottomLabel to use NSAttributedString 2017-08-09 20:47:45 -05:00
Andrea Antonioni 0aa724ee4f Fix #41 2017-08-09 09:05:42 +02:00
Steven Deutsch 824748126a Update topLabel & bottomLabel constraints and add text alignment 2017-08-09 00:22:47 -05:00
Steven Deutsch a1a09195a6 Fix misplaced frames and update example app 2017-08-08 03:58:36 -05:00
Steven Deutsch f911cf3c39 Add cell top + bottom labels and refactor layout engine 2017-08-08 03:17:38 -05:00
Steven Deutsch 7fc023c571 Create MessageLabel subclass 2017-08-07 23:43:03 -05:00
Steven Deutsch 41b05ab94b Merge pull request #39 from MessageKit/AvatarViewStruct
Avatar view struct
2017-08-07 21:50:03 -05:00
Steven Deutsch 7b405e0a14 Fix MessageInputBar constraint bug 2017-08-07 21:49:05 -05:00
Steven Deutsch ea8d8eeb49 Merge pull request #32 from andreaantonioni/input-text-view
InputTextView
2017-08-07 21:35:05 -05:00
MacmeDan 7f83b2c0bc Fixed tests 2017-08-07 18:00:37 -06:00
MacmeDan 2cefb48023 Merge branch 'v0.3.0' into AvatarViewStruct 2017-08-07 17:47:09 -06:00
MacmeDan 5d79572fd9 Added the Avatar struct which has an image and initials.
Added an `Avatar` property to the `AvatarView`
Replaced the `imageView` in the `MessagesCollectionViewCell` with the `AvatarView`
Moved the `Avatar.playground` to the example project so users can play around and learn it capabilities.
Updated the example project and abstracted the `sampleData` to its own file.
Updated the organization for the project to `MessageKit` instead of `Hex bits`
2017-08-07 17:46:22 -06:00
Andrea Antonioni dd9814455e Fix bug on placeholder 2017-08-07 09:07:02 +02:00
Steven Deutsch 767b0f2c5d Fixes #37 - allow inset from message edge to cell 2017-08-07 00:26:36 -05:00
Steven Deutsch 637b05d707 Merge branch 'v0.3.0' into input-text-view 2017-08-06 04:02:25 -05:00
Andrea Antonioni 8476ff6405 Improve performance reducing useless redraw of the component 2017-08-06 10:43:16 +02:00
Steven Deutsch 01dd771303 Merge branch 'master' of https://github.com/MessageKit/MessageKit into v0.3.0 2017-08-06 01:20:29 -05:00
Dan Leonard 3b94565c48 AvatarView (#31)
* Add AvatarView along with `AvatarView.Playground` Implemented code review changes.

* Add tests because your are supposed to add tests for everything.

* Replace references to the Avatar with AvatarView. Update Example Project.

* Updated my `swiftLint` and fixed issues.
2017-08-05 23:55:59 -06:00
Andrea Antonioni 691c3eaa53 Implement InputTextView with support to a placeholder 2017-08-06 00:04:29 +02:00
Steven Deutsch 54136aa786 Merge pull request #29 from andreaantonioni/v0.3.0
Change send button UI and implemented disabled logic.
2017-08-05 14:39:09 -05:00
Andrea Antonioni c1b397ebc1 Change send button UI and implemented disabled logic. 2017-08-05 17:03:49 +02:00
Steven Deutsch 6fa2d1739f Merge pull request #25 from MessageKit/v0.2.0
v0.2.0
0.2.0
2017-08-05 00:14:31 -05:00
Steven Deutsch 8e966000e6 Update MessageKit.podspec for v0.2.0 2017-08-04 23:50:38 -05:00
Steven Deutsch 8d3ec26558 Update CHANGELOG.md for v0.2.0 2017-08-04 23:48:05 -05:00
Steven Deutsch a38fb24998 Add Header & Footer views + Update Delegates & Naming 2017-08-04 22:30:41 -05:00
Steven Deutsch 258c0b67a4 Add MessageCellDelegate - didTapAvatar & didTapMessage 2017-08-03 02:28:34 -05:00
Steven Deutsch 8f63540ccc Fix resizing inputTextView layout bug 2017-08-03 02:28:33 -05:00
Steven Deutsch 2f18eb388a Fix device rotation layout bug 2017-08-03 02:28:33 -05:00
Steven Deutsch cee4b1c6d0 Invalidate layout for orientation change 2017-08-03 02:28:33 -05:00
Steven Deutsch 3342caf540 Revert parameter renaming due to SwiftLint 2017-08-03 02:28:33 -05:00
Steven Deutsch 2894c47820 Add SwiftLint and fix warrnings/errors 2017-08-03 02:28:33 -05:00
Steven Deutsch 2ca58a07f5 Add basic textview resizing 2017-08-03 02:28:33 -05:00
Steven Deutsch 9cb3fac299 Update README.md 2017-08-02 22:03:47 -05:00
Steven Deutsch 5571c62f8c Merge pull request #17 from JackRobards/patch-1
Readme fix - I believe the "in Swift" was unnecessary.
2017-07-31 13:58:55 -05:00
Jack Robards b645de35f8 Readme fix - I believe the "in Swift" was unnecessary.
Just a small grammar fix I noticed while looking over your readme!
2017-07-31 00:43:40 -04:00
Steven Deutsch 4ffc607c71 Merge pull request #14 from MessageKit/keyboard-fixes
Fixes #13 - Keyboard Handling Bugs
2017-07-28 17:22:04 -05:00
Omar Albeik 6ab3c26699 Fix #13 2017-07-29 00:41:49 +03:00
Steven Deutsch 841f3eedca Merge pull request #11 from MessageKit/docs/code-of-conduct
Add Code of Conduct
2017-07-27 14:14:09 -05:00
Steven Deutsch 7efca7b013 Merge pull request #5 from MessageKit/v0.1.0
v0.1.0
0.1.0
2017-07-27 02:57:04 -05:00
Steven Deutsch 32265a463d Update MessageKit.podspec 2017-07-27 02:21:01 -05:00
Steven Deutsch db2e929296 Update Podspec and clean up code 2017-07-27 02:13:57 -05:00
Steven Deutsch cb90c7f007 Clean up access control 2017-07-27 02:00:08 -05:00
Steven Deutsch 6cf505677b Move collectionview bottom constraint when keyboard shows/hides 2017-07-27 01:24:57 -05:00
Steven Deutsch 1579ac84a8 Add Code_of_Conduct.md 2017-07-27 00:28:34 -05:00
Steven Deutsch 9ffc10cd01 In progress 2017-07-27 00:14:42 -05:00