-
Notifications
You must be signed in to change notification settings - Fork 26
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
Push ActivationStateMachine tests #662
Merged
Merged
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
- add PushRecipient protocol
- unused methods
- useBinaryProtocol
Add a test for #654 |
ricardopereira
force-pushed
the
push-spec-activationstatemachine
branch
from
January 31, 2018 22:53
18d629d
to
4321102
Compare
ricardopereira
force-pushed
the
push-spec-activationstatemachine
branch
from
February 1, 2018 00:25
4321102
to
4c3bc4d
Compare
funkyboy
pushed a commit
that referenced
this pull request
Jul 17, 2018
* Initial Push types * Update project * ARTPushNotifications interface * Realtime: integrate Push type * Rest: integrate Push type * Push.activate * fixup! Push.activate * Push.publish - add PushRecipient protocol * fixup! Push.publish * PushChannel subscribe and unsubscribe * Fix registerCallback * Remove warnings - unused methods * Fix FormFactor * Fix: use device token as Hex string * Fix: should respect the default encoder - useBinaryProtocol * Remove ARTPushRecipient protocol and types * Add ULID pod * Use ULID as DeviceId * Push.deactivate * Load local device * Push: update device * PushChannel.subscriptions * Update ULID pod * PushAdmin * Update ULID pod * Remove warnings * JSON encoder: normalize deviceToken hex string * Fix: Push.publish request body * Update device forms * Activation State Machine: init * Activation State Machine: registration * Removed ablyPushAuthKey, ablyPushAuthToken and ablyPushClientId from push delegate * Add Rest argument on Push delegate * tmp * Fix things for push, and adapt to latest API. * Initial State Machine tests * ARTLocalDeviceStorage * Fix: ARTPushActivationState * Storage should synchronize UserDefaults * Storage Keys accessible on tests * State Machine tests * ActivationStateMachine: custom delegate and other fixes * PushActivationStateMachine * Implement Device storage * Fix headers * Fix tests
funkyboy
pushed a commit
that referenced
this pull request
Jul 27, 2018
* Initial Push types * Update project * ARTPushNotifications interface * Realtime: integrate Push type * Rest: integrate Push type * Push.activate * fixup! Push.activate * Push.publish - add PushRecipient protocol * fixup! Push.publish * PushChannel subscribe and unsubscribe * Fix registerCallback * Remove warnings - unused methods * Fix FormFactor * Fix: use device token as Hex string * Fix: should respect the default encoder - useBinaryProtocol * Remove ARTPushRecipient protocol and types * Add ULID pod * Use ULID as DeviceId * Push.deactivate * Load local device * Push: update device * PushChannel.subscriptions * Update ULID pod * PushAdmin * Update ULID pod * Remove warnings * JSON encoder: normalize deviceToken hex string * Fix: Push.publish request body * Update device forms * Activation State Machine: init * Activation State Machine: registration * Removed ablyPushAuthKey, ablyPushAuthToken and ablyPushClientId from push delegate * Add Rest argument on Push delegate * tmp * Fix things for push, and adapt to latest API. * Initial State Machine tests * ARTLocalDeviceStorage * Fix: ARTPushActivationState * Storage should synchronize UserDefaults * Storage Keys accessible on tests * State Machine tests * ActivationStateMachine: custom delegate and other fixes * PushActivationStateMachine * Implement Device storage * Fix headers * Fix tests
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This is an old branch that needs to be updated with recent changes from
push
.