-
Notifications
You must be signed in to change notification settings - Fork 0
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
refactor: refactor navcontroller tracking plugin teardown #70
Merged
vgupta98
merged 28 commits into
develop.poc
from
refactor/sdk-2674-refactor-navcontroller-tracking-plugin-teardown
Nov 28, 2024
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
1293af4
feat: add shutdown method
4bba398
refactor: add shutdown check in public apis
f0efefb
test: add test in RudderStackDataplanePluginTest
27bdb92
feat: add shutdown button in sample app
d32897e
refactor: make isAnalyticsShutdown setter private
c1b0613
refactor: move stop function to teardown
aec8dbf
refactor: refactor shutdown logic
80e590c
refactor: return empty string for shutdown in getAnonymousId
3b6e919
test: update MessageQueueTest and RudderStackDataplanePluginTest
16b1a2a
refactor: move the removeLifecycleObserver calls to respective plugins
af0ba11
test: update tests regarding teardown
21c661e
refactor: change shutdown logic
55643da
chore: add comment for ensureActive
e2f3061
refactor: remove coroutine call from teardown of RudderStackDataplane…
5d76584
refactor: remove unncessary super.teardown call
8886ca7
Merge branch 'develop.poc' into feat/sdk-2599-add-shutdown
6e6411c
refactor: add shutdown check for reset
d241782
chore: add comment for removing VisibleForTesting
992efbc
refactor: add analytics shutdown check in reset
216873e
refactor: add analytics shutdown check in session APIs
82e4b78
feat: add initialize sdk button
036cbf4
chore: add todo for analyticsJob
62c434a
test: update MessageQueueTest to remove VisibleForTesting from Messag…
f417361
refactor: revert write key and data plane url
c6080bb
refactor: refactor NavControllerTrackingPlugin teardown to remove act…
6cc8b6e
test: update NavControllerActivityObserverTest
a94cd8f
test: update NavControllerTrackingPluginTest
8d3a3f7
Merge branch 'develop.poc' into refactor/sdk-2674-refactor-navcontrol…
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
There are no files selected for viewing
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
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
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
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 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.
You may consider using the scope function.