Nathan Tannar and GitHub
a73cb9f17f
Merge branch 'development' into fix-orientation-notification
2019-07-08 20:19:30 -07:00
Bruno Guidolim
ff704fb78f
Set the proper notification to invalidate layout.
2019-07-03 08:37:15 +02:00
Marc Etcheverry
4dd25258a9
Add missing cellTopLabelAlignment to MessageSizeCalculator
2019-06-26 11:58:03 -07:00
Nathan Tannar
8cc96d71a2
Merge remote-tracking branch 'origin/3.0.0-beta' into typingIndicatorView
2019-04-05 00:11:14 -07:00
Iosif Moldovan
cdedd2bf8c
apply code review
2019-04-04 15:09:59 +03:00
Nathan Tannar
601c393969
Better access control
2019-04-03 20:09:13 -07:00
Nathan Tannar
d19e7df997
Go back to using a reserved section method
2019-04-02 22:43:09 -07:00
Nathan Tannar
d81430c78d
Work around for crashes some users are reporting
2019-04-01 00:40:04 -07:00
Iosif Moldovan
9fa69e7e59
Apply code review
2019-03-30 11:12:02 +02:00
Nathan Tannar
5f405f2d14
Add indexpath empty check
2019-03-26 12:29:43 -07:00
Nathan Tannar
2138b3ba5d
Small changes to try and fix crash
2019-03-26 12:20:11 -07:00
Nathan Tannar
488e501ef3
Invalidate layout before batch updates
2019-03-26 00:17:16 -07:00
Nathan Tannar
8386755c1e
Undo hot fix
2019-03-23 23:47:46 -07:00
Nathan Tannar
54bd08e91f
Protect index path from empty
2019-03-22 11:34:12 -07:00
Iosif Moldovan
de6a57645f
Merge branch '3.0.0-beta' of github.com:MessageKit/MessageKit into share_contact
...
# Conflicts:
# Example/Sources/Data Generation/SampleData.swift
# Sources/Views/Cells/AudioMessageCell.swift
2019-03-12 16:42:05 +02:00
Iosif Moldovan
08451fbde0
Add contact share message support
2019-03-12 16:02:52 +02:00
Nathan Tannar
4677ac2b29
Fix lint/tests
2019-03-01 00:39:01 -08:00
Nathan Tannar
54ceaa8c33
Fix content size
2019-03-01 00:29:08 -08:00
Nathan Tannar
085f563a91
Crunch some bugs
2019-03-01 00:01:43 -08:00
Nathan Tannar
fa06818e74
Typing Indicator as a Supplementary View
2019-02-28 22:40:36 -08:00
subdiox
7936d1ca43
fix conflict on merge
2019-02-27 09:39:36 +09:00
Nathan Tannar
2f1c0e53ce
Bump copyright year
2019-02-21 20:53:23 -08:00
subdiox
c9c8f356c4
fix duplicate modifier
2019-02-19 18:35:50 +09:00
subdiox
cfacf94a52
fix for pull request
2019-02-19 18:30:52 +09:00
Nathan Tannar and GitHub
971affc89d
Merge pull request #892 from TAGonSoft/development
...
Add support for audio messages.
2019-02-19 00:06:00 -08:00
subdiox
31db3f9983
added AccessoryViewPosition parameter
2019-02-18 22:35:42 +09:00
Nathan Tannar and Steven Deutsch
d5b93a6562
Add Leading/Trailing padding to AvatarPosition ( #944 )
...
* Rework of avatar padding
* Use avatarLeadingTrailingPadding
* Undo edit in example
* Include changelog
2018-12-20 12:16:08 -06:00
Iosif Moldovan
e51fcf3d53
Merge branch 'development' of https://github.com/MessageKit/MessageKit into tagonsoft_development
...
# Conflicts:
# CHANGELOG.md
2018-11-27 17:18:41 +02:00
Maxim Tsvetkov and Steven Deutsch
32ecab3066
Enhancement/add another bottom label to the cell ( #920 )
...
* Rename cell bottom label stuff which actually conforms to message bottom label stuff
* Add cell bottom label methods for flow layout, data source and delegates
* Add vars for cell bottom label alignment and size
* Add cell bottom label into message content cell and set layout for label
* Set attributes for cell bottom label
Add cell bottom label attributes into calculation of cell content height
* Update example project to display cell bottom label
* Set avatar position to messageBottom in example project to display avatar with cell bottom label more pleasant (cosmetic change)
* Revert "Set avatar position to messageBottom in example project to display avatar with cell bottom label more pleasant (cosmetic change)"
This reverts commit d8d215518a .
* Fix comment to capitalize word
* Add cell bottom label after message bottom label in message content cell
* Update changelog
* Calculate Y position of cell bottom label as max Y position of message bottom label
* Move layout calculation of cell bottom label after layout calculation of message bottom label (because layout calculation of cell bottom label depends on layout calculation of message bottom label now)
* Update breaking changes in changelog
2018-11-23 14:27:17 -06:00
Iosif Moldovan
ce6ebb0f0b
Merge branch 'development' of https://github.com/MessageKit/MessageKit into tagonsoft_development
...
# Conflicts:
# Example/Sources/Data Generation/SampleData.swift
2018-10-26 09:33:45 +03:00
Nathan Tannar and GitHub
3b3db11032
Merge pull request #879 from RealBonus/enhancement/customMessageKind
...
MessagesDataSource & MessagesLayoutDelegate methods for MessageType.custom
2018-10-25 18:02:46 -07:00
Pavel Anokhov
eb848be3f0
Changelog and some comments
2018-10-19 16:32:46 +03:00
Marius Serban and Steven Deutsch
4156260d93
allow dynamic avatar size per message size calculator ( #898 )
...
* allow dynamic calculation of avatar size
instead of having the same avatar size per size calculator, allow a subclass to override it so it can provide multiple avatar sizes depending on the message
* make sizing functions overridable by subclasses
2018-10-16 15:58:22 -05:00
Iosif Moldovan
eae6aa1e5a
Merge branch 'development' of https://github.com/MessageKit/MessageKit into tagonsoft_development
...
# Conflicts:
# Example/Podfile.lock
# Example/Sources/View Controllers/ChatViewController.swift
# MessageKit.xcodeproj/project.pbxproj
# Sources/Protocols/MessageCellDelegate.swift
2018-10-16 09:13:25 +03:00
Wu Zhong and GitHub
aa734da840
Merge pull request #905 from talanov/development
...
Fix: Allow required initializator methods @ Views.
2018-10-14 23:04:39 +08:00
stanislav
648609d114
Fix: Allow required init coder @ MessageLabel, MessagesCollection, PlayButton Views, MessageContent, MessageCollectionView Cells, MessagesCollectionViewFlow Layout.
2018-10-14 17:45:57 +03:00
Nathan Tannar
197ec8b0d5
Final tweak to layout
2018-10-13 11:30:43 -07:00
Nathan Tannar
2e6de00785
Horizontal Padding only for accessoryView
2018-10-11 22:21:16 -07:00
Nathan Tannar
78c48fbf2d
Merge remote-tracking branch 'origin/development' into accessoryview-updates
2018-10-11 21:32:02 -07:00
Julien K
bc70b5bccc
[Accessoryview] Fix
2018-10-04 16:43:56 +02:00
Iosif Moldovan
9ebcd8c9ab
fix compute audio cell size in the advance example view controller
2018-10-04 12:39:40 +03:00
Iosif Moldovan
515b98ce45
partial development in add audio message support
2018-10-03 12:19:33 +03:00
Pavel Anokhov
2aa9573c58
Better method names
2018-10-02 12:19:47 +03:00
Nathan Tannar
9a2affcd6f
Update to Swift 4.2
2018-09-29 11:45:50 -07:00
Pavel Anokhov
fe0a000fc5
MessagesDataSource & MessagesLayoutDelegate methods for MessageType.custom handling.
2018-09-08 11:16:42 +03:00
Steven Deutsch
1be76220a5
Fix CHANGELOG
2018-08-15 10:50:50 -05:00
Cory Imdieke and GitHub
16761a01a5
Double the font size of emoji messages
...
Modifies the emoji size calculator to set a new font, which has a size that is double the size of the default font.
2018-08-02 15:34:52 -05:00
zhongwuzw
ab59a6d67b
Make initializer of CellSizeCalculator open
2018-07-16 11:13:03 +08:00
Shawn Gong
9c3032d8f7
Don’t ignore size calculation on zero size, and consider accessoryView height
2018-06-02 22:15:19 -07:00
Shawn Gong
7fde2fdc26
mimic avatar
2018-06-02 19:11:19 -07:00