Commit Graph
212 Commits
Author SHA1 Message Date
Nathan Tannar 8cc96d71a2 Merge remote-tracking branch 'origin/3.0.0-beta' into typingIndicatorView 2019-04-05 00:11:14 -07:00
Nathan Tannar 3f93702ff1 Merge branch '3.0.0-beta' into typingIndicatorView 2019-04-02 22:45:52 -07:00
Iosif Moldovan a0c7878e1f update change log 2019-03-30 11:28:49 +02:00
Nathan TannarandGitHub a4654372ef Merge pull request #913 from JulienKode/CustomDetectorType
[DetectorType][MessageLabel] Add custom, mention and hashtag detector type 👻
2019-03-24 17:39:48 -07:00
Nathan Tannar 9e8abf6d16 Merge branch '3.0.0-beta' into typingIndicatorView 2019-03-24 11:43:16 -07:00
Nathan Tannar 71bfc40d0a Merge remote-tracking branch 'origin/master' into 3.0.0-beta 2019-03-24 11:42:55 -07:00
Huyanh HoangandGitHub 2e8d6820bf Fix url in changelog (ver 1.0.0) 2019-03-04 14:55:07 -08:00
Nathan Tannar 8621566ccf Changelog 2019-03-01 00:33:42 -08:00
Nathan TannarandGitHub 7555e0ac16 Merge branch '3.0.0-beta' into CustomDetectorType 2019-02-28 19:21:38 -08:00
subdiox 0bdd630541 update CHANGELOG 2019-02-27 09:55:42 +09:00
Nathan Tannar e1f6ee3e59 Update CHANGELOG with dependency change entry 2019-02-24 14:15:18 -08:00
Nathan Tannar cf7f096f29 Merge remote-tracking branch 'origin/3.0.0-beta' into 3.0.0-beta 2019-02-24 14:07:24 -08:00
Nathan Tannar 2f1c0e53ce Bump copyright year 2019-02-21 20:53:23 -08:00
Nathan TannarandGitHub 8cf7bbd03b Merge pull request #986 from jimijings11/master
Fix cell reusability for MediaMessageCell
2019-02-21 12:15:36 -08:00
Nathan Tannar 94d121bc00 Merge remote-tracking branch 'origin/3.0.0-beta' into sender-protocol 2019-02-19 00:07:50 -08:00
Nathan TannarandGitHub 971affc89d Merge pull request #892 from TAGonSoft/development
Add support for audio messages.
2019-02-19 00:06:00 -08:00
Nathan TannarandSteven 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 ec9e5e906c Merge branch 'development' of github.com:MessageKit/MessageKit into development
# Conflicts:
#	CHANGELOG.md
2018-12-15 11:32:54 +02:00
Kristian PennacchiaandSteven Deutsch db818fd452 Added a didTapBackground(in:) method to MessageCellDelegate. 👻 (#922)
* Added a `didTapBackground(in:)` method to MessageCellDelegate.

Allows apps to detect when the user has tapped on the background of a cell, rather than its content.

* Updated the changelog.
2018-12-03 09:12:00 -06:00
Nathan TannarandSteven Deutsch 0194cf7f80 Move handleTapGesture logic to MessageCollectionViewCell (#950)
* Move handleTapGesture func base class

* Add Changelog Entry

* Update CHANGELOG.md
2018-12-01 20:55:30 -06:00
Julien K 60c10d62f3 Merge remote-tracking branch 'upstream/development' into CustomDetectorType 2018-11-27 16:37:34 +01: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
Nathan Tannar 755d20e3da Cleanup / Add changelog 2018-11-25 21:33:07 -08:00
Maxim TsvetkovandSteven 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 8130c6e0f5 Merge branch 'development' of https://github.com/MessageKit/MessageKit into tagonsoft_development
# Conflicts:
#	CHANGELOG.md
2018-11-16 13:19:37 +02:00
Steven DeutschandGitHub 0c0e544d04 Update CHANGELOG.md 2018-11-04 17:08:46 -06:00
Nathan Tannar d16c6a86b9 Version 2.0.0 Release 2018-11-04 14:54:04 -08:00
Iosif Moldovan cda82760d6 Merge branch 'development' of https://github.com/MessageKit/MessageKit into tagonsoft_development
# Conflicts:
#	CHANGELOG.md
2018-11-02 09:25:39 +02:00
Nathan TannarandGitHub 07f611daba Merge branch 'development' into patch-1 2018-11-01 16:43:45 -07:00
Julien K 5593f5ebf7 Merge branch 'development' of https://github.com/MessageKit/MessageKit into CustomDetectorType 2018-11-01 10:46:27 +01:00
Julien KandGitHub 59b28f73bf Update changelog 2018-10-27 21:10:52 +02:00
Julien KandGitHub b9e11906d9 Update changelog 2018-10-27 21:09:40 +02:00
Julien K 77e9ccda46 [DetectorType] add .mention, .hashtag and .custon() to detect your own pattern
[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]
2018-10-26 12:15:27 +02:00
Iosif Moldovan 972b85f6c7 update change log 2018-10-26 10:26:10 +03:00
Nathan TannarandGitHub 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
Steven DeutschandGitHub 5ce67b4a2d Fix CHANGELOG entry order (#914) 2018-10-16 21:40:09 -05:00
Nathan Tannar 4930d62bdb Update Changelog to show changes for 2.0.0-beta.1 2018-10-14 15:42:35 -07:00
Wu ZhongandGitHub 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 9639bdc498 Merge Changelogs 2018-10-13 11:34:23 -07:00
Nathan Tannar 78c48fbf2d Merge remote-tracking branch 'origin/development' into accessoryview-updates 2018-10-11 21:32:02 -07:00
Nathan Tannar 7db7aac470 CHANGELOG 2018-09-30 16:12:41 -07:00
Steven DeutschandGitHub 2d1fe72c7c Merge pull request #856 from p-petrenko/bugfix/issue-829-dev
Fix scrollsToBottomOnKeybordBeginsEditing typo (development branch)
2018-09-15 21:51:19 -05:00
Steven DeutschandGitHub 04c2369d32 Merge pull request #832 from maxxx777/enhancement/init-reusable-view-with-coder
Enhancement/init reusable view with coder
2018-09-15 18:23:20 -05:00
Maxim Tsvetkov a36fa7ca34 Update CHANGELOG 2018-09-15 22:59:18 +02:00
Steven DeutschandGitHub 18036508c9 Fix CHANGELOG entry 2018-09-11 21:09:32 -05:00
Polina Petrenko 3bfeccd080 Fix a typo in scrollsToBottomOnKeybordBeginsEditing 2018-09-11 23:10:20 +03:00
Nathan Tannar 041a239713 CHANGELOG Entry 2018-08-31 11:10:24 -07:00
Steven Deutsch 1be76220a5 Fix CHANGELOG 2018-08-15 10:50:50 -05:00