Commit Graph

7 Commits

Author SHA1 Message Date
zhongwuzw c82a7c0d1e update access control 2018-03-30 12:49:31 +08: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
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
zhongwuzw 3a6a2d72ab Fix message bubble tail orientation invalidation in iOS9 2018-01-18 22:57:29 +08:00
Rich Gabrielli 1782b0b2a1 Change Copyright to "Copyright (c) 2017-2018 MessageKit" 2018-01-02 22:16:05 -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