Steven Deutsch
7252651821
Fix attributedText messageLabelFont bug
2017-12-17 20:54:22 -06:00
Steven Deutsch
1d4db92fa7
Add CHANGELOG entry for #284
2017-12-16 23:50:06 -06:00
Steven Deutsch
7ac0324c4d
Merge branch 'development' into enhancement/load-more-messages-and-maintain-scroll-position
2017-12-16 23:26:18 -06:00
Steven Deutsch
471d8b1e50
Add CHANGELOG entry for #340
2017-12-16 23:14:29 -06:00
Steven Deutsch
5aecc22b61
UpdatemaintainPositionOnKeyboardFrameChange
2017-12-16 22:53:10 -06:00
Steven Deutsch
4aebd5826c
Merge branch 'development' into fix-338
2017-12-16 22:51:46 -06:00
Steven Deutsch
435b053c8a
Revert change that attempts to sync MessageLabel properties
2017-12-16 21:07:15 -06:00
Steven Deutsch
deb8754784
Merge branch 'development' into enhancement/attributes-delegate
2017-12-14 12:11:32 -06:00
Steven Deutsch
6bdbe65139
Allow detector attributes to be set outside of the cell
2017-12-14 11:54:48 -06:00
Steven Deutsch
769dc7477a
Merge pull request #395 from zhongwuzw/fix-scroll-to-bottm
...
Fix scrollToBottom && remove scrollsToBottomOnFirstLayout
2017-12-12 02:49:59 -06:00
Steven Deutsch
0af6454ad9
Merge pull request #391 from MessageKit/enhancement/remove-cells
...
Removing cell generic constraints
2017-12-11 13:38:03 -06:00
zhongwuzw
97c2401ffe
Fix scrollToBottom && remove scrollsToBottomOnFirstLayout
2017-12-11 15:20:59 +08:00
Steven Deutsch
9eff91b0fc
Fix modified reuse identifier
2017-12-10 14:08:45 -06:00
Steven Deutsch
691359c657
Remove generic constraint from MessageCollectionViewCell
2017-12-09 07:07:55 -06:00
Nathan Tannar
6666b0ff21
Removed Unneeded Code
2017-12-08 12:22:29 -08:00
Nathan Tannar
8604d341e2
Typos and Corrections
2017-12-07 11:43:07 -08:00
Nathan Tannar
407ac37d05
Example Updates to show topStackView example/test
2017-12-06 20:10:03 -08:00
Steven Deutsch
444fbb0f8e
cellTopLabel and cellBottomLabel size calculations
2017-12-04 17:30:23 -06:00
zhongwuzw
248e6d9a06
Optimize DateFormatter to static variable
2017-12-01 23:28:26 +08:00
Steven Deutsch
3759610cfa
Remove different delegates for different message types
2017-11-30 15:15:49 -06:00
KEN-chan
8dbcddf285
Add a flag that the user can determine whether scrolls according to the change of the height of the keyboard
2017-11-11 18:49:32 +09:00
Steven Deutsch
0390f81608
Merge pull request #325 from zhongwuzw/master
...
Fix MessageInputBar layout issues && code optimize
2017-11-10 20:31:16 -06:00
Steven Deutsch
619a5bbd3d
Fix compile error in example app from deprecation
2017-11-07 04:12:08 -06:00
zhongwuzw
413ff9972c
Fix keyboard not dismiss on iOS9
2017-11-07 14:59:16 +08:00
zhongwuzw
117dd63fe0
Fix MessageInputBar layout issues && code optimize
...
1. Fix ambiguous layout issues when MessageInputBar run layoutIfNeeded
method before added to superview.
2. Just reload new added message when click send button.
3. Change class-only protocols declaration.
4. Change placeholderLabel’s centerX、centerY priority because we need
satisfy left/right、top/bottom constraint first .
2017-11-03 23:01:18 +08:00
azurechen
85550aba79
Remove refreshControl in MessageCollectionView.
2017-10-28 21:37:53 +08:00
azurechen
a675650eab
Replace reloadData by a new method reloadAndMaintainOffset.
2017-10-26 23:28:14 +08:00
azurechen
d17b500566
Update the example.
2017-10-26 02:26:33 +08:00
Nathan Tannar
acda182df8
Merge pull request #280 from MessageKit/misc/iPhoneXLayoutSupport
...
Misc/i phone x layout support
2017-10-23 21:49:50 -07:00
Nathan Tannar
a8b54f8868
Better iPhone X Support with SafeLayout Anchors
2017-10-23 15:15:23 -07:00
Nathan Tannar
e308d81b2b
Styled up Example!!!
2017-10-21 01:12:14 -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
bd4326356e
Fixes #243 by deprecating addiontalTopContentInset
2017-10-09 20:32:43 -05:00
Tapan Prakash
6f99fb3a5f
Fix #221 scroll to bottom is not working in sample app
2017-10-04 19:04:02 +05:30
Steven Deutsch
aece16fc56
[Added] messagePadding(for:at:in) to MessagesLayoutDelegate
2017-10-03 22:28:06 -05:00
Steven Deutsch
20f5f66237
[Changed] MessagesDisplayDelegate footer & header signatures to return non-optionals
2017-10-03 22:08:09 -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
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