Commit Graph

728 Commits

Author SHA1 Message Date
Austin Wright 9add67a040 Adjusted the logic back to gesture.location(in:
- Passed in the correct view so that the location is in the same view context as the condition
- Changed imageView back to frame. It doesn't really make a difference in the Example, since the container is the same size and at the same origin as the imageView. However, just in case a framework user does something different than the example (like offsetting the imageView), frame is the safer bet.
- Update podfile to point to the latest InputBarAccessoryView & use cocoapods 1.9.0
2020-03-17 01:03:43 -04:00
Bruno Guidolim 0865c1eb37 Fix of the fix :P - Also calling superclass method if it's not handled. 2020-03-12 17:58:51 +01:00
Bruno Guidolim d5c39b72ec Fix image view tap gesture handler. 2020-03-12 17:28:56 +01:00
Lewis Smith e56f393c11 Fix for issue 1265
Change bubble circles to be same color as text

https://github.com/MessageKit/MessageKit/issues/1265

I don't understand why this problem is new, perhaps the bubbles were a lighter shade before.
2020-03-04 10:55:23 +00:00
Jakub Kaspar d54464a851 Fix project version 2020-02-28 14:21:49 +01:00
Jakub Kaspar a2e06a396a Fix comments 2020-02-24 19:35:19 +01:00
Jakub Kaspar 905524dd12 Move UIColor extension to correct file 2020-02-24 19:03:51 +01:00
Hamza Öztürk e440a04616 Merge pull request #1252 from kinoroy/fix-warnings
Fix compilation warnings
2020-02-20 21:19:39 +03:00
Kino d707b91e0e Fix improper MARK use warning 2020-02-19 16:18:41 -08:00
hyouuu d4f8a466e0 rename to lastItemIndex 2020-02-18 14:17:44 -08:00
hyouuu 3dfd26e934 typo 2020-02-18 14:06:57 -08:00
Shawn Gong 8c76d5af4c Merge branch 'development' of https://github.com/hyouuu/MessageKit into development 2020-02-17 18:45:24 -08:00
Shawn Gong f6160fce22 Merge branch 'development' of https://github.com/MessageKit/MessageKit into development 2020-02-17 18:44:08 -08:00
Kino 15df879338 Fix merge 2020-02-17 13:58:54 -08:00
Kino Roy 5b5c5a225b Merge branch 'development' into apiAvailable 2020-02-17 13:46:13 -08:00
Andrew Abosh 53afe4b04d Merge branch 'development' into master 2020-02-17 15:34:29 -05:00
Andrew Abosh fa0b2c3e44 Revert "Merge remote-tracking branch 'origin/development'"
This reverts commit 2e5479032e, reversing
changes made to fb4d9cc0e5.
2020-02-17 15:26:25 -05:00
Andrew Abosh 2e5479032e Merge remote-tracking branch 'origin/development' 2020-02-17 15:23:03 -05:00
hyouuu d1233de071 default pos to bottom 2020-02-17 01:27:07 -08:00
hyouuu 4d0350e96c Check scrollsToLastItemOnKeyboardBeginsEditing and scroll on begin editing 2020-02-17 00:33:27 -08:00
hyouuu a3cb5aeaa6 Add scrollsToLastItemOnKeyboardBeginsEditing flag 2020-02-17 00:32:46 -08:00
hyouuu d36568e5ab Add scrollToLastItem 2020-02-17 00:31:52 -08:00
hyouuu d0f32b0443 Merge pull request #1189 from Vlada31R/darkMode
Add support for dark mode
2020-02-16 22:28:45 -08:00
hyouuu d3654c2c48 Merge pull request #1166 from domeniconicoli/master
Added delegate method for image tap action
2020-02-16 22:27:21 -08:00
hyouuu 07d9c7788a Apply https://github.com/MessageKit/MessageKit/pull/1217 to dev 2020-02-16 22:05:43 -08:00
Andrew Abosh fb4d9cc0e5 Fixed requiredInitialScrollViewBottomInset not returning the correct value when inputAccessoryView is nil 2019-11-20 11:39:22 -05:00
Gwynant Jones d887d8541b [Hotfix] - Fix notifications being received from child modal view controllers.
We are receiving keyboard notifications from child modal view controllers, this
is a fix to ensure that this doesn't happen.
2019-11-20 14:00:53 +00:00
Kino 8f36baaf6f Fixes @available annotations to correctly report deprecation/obsoletion 2019-10-17 19:02:56 -07:00
Vlada Radchenko db27093302 dark mode support 2019-10-01 18:30:48 +03:00
Domenico 57af77527f Added image tapped delegate 2019-08-18 19:26:07 +02:00
Nathan Tannar a73cb9f17f Merge branch 'development' into fix-orientation-notification 2019-07-08 20:19:30 -07:00
Nathan Tannar 2029800578 Merge pull request #1110 from marcetcheverry/3.0.0-swift5-scrollToBottom
Fixes scrollToBottom method to properly handle calls made early in the view lifecycle
2019-07-07 19:01:13 -07:00
Nathan Tannar f5b70597ee Merge pull request #1117 from mdescalzo/layoutCellTopLabel_assignments
Added missing property assignments in layoutCellTopLabel
2019-07-07 18:50:56 -07:00
Nathan Tannar 7ac4156a35 Merge branch 'development' into 3.0.0-swift5-scrollToBottom 2019-07-07 18:38:30 -07:00
Nathan Tannar f54a8e745a Merge pull request #1113 from marcetcheverry/3.0.0-swift5-cellTopLabelAlignment
Add missing cellTopLabelAlignment to MessageSizeCalculator
2019-07-07 18:35:23 -07:00
Nathan Tannar 27df461b23 Merge branch 'development' into layoutCellTopLabel_assignments 2019-07-07 18:34:26 -07:00
Bruno Guidolim ff704fb78f Set the proper notification to invalidate layout. 2019-07-03 08:37:15 +02:00
Nathan Tannar 1d8376f796 Merge branch 'development' into 3.0.0-swift5-NSLinkAttribute 2019-07-01 09:26:56 +08:00
Mark Descalzo 003ab9c0ce Added missing textAlignment and textInsets assignments to layoutcellTopLabel method. 2019-06-27 09:58:08 -06:00
Marc Etcheverry 4dd25258a9 Add missing cellTopLabelAlignment to MessageSizeCalculator 2019-06-26 11:58:03 -07:00
Marc Etcheverry a0462c1598 Fix scrollToBottom not working properly in some cases 2019-06-25 14:05:27 -07:00
Nathan Tannar 91477d502c Merge branch '3.0.0-swift5' into 3.0.0-swift5-loadingindicator 2019-06-13 12:58:57 -07:00
Marc Etcheverry fbc427f7a3 Lazily initialize the messageInputBar for those that don't want to use it. 2019-06-12 01:10:50 -07:00
Marc Etcheverry 0df7a937d5 Add support for styling NSLinkAttribute with existing urlAttributes. 2019-06-11 10:18:05 -07:00
Marc Etcheverry c7c31d67b3 Address comments. 2019-06-11 09:42:32 -07:00
Marc Etcheverry 78757db1f8 Remove size constraint, ideally there woudl be a >= 0 from all edges just to be safe 2019-06-04 18:47:38 -07:00
Marc Etcheverry ba2e8264c7 Add loading indicator to audio message cell 2019-06-04 18:11:46 -07:00
Nathan Tannar bed54d3c2a Merge branch 'development' into 3.0.0-swift5 2019-04-25 16:07:22 -07:00
Nathan Tannar bf421465b5 Fix lint violations 2019-04-11 11:59:24 -07:00
Nathan Tannar e679f7c0e8 Merge branch '3.0.0-beta' into development 2019-04-05 09:58:19 -07:00