Nathan Tannar
94d121bc00
Merge remote-tracking branch 'origin/3.0.0-beta' into sender-protocol
2019-02-19 00:07:50 -08:00
Iosif Moldovan
7f855d20a3
pull out BasicAudioController from MessageKit framework
2018-12-15 12:44:33 +02:00
Nathan Tannar
755d20e3da
Cleanup / Add changelog
2018-11-25 21:33:07 -08:00
Nathan Tannar
762f583d49
Refactor to see what SenderType would look like
2018-11-25 21:27:33 -08: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
Iosif Moldovan
de8ba43a34
clean code and add tests for audio controller
2018-10-16 10:31:51 +03: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
2e6de00785
Horizontal Padding only for accessoryView
2018-10-11 22:21:16 -07: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
Iosif Moldovan
de2905ea55
update MessageKit framework and tests to swift 4.2
2018-09-27 16:54:18 +03:00
Iosif Moldovan
7cded85341
update to swift 4.2
2018-09-27 16:14:10 +03:00
Shawn Gong
4dabb02d2e
Fix broken test (not related to this PR), and formatting
2018-06-04 16:55:31 -07:00
zhongwuzw
74bb329c66
Make LabelAlignment initializer public
2018-05-29 22:09:59 +08:00
zhongwuzw
edd79fb3ae
Add cellTop/messageLabelTop/cellBottom case for avatar vertical position
2018-04-18 17:24:53 +08:00
zhongwuzw
56418d2c70
Add cellTopLabel and rename topLabel to messageTopLabel
2018-04-16 18:40:58 +08:00
zhongwuzw
39986f0458
Renamed MessageData to MessageKind
2018-04-16 11:57:50 +08:00
Steven Deutsch
4422020347
Merge branch 'master' of https://github.com/MessageKit/MessageKit into development
2018-04-11 16:11:35 -05:00
Steven Deutsch
c52d6e42fd
Remove annoying flatMap
2018-04-11 15:12:06 -05:00
zhongwuzw
9ce067ffdf
make NSConstraintLayoutSet internal
2018-03-30 12:56:45 +08:00
zhongwuzw
c82a7c0d1e
update access control
2018-03-30 12:49:31 +08:00
zhongwuzw
aaae67ec65
Make sizeCalculator lazy && fix access level
2018-03-30 10:09:46 +08:00
zhongwuzw
5971523b41
Support custom CellSizeCalculator not restrict to MessageSizeCalculator
2018-03-29 23:33:27 +08:00
zhongwuzw
87a0baa31b
Add explicit access level && some comments
2018-03-29 23:13:08 +08:00
Steven Deutsch
577e1bdc21
Improve equality checking on layout attributes
2018-03-27 01:52:31 -05:00
Steven Deutsch
4f2fd52465
Stop sizing cell labels to fit text
2018-03-24 03:52:35 -05:00
Steven Deutsch
d342bc4b56
Add LocationItem protocol
2018-03-24 03:52:35 -05:00
Steven Deutsch
5707a3441f
Add MediaItem protocol
2018-03-24 03:52:35 -05:00
Steven Deutsch
c3a2bef1c9
Merge branch 'master' of https://github.com/MessageKit/MessageKit into development
2018-03-18 16:51:09 -05:00
Javier Cancio
ab35614904
Solves issue #546 ( https://github.com/MessageKit/MessageKit/issues/546 )
2018-03-05 23:55:01 +01:00
Wu Zhong and GitHub
fe376fd258
Fix wrong bubble image cache ( #531 )
...
* Fix wrong bubble image cache
* refactor code
* remove unnecessary code
2018-02-21 11:50:21 +08:00
Roodyn, Yishai (UK - London)
c54b1c9a37
TransitInfoDetection - Added transitInfoDetection to message Label
2018-02-14 16:34:58 +00:00
Nick Donaldson
4a1fc40714
Test bubble image equality after cache clears
...
Change MessageStyle.bubbleImageCache access level to internal
and extend unit test to clear cache and check for inequality
after an image is requested again
2018-02-12 09:37:12 -08:00
Nick Donaldson
ef707c8a53
Add NSCache for message bubble images
...
Cache stretchable bubble image data in memory using NSCache.
UIImage(contentsOfFile:) does _not_ cache the resulting image
so it needs to be handled explicitly, and there is no need to
reload the image from disk for every message.
2018-02-09 17:20:00 -05:00
Steven Deutsch
1f563d3553
Add comment for .custom(Any?)
2018-02-02 18:59:17 -06:00
Steven Deutsch
6c388c0fbf
Make .custom assoc value optional
2018-02-01 02:15:22 -06:00
Steven Deutsch
b38cde44ef
Add .custom(Any) case to MessageData
2018-01-31 01:48:47 -06:00
zhongwuzw
6da545fa36
Fix typo
2018-01-25 11:12:19 +08:00
zhongwuzw
3a6a2d72ab
Fix message bubble tail orientation invalidation in iOS9
2018-01-18 22:57:29 +08:00
Wu Zhong and GitHub
2e9ff264a8
Merge pull request #459 from MessageKit/refactor/clean-up
...
Split MessagesViewController functionality & add MessageKitError
2018-01-14 16:54:13 +08:00
zhongwuzw
077b884e15
code clean && recover message handle logic
2018-01-14 16:02:00 +08:00
Steven Deutsch
148d138787
Merge branch 'master' into development
2018-01-11 23:35:20 -06:00
Steven Deutsch
7a112aa4c4
Fix failing build and copyrights
2018-01-11 23:32:35 -06:00
Steven Deutsch
810b58d88d
Add MessageKitError to cleanup strings
2018-01-11 22:42:50 -06:00
Alessio Arsuffi and GitHub
060cd79784
Fix default values
...
Fix default values
2018-01-10 15:36:50 +01:00
Alessio Arsuffi
faa4f92d1d
LocationMessageSnapshotOptions public
...
Added public init and public accessors for
LocationMessageSnapshotOptions;
added test also;
2018-01-10 12:01:59 +01:00
Rich Gabrielli
1782b0b2a1
Change Copyright to "Copyright (c) 2017-2018 MessageKit"
2018-01-02 22:16:05 -05:00
Steven Deutsch and GitHub
3fe5faf531
Merge pull request #378 from chrisbkarani/master
...
Bug fix to the access level of MessageKitDateFormatter singleton 'sha…
2017-12-06 10:24:05 -06:00