-
Notifications
You must be signed in to change notification settings - Fork 14
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
[Dev] - AuthenticationState Renaming and Remove ECID variable #16
Merged
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
958f767
[AMSDK-11081] - Rename listener tests
PravinPK b3d6fc7
[AMSDK-11081] - Listeners for remove and update Identity requests + t…
PravinPK 0e49313
[AMSDK-11081] - UpdateIdentity Public API
PravinPK 93174db
Merge with dev and resolve conflicts
PravinPK 68b8e5b
[AMSDK-11081] - Fix spacings in IdentityMap class
PravinPK 6de193a
[Dev] - Add the functional test helpers + first valid functional test
PravinPK 8ce362c
[Dev] - First functional test
PravinPK 25618e9
Resolve conflict and merge with dev
PravinPK 1b7d9c5
[Dev] - Assertion fail on misread of persistence in TestPersistence h…
PravinPK 10cb7c2
Resolve conflict and merge with dev
PravinPK 9fc4fe8
Merge branch 'dev' of github.com:adobe/aepsdk-identityedge-android in…
PravinPK 062e5f1
[AMSDK-11081] - Update/Remove Identity API implementation
PravinPK ce35e5f
[AMSDK-11081] - Unit test for IdentityMap and RemoveIdentity Public API
PravinPK b9014e8
Merge branch 'dev' of github.com:adobe/aepsdk-identityedge-android in…
PravinPK 6d142fa
[AMSDK-11081] - More Unit test for update/Remove
PravinPK fd8aa6c
[AMSDK-11081] - Few more edits to unittests
PravinPK b10ff0e
[AMSDK-11081] - better naming and typo fixes
PravinPK 0e30d59
[AMSDK-11081]- Merge with latest dev and resolve conflicts
PravinPK b45302d
[AMSDK-11081] - rearrange parameters, setECID handling, case-insensit…
PravinPK 46858b3
[AMSDK-11081] - Resolve conflict and merge with dev
PravinPK ea6e55d
[AMSDK-11081] - Caseinsensitive removal of reserved namespace items +…
PravinPK 706b36e
[AMSDK-11081] - cleanup and renaming
PravinPK 0080312
[Dev] - Rename enum to AuthenticatedState and fix its toString
PravinPK 052d8fa
[Dev] - Enum AuthenticatedState
PravinPK 1284996
[Dev] - removed local ecid and secondaryECID local instances variables
PravinPK 87608df
conflict merge
PravinPK f4f3739
[AMSDK-11081] - final on IdentityMap, enum string comparison change
PravinPK 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
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
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.
else if ..
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.
do we really need an
else if
?