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
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
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
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
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
Chris Karani
4af23da9af
Bug fix to the access level of MessageKitDateFormatter singleton 'shared'
2017-12-06 13:50:34 +03:00
Steven Deutsch
18b1385756
Add AvatarPosition init with default of .natural
2017-12-04 16:12:36 -06:00
Steven Deutsch
2a26523e97
Add AvatarPosition with Horizontal.natural case
2017-11-07 03:52:35 -06:00
Steven Deutsch
f17b87a155
Remove AvatarAlignment and AvatarHorizontalAlignment
2017-11-07 03:52:13 -06:00
Sid McLaughlin
a86bc8e6b1
Refactor initals to initials. ( #315 )
...
* Refactor `initals` to `initials`.
* Update changelog.
* Be more specific with changes.
* Update CHANGELOG.md
2017-11-02 00:06:20 -05:00
Steven Deutsch
14aeef08f8
Finish documenting protocols + a few more classes
2017-10-23 22:51:42 -05:00
Steven Deutsch
88c169ea4b
Add Sender and MessageData documentation
2017-10-21 08:12:07 -05:00
Steven Deutsch
4dacbc7382
Add LabelAlignment documentation
2017-10-21 08:12:07 -05:00
Steven Deutsch
1e0cbd74ea
Add AvatarAlignment documentation
2017-10-21 08:12:07 -05:00
Steven Deutsch
5b5acda988
Add Avatar documentation
2017-10-21 08:12:07 -05:00
Candost Dagdeviren
dde838630a
Update folder structure to represent groups
...
Signed-off-by: Candost Dagdeviren <candostdagdeviren@gmail.com >
2017-10-05 15:47:23 +02:00