-
Notifications
You must be signed in to change notification settings - Fork 1.7k
FIRMessagingRemoteNotificationsProxy updated to use GULAppDelegateSwizzler #2683
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
b2eabf2
FIRAuthAppDelegateProxy: implementation updated to use GULAppDelegate…
maksymmalyhin 4ab86de
GULAppDelegateSwizzler - make sure subclass name is unique.
maksymmalyhin 1f1560a
GoogleUtilities: enable code coverage
maksymmalyhin f4a4638
Merge branch 'master'
maksymmalyhin 9fcedce
GULAppDelegateSwizzler: Add support of remote notification methods
maksymmalyhin 27c8b5b
GULAppDelegateSwizzler - tests for remote notification methods
maksymmalyhin dee28d3
Revert "FIRAuthAppDelegateProxy: implementation updated to use GULApp…
maksymmalyhin 5821591
FIRMessaging: prepare to use GULAppDelegateSwizzler [WIP]
maksymmalyhin 908b6ea
FIRMessagingRemoteNotificationsProxy - use GULAppDelegateSwizzler [WIP]
maksymmalyhin 9e377d2
FIRMessagingRemoteNotificationsProxy - AppDelegate proxy - test only …
maksymmalyhin 7861cde
FIRMessagingRemoteNotificationsProxy test only public API with no imp…
maksymmalyhin b7703ac
Cleanup
maksymmalyhin ad1da54
Cleanup
maksymmalyhin 2bdf353
Merge branch 'master'
maksymmalyhin 8eafece
Merge branch 'mm/messaging-tests'
maksymmalyhin e5d2ce8
Merge branch 'master'
maksymmalyhin 86ff257
Cocoapods 1.6.1: Podfile supports only single post_install hook. It i…
maksymmalyhin 79b7613
FIRMessagingRemoteNotificationsProxyTest: [GULAppDelegateSwizzler res…
maksymmalyhin 98ffccb
FIRMessagingRemoteNotificationsProxy: app delegate missing methods te…
maksymmalyhin cd44395
GULAppDelegateSwizzler: don't swizzle invalid application delegate
maksymmalyhin 3df4140
Cleanup
maksymmalyhin dcd0e10
Run ./scripts/check.sh
maksymmalyhin 18381dd
Merge branch 'master'
maksymmalyhin dae75d9
GoogleUtilities/GULAppDelegateSwizzler - tvOS support
maksymmalyhin 6dee8d3
style.sh generated changes
maksymmalyhin 2726e7c
FirebaseMessaging - missing dependencies added
maksymmalyhin 63fd1f5
FCM data channel messages - pass data to [FIRMessaging appDidReceiveM…
maksymmalyhin 4a3fbb1
FIRMessagingRemoteNotificationsProxyTest - remove GULLoggerForceDebug()
maksymmalyhin b390f4f
GULAppDelegateSwizzler - add deprecated `application:didReceiveRemote…
maksymmalyhin 236877d
Merge branch 'master'
maksymmalyhin 3641d35
Merge branch 'master'
maksymmalyhin File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
style.sh generated changes
- Loading branch information
commit 6dee8d3beb1b674338b7ca72e1a08ba6d4961b7b
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tejasd I used the same way of storing the original implementations as for the old methods. But it looks like it can be optimized to avoid boilerplate (e.g. store the implementations in a dictionary).
Also, I think, some repeated code may be moved to separate methods.
@tejasd What do you think?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yup, that's definitely an option! Feel free to refactor that in a separate PR :)