Commit Graph

75 Commits

Author SHA1 Message Date
Corey Walo 3dc6979a78 Move computed properties out of extension and add documentation 2018-04-03 15:16:06 -05:00
Corey Walo 63784c7010 Make computed properties of MessagesCollectionViewFlowLayout public
This allows cellSizeCalculatorForItem to be overridden and still call super.
2018-04-03 14:59:06 -05:00
zhongwuzw d2ce5877f9 Transform CellSizeCalculator from protocol to class 2018-03-31 16:03:35 +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
zhongwuzw 7ac9ede829 make calculator of layour open 2018-03-29 15:38:45 +08:00
Steven Deutsch 800396c13e Refactor reusable view inheritance hierarchy 2018-03-27 02:38:07 -05:00
Steven Deutsch 577e1bdc21 Improve equality checking on layout attributes 2018-03-27 01:52:31 -05:00
Steven Deutsch f70e1c82aa Remove deleted file 2018-03-27 01:11:26 -05:00
Steven Deutsch b9c626d405 Add CHANGELOG entry for #580 2018-03-24 03:52:35 -05:00
Steven Deutsch 66ed7a0817 Modify default behavior for insets and height 2018-03-24 03:52:35 -05:00
Steven Deutsch 4f2fd52465 Stop sizing cell labels to fit text 2018-03-24 03:52:35 -05:00
Steven Deutsch 86f9372d44 Add size calculators 2018-03-24 03:52:35 -05:00
Steven Deutsch 601a35007a Remove MessageIntermediateLayoutAttributes 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 1432c02278 Handle layout logic using CellSizeCalculator 2018-03-24 03:52:35 -05:00
Steven Deutsch 3c3b0a052f Add back shouldCacheAttributes 2018-03-24 03:52:35 -05:00
Steven Deutsch 75807db05b Gardening and open a few methods 2018-03-24 03:52:35 -05:00
Steven Deutsch 3af73b0939 Clean up some cache edge cases 2018-03-24 03:52:35 -05:00
Steven Deutsch 9181cd8db4 Make itemHeight lazy on intermediate attributes 2018-03-24 03:52:35 -05:00
Steven Deutsch 7a30b63661 Handle MessageData.custom caching 2018-03-24 03:52:35 -05:00
Steven Deutsch 212473c26f Create MessageCellLayout objects 2018-03-24 03:52:35 -05:00
Steven Deutsch 1d8eedf65b Remove MessageCellLayoutContext 2018-03-24 03:52:35 -05:00
Steven Deutsch 74946712d3 Revert access control to internal until otherwise 2018-03-24 03:52:35 -05:00
Steven Deutsch 0cc21797a0 Cache calculated text size 2018-03-24 03:52:35 -05:00
Steven Deutsch a0264952c5 Remove cached layout attributes and cache text size 2018-03-24 03:52:35 -05:00
Steven Deutsch 30e6b105c7 Set label positions as properties of layout object 2018-03-24 03:52:35 -05:00
Steven Deutsch dd6787d359 Set avatarposition as property on layout object 2018-03-24 03:52:35 -05:00
Steven Deutsch bf3930bd14 Set message padding through property on layout object 2018-03-24 03:52:35 -05:00
Steven Deutsch e2ede6fe5f Set avatar size through properties on layout object 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
Steven Deutsch c3a2bef1c9 Merge branch 'master' of https://github.com/MessageKit/MessageKit into development 2018-03-18 16:51:09 -05: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 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 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
zhongwuzw 6da545fa36 Fix typo 2018-01-25 11:12:19 +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 810b58d88d Add MessageKitError to cleanup strings 2018-01-11 22:42:50 -06:00
Rich Gabrielli 1782b0b2a1 Change Copyright to "Copyright (c) 2017-2018 MessageKit" 2018-01-02 22:16:05 -05:00