This repository has been archived by the owner on Aug 14, 2019. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Fix issue #1583: Don't highlight cell outside message bubble (when lo… #1744
Merged
jessesquires
merged 1 commit into
jessesquires:release_7.3
from
signalapp:backport-dont-highlight-outside-bubble#1583
Jul 21, 2016
Merged
Fix issue #1583: Don't highlight cell outside message bubble (when lo… #1744
jessesquires
merged 1 commit into
jessesquires:release_7.3
from
signalapp:backport-dont-highlight-outside-bubble#1583
Jul 21, 2016
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ble (when long press) In summary, overriden "touchesBegan" gaining all touch control of the JSQMessagesCollectionViewCell touches
Current coverage is 62.65%
@@ release_7.3 #1744 diff @@
=============================================
Files 63 63
Lines 2401 2378 -23
Methods 666 643 -23
Messages 0 0
Branches 149 153 +4
=============================================
- Hits 1639 1490 -149
- Misses 762 812 +50
- Partials 0 76 +76
|
Thanks @michaelkirk ! 👍 I'll push |
cocoapods updated |
Slessi
pushed a commit
to preeo/JSQMessagesViewController
that referenced
this pull request
Aug 22, 2016
…ble (when long press) (jessesquires#1744) In summary, overriden "touchesBegan" gaining all touch control of the JSQMessagesCollectionViewCell touches
pcoltau
added a commit
to TeletronicsDotAe/JSQMessagesViewController
that referenced
this pull request
Apr 16, 2017
…iewController * 'master' of https://github.com/jessesquires/JSQMessagesViewController: (86 commits) ImageOptim on assets (jessesquires#1845) update changelog and spec for 7.3.4 Fix issue jessesquires#1583: Don't highlight cell outside message bubble (when long press) (jessesquires#1744) update changelog and version for 7.3.3 Updated `canPerformAction:withSender:` in `JSQMessagesComposerTextView` to call super (jessesquires#1664). Fixes jessesquires#1663. Update CHANGELOG and version nums for 7.3.2 fix KVO crash. close jessesquires#1631 formatting small fix regarding scrollToIndexPath (jessesquires#1642) close jessesquires#1640 Update CHANGELOG.md update CHANGLOG. bump version numbers Reverted jessesquires#1588 to fix jessesquires#1602 and fix jessesquires#1604. (jessesquires#1623) bump version numbers Update CHANGELOG.md provide default init values for JSQMessagesCollectionViewLayoutAttributes to prevent assertion. fix jessesquires#1338 follow up for jessesquires#1247 and jessesquires#1591. obfuscate private APIs. swizzle via +initialize copy attributes clean up fix keyboard hiding bug on iOS 9 (jessesquires#1307). fix jessesquires#1063 - cleanup from PR jessesquires#1281 - fix menu actions, close jessesquires#1321 - make notification methods public - partially apply changes from PR jessesquires#1563 ...
pcoltau
added a commit
to TeletronicsDotAe/JSQMessagesViewController
that referenced
this pull request
Apr 16, 2017
…nch3 * origin/master: (66 commits) ImageOptim on assets (jessesquires#1845) update changelog and spec for 7.3.4 Fix issue jessesquires#1583: Don't highlight cell outside message bubble (when long press) (jessesquires#1744) update changelog and version for 7.3.3 Updated `canPerformAction:withSender:` in `JSQMessagesComposerTextView` to call super (jessesquires#1664). Fixes jessesquires#1663. Update CHANGELOG and version nums for 7.3.2 fix KVO crash. close jessesquires#1631 formatting small fix regarding scrollToIndexPath (jessesquires#1642) close jessesquires#1640 Update CHANGELOG.md update CHANGLOG. bump version numbers Reverted jessesquires#1588 to fix jessesquires#1602 and fix jessesquires#1604. (jessesquires#1623) bump version numbers Update CHANGELOG.md provide default init values for JSQMessagesCollectionViewLayoutAttributes to prevent assertion. fix jessesquires#1338 follow up for jessesquires#1247 and jessesquires#1591. obfuscate private APIs. swizzle via +initialize copy attributes clean up fix keyboard hiding bug on iOS 9 (jessesquires#1307). fix jessesquires#1063 - cleanup from PR jessesquires#1281 - fix menu actions, close jessesquires#1321 - make notification methods public - partially apply changes from PR jessesquires#1563 ...
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull request checklist
This fixes issue #1583 without waiting for 8.0 upgrade.
What's in this pull request?
I cherry picked this from develop, where it was already merged(#1583). There are lots of changes accruing in develop (and it looks like many more to come) before the 8.0 merge. Is there any way we can get this in master as it seems like 8.0 release is quite ambitious and probably a ways off yet?
Original Commit