Andrew Robinson
afa93c198f
Merge branch 'v0.9.0' into v0.9.0
2017-10-03 21:25:37 -05:00
Frederic Barthelemy
90ee75c9ea
AlphaSort some groups & Organize Xcodeproj
2017-10-03 18:14:56 -07:00
Andrew Robinson
ed1d1e5bc4
Add support for emoji-only messages
...
Adds a new message type that handles text that doubles the font size and removes the message background to model how iMessage displays emoji-only messages.
2017-10-03 18:09:52 -05:00
Steven Deutsch
f4fddd9bbf
Merge branch 'v0.9.0' into enhancement/keyboard-scrolling
2017-10-03 05:34:27 -05:00
Steven Deutsch
97b4f2f38d
Merge pull request #219 from MessageKit/example/random-data
...
Update the ChatExample app to use a random data generator
2017-10-03 04:33:21 -05:00
Steven Deutsch
24d98cb298
[Example] Update example app to use random data generator
2017-10-03 04:25:11 -05:00
Steven Deutsch
d580c15cf6
[Added] scrollsToBottomOnKeyboardDidBeginEditing property
2017-10-03 03:12:47 -05:00
Francesco Deliro
ea00a643ca
- added open var scrollsToBottomOnFirstLayout ( #213 )
...
Added open var scrollsToBottomOnFirstLayout
2017-10-02 18:47:48 -05:00
etoledom
e9d71239f6
Fix protocol signature on delegate conformance side. Now the animation is working on the example app.
2017-10-01 19:05:23 -03:00
etoledom
46c9471e48
Added custom animation support for displaying map on location messages.
2017-09-30 11:17:20 -03:00
Steven Deutsch
c93a5e0dff
[Added] .custom case to MessageStyle to customize via closure
2017-09-26 12:32:03 -05:00
Steven Deutsch
e21352944e
[Fix/Example] Fix bottomLabelInset bug and update example app to demonstrate
2017-09-26 12:15:08 -05:00
Steven Deutsch
b7ddc7bf42
[Fix] Allow dynamic setting of messageLabelInsets #159
2017-09-25 15:15:25 -05:00
Steven Deutsch
a388785e9d
Merge pull request #150 from etoledom/feature/locationMessageAnnotation
...
LocationMessageDisplayDelegate to add custom annotations
2017-09-24 21:33:22 -05:00
etoledom
ad1bc606da
Added option to not show annotation on LocationMessage
...
Documentation on LocationMessageDisplayDelegate
2017-09-23 23:42:32 -03:00
etoledom
3c864f9bdf
Removed unnecessary locationMessagesDisplayDelegate from messagesCollectionView
...
Added defer {} to always exit `setMapSnaphotImage` stopping activity indicator
2017-09-23 10:42:10 -03:00
Javier Cancio
40b4c89624
Example updated for Xode 9 & Swift 4
2017-09-23 09:15:11 +02:00
etoledom
8613f60d30
Added LocationMessageDisplayDelegate to add custom annotations to locationMessages
...
Modified example proyect implementing LocationMessageDisplayDelegate with a custom annotation
2017-09-22 20:31:18 -03:00
Steven Deutsch
e6c228cbc2
Update ChatExample to Xcode 9 & Swift 3.2
2017-09-22 03:16:20 -05:00
Steven Deutsch
b5873074ae
Merge branch 'master' into v0.8.0
2017-09-22 01:16:08 -05:00
Steven Deutsch
7d6166f715
Fix broken image path for Carthage
2017-09-21 16:45:48 -05:00
Steven Deutsch
60bf80191d
Merge branch 'master' into v0.8.0
2017-09-20 21:07:31 -05:00
Steven Deutsch
d43286b0e4
Add missing resources for Carthage
2017-09-20 15:36:00 -05:00
Steven Deutsch
603a938a4c
Merge branch 'v0.8.0' into enhancement/media-messages
2017-09-20 14:31:40 -05:00
Steven Deutsch
847338c316
Merge pull request #125 from MessageKit/refactor/keyboard-handling
...
Refactoring keyboard handling
2017-09-19 11:05:33 -05:00
Steven Deutsch
d3644545e6
Update example app
2017-09-19 00:10:43 -05:00
Steven Deutsch
c15a5f8e80
Create location snapshot for LocationMessageCell
2017-09-18 14:09:04 -05:00
Steven Deutsch
4caea44cb5
Add video message
2017-09-17 23:42:27 -05:00
Steven Deutsch
7788a1e231
Add MediaMessageCell
2017-09-16 17:59:39 -05:00
Nathan Tannar
d2db49b41c
Slack and iMessage Keyboard Examples
2017-09-16 13:38:07 -07:00
Nathan Tannar
1bb8936a47
Slack and iMessage Keyboard Examples
2017-09-16 13:37:44 -07:00
Steven Deutsch
100b8d143e
Update Example & reuse identifiers
2017-09-15 07:32:43 -05:00
Steven Deutsch
e2e0894949
Update Podfile.lock
2017-09-12 10:32:38 -05:00
James Sherlock
57f46fc408
Update example project to use CocoaPods, Add basic UI test
2017-09-12 10:03:50 -05:00
James Sherlock
d5d21917d7
Update example project to use CocoaPods, Add basic UI test
2017-09-11 17:38:53 +01:00
Steven Deutsch
9474b58821
Update example app for iOS 9 deployment target
2017-09-10 05:31:11 -05:00
Steven Deutsch
fc9df34255
Add avatarAlwaysLeading and avatarAlwaysTrailing
2017-09-09 08:36:04 -05:00
Steven Deutsch
59f1ee249f
Rename AvatarPosition -> AvatatarAlignment & CellLabelPosition -> LabelAlignment
2017-09-09 04:51:57 -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
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
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
Nathan Tannar
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
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