Steven Deutsch
f12347f485
Remove old deprecations
2018-03-24 03:52:35 -05:00
Steven Deutsch
7a1209ecbe
Remove open methods from extensions
2018-03-24 03:52:35 -05:00
Alexander Momotiuk
a77539288d
Fix SwiftLint warnings #554 issue
2018-03-20 11:31:50 +02:00
Alexander Momotiuk
e1049c7c39
Revert "Fixed SwiftLint warnings #554 Issue"
...
This reverts commit e30a340951 .
2018-03-20 11:28:35 +02:00
zhongwuzw
05744ae80b
Fix wrong seperated components in messageInputBar
2018-03-19 16:46:54 +08:00
Alexander Momotiuk
5eff75fd21
Merge branch 'development' into issue_554
2018-03-19 00:45:47 +02:00
Steven Deutsch
c3a2bef1c9
Merge branch 'master' of https://github.com/MessageKit/MessageKit into development
2018-03-18 16:51:09 -05:00
Alexander Momotiuk
e30a340951
Fixed SwiftLint warnings #554 Issue
2018-03-18 17:27:16 +02:00
Lio
be26cd1165
Solves issue #559 ( https://github.com/MessageKit/MessageKit/issues/559 )
2018-03-16 00:46:46 +03:00
Javier Cancio
ab35614904
Solves issue #546 ( https://github.com/MessageKit/MessageKit/issues/546 )
2018-03-05 23:55:01 +01:00
Steven Deutsch and GitHub
e00a8f4ac3
Merge pull request #520 from nosarj/enhancement/transitInfoDetection
...
Enhancement/transit info detection
2018-03-04 06:54:00 -06:00
Yishai
49a1904bf5
TransifInformation - Changed address back to addressComponents
2018-03-04 11:09:59 +00:00
Steven Deutsch and GitHub
da5479e318
Merge pull request #530 from clayellis/feature/auto-update-send
...
Add boolean flag to disable auto updating send button enabled state
2018-02-23 23:25:25 -06:00
zhongwuzw
5812f05656
fix bubble outline border color
2018-02-24 09:07:52 +08:00
Steven Deutsch and GitHub
8c1f620de1
Merge branch 'master' into feature/auto-update-send
2018-02-23 01:44:57 -06:00
Clay Ellis
edc71e2f91
Rename shouldAutoUpdateSendButtonEnabledStateOnTextDidChange > shouldManageSendButtonEnabledState and update documentation comment.
2018-02-21 22:32:27 -07:00
Steven Deutsch
880cf8c67d
Move delegate methods to allow override
2018-02-21 06:49:46 -06: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
Clay Ellis
8bb411de60
Add boolean flag to disabled auto updating send button enabled state on text did change
2018-02-20 08:54:53 -07:00
Yishai
516f8e4152
TransitInformation - Updated handleTransitInfo method name and updated change log
2018-02-15 13:16:15 +00: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
Steven Deutsch
b4051be86b
Gardening + add in source docs
2018-01-31 01:05:33 -06:00
Steven Deutsch
f77100ccfe
Add CHANGELOG entry for #491
2018-01-31 00:09:26 -06:00
Steven Deutsch
a8a96d6401
Replace dictionary with NSCache #495
2018-01-30 23:54:28 -06:00
Steven Deutsch
8699a6bde2
Fix small comment
2018-01-28 14:37:48 -06:00
Steven Deutsch
24932171d3
Open cell layout methods
2018-01-28 14:31:04 -06:00
Steven Deutsch
4e123c35db
Gardening + fix failing tests
2018-01-28 14:28:47 -06:00
Steven Deutsch
e6b08ea64c
Open up custom cell API and split into files
2018-01-28 13:04:54 -06:00
Steven Deutsch
7239d49ba7
MessageIntermediateLayoutAttributes -> MessageCellLayoutContext
2018-01-28 13:04:33 -06:00
Steven Deutsch
e1bc35de26
Move origin calculations to MessageCollectionViewCell
2018-01-28 13:03:41 -06:00
Steven Deutsch and GitHub
4b2e863c66
Merge branch 'master' into development
2018-01-26 02:44:41 -06:00
zhongwuzw
6da545fa36
Fix typo
2018-01-25 11:12:19 +08:00
Wu Zhong and GitHub
15e26f7c85
Optimize collectionView scroll behavior when abruptly stops scrolling ( #470 )
...
* Optimize collectionView scroll behavior when abruptly stops scrolling
* Add CHANGELOG entry
2018-01-25 10:52:36 +08:00
zhongwuzw
cc192e66d1
replace static with class keyword to allow override
2018-01-19 21:27:46 +08:00
zhongwuzw
31543437cb
Fix messageInputBar sendButton not disabled in some situations
2018-01-19 21:18:34 +08:00
zhongwuzw
3a6a2d72ab
Fix message bubble tail orientation invalidation in iOS9
2018-01-18 22:57:29 +08:00
Wu Zhong and GitHub
be0e7dc684
Merge branch 'master' into development
2018-01-17 13:34:22 +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
71e644cf62
Fix tests error
2018-01-14 16:33:41 +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
Steven Deutsch
4a8d08e9e3
Separate MessagesViewController functionality into files
2018-01-11 22:19:38 -06:00
Wu Zhong and GitHub
e05912bad9
Merge pull request #422 from MessageKit/feature/cell-copy
...
Added copy support for message bubble
2018-01-11 13:09:41 +08:00