218 Commits
Author SHA1 Message Date
Steven DeutschandGitHub 674373aeba Merge pull request #98 from MessageKit/v0.7.0
v0.7.0
0.7.0
2017-09-10 07:34:41 -05:00
Steven Deutsch 2831baccba Remove duplicate file 2017-09-10 06:55:12 -05:00
Steven Deutsch a36082f88c Update MessageKit.podspec for 0.7.0 and CHANGELOG 2017-09-10 05:32:50 -05:00
Steven Deutsch 9474b58821 Update example app for iOS 9 deployment target 2017-09-10 05:31:11 -05:00
Steven Deutsch ae458a4305 Fix keyboard contentInset bug - closes #109 2017-09-10 05:19:41 -05:00
Steven Deutsch b7ef4b7c6a Fix detector attributes bug 2017-09-09 10:40:28 -05:00
Steven Deutsch fc9df34255 Add avatarAlwaysLeading and avatarAlwaysTrailing 2017-09-09 08:36:04 -05:00
Steven Deutsch c83123061c Remove MessageDirection in favfavor of AvatarHorizontalAlignment 2017-09-09 04:56:04 -05:00
Steven Deutsch 59f1ee249f Rename AvatarPosition -> AvatatarAlignment & CellLabelPosition -> LabelAlignment 2017-09-09 04:51:57 -05:00
Steven Deutsch 0edc09ec08 Fix message inset application bug 2017-09-09 04:08:32 -05:00
Steven Deutsch dee15ae0b6 Fix cell top label origin and max width 2017-09-09 03:48:33 -05:00
Steven Deutsch a940a16196 Fix cell bottom label origin and max width 2017-09-09 02:59:33 -05:00
Steven Deutsch 42b0841bff Remove textAlignment setting in cell 2017-09-07 14:42:52 -05:00
Steven Deutsch 91b9656bc4 Calculate origins from position and trim frame size 2017-09-07 14:42:15 -05:00
Steven Deutsch 3081b2e8da Add cellTopLabelPosition & cellBtmLabelPosition methods 2017-09-07 14:40:43 -05:00
Steven Deutsch aa8d867d79 Add CellLabelPosition 2017-09-07 14:40:02 -05:00
Steven Deutsch 7ac3805cca Fix messageTextColorDefaultState text 2017-09-06 10:01:09 -05:00
Steven Deutsch 8218c99169 Deprecate incoming/outgoing avatar size for avatarSize(for:indexPath:_) 2017-09-06 07:55:40 -05:00
Steven Deutsch d9def855f9 Update example, harden deprecation, cleanup label delegates 2017-09-06 07:09:29 -05:00
Steven Deutsch f38208c2cc Replace MessagesDisplayDataSource with MessagesDisplayDelegate 2017-09-06 06:52:58 -05:00
Steven Deutsch d2ecdf6b8c Move avatarPosition to MessagesLayoutDelegate 2017-09-06 06:52:37 -05:00
Steven Deutsch 4a121e328d Make MessageCellDelegate conform to MessageLabelDelegate 2017-09-06 06:52:00 -05:00
Steven Deutsch 7873b134b1 Move cellToplabelText, cellBottomLabelText, avatar to MessagesDataSource 2017-09-06 06:11:46 -05:00
Steven Deutsch f2277d8cf5 Rename MessagesDisplayDataSource to MessagesDisplayDelegate 2017-09-06 06:08:07 -05:00
Steven Deutsch 6ef0638efb Make reusable view registration private 2017-09-06 05:52:25 -05:00
Steven Deutsch 248744dcc0 Add default header size implementation for MessageDateHeader 2017-09-06 05:36:11 -05:00
Steven Deutsch eefab1b4e2 Make default implementations public 2017-09-06 05:35:37 -05:00
Steven Deutsch 35f73cd2e3 Add default DateHeader implementation and shouldDisplayHeader method 2017-09-06 05:28:31 -05:00
Steven Deutsch 8468c9baba Remove TailCorner as its now a MessageStyle nested type 2017-09-06 05:19:57 -05:00
Steven Deutsch dc2ffbd134 Create MessageDateHeader 2017-09-06 05:17:10 -05:00
Steven Deutsch 60673db226 Create MessageKitDateFormatter 2017-09-06 05:16:25 -05:00
Steven DeutschandGitHub 03504934d5 Merge pull request #97 from timglorioso/master
Add updated logo
2017-09-05 21:53:23 -05:00
timglorioso 8d4bea632f fix logo src 2017-09-05 21:37:15 -04:00
Nathan TannarandGitHub 26fbc7acb1 Merge pull request #99 from MessageKit/bugFix/messageInputBarRender
A workaround solution for the render issue with MessageInputBar
2017-09-04 09:52:44 -07:00
Steven Deutsch 50179c403f Gardening for MessageInputBar rendering bugfix 2017-09-04 09:06:43 -05:00
Steven Deutsch 6400cf74b5 Add new message styles 2017-09-04 08:39:28 -05:00
Steven Deutsch 4a3a5e0a23 Remove old image assets and rename images 2017-09-04 08:14:03 -05:00
Steven DeutschandGitHub 2919ba0d0b Merge pull request #102 from antonijap/v0.7.0
Add images for bubbles
2017-09-04 06:54:06 -05:00
Antonija Pek 35ce223073 Add images for bubbles 2017-09-04 14:20:37 +03:00
timglorioso e7b1f28421 try big logo 2017-09-03 21:28:30 -04:00
timglorioso 4ba367c827 edit updated logo (use PNG) 2017-09-03 20:54:59 -04:00
Tim GloriosoandGitHub fa58436099 update readme img src 2017-09-03 19:40:52 -04:00
Nathan Tannar e02fc5a298 Removed myself from signing 2017-09-03 12:46:13 -07:00
Nathan Tannar 848e048a14 A workaround solution for the render issue with MessageInputBar
It seems as though when using a UINavigationController there is an issue with the rendering of an inputAccessoryView. This workaround creates a copy during the animation and then deletes it.
2017-09-03 12:40:00 -07:00
Steven Deutsch a9fa0e2441 Handle messageColor for style of .none 2017-09-03 05:57:30 -05:00
Steven Deutsch 9968c3540b Create TailCorner 2017-09-03 05:39:14 -05:00
Steven Deutsch b3aa820be4 Add images for MessageBubbles 2017-09-03 04:39:04 -05:00
timglorioso 1541133c6d add updated logo 2017-09-02 23:36:57 -04:00
Steven Deutsch 36561457da Add assets bundle 2017-09-02 21:49:59 -05:00
Steven DeutschandGitHub f3040f6966 Merge pull request #94 from oyalhi/v0.6.0
MessageContainerView updates
2017-09-02 04:04:25 -05:00