* 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
Revert "[MessageLabel] Change privacy of properties and function to use allow people to use it in their own custom cell"
This reverts commit e902832887cc30c85910e059f58f1cf482a0c028.
[MessageLabel] Change privacy of properties and function to use allow people to use it in their own custom cell
[Update] Make handleGesture open
[Update]
[DetectorType] Put mention and hashtag as var
[CHANGELOG] Update
[DetectorType] Update to have at least 4 characters and more
[CHANGELOG] Update
[DetectorType]
[MessageLabel] run NSDataDetector once
[MessageLabel] Run NSDataDetector once
[Testing] Add testing and pass rangesOfDetectors as internal
[Refactoring]
[Filter] only .custom
[Examples]
* 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
* Remove MessageInputBar files and change build settings
* Conditional imports to allow for builds without MessageInputBar
* Update Cardfile
* Specify Version in Cartfile for MessageInputBar
* Remove conditional imports in favor of Carthage for local development
* Additional `import MessageInputBar`
* Remove `MessageInputBar` from Cartfile.private
* Bump MessageInputBar version
* Add Cartfile
* Tweak build settings
* Specify import of MessageInputBar for Carthage