Commit Graph

357 Commits

Author SHA1 Message Date
Francesco Deliro ea00a643ca - added open var scrollsToBottomOnFirstLayout (#213)
Added open var scrollsToBottomOnFirstLayout
2017-10-02 18:47:48 -05:00
Steven Deutsch ff9669b44a Merge pull request #210 from MessageKit/feature/animateDisplayLocationMessage
Added custom animation support for displaying map on location messages.
2017-10-02 17:58:50 -05:00
Steven Deutsch bca865c1d3 [Changelog] Add changelog entries for #177, #175, #174 2017-10-02 17:52:23 -05:00
Steven Deutsch 4f79dd9840 Merge pull request #204 from MessageKit/bugfix/opaque-nav-bar
[Fixed] Set extendedLayoutIncludesOpaqueBars to true by default
2017-10-02 17:41:47 -05:00
Steven Deutsch 069e5d1478 [Changelog] Add changelog entry for #204 2017-10-02 17:40:10 -05:00
Steven Deutsch d2fc57df6a Merge pull request #200 from MessageKit/access_control/configure
[Changed] Set configure to open for all MessagesCollectionViewCells
2017-10-02 17:36:34 -05:00
Steven Deutsch f7b546a3be [Changelog] Add changelog entry for #200 2017-10-02 17:35:03 -05:00
etoledom e9d71239f6 Fix protocol signature on delegate conformance side. Now the animation is working on the example app. 2017-10-01 19:05:23 -03:00
etoledom 2c4fd9a510 Fixed changelog entry errors. 2017-10-01 17:34:31 -03:00
etoledom ac35378b10 Changed UIView to UIImageView on the map screenshot animation block.
Added entry on Changelog.
2017-10-01 17:23:54 -03:00
Steven Deutsch 35e2aa29b9 [Fixed] Set extendedLayoutIncludesOpaqueBars to true by default 2017-09-30 19:29:04 -05:00
Steven Deutsch 2b51e363fb [Changed] Set configure to open for all MessagesCollectionViewCells 2017-09-30 19:08:00 -05:00
etoledom 46c9471e48 Added custom animation support for displaying map on location messages. 2017-09-30 11:17:20 -03:00
Steven Deutsch 9e9c581d45 Merge pull request #196 from tapanprakasht/fix-override-placing
Fix override keyword placement in function declaration
2017-09-30 02:46:29 -05:00
Tapan Prakash 685bdc9fa0 Fixing override keyword placement in function declaration 2017-09-30 10:05:19 +05:30
Tapan Prakash 356f52d741 New swiftlint rule to manage proper placing of override keyword 2017-09-30 09:56:31 +05:30
Prakash T, Tapan 246f81c686 New swiftlint rule to manage proper placing of override keyword 2017-09-30 09:56:17 +05:30
Steven Deutsch 1e2e56807f Merge pull request #181 from Ganzolo/FixingNonTranslucentNavigationBar
Fix translucent navigation bar bug #180
2017-09-28 14:00:20 -05:00
Nicolas Millasseau 7754d3a7b1 fix proposal for #180 2017-09-28 14:23:00 +02:00
Nathan Tannar 44c94f883f Merge pull request #173 from MessageKit/bugFix/messageInputBarHeight
Height Fix for MessageInputBar during paste
2017-09-27 23:07:54 -07:00
Nathan Tannar 243c621f9a Merge branch 'v0.9.0' into bugFix/messageInputBarHeight 2017-09-27 23:07:42 -07:00
Nathan Tannar fd6bfc745c Update Change Log for #173 2017-09-27 23:06:39 -07:00
Nathan Tannar de20b4a685 Merge pull request #179 from MessageKit/changelog
Update for PR #178
2017-09-27 22:38:12 -07:00
Nathan Tannar 1ebc1f739b Update for PR #178 2017-09-27 22:37:38 -07:00
Nathan Tannar 252e2d7f4e Merge pull request #178 from MessageKit/bugFix/MessageInputBarRendering
A proper fix to the rendering bug from #128
2017-09-27 22:30:39 -07:00
Nathan Tannar fd70eda872 Incorrect Test Code 2017-09-27 22:22:37 -07:00
Nathan Tannar 1a47ba3961 Comments 2017-09-27 22:19:52 -07:00
Nathan Tannar 322bf32ef2 Tweaks to ensure scrollIndicatorInsets cannot be .zero 2017-09-27 22:14:35 -07:00
Nathan Tannar ee65785607 Rendering issue from #116 2017-09-27 22:01:35 -07:00
Corey Walo 233d2c1eae Merge pull request #177 from cwalo/fix/collectionView-protection-levels
Modify protection level of UICollectionViewDataSource methods
2017-09-27 21:06:28 -05:00
etoledom d5cac773e8 Merge pull request #174 from etoledom/fix/scrollIndicatorInset
Fix scroll indicator inset
2017-09-27 21:23:55 -03:00
Steven Deutsch ef67849c3d Merge pull request #175 from cwalo/fix/protection-levels
Make header and footer view initializers public
2017-09-27 19:16:29 -05:00
Corey Walo 513767a470 Make sizeForItemAt open 2017-09-27 14:07:53 -05:00
Corey Walo 205ff0f916 Modify protection level of UICollectionViewDataSource methods
public -> open
2017-09-27 13:46:01 -05:00
Corey Walo b8892699da Make header and footer view initializers public 2017-09-27 10:47:42 -05:00
etoledom a9621a1113 Updating scrollIndicatorInsets.bottom to match contentInset.bottom 2017-09-26 23:44:55 -03:00
Nathan Tannar b4bed2b789 Height Fix 2017-09-26 19:12:29 -07:00
Steven Deutsch cb4f5be447 Merge pull request #163 from MessageKit/enhancement/custom-message-style
[Added] .custom case to MessageStyle enum
2017-09-26 12:47:01 -05:00
Steven Deutsch 729765b2a6 [Changelog] Added changelog entry for #163 2017-09-26 12:35:38 -05:00
Steven Deutsch c93a5e0dff [Added] .custom case to MessageStyle to customize via closure 2017-09-26 12:32:03 -05:00
Steven Deutsch d5e16c2926 Merge pull request #166 from MessageKit/enhancement/cellLabelInsets
[Added] UIEdgeInsets associated value to LabelAlignment
2017-09-26 12:31:22 -05:00
Steven Deutsch c74800a298 [Changelog] Add changelog entry for #166 2017-09-26 12:20:01 -05:00
Steven Deutsch e21352944e [Fix/Example] Fix bottomLabelInset bug and update example app to demonstrate 2017-09-26 12:15:08 -05:00
Steven Deutsch fc6a5451ba [Removed] cellTopLabelInsets and cellBottomLabelInsets in favor of associated values 2017-09-26 12:15:08 -05:00
Steven Deutsch 3b78d4eb28 [Added] UIEdgeInsets associated values to all LabelAlignment enum cases 2017-09-26 12:15:08 -05:00
Steven Deutsch c14fe7d8f4 Merge pull request #170 from RLRG/UpdateChangelogHeaders
Issue #153 Update changelog prerelease headers
2017-09-26 12:12:38 -05:00
Rodrigo López-Romero Guijarro d371e0ccef Update changelog prerelease headers
Fixes issue #153 Update CHANGELOG headers to link to their respective releases
2017-09-26 18:03:25 +02:00
Steven Deutsch f2c72e1a88 Merge pull request #162 from MessageKit/fix/messageLabelInsets
[Fix] Allow dynamic setting of messageLabelInsets #159
2017-09-25 16:14:56 -05:00
Steven Deutsch 39d8ce3737 [Changelog] Add CHANGELOG entry for #162 2017-09-25 15:58:15 -05:00
Nathan Tannar 4f95f2978b inputBarItem.swift file issue 2017-09-25 13:43:14 -07:00