-
Notifications
You must be signed in to change notification settings - Fork 100
feat(android): add session sync callback #1281
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
kholood-ea
merged 31 commits into
feat/session-sync-callback
from
feat/session-sync-callback-android
Sep 18, 2024
Merged
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
77b8993
feat(android): add SRSyncCallback
kholood-ea e6b816f
feat: implement and test syncCallback CP side
kholood-ea bad72d6
feat(example): use SRSyncCallback in example app
kholood-ea 2b01c9d
ci: fix tests
kholood-ea 61d6e52
fix: export session data type
kholood-ea 849648a
fix(example): use session data type
kholood-ea 02c621c
fix(android):remove data modifier
kholood-ea 0d9c7f1
fix(android): add property modifiers
kholood-ea 261aa76
fix(android): update test case
kholood-ea 5056f58
fix: enhance test case
kholood-ea 2ff447f
fix: update session data type
kholood-ea 131a795
fix: add more session metadata to setSyncCallback
kholood-ea 2b53766
fix: update syncCallback test
kholood-ea 41e6b52
feat: add launchType to session metadata for setSyncCallback
kholood-ea c6b9173
fix: import type
kholood-ea 3b1c37b
fix: assert evaluate sync returns correct value
kholood-ea 446e9e4
fix: import type
kholood-ea 8187f60
fix: cleanup
kholood-ea d0e972c
chore: update js doc
kholood-ea c700600
fix: typo
kholood-ea 38bf28f
fix: follow interface naming convention
kholood-ea 8cef372
fix: update type
kholood-ea 40556ec
fix: refactor syncCallback
kholood-ea bc4f699
fix: default syncing session to true
kholood-ea 6eec19f
fix: convert network logs to readable array
kholood-ea b3c0a31
chore: add discriptive comment
kholood-ea e50fbef
chore: use readable map for session metadata
a7medev d08d84c
fix: setSyncCallback should sync in case of exception
kholood-ea 6ee32a8
fix: move SessionMetadata to models
kholood-ea 6bf9f32
fix: update SessionMetadata type import
kholood-ea df89665
fix: report bug e2e test
kholood-ea 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
project.ext.instabug = [ | ||
version: '13.3.0' | ||
version: '13.3.0.6212131-SNAPSHOT', | ||
] | ||
|
||
dependencies { | ||
|
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
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
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
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
Oops, something went wrong.
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.
Has the callback been released in
v13.4.0
?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.
I believe it hasn't been just yet.