Nathan Tannar
2e6de00785
Horizontal Padding only for accessoryView
2018-10-11 22:21:16 -07:00
Nathan Tannar
9a2affcd6f
Update to Swift 4.2
2018-09-29 11:45:50 -07:00
Nathan Tannar and Steven Deutsch
230e067009
Integrate MessageInputBar as a dependency ( #732 )
...
* Remove MessageInputBar files and change build settings
* Conditional imports to allow for builds without MessageInputBar
* Update Cardfile
* Specify Version in Cartfile for MessageInputBar
* Remove conditional imports in favor of Carthage for local development
* Additional `import MessageInputBar`
* Remove `MessageInputBar` from Cartfile.private
* Bump MessageInputBar version
* Add Cartfile
* Tweak build settings
* Specify import of MessageInputBar for Carthage
2018-09-17 12:22:21 -05:00
Steven Deutsch
a6473c673e
Rename cellBottomLabel
2018-04-26 02:51:41 -05: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
zhongwuzw
1ee84a6862
Fix font invalid for attributedString
2018-04-05 23:36:04 +08:00
Steven Deutsch
911387edc1
Refactor header/footer API to remove indexPath
2018-04-03 13:24:43 -05:00
Steven Deutsch
3697048cb3
Remove MessageHeaderView and MessageFooterView
2018-04-03 13:24:43 -05:00
zhongwuzw
762e684ac6
Fix tests
2018-03-31 16:31:13 +08:00
Steven Deutsch
800396c13e
Refactor reusable view inheritance hierarchy
2018-03-27 02:38:07 -05:00
Steven Deutsch
c3bb03bd02
Add InsetLabel class
2018-03-24 03:52:35 -05:00
Steven Deutsch
86f9372d44
Add size calculators
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
75807db05b
Gardening and open a few methods
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
7a1209ecbe
Remove open methods from extensions
2018-03-24 03:52:35 -05:00
Steven Deutsch
8314e69d1b
Fix xcproj
2018-02-22 23:32:49 -06:00
Steven Deutsch
e6b08ea64c
Open up custom cell API and split into files
2018-01-28 13:04:54 -06:00
Steven Deutsch
7a112aa4c4
Fix failing build and copyrights
2018-01-11 23:32:35 -06:00
zhongwuzw
c0943b128b
fix tests failure
2017-12-11 22:09:51 +08:00
Steven Deutsch and GitHub
034a9c1c7c
Merge branch 'development' into testing/message-label
2017-12-10 14:27:53 -06:00
Steven Deutsch
26ed8ea708
Refactor Avatar, Sender, & DetectorType tests
2017-12-07 21:42:55 -06:00
Steven Deutsch
3d53c32f54
Create MessageKitTests scheme
2017-12-07 01:57:16 -06:00
Steven Deutsch
a5de50a401
Add MessageLabel tests around detector attributes
2017-12-07 01:57:01 -06:00
Steven Deutsch
5ac13b937f
Refactor MessagesViewControllerTests to use Quick/Nimble
2017-12-02 00:25:13 -06:00
Steven Deutsch
c04d50ce83
Add Quick/Nimble to project
2017-12-01 23:20:00 -06:00
Steven Deutsch
3759610cfa
Remove different delegates for different message types
2017-11-30 15:15:49 -06:00
Steven Deutsch
2a26523e97
Add AvatarPosition with Horizontal.natural case
2017-11-07 03:52:35 -06:00
Aleksandr Prianichnikov
672347e752
Resolve errors after merge & improve tests
...
- Improve tests for MessageInputBar
- Remove useless tests
2017-10-23 14:17:53 +03:00
Steven Deutsch and GitHub
3643fd32be
Merge branch 'v0.10.0' into master
2017-10-23 01:13:24 -05:00
Steven Deutsch and GitHub
5f11b0c6a8
Merge branch 'v0.10.0' into enhancement/layout-context
2017-10-21 06:33:13 -05:00
Nathan Tannar
8775f44819
Changes Proposed in PR #273
2017-10-20 20:12:13 -07:00
Steven Deutsch
6d30313f16
Add MessageIntermediateLayoutAttributes
2017-10-20 02:33:50 -05:00
Aleksandr Prianichnikov and Aleksandr Prianichnikov
9dd17dfc7e
Fix changes after rebase
2017-10-10 19:18:11 +03:00
Vitaly Popov and Aleksandr Prianichnikov
f3585f9528
Add several tests
...
Tests for:
- InputBarItem
- InputTextView
- MessageCollectionViewCell
2017-10-10 19:17:53 +03: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
Frederic Barthelemy
311b5efd53
Merge branch 'v0.9.0' into fb/indentation_settings
2017-10-03 18:41:43 -07:00
Frederic Barthelemy and GitHub
efab11c658
Merge pull request #225 from MessageKit/fb/reuse_identifier_simplicity_boilerplate_removal
...
Simplify Cell/Header/Footer Class Registration
2017-10-03 18:38:17 -07:00
Frederic Barthelemy
f691de5b14
Set indentation to project-convention of spaces
...
Includes an editorconfig.org file too, for other editors & github’s settings.
2017-10-03 18:33:17 -07:00
Frederic Barthelemy
d3423639f3
Simplify Cell/Header/Footer Class Registration
...
Also simplify / remove boilerplate from dequeueing reusable cells.
2017-10-03 18:21:46 -07:00
Frederic Barthelemy
90ee75c9ea
AlphaSort some groups & Organize Xcodeproj
2017-10-03 18:14:56 -07:00
Steven Deutsch and GitHub
a388785e9d
Merge pull request #150 from etoledom/feature/locationMessageAnnotation
...
LocationMessageDisplayDelegate to add custom annotations
2017-09-24 21:33:22 -05:00
Javier Cancio
c4aaab1938
Xcode 9 & Swift 4 support
2017-09-23 09:01:42 +02:00
etoledom
8613f60d30
Added LocationMessageDisplayDelegate to add custom annotations to locationMessages
...
Modified example proyect implementing LocationMessageDisplayDelegate with a custom annotation
2017-09-22 20:31:18 -03:00
Steven Deutsch
e6c228cbc2
Update ChatExample to Xcode 9 & Swift 3.2
2017-09-22 03:16:20 -05:00
Steven Deutsch and GitHub
60bf80191d
Merge branch 'master' into v0.8.0
2017-09-20 21:07:31 -05:00