Nathan Tannar
7555e0ac16
Merge branch '3.0.0-beta' into CustomDetectorType
2019-02-28 19:21:38 -08:00
subdiox
7936d1ca43
fix conflict on merge
2019-02-27 09:39:36 +09:00
Nathan Tannar
ede22c30bc
Swap MessageInputBar for InputBarAccessoryView
2019-02-24 14:06:58 -08:00
subdiox
667aac9954
update ChatExample code for AccessoryView to work properly
2019-02-21 04:56:38 +09:00
subdiox
96ccbce813
change the order of calling methods
2019-02-19 18:37:49 +09:00
Nathan Tannar
94d121bc00
Merge remote-tracking branch 'origin/3.0.0-beta' into sender-protocol
2019-02-19 00:07:50 -08:00
subdiox
31db3f9983
added AccessoryViewPosition parameter
2019-02-18 22:35:42 +09:00
Iosif Moldovan
7f855d20a3
pull out BasicAudioController from MessageKit framework
2018-12-15 12:44:33 +02:00
Nathan Tannar
762f583d49
Refactor to see what SenderType would look like
2018-11-25 21:27:33 -08:00
Julien K
5593f5ebf7
Merge branch 'development' of https://github.com/MessageKit/MessageKit into CustomDetectorType
2018-11-01 10:46:27 +01: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
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
Nathan Tannar
b3950af79a
Correct AccessoryView Size in Example
2018-10-13 15:31:04 -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
hamzaozturk
d62d9b4407
isLastSectionVisible method returns wrong results for the BasicExampleViewController. Moreover, there is an easier method to find the visible section.
...
It is unnecessary to scroll to the bottom when title view updated.
2018-10-08 16:50:46 +03:00
Iosif Moldovan
84de5586c4
apply review changes
2018-10-05 13:00:46 +03:00
Nathan Tannar
d806da72e0
Update Example to Swift 4.2
2018-09-29 12:24:01 -07:00
Nathan Tannar
406f700109
Minor edits
2018-09-25 23:04:15 -07:00
Nathan Tannar
230e067009
Integrate MessageInputBar as a dependency ( #732 )
...
* 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
2018-09-17 12:22:21 -05:00
Nathan Tannar
a3c7a2f062
Add delegate and adjust layout
2018-08-31 11:04:42 -07:00
Nathan Tannar
00909055be
Make requested changes from @zhongwuzw
2018-08-21 14:29:53 -07:00
Nathan Tannar
b82aeec995
Remove Random.swift, add more examples
2018-08-12 13:56:16 -07:00
Nathan Tannar
5de6481e96
All-New ChatExample App
2018-08-11 21:57:34 -07:00